From owner-freebsd-perl@FreeBSD.ORG Sun Feb 29 15:30:46 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F052C16A4CF for ; Sun, 29 Feb 2004 15:30:46 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B8B43D1F for ; Sun, 29 Feb 2004 15:30:46 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1TNUkOJ048395 for ; Sun, 29 Feb 2004 15:30:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i1TNUkoS048394 for perl@freebsd.org; Sun, 29 Feb 2004 15:30:46 -0800 (PST) (envelope-from obrien) Date: Sun, 29 Feb 2004 15:30:45 -0800 From: "David O'Brien" To: perl@freebsd.org Message-ID: <20040229233045.GA48378@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: [PATCH] This should fix the pkg_add -r problem in 5.2-CURRENT X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 23:30:47 -0000 We have a problem in 5.2-CURRENT in that "pkg_add -r perl" does the wrong thing. 'portupgrade -PP' also does the wrong thing because we didn't deal with LATEST_LINK properly when the default perl was changed from 5.6 to 5.8. This diff will at least fix the 1st problem, and may help the 2nd problem. OK to commit? Index: perl5/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/perl5/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- perl5/Makefile 5 Feb 2004 06:11:16 -0000 1.61 +++ perl5/Makefile 29 Feb 2004 23:28:41 -0000 @@ -23,6 +23,10 @@ PERL_ARCH= mach PERL_VERSION= ${PERL_VER} +.if ${OSVERSION} >= 502100 +LATEST_LINK= perl5.6 +.endif + HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ Index: perl5.8/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/perl5.8/Makefile,v retrieving revision 1.71 diff -u -r1.71 Makefile --- perl5.8/Makefile 19 Feb 2004 09:40:50 -0000 1.71 +++ perl5.8/Makefile 29 Feb 2004 23:28:24 -0000 @@ -24,6 +24,10 @@ PERL_ARCH= mach PERL_VERSION= ${PERL_VER} +.if ${OSVERSION} < 502100 +LATEST_LINK= perl5.8 +.endif + HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ @@ -205,8 +209,6 @@ MAN3+= GDBM_File.3 .endif MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} - -LATEST_LINK= perl5.8 test: @(cd ${WRKSRC}; make test) From owner-freebsd-perl@FreeBSD.ORG Mon Mar 1 00:33:42 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA0E16A4CE; Mon, 1 Mar 2004 00:33:42 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4730643D1D; Mon, 1 Mar 2004 00:33:42 -0800 (PST) (envelope-from mat@mat.cc) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 74CE5604892; Mon, 1 Mar 2004 09:33:41 +0100 (CET) Received: from pouet.in.mat.cc (pouet.in.mat.cc [212.43.217.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 4E7344A9CF7; Mon, 1 Mar 2004 09:33:40 +0100 (CET) Date: Mon, 01 Mar 2004 09:33:38 +0100 From: Mathieu Arnold To: David O'Brien Message-ID: <297718343.1078133618@pouet.in.mat.cc> X-Mailer: Mulberry/3.1.2 (Win32) MIME-Version: 1.0 Content-Type: message/rfc822;5.2-CURRENT (fwd)" X-Virus-Scanned: by amavisd 0.1 cc: perl@freebsd.org Subject: Re: [PATCH] This should fix the pkg_add -r problem in 5.2-CURRENT (fwd) (fwd) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 08:33:42 -0000 Return-Path: Received: from plouf.absolight.net ([unix socket]) by plouf.absolight.net (Cyrus v2.2.2-BETA) with LMTP; Mon, 01 Mar 2004 09:24:14 +0100 X-Sieve: CMU Sieve 2.2 Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 1AD5D60488F for ; Mon, 1 Mar 2004 09:24:14 +0100 (CET) X-Original-To: mat@mat.cc Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by plouf.absolight.net (Postfix) with ESMTP id 998F9604876 for ; Mon, 1 Mar 2004 09:24:07 +0100 (CET) Received: by heechee.tobez.org (Postfix, from userid 1001) id 52E8F175D1; Mon, 1 Mar 2004 09:23:54 +0100 (CET) Date: Mon, 1 Mar 2004 09:23:54 +0100 From: Anton Berezin To: Mathieu Arnold Subject: Re: [PATCH] This should fix the pkg_add -r problem in 5.2-CURRENT (fwd) Message-ID: <20040301082354.GA10193@heechee.tobez.org> References: <295428328.1078131328@pouet.in.mat.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <295428328.1078131328@pouet.in.mat.cc> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.63-abso_2004012301 (2004-01-11) on plouf.absolight.net by root@absolight.fr X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00=-4.9 autolearn=ham X-Virus-Scanned: by amavisd 0.1 I would expect PORTREVISION to be bumped in both cases, but otherwise, ok. On Mon, Mar 01, 2004 at 08:55:28AM +0100, Mathieu Arnold wrote: > From: David O'Brien > To: perl@freebsd.org > Subject: [PATCH] This should fix the pkg_add -r problem in 5.2-CURRENT > Date: Sun, 29 Feb 2004 15:30:45 -0800 > Message-ID: <20040229233045.GA48378@dragon.nuxi.com> > Content-Type: text/plain; charset=us-ascii > Organization: The NUXI BSD Group > > We have a problem in 5.2-CURRENT in that "pkg_add -r perl" does the wrong > thing. 'portupgrade -PP' also does the wrong thing because we didn't > deal with LATEST_LINK properly when the default perl was changed from 5.6 > to 5.8. This diff will at least fix the 1st problem, and may help the > 2nd problem. > > OK to commit? > > > > Index: perl5/Makefile > =================================================================== > RCS file: /home/ncvs/ports/lang/perl5/Makefile,v > retrieving revision 1.61 > diff -u -r1.61 Makefile > --- perl5/Makefile 5 Feb 2004 06:11:16 -0000 1.61 > +++ perl5/Makefile 29 Feb 2004 23:28:41 -0000 > @@ -23,6 +23,10 @@ > PERL_ARCH= mach > PERL_VERSION= ${PERL_VER} > > +.if ${OSVERSION} >= 502100 > +LATEST_LINK= perl5.6 > +.endif > + > HAS_CONFIGURE= yes > CONFIGURE_SCRIPT=Configure > CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ > Index: perl5.8/Makefile > =================================================================== > RCS file: /home/ncvs/ports/lang/perl5.8/Makefile,v > retrieving revision 1.71 > diff -u -r1.71 Makefile > --- perl5.8/Makefile 19 Feb 2004 09:40:50 -0000 1.71 > +++ perl5.8/Makefile 29 Feb 2004 23:28:24 -0000 > @@ -24,6 +24,10 @@ > PERL_ARCH= mach > PERL_VERSION= ${PERL_VER} > > +.if ${OSVERSION} < 502100 > +LATEST_LINK= perl5.8 > +.endif > + > HAS_CONFIGURE= yes > CONFIGURE_SCRIPT=Configure > CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ > @@ -205,8 +209,6 @@ > MAN3+= GDBM_File.3 > .endif > MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} > - > -LATEST_LINK= perl5.8 > > test: > @(cd ${WRKSRC}; make test) > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" -- Civilization is a fractal patchwork of old and new and dangerously new. -- Vernor Vinge From owner-freebsd-perl@FreeBSD.ORG Mon Mar 1 00:51:37 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7901416A4CE for ; Mon, 1 Mar 2004 00:51:37 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274DB43D2F for ; Mon, 1 Mar 2004 00:51:37 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i218paOJ066358; Mon, 1 Mar 2004 00:51:36 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i218pZmA066357; Mon, 1 Mar 2004 00:51:35 -0800 (PST) (envelope-from obrien) Date: Mon, 1 Mar 2004 00:51:35 -0800 From: "David O'Brien" To: Mathieu Arnold Message-ID: <20040301085135.GA66323@dragon.nuxi.com> References: <297718343.1078133618@pouet.in.mat.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <297718343.1078133618@pouet.in.mat.cc> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: perl@freebsd.org Subject: Re: [PATCH] This should fix the pkg_add -r problem in 5.2-CURRENT (fwd) (fwd) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 08:51:37 -0000 On Mon, Mar 01, 2004 at 09:33:38AM +0100, Mathieu Arnold wrote: > I would expect PORTREVISION to be bumped in both cases, but otherwise, > ok. LATEST_LINK has zero affect on an installed package. So there is zero reason to bump PORTREVISION. From owner-freebsd-perl@FreeBSD.ORG Mon Mar 1 01:18:52 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B4DD16A4CE; Mon, 1 Mar 2004 01:18:52 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C90743D1D; Mon, 1 Mar 2004 01:18:52 -0800 (PST) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 0F62F6048F3; Mon, 1 Mar 2004 10:18:51 +0100 (CET) Received: from pouet.in.mat.cc (pouet.in.mat.cc [212.43.217.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 0000B6047EA; Mon, 1 Mar 2004 10:18:49 +0100 (CET) Date: Mon, 01 Mar 2004 10:18:48 +0100 From: Mathieu Arnold To: obrien@freebsd.org Message-ID: <300428062.1078136328@pouet.in.mat.cc> In-Reply-To: <20040301085135.GA66323@dragon.nuxi.com> References: <297718343.1078133618@pouet.in.mat.cc> <20040301085135.GA66323@dragon.nuxi.com> X-Mailer: Mulberry/3.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 cc: perl@freebsd.org cc: tobez@freebsd.org Subject: Re: [PATCH] This should fix the pkg_add -r problem in 5.2-CURRENT (fwd) (fwd) X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 09:18:52 -0000 +-Le 01/03/2004 00:51 -0800, David O'Brien a dit : | On Mon, Mar 01, 2004 at 09:33:38AM +0100, Mathieu Arnold wrote: |> I would expect PORTREVISION to be bumped in both cases, but otherwise, |> ok. | | LATEST_LINK has zero affect on an installed package. So there is zero | reason to bump PORTREVISION. ps: this was from tobez, not from me, I guess I screwed up with my mua :) -- Mathieu Arnold From owner-freebsd-perl@FreeBSD.ORG Fri Mar 5 12:11:00 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5826916A4CE for ; Fri, 5 Mar 2004 12:11:00 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3AE943D31 for ; Fri, 5 Mar 2004 12:10:59 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i25KAVql053852 for ; Fri, 5 Mar 2004 15:10:31 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: perl@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Pqxlj4yJybz3HruUgvbB" Organization: FreeBSD, Inc. Message-Id: <1078517476.778.24.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 05 Mar 2004 15:11:16 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com Subject: Requested modification to perl5[8] pkg-install script X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 20:11:00 -0000 --=-Pqxlj4yJybz3HruUgvbB Content-Type: multipart/mixed; boundary="=-UdblgAbJ8iCMCMrJtvsT" --=-UdblgAbJ8iCMCMrJtvsT Content-Type: text/plain Content-Transfer-Encoding: quoted-printable May I commit the following change to the perl5[8] pkg-install scripts?=20 This will allow package building tinderboxes to work in a jail/chroot environment regardless of the version of the underlying host system.=20 This is based on the variables used on bento. Thanks. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-UdblgAbJ8iCMCMrJtvsT Content-Disposition: attachment; filename=perl5.8.diff Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name=perl5.8.diff; charset=ISO-8859-1 ZGlmZiAtcnVOIHBlcmw1Ljgub3JpZy9wa2ctaW5zdGFsbCBwZXJsNS44L3BrZy1pbnN0YWxsDQot LS0gcGVybDUuOC5vcmlnL3BrZy1pbnN0YWxsCUZyaSBNYXIgIDUgMTU6MDk6NDYgMjAwNA0KKysr IHBlcmw1LjgvcGtnLWluc3RhbGwJRnJpIE1hciAgNSAxNTowOTozNiAyMDA0DQpAQCAtOSwxMCAr OSwxNCBAQA0KIGluc3RhbGwgLWQgJHtQS0dfUFJFRklYfS9saWIvcGVybDUvc2l0ZV9wZXJsLzUu OC4yL21hY2gNCiBjZCAke0lOQ0xVREVESVJ9ICYmICR7UEtHX1BSRUZJWH0vYmluL2gycGggKi5o IG1hY2hpbmUvKi5oIHN5cy8qLmgNCiANCi1pZiBbIC1mIC9zYmluL3N5c2N0bCAtYSAteCAvc2Jp bi9zeXNjdGwgXSA7IHRoZW4NCi0gICAgCW9zcmVsZGF0ZT1gL3NiaW4vc3lzY3RsIC1uIGtlcm4u b3NyZWxkYXRlYA0KK2lmIFsgLXogIiR7T1NWRVJTSU9OfSIgXTsgdGhlbg0KKwlpZiBbIC1mIC9z YmluL3N5c2N0bCAtYSAteCAvc2Jpbi9zeXNjdGwgXSA7IHRoZW4NCisgICAgCQlvc3JlbGRhdGU9 YC9zYmluL3N5c2N0bCAtbiBrZXJuLm9zcmVsZGF0ZWANCisJZWxzZQ0KKyAgICAJCW9zcmVsZGF0 ZT1gL3Vzci9zYmluL3N5c2N0bCAtbiBrZXJuLm9zcmVsZGF0ZWANCisJZmkNCiBlbHNlDQotICAg IAlvc3JlbGRhdGU9YC91c3Ivc2Jpbi9zeXNjdGwgLW4ga2Vybi5vc3JlbGRhdGVgDQorICAgIAlv c3JlbGRhdGU9JHtPU1ZFUlNJT059DQogZmkNCiANCiBpZiBbICRvc3JlbGRhdGUgLWdlIDUwMjEw MCBdIDsgdGhlbg0K --=-UdblgAbJ8iCMCMrJtvsT-- --=-Pqxlj4yJybz3HruUgvbB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBASN7kb2iPiv4Uz4cRArMyAJ9Yqxl0E1yu7RZQ0r/zUcKIvSERlwCghQom bT2vasLhBD7rEWrAOaBckFM= =mfrI -----END PGP SIGNATURE----- --=-Pqxlj4yJybz3HruUgvbB-- From owner-freebsd-perl@FreeBSD.ORG Fri Mar 5 22:19:59 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C29B16A4CE; Fri, 5 Mar 2004 22:19:59 -0800 (PST) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E2843D1D; Fri, 5 Mar 2004 22:19:59 -0800 (PST) (envelope-from mat@mat.cc) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id CAE1A60493B; Sat, 6 Mar 2004 07:19:57 +0100 (CET) Received: from pouet.in.mat.cc (pouet.in.mat.cc [212.43.217.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 8519E604936; Sat, 6 Mar 2004 07:19:56 +0100 (CET) Date: Sat, 06 Mar 2004 07:19:54 +0100 From: Mathieu Arnold To: Joe Marcus Clarke , perl@FreeBSD.org Message-ID: <244186000.1078557594@pouet.in.mat.cc> In-Reply-To: <1078517476.778.24.camel@gyros> References: <1078517476.778.24.camel@gyros> X-Mailer: Mulberry/3.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd 0.1 Subject: Re: Requested modification to perl5[8] pkg-install script X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 06:19:59 -0000 +-Le 05/03/2004 15:11 -0500, Joe Marcus Clarke a dit : | May I commit the following change to the perl5[8] pkg-install scripts? | This will allow package building tinderboxes to work in a jail/chroot | environment regardless of the version of the underlying host system. | This is based on the variables used on bento. Thanks. | | Joe Seems fine to me, anyone has anything to add ? -- Mathieu Arnold From owner-freebsd-perl@FreeBSD.ORG Sat Mar 6 12:47:30 2004 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824F616A4CE; Sat, 6 Mar 2004 12:47:30 -0800 (PST) Received: from harp.mtu.ru (harp.mtu.ru [212.188.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CF0C43D39; Sat, 6 Mar 2004 12:47:30 -0800 (PST) (envelope-from sem@ciam.ru) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by harp.mtu.ru (Postfix) with ESMTP id 771FC23A9E; Sat, 6 Mar 2004 23:47:24 +0300 (MSK) Received: from ciam.ru (ppp132-201.dialup.mtu-net.ru [62.118.132.201]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id A3CFBF8C24; Sat, 6 Mar 2004 23:47:22 +0300 (MSK) (envelope-from sem@ciam.ru) Message-ID: <404A38EB.9020309@ciam.ru> Date: Sat, 06 Mar 2004 23:47:39 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mathieu Arnold References: <1078517476.778.24.camel@gyros> <244186000.1078557594@pouet.in.mat.cc> In-Reply-To: <244186000.1078557594@pouet.in.mat.cc> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: perl@FreeBSD.org cc: Joe Marcus Clarke Subject: Re: Requested modification to perl5[8] pkg-install script X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 20:47:30 -0000 Mathieu Arnold wrote: > +-Le 05/03/2004 15:11 -0500, Joe Marcus Clarke a dit : > | May I commit the following change to the perl5[8] pkg-install scripts? > | This will allow package building tinderboxes to work in a jail/chroot > | environment regardless of the version of the underlying host system. > | This is based on the variables used on bento. Thanks. > | > | Joe > > Seems fine to me, anyone has anything to add ? > Looks like it's unharm anyway. -- Sem.