From owner-freebsd-perl@FreeBSD.ORG Mon Dec 19 01:46:12 2005 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 DEEBB16A41F; Mon, 19 Dec 2005 01:46:12 +0000 (GMT) (envelope-from reho@rx.cz) Received: from charon.rx.cz (199.106.broadband4.iol.cz [85.71.106.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD1E43D55; Mon, 19 Dec 2005 01:46:10 +0000 (GMT) (envelope-from reho@rx.cz) Received: from charon.rx.cz (localhost [127.0.0.1]) by charon.rx.cz (8.13.4/8.13.4) with ESMTP id jBJ1jpdY026181; Mon, 19 Dec 2005 02:45:52 +0100 (CET) (envelope-from reho@199.106.broadband4.iol.cz) Received: (from root@localhost) by charon.rx.cz (8.13.4/8.13.4/Submit) id jBJ1jpPd026180; Mon, 19 Dec 2005 02:45:51 +0100 (CET) (envelope-from reho) Date: Mon, 19 Dec 2005 02:45:51 +0100 (CET) Message-Id: <200512190145.jBJ1jpPd026180@charon.rx.cz> To: FreeBSD-gnats-submit@freebsd.org From: Petr Rehor X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [patch] mail/p5-Mail-SpamAssassin - properly set pidfile in rc.d script X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Petr Rehor 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 Dec 2005 01:46:13 -0000 >Submitter-Id: current-users >Originator: Petr Rehor >Organization: >Confidential: no >Synopsis: [patch] mail/p5-Mail-SpamAssassin - properly set pidfile in rc.d script >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.0-RELEASE i386 >Environment: System: FreeBSD charon.rx.cz 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Tue Nov 8 20:44:39 UTC 2005 root@marvin.rx.cz:/usr/obj/usr/src/sys/GENERIC i386 >Description: - PID file name in rc.d scripts must be set to "pidfile" variable, not to "_pidfile" variable. - Placing -r (and -d too) options to command_args is more suitable because they mustn't be overwrited by spamd_flags >How-To-Repeat: >Fix: --- p5-Mail-SpamAssassin.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v retrieving revision 1.84 diff -u -r1.84 Makefile --- Makefile 16 Dec 2005 05:05:47 -0000 1.84 +++ Makefile 19 Dec 2005 01:26:46 -0000 @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan Index: files/spamd.sh =================================================================== RCS file: /home/ncvs/ports/mail/p5-Mail-SpamAssassin/files/spamd.sh,v retrieving revision 1.11 diff -u -r1.11 spamd.sh --- files/spamd.sh 10 May 2005 13:00:22 -0000 1.11 +++ files/spamd.sh 19 Dec 2005 00:45:11 -0000 @@ -21,7 +21,15 @@ name=spamd rcvar=`set_rcvar` +load_rc_config $name + +# Set defaults +: ${spamd_enable:="NO"} +: ${spamd_flags="-c %%SQL_FLAG%% %%RUN_AS_USER%%"} + +pidfile=${spamd_pidfile:-"/var/run/spamd/spamd.pid"} command=%%PREFIX%%/bin/spamd +command_args="-d -r ${pidfile}" required_dirs=%%PREFIX%%/share/spamassassin stop_postcmd=stop_postcmd @@ -31,11 +39,4 @@ rm -f $pidfile } -# set defaults - -spamd_enable=${spamd_enable:-"NO"} -spamd_pidfile=${spamd_pidfile:-"/var/run/spamd/spamd.pid"} -spamd_flags=${spamd_flags:-"-c -d %%SQL_FLAG%% -r ${spamd_pidfile} %%RUN_AS_USER%%"} - -load_rc_config $name run_rc_command "$1" --- p5-Mail-SpamAssassin.diff ends here --- From owner-freebsd-perl@FreeBSD.ORG Mon Dec 19 01:58:23 2005 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 2116D16A41F; Mon, 19 Dec 2005 01:58:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4D043D46; Mon, 19 Dec 2005 01:58:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBJ1wLfc077277; Mon, 19 Dec 2005 01:58:21 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBJ1wLU1077273; Mon, 19 Dec 2005 01:58:21 GMT (envelope-from linimon) Date: Mon, 19 Dec 2005 01:58:21 GMT From: Mark Linimon Message-Id: <200512190158.jBJ1wLU1077273@freefall.freebsd.org> To: prehor@gmail.com, linimon@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/82151: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location 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, 19 Dec 2005 01:58:23 -0000 Synopsis: [PATCH] mail/p5-Mail-SpamAssassin: install rcNG startup script to properly location State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Dec 19 01:57:58 UTC 2005 State-Changed-Why: Submitter notes that this change is now OBE. http://www.freebsd.org/cgi/query-pr.cgi?pr=82151 From owner-freebsd-perl@FreeBSD.ORG Mon Dec 19 11:05:27 2005 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 A6AA316A420 for ; Mon, 19 Dec 2005 11:05:27 +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 EB09443D66 for ; Mon, 19 Dec 2005 11:05:12 +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 jBJB5726012895 for ; Mon, 19 Dec 2005 11:05:07 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBJB54FX012886 for perl@freebsd.org; Mon, 19 Dec 2005 11:05:04 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 19 Dec 2005 11:05:04 GMT Message-Id: <200512191105.jBJB54FX012886@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, 19 Dec 2005 11:05:27 -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 1 problem total. Non-critical problems From owner-freebsd-perl@FreeBSD.ORG Tue Dec 20 00:16:38 2005 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 F11B016A41F; Tue, 20 Dec 2005 00:16:37 +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 9B02F43D5E; Tue, 20 Dec 2005 00:16:37 +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 jBK0Gb29060785; Tue, 20 Dec 2005 00:16:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBK0Gbfa060781; Tue, 20 Dec 2005 00:16:37 GMT (envelope-from edwin) Date: Tue, 20 Dec 2005 00:16:37 GMT From: Edwin Groothuis Message-Id: <200512200016.jBK0Gbfa060781@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/90625: [patch] mail/p5-Mail-SpamAssassin - properly set pidfile in rc.d script 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, 20 Dec 2005 00:16:38 -0000 Synopsis: [patch] mail/p5-Mail-SpamAssassin - properly set pidfile in rc.d script Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 20 00:16:37 UTC 2005 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=90625 From owner-freebsd-perl@FreeBSD.ORG Wed Dec 21 06:29:18 2005 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 C8CBF16A41F for ; Wed, 21 Dec 2005 06:29:18 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr35.hinet.net (msr35.hinet.net [168.95.4.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4DAB43D5A for ; Wed, 21 Dec 2005 06:29:17 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (arcadia.leeym.com [211.21.137.53]) by msr35.hinet.net (8.9.3/8.9.3) with ESMTP id OAA24175 for ; Wed, 21 Dec 2005 14:29:16 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 5B8E7B29D06 for ; Wed, 21 Dec 2005 14:29:14 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84488-07 for ; Wed, 21 Dec 2005 14:29:10 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id EC331B29CE7; Wed, 21 Dec 2005 14:29:09 +0800 (CST) Date: Wed, 21 Dec 2005 14:29:09 +0800 From: Yen-Ming Lee To: perl@FreeBSD.org Message-ID: <20051221062909.GA93715@utopia.leeym.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline X-Fingerprint: FE 7E 04 56 FC D7 24 21 B9 3B 53 06 E8 93 B5 81 X-Public-Key: http://www.leeym.com/pubkey.asc User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new at leeym.com Cc: Subject: 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: Wed, 21 Dec 2005 06:29:18 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=big5 Content-Disposition: inline Hi, There are too many p5-* ports that mark IGNORE when PERL_LEVEL < 500600 due to the dependency of p5-MIME-Base64, which uses XSLoader and requires perl 5.6.0 since p5-MIME-Base64-3.06. I think we are still supporting FreeBSD 4 and its built-in perl 5.00503, so it might be a problem for the older perl users. Will it be a good idea to repocopy converters/p5-MIME-Base64 to converters/p5-MIME-Base64-305, and use conditional dependency like what we did for databases/p5-DBI and databases/p5-DBI-137 ? any comments? -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBQ6j2NcnMx0NetS5RAQLEMgQAuqrXgbrAd+t+jXb6YsLyhKMR/B81MaKN LUJVWQKzyEj98w137Mi+JTB3LlOOXU1H959pPES0UG5RKa74TJlVgfjNJ+qOniSg f0pdEnp5vUECUZqx9n+MHTILOCATyiPSej4qq7uiEeWUo+JE2dNHohcGwDLVWLH/ YUjYiZ2wUwk= =L+N/ -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- From owner-freebsd-perl@FreeBSD.ORG Wed Dec 21 07:06:16 2005 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 6050A16A431; Wed, 21 Dec 2005 07:06:16 +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 2B4B543D82; Wed, 21 Dec 2005 07:06:10 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 2FA6712542B; Wed, 21 Dec 2005 08:06:08 +0100 (CET) Date: Wed, 21 Dec 2005 08:06:08 +0100 From: Anton Berezin To: Yen-Ming Lee Message-ID: <20051221070608.GC17190@heechee.tobez.org> References: <20051221062909.GA93715@utopia.leeym.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051221062909.GA93715@utopia.leeym.com> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.11 Cc: perl@FreeBSD.org Subject: Re: 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: Wed, 21 Dec 2005 07:06:16 -0000 On Wed, Dec 21, 2005 at 02:29:09PM +0800, Yen-Ming Lee wrote: > There are too many p5-* ports that mark IGNORE when PERL_LEVEL < 500600 > due to the dependency of p5-MIME-Base64, which uses XSLoader and requires > perl 5.6.0 since p5-MIME-Base64-3.06. > > I think we are still supporting FreeBSD 4 and its built-in perl 5.00503, > so it might be a problem for the older perl users. > > Will it be a good idea to repocopy converters/p5-MIME-Base64 to > converters/p5-MIME-Base64-305, and use conditional dependency like what > we did for databases/p5-DBI and databases/p5-DBI-137 ? > > any comments? I would not bother, frankly. There are too many useful modules around to not install perl from ports nowadays. But other than that, the proposed solution is good, so if you feel like doing it, then why not? \Anton. -- An undefined problem has an infinite number of solutions. -- Robert A. Humphrey From owner-freebsd-perl@FreeBSD.ORG Wed Dec 21 09:01:43 2005 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 5490416A41F; Wed, 21 Dec 2005 09:01:43 +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 0599743D5E; Wed, 21 Dec 2005 09:01:43 +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 jBL91gMU076830; Wed, 21 Dec 2005 09:01:42 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBL91gXF076826; Wed, 21 Dec 2005 09:01:42 GMT (envelope-from edwin) Date: Wed, 21 Dec 2005 09:01:42 GMT From: Edwin Groothuis Message-Id: <200512210901.jBL91gXF076826@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/90733: repocopy: converters/p5-MIME-Base64 -> converters/p5-MIME-Base64-305 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: Wed, 21 Dec 2005 09:01:43 -0000 Synopsis: repocopy: converters/p5-MIME-Base64 -> converters/p5-MIME-Base64-305 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 21 09:01:42 UTC 2005 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=90733 From owner-freebsd-perl@FreeBSD.ORG Wed Dec 21 09:10:34 2005 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 452E216A41F; Wed, 21 Dec 2005 09:10:34 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3308243DAA; Wed, 21 Dec 2005 09:10:17 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from freefall.freebsd.org (leeym@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBL9AB7d077773; Wed, 21 Dec 2005 09:10:11 GMT (envelope-from leeym@freefall.freebsd.org) Received: (from leeym@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBL9ABFu077769; Wed, 21 Dec 2005 09:10:11 GMT (envelope-from leeym) Date: Wed, 21 Dec 2005 09:10:11 GMT From: Yen-Ming Lee Message-Id: <200512210910.jBL9ABFu077769@freefall.freebsd.org> To: leeym@utopia.leeym.com, leeym@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org Cc: Subject: Re: ports/90733: repocopy: converters/p5-MIME-Base64 -> converters/p5-MIME-Base64-305 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: Wed, 21 Dec 2005 09:10:34 -0000 Synopsis: repocopy: converters/p5-MIME-Base64 -> converters/p5-MIME-Base64-305 State-Changed-From-To: open->repocopy State-Changed-By: leeym State-Changed-When: Wed Dec 21 09:08:52 UTC 2005 State-Changed-Why: It's repocopy request, over to portmgr Responsible-Changed-From-To: perl->portmgr Responsible-Changed-By: leeym Responsible-Changed-When: Wed Dec 21 09:08:52 UTC 2005 Responsible-Changed-Why: It's repocopy request, over to portmgr http://www.freebsd.org/cgi/query-pr.cgi?pr=90733 From owner-freebsd-perl@FreeBSD.ORG Wed Dec 21 09:26:31 2005 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 32B3E16A41F; Wed, 21 Dec 2005 09:26:31 +0000 (GMT) (envelope-from skv@protey.ru) Received: from mail.3wgraphics.com (mail.3wgraphics.com [194.87.91.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301C343D69; Wed, 21 Dec 2005 09:26:29 +0000 (GMT) (envelope-from skv@protey.ru) Received: from authorized location by mail.3wgraphics.com with esmtpsa (TLSv1:AES256-SHA:256) id 1Ep0Et-000CbX-5I; Wed, 21 Dec 2005 12:26:27 +0300 Message-ID: <43A91FC2.3010009@protey.ru> Date: Wed, 21 Dec 2005 12:26:26 +0300 From: Sergey Skvortsov MIME-Version: 1.0 To: Yen-Ming Lee References: <20051221062909.GA93715@utopia.leeym.com> In-Reply-To: <20051221062909.GA93715@utopia.leeym.com> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: perl@FreeBSD.org Subject: Re: 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: Wed, 21 Dec 2005 09:26:31 -0000 Yen-Ming Lee wrote: > > There are too many p5-* ports that mark IGNORE when PERL_LEVEL < 500600 > due to the dependency of p5-MIME-Base64, which uses XSLoader and requires > perl 5.6.0 since p5-MIME-Base64-3.06. Port devel/p5-XSLoader is compatible with 5.00503. > I think we are still supporting FreeBSD 4 and its built-in perl 5.00503, > so it might be a problem for the older perl users. > > Will it be a good idea to repocopy converters/p5-MIME-Base64 to > converters/p5-MIME-Base64-305, and use conditional dependency like what > we did for databases/p5-DBI and databases/p5-DBI-137 ? I offer to take out perl-5.00503 of support since 2006/01. The cost (==pain) of maintaining compatibility with old perl is too high. IMO supporting FreeBSD 4 != supporting old perl in ports tree. -- Sergey Skvortsov mailto: skv@protey.ru From owner-freebsd-perl@FreeBSD.ORG Wed Dec 21 12:38:59 2005 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 D9E0A16A41F for ; Wed, 21 Dec 2005 12:38:59 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr55.hinet.net (msr55.hinet.net [168.95.4.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2AEA43D5A for ; Wed, 21 Dec 2005 12:38:58 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (arcadia.leeym.com [211.21.137.53]) by msr55.hinet.net (8.9.3/8.9.3) with ESMTP id UAA09219; Wed, 21 Dec 2005 20:38:54 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 08D6CB29D43; Wed, 21 Dec 2005 20:38:54 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39381-04; Wed, 21 Dec 2005 20:38:49 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 8E975B29D19; Wed, 21 Dec 2005 20:38:49 +0800 (CST) Date: Wed, 21 Dec 2005 20:38:49 +0800 From: Yen-Ming Lee To: Sergey Skvortsov Message-ID: <20051221123849.GA39303@utopia.leeym.com> References: <20051221062909.GA93715@utopia.leeym.com> <43A91FC2.3010009@protey.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <43A91FC2.3010009@protey.ru> X-Fingerprint: FE 7E 04 56 FC D7 24 21 B9 3B 53 06 E8 93 B5 81 X-Public-Key: http://www.leeym.com/pubkey.asc User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new at leeym.com Cc: perl@FreeBSD.org Subject: Re: 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: Wed, 21 Dec 2005 12:39:00 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=big5 Content-Disposition: inline On Wed, Dec 21, 2005 at 12:26:26PM +0300, Sergey Skvortsov wrote: > Yen-Ming Lee wrote: > > > > There are too many p5-* ports that mark IGNORE when PERL_LEVEL < 500600 > > due to the dependency of p5-MIME-Base64, which uses XSLoader and requires > > perl 5.6.0 since p5-MIME-Base64-3.06. > > Port devel/p5-XSLoader is compatible with 5.00503. > > > I think we are still supporting FreeBSD 4 and its built-in perl 5.00503, > > so it might be a problem for the older perl users. > > > > Will it be a good idea to repocopy converters/p5-MIME-Base64 to > > converters/p5-MIME-Base64-305, and use conditional dependency like what > > we did for databases/p5-DBI and databases/p5-DBI-137 ? > > I offer to take out perl-5.00503 of support since 2006/01. > > The cost (==pain) of maintaining compatibility with old perl is too high. > > IMO supporting FreeBSD 4 != supporting old perl in ports tree. I tried your suggestion about devel/p5-XSLoader, and it works. I close the repocopy request for the p5-MIME-Base64 issue, and I'll remove the IGNORE that caused by p5-MIME-Base64 from other p5-* ports later. However, I agree that we should review our supporting policy for old perl. -- Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iQCVAwUBQ6lM2cnMx0NetS5RAQJomQQAynyM4+Sssk1SfUkhY7fE30tKjj8IRHlq dX1+5GbcYCoc9GkHA+LxaElKwNpZByVVWOn98bcC/uteygNKt2HMeKsgokXvkNbW dGrfltqyCqsZVpdTgMvj4BlqfyRLgHMNYvJwkUC2aeMBO3jleC/xJaNd083V/SSV a7rjqTyUltE= =eDfd -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-perl@FreeBSD.ORG Wed Dec 21 13:11:04 2005 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 AD68416A41F for ; Wed, 21 Dec 2005 13:11:04 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D2443D49 for ; Wed, 21 Dec 2005 13:11:03 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 38A4522AD9; Wed, 21 Dec 2005 14:11:02 +0100 (CET) Received: by mail.droso.net (Postfix, from userid 1001) id 5FCA922A03; Wed, 21 Dec 2005 14:11:00 +0100 (CET) Date: Wed, 21 Dec 2005 14:11:00 +0100 From: Erwin Lansing To: freebsd-perl@freebsd.org Message-ID: <20051221131100.GZ63964@droso.net> Mail-Followup-To: freebsd-perl@freebsd.org References: <20051221062909.GA93715@utopia.leeym.com> <43A91FC2.3010009@protey.ru> <20051221123849.GA39303@utopia.leeym.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lZZ4ablUVnt2XgAh" Content-Disposition: inline In-Reply-To: <20051221123849.GA39303@utopia.leeym.com> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd 0.1 Subject: 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: Wed, 21 Dec 2005 13:11:04 -0000 --lZZ4ablUVnt2XgAh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 21, 2005 at 08:38:49PM +0800, Yen-Ming Lee wrote: >=20 > 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. >=20 > However, I agree that we should review our supporting policy for old perl. >=20 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. -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --lZZ4ablUVnt2XgAh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDqVRkqy9aWxUlaZARAi1mAJ9A4fs0MHLZc6/EoUga33byuoGnhACfektM W2LPXTZjF55Q5e09VIbp2KQ= =JtG4 -----END PGP SIGNATURE----- --lZZ4ablUVnt2XgAh-- From owner-freebsd-perl@FreeBSD.ORG Fri Dec 23 19:01:47 2005 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 1CA8F16A41F; Fri, 23 Dec 2005 19:01:47 +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 C940343D5C; Fri, 23 Dec 2005 19:01:46 +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 jBNJ1k6r084380; Fri, 23 Dec 2005 19:01:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBNJ1kuG084376; Fri, 23 Dec 2005 19:01:46 GMT (envelope-from edwin) Date: Fri, 23 Dec 2005 19:01:46 GMT From: Edwin Groothuis Message-Id: <200512231901.jBNJ1kuG084376@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/90862: Fix port: graphics/p5-Imager fix WWW 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: Fri, 23 Dec 2005 19:01:47 -0000 Synopsis: Fix port: graphics/p5-Imager fix WWW Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 23 19:01:46 UTC 2005 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=90862 From owner-freebsd-perl@FreeBSD.ORG Fri Dec 23 19:14:06 2005 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 4BC2816A41F; Fri, 23 Dec 2005 19:14:06 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00A3B43D45; Fri, 23 Dec 2005 19:14:05 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBNJE5ZN084797; Fri, 23 Dec 2005 19:14:05 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBNJE5qc084793; Fri, 23 Dec 2005 19:14:05 GMT (envelope-from erwin) Date: Fri, 23 Dec 2005 19:14:05 GMT From: Erwin Lansing Message-Id: <200512231914.jBNJE5qc084793@freefall.freebsd.org> To: jmelo@freebsdbrasil.com.br, erwin@FreeBSD.org, perl@FreeBSD.org Cc: Subject: Re: ports/90862: Fix port: graphics/p5-Imager fix WWW 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: Fri, 23 Dec 2005 19:14:06 -0000 Synopsis: Fix port: graphics/p5-Imager fix WWW State-Changed-From-To: open->closed State-Changed-By: erwin State-Changed-When: Fri Dec 23 19:14:01 UTC 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=90862 From owner-freebsd-perl@FreeBSD.ORG Sat Dec 24 06:25:05 2005 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 74C1916A41F for ; Sat, 24 Dec 2005 06:25:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09ECE43D58 for ; Sat, 24 Dec 2005 06:25:05 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.3]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1Eq2pz-000P7O-3h for perl@FreeBSD.org; Sat, 24 Dec 2005 09:25:03 +0300 Message-ID: <43ACEA3E.5020708@FreeBSD.org> Date: Sat, 24 Dec 2005 09:27:10 +0300 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051216) X-Accept-Language: en-us, en MIME-Version: 1.0 To: perl@FreeBSD.org X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: Subject: [HEADS UP]: libglut update 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, 24 Dec 2005 06:25:05 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm going to update libglut. Since shlib version bumps, it will affect on all ports that depend on the port. With the commit I'll fix depends and PORTREVISION bump fo the ports. A full list of the ports you can find in ports/90247. - -- Dixi. Sem. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDrOo+TclL2LcfYF0RAjaEAJ9CyT+idfCUvlZjvSqS+iDb5RYcbQCcCc5w EQLXcz5p03HN0bCs3kpxHDU= =ItJu -----END PGP SIGNATURE----- From owner-freebsd-perl@FreeBSD.ORG Sat Dec 24 11:50:49 2005 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 AEDB416A41F; Sat, 24 Dec 2005 11:50:49 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from core.inec.ru (core.inec.ru [213.148.3.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F7C43D53; Sat, 24 Dec 2005 11:50:49 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from [213.85.81.137] (helo=[192.168.0.3]) by core.inec.ru with esmtp (Exim 4.51 (FreeBSD)) id 1Eq7vB-000PXm-VT; Sat, 24 Dec 2005 14:50:46 +0300 Message-ID: <43AD3699.1080703@FreeBSD.org> Date: Sat, 24 Dec 2005 14:52:57 +0300 From: Sergey Matveychuk User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051216) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sergey Matveychuk References: <43ACEA3E.5020708@FreeBSD.org> In-Reply-To: <43ACEA3E.5020708@FreeBSD.org> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: perl@FreeBSD.org Subject: Re: [HEADS UP]: libglut update 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, 24 Dec 2005 11:50:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sergey Matveychuk wrote: > I'm going to update libglut. Since shlib version bumps, it will affect > on all ports that depend on the port. > > With the commit I'll fix depends and PORTREVISION bump fo the ports. > > A full list of the ports you can find in ports/90247. > Sorry, ignore it please. It should be sent to ports@. - -- Dixi. Sem. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDrTaZTclL2LcfYF0RAq+FAJ9FJbXBlKmMmUCnuUurSA8M1tEgQQCghU7w dcpG0KHTgjk+h5jZD8gecps= =ZYFH -----END PGP SIGNATURE-----