Date: Tue, 14 Aug 2001 12:36:37 -0700 From: Jim Mock <mij@soupnazi.org> To: doc@FreeBSD.org Cc: nik@FreeBSD.org Subject: Re: handbook build broken Message-ID: <20010814123636.A34542@helios.soupnazi.org> In-Reply-To: <20010814121511.A27373@helios.soupnazi.org> References: <20010814121511.A27373@helios.soupnazi.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, 14 Aug 2001 at 12:15:12 -0700, Jim Mock wrote: > The handbook build is currently broken. It dies on scr2png, which is > needed for the new install chapter stuff from Randy, however it's not > part of the docproj port. If nobody objects, I'll add scr2png to the > port dependency list, bump the version, and commit it. Here's a patch to fix things. - jim -- jim mock <mij@soupnazi.org> tech writer | iXsystems, Inc. http://soupnazi.org/ work: jim@ixsystems.net | jim@FreeBSD.org --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="docproj.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/docproj/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 2001/08/05 21:19:48 1.32 +++ Makefile 2001/08/14 19:32:24 @@ -6,7 +6,7 @@ # PORTNAME= docproj -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= textproc MASTER_SITES= # empty DISTFILES= # empty @@ -26,7 +26,8 @@ ${PREFIX}/bin/peps:${PORTSDIR}/graphics/peps \ ${PREFIX}/bin/pngtopnm:${PORTSDIR}/graphics/netpbm \ ${PREFIX}/bin/links:${PORTSDIR}/www/links \ - ${PREFIX}/bin/xsltproc:${PORTSDIR}/textproc/libxslt + ${PREFIX}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ + ${PREFIX}/bin/scr2png:${PORTSDIR}/graphics/scr2png .if defined(WITH_OPENJADE) || ${MACHINE_ARCH} == "alpha" RUN_DEPENDS+= openjade:${PORTSDIR}/textproc/openjade --k1lZvvs/B4yU6o8G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010814123636.A34542>