From owner-freebsd-ports Sun Mar 9 3:47:48 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D432937B404 for ; Sun, 9 Mar 2003 03:47:35 -0800 (PST) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B1443F93 for ; Sun, 9 Mar 2003 03:47:34 -0800 (PST) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id DC82324D04; Sun, 9 Mar 2003 20:47:32 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id AC02524D02; Sun, 9 Mar 2003 20:47:30 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id E5D261E46EE; Sun, 9 Mar 2003 20:47:29 +0900 (JST) Date: Sun, 09 Mar 2003 20:47:29 +0900 Message-ID: <7mfzpwpxri.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Marcel Moolenaar Cc: ports@FreeBSD.org Subject: Re: make release failed: /usr/local/bin/perl missing In-Reply-To: <20030306210157.GA678@athlon.pn.xcllnt.net> References: <20030306210157.GA678@athlon.pn.xcllnt.net> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS snapshot-20020531 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message