From owner-freebsd-ports Sun Mar 9 7:48: 4 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 C9B7C37B404 for ; Sun, 9 Mar 2003 07:48:02 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95FC243F75 for ; Sun, 9 Mar 2003 07:47:59 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-193-225-073.bsace7003.dsl.brasiltelecom.net.br (200-193-225-073.bsace7003.dsl.brasiltelecom.net.br [200.193.225.73]) by heaven.gigo.com (Postfix) with ESMTP id B727BB863 for ; Sun, 9 Mar 2003 07:47:57 -0800 (PST) Received: (qmail 4825 invoked by uid 1001); 9 Mar 2003 15:39:26 -0000 Message-ID: <20030309153926.4824.qmail@exxodus.fedaykin.here> Date: Sun, 9 Mar 2003 12:39:04 -0300 From: Mario Sergio Fujikawa Ferreira To: Jun Kuriyama Cc: Marcel Moolenaar , ports@FreeBSD.ORG Subject: Re: make release failed: /usr/local/bin/perl missing References: <20030306210157.GA678@athlon.pn.xcllnt.net> <7mfzpwpxri.wl@black.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7mfzpwpxri.wl@black.imgsrc.co.jp> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.8-RC X-Disclaimer: I hope you find what you are looking for... in life :) 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 On Sun, Mar 09, 2003 at 08:47:07PM +0900, Jun Kuriyama wrote: > 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 Why not instead? .if defined(WITH_OPENJADE) +USE_PERL5= yes post-patch: @${PERL} -pi -e 's,nsgmls,onsgmls,g' ${WRKSRC}/sgmlfmt/sgmlfmt.pl @${PERL} -pi -e 's,nsgmls,onsgmls,g' ${WRKSRC}/instant/traninit.c -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message