From owner-cvs-all@FreeBSD.ORG Sun May 4 02:29:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D69E37B401; Sun, 4 May 2003 02:29:33 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D54F843FA3; Sun, 4 May 2003 02:29:31 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.9/8.12.9) with ESMTP id h449TUUf035267; Sun, 4 May 2003 13:29:30 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sun, 4 May 2003 13:29:30 +0400 (MSD) From: Dmitry Morozovsky To: Murray Stokely In-Reply-To: <20030504130818.S29874@woozle.rinet.ru> Message-ID: <20030504132827.G29874@woozle.rinet.ru> References: <200305040451.h444p9p2017132@repoman.freebsd.org> <20030504130818.S29874@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: doc/share/mk doc.docbook.mk doc.project.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 09:29:33 -0000 On Sun, 4 May 2003, Dmitry Morozovsky wrote: DM> MS> Modified files: DM> MS> share/mk doc.docbook.mk doc.project.mk DM> MS> Log: DM> MS> Add an ispell-based "spellcheck" target to the doc build DM> MS> infrastructure. DM> DM> It seems you break `make release': now you need w3m to make doc tree. Oh, and I forgot devel/boehm-gc. Second patch should look like: Index: release/Makefile.inc.docports =================================================================== RCS file: /home/ncvs/src/release/Makefile.inc.docports,v retrieving revision 1.1.2.10 diff -u -r1.1.2.10 Makefile.inc.docports --- release/Makefile.inc.docports 4 May 2003 04:13:19 -0000 1.1.2.10 +++ release/Makefile.inc.docports 4 May 2003 09:28:22 -0000 @@ -24,6 +24,7 @@ ports/archivers/unzip \ ports/converters/libiconv \ ports/devel/bison \ + ports/devel/boehm-gc \ ports/devel/gettext \ ports/devel/gmake \ ports/devel/libtool \ @@ -60,7 +61,8 @@ ports/textproc/sgmlformat \ ports/textproc/xhtml \ ports/www/links1 \ - ports/www/tidy + ports/www/tidy \ + ports/www/w3m .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 ) MINIMALDOCPORTS+= ports/textproc/sed_inplace .endif Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------