From owner-freebsd-perl@FreeBSD.ORG Mon Jan 9 11:05:17 2006 Return-Path: X-Original-To: perl@freebsd.org 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 D5CA716A427 for ; Mon, 9 Jan 2006 11:05:17 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B0A43D48 for ; Mon, 9 Jan 2006 11:05:16 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09B5G0q067739 for ; Mon, 9 Jan 2006 11:05:16 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09B5F4b067733 for perl@freebsd.org; Mon, 9 Jan 2006 11:05:15 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 9 Jan 2006 11:05:15 GMT Message-Id: <200601091105.k09B5F4b067733@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 Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jan 2006 11:05:18 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/03/03] ports/63670 perl lang/perl5.8: 'Unable to read from thread o [2006/01/06] ports/91379 perl [patch] mail/p5-Mail-SpamAssassin : insta 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/11/20] ports/89333 perl Fix the cannot create lockfile /root/.spa 1 problem total. From owner-freebsd-perl@FreeBSD.ORG Mon Jan 9 11:08:37 2006 Return-Path: X-Original-To: freebsd-perl@freebsd.org 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 B06D916A41F; Mon, 9 Jan 2006 11:08:37 +0000 (GMT) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E4E43D8A; Mon, 9 Jan 2006 11:08:23 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 1F076125456; Mon, 9 Jan 2006 12:08:20 +0100 (CET) Date: Mon, 9 Jan 2006 12:08:20 +0100 From: Anton Berezin To: Yen-Ming Lee Message-ID: <20060109110820.GE57641@heechee.tobez.org> References: <20051221062909.GA93715@utopia.leeym.com> <43A91FC2.3010009@protey.ru> <20051221123849.GA39303@utopia.leeym.com> <20051221131100.GZ63964@droso.net> <20060106064633.GA67302@utopia.leeym.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060106064633.GA67302@utopia.leeym.com> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.11 Cc: freebsd-perl@freebsd.org Subject: Re: Support for 5.005_03 [Was: about converters/p5-MIME-Base64 on perl 5.00503] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jan 2006 11:08:37 -0000 On Fri, Jan 06, 2006 at 02:46:33PM +0800, Yen-Ming Lee wrote: > On Wed, Dec 21, 2005 at 02:11:00PM +0100, Erwin Lansing wrote: > > On Wed, Dec 21, 2005 at 08:38:49PM +0800, Yen-Ming Lee wrote: > > > > > > I tried your suggestion about devel/p5-XSLoader, and it works. > > > > Thanks for looking into this. I wasn't too happy to remove support for > > 5.005_03 from this port, but couldn't find an easy way around it. > > > > > > However, I agree that we should review our supporting policy for old perl. > > > > > I personally don't care much about 5.005_03 anymore. There's just too > > much that doesn't work with it anymore and it's easy for people to > > install perl from ports, also on 4.x. I think people really should > > consider moving to 5.8.7. Even 5.6.x is quite old now, 5.0x goes back to > > the stone age. Keeping support for the rest of the 4.x lifetime will be > > too big a PITA. > > > > If we can agree on this (or something else), it may be a good idea to > > publish this somewhere so the rest of the world knows this. > If we can (or wanna see if we can) stop supporting perl 5.005_03, what > should we do next? My take would be: 1. Mention it in the docs (somewhere). 2. Add a pre-everything conditional on USE_PERL5 and PERL_LEVEL < 500600 to bsd.port.mk that bitches along the lines "this is not guaranteed to work and is unsupported, please upgrade". 3. Stop trying to ensure that ports work with 5.005_03. 4. DEPRECATE things like databases/p5-DBI-137. 5. Go party. \Anton. -- An undefined problem has an infinite number of solutions. -- Robert A. Humphrey From owner-freebsd-perl@FreeBSD.ORG Mon Jan 9 14:15:11 2006 Return-Path: X-Original-To: freebsd-perl@freebsd.org 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 B73A916A41F for ; Mon, 9 Jan 2006 14:15:11 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B1543D45 for ; Mon, 9 Jan 2006 14:15:11 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from andromede.in.absolight.net (andromede.in.absolight.net [193.30.224.82]) (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 2182B4A9C11 for ; Mon, 9 Jan 2006 15:15:10 +0100 (CET) Date: Mon, 09 Jan 2006 15:15:10 +0100 From: Mathieu Arnold To: freebsd-perl@freebsd.org Message-ID: In-Reply-To: <20060106064633.GA67302@utopia.leeym.com> References: <20051221062909.GA93715@utopia.leeym.com> <43A91FC2.3010009@protey.ru> <20051221123849.GA39303@utopia.leeym.com> <20051221131100.GZ63964@droso.net> <20060106064633.GA67302@utopia.leeym.com> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========D43EB985756E97F1F012==========" Subject: Re: Support for 5.005_03 [Was: about converters/p5-MIME-Base64 on perl 5.00503] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jan 2006 14:15:11 -0000 --==========D43EB985756E97F1F012========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-le 06/01/2006 14:46 +0800, Yen-Ming Lee a dit : | If we can (or wanna see if we can) stop supporting perl 5.005_03, what | should we do next? switch to ruby ? :-) -- Mathieu Arnold --==========D43EB985756E97F1F012========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFDwm/wJqR8av5thQ8RAr/FAKCbs6vGSUhiWrmE2cCy26GypWDBMACggSsu Q8DAYXz1S+b3pkdZPyqEmc8= =2iWE -----END PGP SIGNATURE----- --==========D43EB985756E97F1F012==========-- From owner-freebsd-perl@FreeBSD.ORG Mon Jan 9 14:24:51 2006 Return-Path: X-Original-To: freebsd-perl@freebsd.org 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 151B616A41F; Mon, 9 Jan 2006 14:24:51 +0000 (GMT) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DFA43D46; Mon, 9 Jan 2006 14:24:50 +0000 (GMT) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (localhost [127.0.0.1]) by mail.fatpipi.com (Postfix) with ESMTP id 63CC02E302; Mon, 9 Jan 2006 22:24:49 +0800 (CST) Received: by mail.fatpipi.com (Postfix, from userid 1002) id 5BB232E142; Mon, 9 Jan 2006 22:24:49 +0800 (CST) Date: Mon, 9 Jan 2006 22:24:49 +0800 From: "Vanilla I. Shu" To: Mathieu Arnold Message-ID: <20060109142449.GA21322@fatpipi.cirx.org> References: <20051221062909.GA93715@utopia.leeym.com> <43A91FC2.3010009@protey.ru> <20051221123849.GA39303@utopia.leeym.com> <20051221131100.GZ63964@droso.net> <20060106064633.GA67302@utopia.leeym.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-perl@freebsd.org Subject: Re: Support for 5.005_03 [Was: about converters/p5-MIME-Base64 on perl 5.00503] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jan 2006 14:24:51 -0000 On Mon, Jan 09, 2006 at 03:15:10PM +0100, Mathieu Arnold wrote: > +-le 06/01/2006 14:46 +0800, Yen-Ming Lee a dit : > | If we can (or wanna see if we can) stop supporting perl 5.005_03, what > | should we do next? > switch to ruby ? :-) that's great idea :) -- how about import php as system script language ? From owner-freebsd-perl@FreeBSD.ORG Mon Jan 9 17:52:10 2006 Return-Path: X-Original-To: perl@hub.freebsd.org 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 D727916A425; Mon, 9 Jan 2006 17:52:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEC643D58; Mon, 9 Jan 2006 17:52:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k09HqAik097588; Mon, 9 Jan 2006 17:52:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k09HqAWZ097584; Mon, 9 Jan 2006 17:52:10 GMT (envelope-from edwin) Date: Mon, 9 Jan 2006 17:52:10 GMT From: Edwin Groothuis Message-Id: <200601091752.k09HqAWZ097584@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/91562: fix port security/p5-Net-SSLeay X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jan 2006 17:52:11 -0000 Synopsis: fix port security/p5-Net-SSLeay Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jan 9 17:52:09 UTC 2006 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=91562 From owner-freebsd-perl@FreeBSD.ORG Tue Jan 10 08:40:52 2006 Return-Path: X-Original-To: perl@hub.freebsd.org 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 3A5F716A41F; Tue, 10 Jan 2006 08:40:52 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A81DB43D46; Tue, 10 Jan 2006 08:40:51 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0A8epbP078583; Tue, 10 Jan 2006 08:40:51 GMT (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0A8epDA078579; Tue, 10 Jan 2006 09:40:51 +0100 (CET) (envelope-from tobez) Date: Tue, 10 Jan 2006 09:40:51 +0100 (CET) From: Anton Berezin Message-Id: <200601100840.k0A8epDA078579@freefall.freebsd.org> To: oliver@freebsd.org, tobez@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/91562: fix port security/p5-Net-SSLeay X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 10 Jan 2006 08:40:52 -0000 Synopsis: fix port security/p5-Net-SSLeay State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Jan 10 09:40:51 CET 2006 State-Changed-Why: The fix has been committed. Thank you for your submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=91562 From owner-freebsd-perl@FreeBSD.ORG Sat Jan 14 20:49:55 2006 Return-Path: X-Original-To: perl@freebsd.org 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 F37A616A41F for ; Sat, 14 Jan 2006 20:49:54 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (c-24-147-44-26.hsd1.nh.comcast.net [24.147.44.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F1943D48 for ; Sat, 14 Jan 2006 20:49:54 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.98] (monster.forrie.com [192.168.1.98]) (authenticated bits=0) by forrie.com (8.13.5/8.13.4) with ESMTP id k0EKnrPa040527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 14 Jan 2006 15:49:53 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <43C963E9.5090009@forrie.com> Date: Sat, 14 Jan 2006 15:49:45 -0500 From: Forrest Aldrich User-Agent: Thunderbird 1.5 (Windows/20060113) MIME-Version: 1.0 To: perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87/1241/Sat Jan 14 05:00:03 2006 on forrie.com X-Virus-Status: Clean Cc: Subject: AWL.pm errors. X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Jan 2006 20:49:55 -0000 There's a fix for this in the bugs database somewhere - which I applied and it appears to work. I just updated Spamassassin from the port, and here we go again: Jan 14 15:48:41 forrie spamd[40521]: Can't call method "finish" on an undefined value at /usr/local/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/Plugin/AWL.pm line 397, line 182. I'm curious why this hasn't been fixed in the port... ? _F From owner-freebsd-perl@FreeBSD.ORG Sat Jan 14 20:55:46 2006 Return-Path: X-Original-To: perl@freebsd.org 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 6D2A216A41F for ; Sat, 14 Jan 2006 20:55:46 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (c-24-147-44-26.hsd1.nh.comcast.net [24.147.44.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C550143D6D for ; Sat, 14 Jan 2006 20:55:43 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.98] (monster.forrie.com [192.168.1.98]) (authenticated bits=0) by forrie.com (8.13.5/8.13.4) with ESMTP id k0EKthZL040562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 14 Jan 2006 15:55:43 -0500 (EST) (envelope-from forrie@forrie.com) Message-ID: <43C96547.8090901@forrie.com> Date: Sat, 14 Jan 2006 15:55:35 -0500 From: Forrest Aldrich User-Agent: Thunderbird 1.5 (Windows/20060113) MIME-Version: 1.0 To: perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87/1241/Sat Jan 14 05:00:03 2006 on forrie.com X-Virus-Status: Clean Cc: Subject: AWL.pm patch X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Jan 2006 20:55:46 -0000 Here is the patch: http://issues.apache.org/SpamAssassin/attachment.cgi?id=3221&action=view