Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2003 13:16:47 +0400 (MSD)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        Murray Stokely <murray@freebsd.org>
Cc:        cvs-all@freebsd.org
Subject:   Re: cvs commit: doc/share/mk doc.docbook.mk doc.project.mk
Message-ID:  <20030504130818.S29874@woozle.rinet.ru>
In-Reply-To: <200305040451.h444p9p2017132@repoman.freebsd.org>
References:  <200305040451.h444p9p2017132@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 3 May 2003, Murray Stokely wrote:

MS> murray      2003/05/03 21:51:09 PDT
MS>
MS>   FreeBSD doc repository
MS>
MS>   Modified files:
MS>     share/mk             doc.docbook.mk doc.project.mk
MS>   Log:
MS>   Add an ispell-based "spellcheck" target to the doc build
MS>   infrastructure.
MS>
MS>   Sponsored by:   FreeBSD Mall, Inc.
MS>
MS>   Revision  Changes    Path
MS>   1.84      +7 -0      doc/share/mk/doc.docbook.mk
MS>   1.13      +4 -0      doc/share/mk/doc.project.mk

It seems you break `make release': now you need w3m to make doc tree.

Index: textproc/docproj/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/docproj/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- textproc/docproj/Makefile	9 Apr 2003 11:37:58 -0000	1.42
+++ textproc/docproj/Makefile	4 May 2003 09:14:49 -0000
@@ -32,7 +32,8 @@
 		${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png \
 		${PREFIX}/bin/scr2txt:${PORTSDIR}/textproc/scr2txt \
 		${PREFIX}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
-		${PREFIX}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
+		${PREFIX}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \
+		${PREFIX}/bin/w3m:${PORTSDIR}/www/w3m

 .if defined(WITH_OPENJADE) || ${MACHINE_ARCH} != "i386"
 RUN_DEPENDS+=	openjade:${PORTSDIR}/textproc/openjade
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:15:31 -0000
@@ -60,7 +60,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 ***
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030504130818.S29874>