Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Mar 2003 20:47:29 +0900
From:      Jun Kuriyama <kuriyama@imgsrc.co.jp>
To:        Marcel Moolenaar <marcel@xcllnt.net>
Cc:        ports@FreeBSD.org
Subject:   Re: make release failed: /usr/local/bin/perl missing
Message-ID:  <7mfzpwpxri.wl@black.imgsrc.co.jp>
In-Reply-To: <20030306210157.GA678@athlon.pn.xcllnt.net>
References:  <20030306210157.GA678@athlon.pn.xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At Thu, 6 Mar 2003 21:02:46 +0000 (UTC),
Marcel Moolenaar wrote:
> I was running a release on pluto2.freebsd.org and it failed as given
> below. Clearly perl does not exists in the chroot'd environment and
> since it used to work, I suspect that something changed. The sgmlformat
> port properly has USE_PERL5, which I suspect is all that's needed if
> there's a dependency on perl.

Hmm, that may be my fault.  I'll commit this after ports freeze is
over.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/sgmlformat/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	22 Feb 2003 07:48:50 -0000	1.26
+++ Makefile	9 Mar 2003 11:43:24 -0000
@@ -41,6 +41,7 @@
 MANCOMPRESSED=	yes
 
 .if defined(WITH_OPENJADE)
+PATCH_DEPENDS+=	${PERL5}:${PORTSDIR}/lang/perl5
 post-patch:
 	@${PERL} -pi -e 's,nsgmls,onsgmls,g' ${WRKSRC}/sgmlfmt/sgmlfmt.pl
 	@${PERL} -pi -e 's,nsgmls,onsgmls,g' ${WRKSRC}/instant/traninit.c


-- 
Jun Kuriyama <kuriyama@imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama@FreeBSD.org> // FreeBSD Project

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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