From owner-freebsd-perl@FreeBSD.ORG Sun Jul 18 19:43:29 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 AF43616A4CE; Sun, 18 Jul 2004 19:43:29 +0000 (GMT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C3A43D1F; Sun, 18 Jul 2004 19:43:29 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from localhost (totem.fix.no [80.91.36.20]) by totem.fix.no (Postfix) with ESMTP id 4DC306A9020; Sun, 18 Jul 2004 21:43:27 +0200 (CEST) Received: from totem.fix.no ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 50001-03-2; Sun, 18 Jul 2004 21:43:27 +0200 (CEST) Received: by totem.fix.no (Postfix, from userid 1000) id 197196A9016; Sun, 18 Jul 2004 21:43:27 +0200 (CEST) Date: Sun, 18 Jul 2004 21:43:27 +0200 From: Anders Nordby To: tobez@FreeBSD.org, perl@FreeBSD.org Message-ID: <20040718194326.GA81260@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.6i Subject: Perl 5.8.4 issues in FreeBSD 4.10-RELEASE 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: Sun, 18 Jul 2004 19:43:29 -0000 Hi tobez@, perl@, I found a couple of problems/oddities with the FreeBSD port for Perl 5.8.4 using FreeBSD 4.10-RELEASE. I want to know if you are aware of them and/or are working on a fix. I'll file a PR with more information if you want. It's not building: ---snip--- Making MIME::Base64 (dynamic) Writing Makefile for MIME::Base64 cp QuotedPrint.pm ../../../lib/MIME/QuotedPrint.pm cp Base64.pm ../../../lib/MIME/Base64.pm ../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.4/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -pipe -DVERSION=\"3.01\" -DXS_VERSION=\"3.01\" -DPIC -fPIC "-I../../.." Base64.c Base64.xs: In function `XS_MIME__Base64_decode_base64': Base64.xs:224: `dowarn' undeclared (first use in this function) Base64.xs:224: (Each undeclared identifier is reported only once Base64.xs:224: for each function it appears in.) *** Error code 1 Stop in /usr/ports/lang/perl5.8/work/perl-5.8.4/ext/MIME/Base64. *** Error code 1 ---snip--- I solved this temporarily by removing the check of whether dowarn is set in work/perl-5.8.4/ext/MIME/Base64/Base64.xs. This does not seem to happen when I install in an empty, clean 4.10-RELEASE sandbox however. :-X Not sure why. But I do see by Googling that others have/had the same problem. Anyway, yes, I did completely uninstall any perl ports before building ports/lang/perl5.8 here. And the OS/jail where I cannot build perl5.8 does have fresh include/share/libdata dirs without old, stale files. 2) After installing it and running use.perl port, perl does not run anymore if you set LD_LIBRARY_PATH: # perl -v /usr/libexec/ld-elf.so.1: perl: Undefined symbol "PL_exit_flags" By moving /usr/lib/libperl* out of the away, or unsetting LD_LIBRARY_PATH, this issue is bypassed. Are these issues known? Are a number of LD_LIBRARY_PATH using users using old libperl without knowing it? Should they? Etc. Regards, -- Anders. From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 01:08:44 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 451F016A4CE; Mon, 19 Jul 2004 01:08:44 +0000 (GMT) Received: from saronni.int.networktest.com (ns.networktest.com [64.239.163.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A24543D2F; Mon, 19 Jul 2004 01:08:44 +0000 (GMT) (envelope-from dnewman@networktest.com) Received: from localhost (localhost.int.networktest.com [127.0.0.1]) by saronni.int.networktest.com (Postfix) with ESMTP id 4F08217098; Sun, 18 Jul 2004 18:06:33 -0700 (PDT) Received: from saronni.int.networktest.com ([127.0.0.1])port 10024) with ESMTP id 97847-10; Sun, 18 Jul 2004 18:06:24 -0700 (PDT) Received: from saronni.int.networktest.com (saronni.int.networktest.com [128.0.0.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by saronni.int.networktest.com (Postfix) with ESMTP id 15D4617085; Sun, 18 Jul 2004 18:06:24 -0700 (PDT) Date: Sun, 18 Jul 2004 18:06:23 -0700 (PDT) From: David Newman X-X-Sender: dnewman@saronni.int.networktest.com To: Anders Nordby In-Reply-To: <20040718194326.GA81260@totem.fix.no> Message-ID: <20040718180520.C97857@saronni.int.networktest.com> References: <20040718194326.GA81260@totem.fix.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: perl@FreeBSD.org cc: tobez@FreeBSD.org Subject: Re: Perl 5.8.4 issues in FreeBSD 4.10-RELEASE 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, 19 Jul 2004 01:08:44 -0000 I built a 4.10 box the other day and installed perl 5.8.4 from ports -- no errors. Did you cvsup your ports collection before doing the install? dn On Sun, 18 Jul 2004, Anders Nordby wrote: > Hi tobez@, perl@, > > I found a couple of problems/oddities with the FreeBSD port for Perl > 5.8.4 using FreeBSD 4.10-RELEASE. I want to know if you are aware of > them and/or are working on a fix. I'll file a PR with more information > if you want. > > It's not building: > > ---snip--- > Making MIME::Base64 (dynamic) > Writing Makefile for MIME::Base64 > cp QuotedPrint.pm ../../../lib/MIME/QuotedPrint.pm > cp Base64.pm ../../../lib/MIME/Base64.pm > ../../../miniperl "-I../../../lib" "-I../../../lib" > ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap > Base64.xs > Base64.xsc && mv Base64.xsc Base64.c > cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.4/BSDPAN" > -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing > -I/usr/local/include -O -pipe -DVERSION=\"3.01\" > -DXS_VERSION=\"3.01\" -DPIC -fPIC "-I../../.." Base64.c > Base64.xs: In function `XS_MIME__Base64_decode_base64': > Base64.xs:224: `dowarn' undeclared (first use in this function) > Base64.xs:224: (Each undeclared identifier is reported only once > Base64.xs:224: for each function it appears in.) > *** Error code 1 > > Stop in /usr/ports/lang/perl5.8/work/perl-5.8.4/ext/MIME/Base64. > *** Error code 1 > ---snip--- > > I solved this temporarily by removing the check of whether dowarn is set > in work/perl-5.8.4/ext/MIME/Base64/Base64.xs. This does not seem to > happen when I install in an empty, clean 4.10-RELEASE sandbox however. > :-X Not sure why. But I do see by Googling that others have/had the same > problem. Anyway, yes, I did completely uninstall any perl ports before > building ports/lang/perl5.8 here. And the OS/jail where I cannot build > perl5.8 does have fresh include/share/libdata dirs without old, stale > files. > > 2) After installing it and running use.perl port, perl does not run > anymore if you set LD_LIBRARY_PATH: > > # perl -v > /usr/libexec/ld-elf.so.1: perl: Undefined symbol "PL_exit_flags" > > By moving /usr/lib/libperl* out of the away, or unsetting > LD_LIBRARY_PATH, this issue is bypassed. > > Are these issues known? Are a number of LD_LIBRARY_PATH using users > using old libperl without knowing it? Should they? Etc. > > Regards, > > -- > Anders. > _______________________________________________ > 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" > From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 05:33: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 71E0516A4CE; Mon, 19 Jul 2004 05:33:52 +0000 (GMT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19DA443D3F; Mon, 19 Jul 2004 05:33:52 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from localhost (totem.fix.no [80.91.36.20]) by totem.fix.no (Postfix) with ESMTP id C232D6A9021; Mon, 19 Jul 2004 07:33:50 +0200 (CEST) Received: from totem.fix.no ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 27064-03-4; Mon, 19 Jul 2004 07:33:50 +0200 (CEST) Received: by totem.fix.no (Postfix, from userid 1000) id 95B876A9020; Mon, 19 Jul 2004 07:33:50 +0200 (CEST) Date: Mon, 19 Jul 2004 07:33:50 +0200 From: Anders Nordby To: David Newman Message-ID: <20040719053350.GA97553@totem.fix.no> References: <20040718194326.GA81260@totem.fix.no> <20040718180520.C97857@saronni.int.networktest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718180520.C97857@saronni.int.networktest.com> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.6i cc: perl@FreeBSD.org cc: tobez@FreeBSD.org Subject: Re: Perl 5.8.4 issues in FreeBSD 4.10-RELEASE 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, 19 Jul 2004 05:33:52 -0000 Hi, On Sun, Jul 18, 2004 at 06:06:23PM -0700, David Newman wrote: > I built a 4.10 box the other day and installed perl 5.8.4 from ports -- no > errors. Ok. > Did you cvsup your ports collection before doing the install? Yes. Of course! Cheers, -- Anders. From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 06:56:13 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 2775516A4CE; Mon, 19 Jul 2004 06:56:13 +0000 (GMT) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9B443D1D; Mon, 19 Jul 2004 06:56:12 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id C8975175A8; Mon, 19 Jul 2004 08:56:09 +0200 (CEST) Date: Mon, 19 Jul 2004 08:56:09 +0200 From: Anton Berezin To: Anders Nordby Message-ID: <20040719065609.GA33539@heechee.tobez.org> References: <20040718194326.GA81260@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718194326.GA81260@totem.fix.no> User-Agent: Mutt/1.5.6i cc: perl@FreeBSD.org Subject: Re: Perl 5.8.4 issues in FreeBSD 4.10-RELEASE 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, 19 Jul 2004 06:56:13 -0000 On Sun, Jul 18, 2004 at 09:43:27PM +0200, Anders Nordby wrote: > Hi tobez@, perl@, > > I found a couple of problems/oddities with the FreeBSD port for Perl > 5.8.4 using FreeBSD 4.10-RELEASE. I want to know if you are aware of > them and/or are working on a fix. I'll file a PR with more information > if you want. > > It's not building: > > ---snip--- > Making MIME::Base64 (dynamic) > Writing Makefile for MIME::Base64 > cp QuotedPrint.pm ../../../lib/MIME/QuotedPrint.pm > cp Base64.pm ../../../lib/MIME/Base64.pm > ../../../miniperl "-I../../../lib" "-I../../../lib" > ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap > Base64.xs > Base64.xsc && mv Base64.xsc Base64.c > cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.4/BSDPAN" > -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing > -I/usr/local/include -O -pipe -DVERSION=\"3.01\" > -DXS_VERSION=\"3.01\" -DPIC -fPIC "-I../../.." Base64.c > Base64.xs: In function `XS_MIME__Base64_decode_base64': > Base64.xs:224: `dowarn' undeclared (first use in this function) > Base64.xs:224: (Each undeclared identifier is reported only once > Base64.xs:224: for each function it appears in.) > *** Error code 1 > > Stop in /usr/ports/lang/perl5.8/work/perl-5.8.4/ext/MIME/Base64. > *** Error code 1 > ---snip--- Please make sure that you do not have a file named patchlevel.h in /usr/local/include. An old version of math/netcdf used to install this file, which conflicts with perl build. If so, please remove this file, and rebuild perl (make clean is necessary). Hope this helps, Cheers, \Anton. -- Floating point will almost always have enough precision for the task at hand, and by the time it doesn't, it will. :-) -- Larry Wall From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 07:14:54 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 837C216A4CE; Mon, 19 Jul 2004 07:14:54 +0000 (GMT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A85243D41; Mon, 19 Jul 2004 07:14:54 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from localhost (totem.fix.no [80.91.36.20]) by totem.fix.no (Postfix) with ESMTP id C6BBE6A9022; Mon, 19 Jul 2004 09:14:52 +0200 (CEST) Received: from totem.fix.no ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id 68910-01-2; Mon, 19 Jul 2004 09:14:52 +0200 (CEST) Received: by totem.fix.no (Postfix, from userid 1000) id 91D3B6A9021; Mon, 19 Jul 2004 09:14:52 +0200 (CEST) Date: Mon, 19 Jul 2004 09:14:52 +0200 From: Anders Nordby To: Anton Berezin Message-ID: <20040719071452.GA69934@totem.fix.no> References: <20040718194326.GA81260@totem.fix.no> <20040719065609.GA33539@heechee.tobez.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719065609.GA33539@heechee.tobez.org> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.6i cc: perl@FreeBSD.org Subject: Re: Perl 5.8.4 issues in FreeBSD 4.10-RELEASE 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, 19 Jul 2004 07:14:54 -0000 Hi, On Mon, Jul 19, 2004 at 08:56:09AM +0200, Anton Berezin wrote: > Please make sure that you do not have a file named patchlevel.h in > /usr/local/include. An old version of math/netcdf used to install this > file, which conflicts with perl build. If so, please remove this file, > and rebuild perl (make clean is necessary). That was it! Much thanks. Cheers, -- Anders. From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 07:26: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 8180A16A4CF; Mon, 19 Jul 2004 07:26:52 +0000 (GMT) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A997243D49; Mon, 19 Jul 2004 07:26:51 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 52FE4175AC; Mon, 19 Jul 2004 09:26:50 +0200 (CEST) Date: Mon, 19 Jul 2004 09:26:50 +0200 From: Anton Berezin To: Anders Nordby Message-ID: <20040719072650.GC33539@heechee.tobez.org> References: <20040718194326.GA81260@totem.fix.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040718194326.GA81260@totem.fix.no> User-Agent: Mutt/1.5.6i cc: perl@FreeBSD.org Subject: Re: Perl 5.8.4 issues in FreeBSD 4.10-RELEASE 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, 19 Jul 2004 07:26:52 -0000 Hey, On Sun, Jul 18, 2004 at 09:43:27PM +0200, Anders Nordby wrote: > 2) After installing it and running use.perl port, perl does not run > anymore if you set LD_LIBRARY_PATH: > > # perl -v > /usr/libexec/ld-elf.so.1: perl: Undefined symbol "PL_exit_flags" > > By moving /usr/lib/libperl* out of the away, or unsetting > LD_LIBRARY_PATH, this issue is bypassed. > > Are these issues known? Are a number of LD_LIBRARY_PATH using users > using old libperl without knowing it? Should they? Etc. It looks like you have encountered the situation described in detail here: http://www.freebsd.org/cgi/getmsg.cgi?fetch=1630529+0+/usr/local/www/db/text/2003/freebsd-questions/20031214.freebsd-questions \Anton. -- Floating point will almost always have enough precision for the task at hand, and by the time it doesn't, it will. :-) -- Larry Wall From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 11:03:17 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 DC31316A4CE for ; Mon, 19 Jul 2004 11:03:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7BD43D39 for ; Mon, 19 Jul 2004 11:03:17 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JB3HbN017013 for ; Mon, 19 Jul 2004 11:03:17 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6JB3HVd017007 for perl@freebsd.org; Mon, 19 Jul 2004 11:03:17 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 19 Jul 2004 11:03:17 GMT Message-Id: <200407191103.i6JB3HVd017007@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Subject: Current problem reports assigned to you 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, 19 Jul 2004 11:03:18 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/02/14] ports/62825 perl conflict between perl-5.8.2 and other por o [2004/03/03] ports/63670 perl 'Unable to read from thread kernel pipe' 2 problems total. Non-critical problems From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 11:41:32 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 17D0D16A500; Mon, 19 Jul 2004 11:41:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC58E43D41; Mon, 19 Jul 2004 11:41:31 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from freefall.freebsd.org (mat@localhost [127.0.0.1]) i6JBfViJ024373; Mon, 19 Jul 2004 11:41:31 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6JBfVJO024369; Mon, 19 Jul 2004 11:41:31 GMT (envelope-from mat) Date: Mon, 19 Jul 2004 11:41:31 GMT From: Mathieu Arnold Message-Id: <200407191141.i6JBfVJO024369@freefall.freebsd.org> To: leeym@utopia.leeym.com, mat@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/62825: conflict between perl-5.8.2 and other ports 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, 19 Jul 2004 11:41:32 -0000 Synopsis: conflict between perl-5.8.2 and other ports State-Changed-From-To: open->closed State-Changed-By: mat State-Changed-When: Mon Jul 19 11:40:11 GMT 2004 State-Changed-Why: Since perl5.8 have been updated to 5.8.4, base perl and perl ports don't put their man pages at the same place. http://www.freebsd.org/cgi/query-pr.cgi?pr=62825 From owner-freebsd-perl@FreeBSD.ORG Wed Jul 21 12:26:51 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 E26B816A4CF; Wed, 21 Jul 2004 12:26:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB5E43D54; Wed, 21 Jul 2004 12:26:51 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) i6LCQp8V034420; Wed, 21 Jul 2004 12:26:51 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6LCQpHn034416; Wed, 21 Jul 2004 12:26:51 GMT (envelope-from krion) Date: Wed, 21 Jul 2004 12:26:51 GMT From: Kirill Ponomarew Message-Id: <200407211226.i6LCQpHn034416@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69368: [PATCH] devel/Spoon: update to 0.17 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: Wed, 21 Jul 2004 12:26:52 -0000 Synopsis: [PATCH] devel/Spoon: update to 0.17 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: krion Responsible-Changed-When: Wed Jul 21 12:26:41 GMT 2004 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=69368 From owner-freebsd-perl@FreeBSD.ORG Wed Jul 21 12:31:54 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 8587216A4CE; Wed, 21 Jul 2004 12:31:54 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679F743D31; Wed, 21 Jul 2004 12:31:54 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) i6LCVsqg036174; Wed, 21 Jul 2004 12:31:54 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6LCVsBi036170; Wed, 21 Jul 2004 12:31:54 GMT (envelope-from krion) Date: Wed, 21 Jul 2004 12:31:54 GMT From: Kirill Ponomarew Message-Id: <200407211231.i6LCVsBi036170@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69366: [PATCH] devel/Spiffy: update to 0.19 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: Wed, 21 Jul 2004 12:31:54 -0000 Synopsis: [PATCH] devel/Spiffy: update to 0.19 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: krion Responsible-Changed-When: Wed Jul 21 12:31:42 GMT 2004 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=69366 From owner-freebsd-perl@FreeBSD.ORG Wed Jul 21 12:32:25 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 891C016A4CE; Wed, 21 Jul 2004 12:32:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB6343D46; Wed, 21 Jul 2004 12:32:25 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) i6LCWPnj036254; Wed, 21 Jul 2004 12:32:25 GMT (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6LCWPIN036250; Wed, 21 Jul 2004 12:32:25 GMT (envelope-from krion) Date: Wed, 21 Jul 2004 12:32:25 GMT From: Kirill Ponomarew Message-Id: <200407211232.i6LCWPIN036250@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69367: [PATCH] devel/IO-All: update to 0.30 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: Wed, 21 Jul 2004 12:32:25 -0000 Synopsis: [PATCH] devel/IO-All: update to 0.30 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: krion Responsible-Changed-When: Wed Jul 21 12:32:14 GMT 2004 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=69367 From owner-freebsd-perl@FreeBSD.ORG Thu Jul 22 10:03: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 41C1E16A4CE; Thu, 22 Jul 2004 10:03:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C5943D2F; Thu, 22 Jul 2004 10:03:46 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) i6MA3ksN002916; Thu, 22 Jul 2004 10:03:46 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6MA3jYC002912; Thu, 22 Jul 2004 12:03:45 +0200 (CEST) (envelope-from tobez) Date: Thu, 22 Jul 2004 12:03:45 +0200 (CEST) From: Anton Berezin Message-Id: <200407221003.i6MA3jYC002912@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory 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: Thu, 22 Jul 2004 10:03:46 -0000 Synopsis: perl5-related distfiles are in common distfiles directory Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: tobez Responsible-Changed-When: Thu Jul 22 12:03:09 CEST 2004 Responsible-Changed-Why: That's a bikeshed for perl@ to decide upon. http://www.freebsd.org/cgi/query-pr.cgi?pr=69421 From owner-freebsd-perl@FreeBSD.ORG Thu Jul 22 10:31:17 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 C8F9F16A4CE; Thu, 22 Jul 2004 10:31:17 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A943643D2F; Thu, 22 Jul 2004 10:31:17 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) i6MAVHXJ008943; Thu, 22 Jul 2004 10:31:17 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6MAVHrS008939; Thu, 22 Jul 2004 12:31:17 +0200 (CEST) (envelope-from tobez) Date: Thu, 22 Jul 2004 12:31:17 +0200 (CEST) From: Anton Berezin Message-Id: <200407221031.i6MAVHrS008939@freefall.freebsd.org> To: gvs@rinet.ru, tobez@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory 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: Thu, 22 Jul 2004 10:31:17 -0000 Synopsis: perl5-related distfiles are in common distfiles directory State-Changed-From-To: open->feedback State-Changed-By: tobez State-Changed-When: Thu Jul 22 12:30:25 CEST 2004 State-Changed-Why: Could you elaborate on the exact nature of difficulties in maintaining such distfiles? http://www.freebsd.org/cgi/query-pr.cgi?pr=69421 From owner-freebsd-perl@FreeBSD.ORG Thu Jul 22 10:32:32 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 0267F16A4CE; Thu, 22 Jul 2004 10:32:31 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB0A43D4C; Thu, 22 Jul 2004 10:32:31 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id 565BEA240D6; Thu, 22 Jul 2004 12:32:30 +0200 (CEST) Received: from [192.168.8.51] (abeillemusiq.net4.nerim.net [62.212.120.194]) (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 5696CA240EF; Thu, 22 Jul 2004 12:32:29 +0200 (CEST) Date: Thu, 22 Jul 2004 12:32:26 +0200 From: Mathieu Arnold To: perl@FreeBSD.org Message-ID: <74636B4B3823C3FC9E9C8982@[192.168.8.51]> In-Reply-To: <200407221003.i6MA3jYC002912@freefall.freebsd.org> References: <200407221003.i6MA3jYC002912@freefall.freebsd.org> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========67CEF1E328801C1B93FF==========" X-Virus-Scanned: by amavisd 0.1 cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory 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: Thu, 22 Jul 2004 10:32:32 -0000 --==========67CEF1E328801C1B93FF========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-le 22/07/2004 12:03 +0200, Anton Berezin a dit : | Synopsis: perl5-related distfiles are in common distfiles directory I've been thinking of that for a while too, but I never got up to send a PR. I agree with him that it could be good to have these distfiles there, but well, on another hand, you don't ever need to go into the distfiles directory and touch things by hand, I only clean it up once in a while with portsclean -D. -- Mathieu Arnold --==========67CEF1E328801C1B93FF========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQP+XvlvROjYJ63c1AQIJywf8Dqeafxm+V+48EskPxVCsVFQo73y7ek2Q zIXEs9sSB7UzGWxAvvoAsmoSjvYWmdG+hhqroi1lpTuiOHsOAOwaaSHvXNIzvHkv VWCNXNrk0gpT1gEqxm99121mdizLwGlPsIOMbsIFPxknaUNVMKQ4Rwgmqflo8ire e9chO+FE6lqDAIdm85Lk1dpU7YA+zpW0ZsV/WbwtUvAjpZl/TCExUPEZEZyufW3V ScoJKEl5L0p2htemGeciojKo9DSf2YQFF9qqj2hHT0VvH+x9Ijfs8onvgy83BL5z gb1WNf4BAfSZR1V0ngdBIxdY7f/ZayStiUwC+YiNm1XaCjYkTFJqRA== =oN34 -----END PGP SIGNATURE----- --==========67CEF1E328801C1B93FF==========-- From owner-freebsd-perl@FreeBSD.ORG Thu Jul 22 10:38: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 7624316A4CE; Thu, 22 Jul 2004 10:38:30 +0000 (GMT) Received: from lalamba.yandex.ru (sansara.yandex.net [213.180.194.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9557243D4C; Thu, 22 Jul 2004 10:38:29 +0000 (GMT) (envelope-from gvs@rinet.ru) Received: from [213.180.193.165] (road.yandex.ru [213.180.193.165]) by lalamba.yandex.ru (8.12.11/8.12.11) with ESMTP id i6MAcROv066943; Thu, 22 Jul 2004 14:38:27 +0400 (MSD) (envelope-from gvs@rinet.ru) Message-ID: <40FF998F.9090605@rinet.ru> Date: Thu, 22 Jul 2004 14:40:15 +0400 From: Seva Gluschenko Organization: Yandex User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040629 X-Accept-Language: ru, en MIME-Version: 1.0 To: Anton Berezin References: <200407221031.i6MAVHrS008939@freefall.freebsd.org> In-Reply-To: <200407221031.i6MAVHrS008939@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: none (lalamba.yandex.ru: 213.180.193.165 is neither permitted nor denied by domain of rinet.ru) client-ip=213.180.193.165; envelope-from=gvs@rinet.ru; helo=[213.180.193.165]; cc: perl@FreeBSD.org Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory 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: Thu, 22 Jul 2004 10:38:30 -0000 Anton Berezin wrote: > Could you elaborate on the exact nature of difficulties in maintaining > such distfiles? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=69421 There are just too many of them. I want to have an easy way to organize my distfiles, especially when I want to selectively take them to some location disconnected from Internet or having too slow Internet connection to download distfiles. There are separate directories for KDE, gnome and gnome2, heck, there are directories for ruby, python and ezm3. Isn't it natural to have a directory for perl5? It is, I suppose. -gvs From owner-freebsd-perl@FreeBSD.ORG Thu Jul 22 10:40:23 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 83EC116A4CF for ; Thu, 22 Jul 2004 10:40:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD4543D31 for ; Thu, 22 Jul 2004 10:40:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6MAeNLn009238 for ; Thu, 22 Jul 2004 10:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6MAeNw5009237; Thu, 22 Jul 2004 10:40:23 GMT (envelope-from gnats) Date: Thu, 22 Jul 2004 10:40:23 GMT Message-Id: <200407221040.i6MAeNw5009237@freefall.freebsd.org> To: perl@FreeBSD.org From: Mathieu Arnold Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 10:40:23 -0000 The following reply was made to PR ports/69421; it has been noted by GNATS. From: Mathieu Arnold To: perl@FreeBSD.org Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory Date: Thu, 22 Jul 2004 12:32:26 +0200 --==========67CEF1E328801C1B93FF========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-le 22/07/2004 12:03 +0200, Anton Berezin a dit : | Synopsis: perl5-related distfiles are in common distfiles directory I've been thinking of that for a while too, but I never got up to send a PR. I agree with him that it could be good to have these distfiles there, but well, on another hand, you don't ever need to go into the distfiles directory and touch things by hand, I only clean it up once in a while with portsclean -D. -- Mathieu Arnold --==========67CEF1E328801C1B93FF========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iQEVAwUBQP+XvlvROjYJ63c1AQIJywf8Dqeafxm+V+48EskPxVCsVFQo73y7ek2Q zIXEs9sSB7UzGWxAvvoAsmoSjvYWmdG+hhqroi1lpTuiOHsOAOwaaSHvXNIzvHkv VWCNXNrk0gpT1gEqxm99121mdizLwGlPsIOMbsIFPxknaUNVMKQ4Rwgmqflo8ire e9chO+FE6lqDAIdm85Lk1dpU7YA+zpW0ZsV/WbwtUvAjpZl/TCExUPEZEZyufW3V ScoJKEl5L0p2htemGeciojKo9DSf2YQFF9qqj2hHT0VvH+x9Ijfs8onvgy83BL5z gb1WNf4BAfSZR1V0ngdBIxdY7f/ZayStiUwC+YiNm1XaCjYkTFJqRA== =oN34 -----END PGP SIGNATURE----- --==========67CEF1E328801C1B93FF==========-- From owner-freebsd-perl@FreeBSD.ORG Thu Jul 22 21:46:49 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 C596916A4CF; Thu, 22 Jul 2004 21:46:49 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68BF43D2D; Thu, 22 Jul 2004 21:46:49 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) i6MLkn04088854; Thu, 22 Jul 2004 21:46:49 GMT (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6MLklkI088845; Thu, 22 Jul 2004 21:46:47 GMT (envelope-from glewis) Date: Thu, 22 Jul 2004 21:46:47 GMT From: Greg Lewis Message-Id: <200407222146.i6MLklkI088845@freefall.freebsd.org> To: clsung@dragon2.net, glewis@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69367: [PATCH] devel/IO-All: update to 0.30 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: Thu, 22 Jul 2004 21:46:49 -0000 Synopsis: [PATCH] devel/IO-All: update to 0.30 State-Changed-From-To: open->closed State-Changed-By: glewis State-Changed-When: Thu Jul 22 21:46:16 GMT 2004 State-Changed-Why: It looks like a similar update got committed about the time this PR was sent. Thanks for the submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=69367 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 01:50:29 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 D7BB416A4CE; Fri, 23 Jul 2004 01:50:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B6A43D5C; Fri, 23 Jul 2004 01:50:29 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) i6N1oTXQ016388; Fri, 23 Jul 2004 01:50:29 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6N1oT8v016384; Fri, 23 Jul 2004 01:50:29 GMT (envelope-from vanilla) Date: Fri, 23 Jul 2004 01:50:29 GMT From: "Vanilla I. Shu" Message-Id: <200407230150.i6N1oT8v016384@freefall.freebsd.org> To: clsung@dragon2.net, vanilla@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69366: [PATCH] devel/Spiffy: update to 0.19 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, 23 Jul 2004 01:50:30 -0000 Synopsis: [PATCH] devel/Spiffy: update to 0.19 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Fri Jul 23 01:49:57 GMT 2004 State-Changed-Why: mat@ committed, but forgotten to close pr. http://www.freebsd.org/cgi/query-pr.cgi?pr=69366 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 01:50:48 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 0629516A4CF; Fri, 23 Jul 2004 01:50:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33D343D2F; Fri, 23 Jul 2004 01:50:47 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (vanilla@localhost [127.0.0.1]) i6N1olXH016484; Fri, 23 Jul 2004 01:50:47 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6N1olKX016480; Fri, 23 Jul 2004 01:50:47 GMT (envelope-from vanilla) Date: Fri, 23 Jul 2004 01:50:47 GMT From: "Vanilla I. Shu" Message-Id: <200407230150.i6N1olKX016480@freefall.freebsd.org> To: clsung@dragon2.net, vanilla@FreeBSD.org, perl@FreeBSD.org Subject: Re: ports/69368: [PATCH] devel/Spoon: update to 0.17 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, 23 Jul 2004 01:50:48 -0000 Synopsis: [PATCH] devel/Spoon: update to 0.17 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Fri Jul 23 01:50:35 GMT 2004 State-Changed-Why: mat@ committed, but forgotten to close pr. http://www.freebsd.org/cgi/query-pr.cgi?pr=69368 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 07:07:39 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 F065116A4CE for ; Fri, 23 Jul 2004 07:07:39 +0000 (GMT) Received: from mail.3wgraphics.net (mail.3wgraphics.net [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A3B43D1F for ; Fri, 23 Jul 2004 07:07:39 +0000 (GMT) (envelope-from skv@protey.ru) Received: from [192.168.0.1] (helo=[192.168.0.1]) by mail.3wgraphics.net with esmtp (Exim 4.40 (FreeBSD)) id 1Bnu9U-000Kao-Ux for perl@FreeBSD.org; Fri, 23 Jul 2004 11:07:33 +0400 Message-ID: <4100B934.4040100@protey.ru> Date: Fri, 23 Jul 2004 11:07:32 +0400 From: Sergey Skvortsov Organization: 3W Graphics User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en,ru MIME-Version: 1.0 To: perl@FreeBSD.org References: <200407221003.i6MA3jYC002912@freefall.freebsd.org> <74636B4B3823C3FC9E9C8982@[192.168.8.51]> In-Reply-To: <74636B4B3823C3FC9E9C8982@[192.168.8.51]> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory 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, 23 Jul 2004 07:07:40 -0000 Mathieu Arnold wrote: > I've been thinking of that for a while too, but I never got up to send a PR. > I agree with him that it could be good to have these distfiles there, but At least we can accept policy to put DIST_SUBDIR= perl for all new versions of perl ports. Maybe perl-5.8.5 will be first one? ;) -- Sergey Skvortsov mailto: skv@protey.ru From owner-freebsd-perl@FreeBSD.ORG Sat Jul 24 11:44:08 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 5393816A4CE for ; Sat, 24 Jul 2004 11:44:08 +0000 (GMT) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D155843D46 for ; Sat, 24 Jul 2004 11:44:07 +0000 (GMT) (envelope-from lars@thegler.dk) Received: from [127.0.0.1] (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero0.cybercity.dk (Postfix) with ESMTP id 11D632AAF2 for ; Sat, 24 Jul 2004 13:44:06 +0200 (CEST) Message-ID: <41024B9B.6080801@thegler.dk> Date: Sat, 24 Jul 2004 13:44:27 +0200 From: Lars Thegler User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: perl@FreeBSD.org References: <200407221003.i6MA3jYC002912@freefall.freebsd.org> <74636B4B3823C3FC9E9C8982@[192.168.8.51]> <4100B934.4040100@protey.ru> In-Reply-To: <4100B934.4040100@protey.ru> X-Enigmail-Version: 0.84.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports/69421: perl5-related distfiles are in common distfiles directory 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, 24 Jul 2004 11:44:08 -0000 Sergey Skvortsov wrote: > At least we can accept policy to put DIST_SUBDIR= perl for all new > versions of perl ports. Perl module ports, yes. But it's probably not a good idea for the main lang/perl5{,.8} ports, because that will force all users to re-fetch all the perl module distfiles, when they do the lang/perl5{,.8} update. /Lars