From owner-freebsd-perl@FreeBSD.ORG Thu Feb 4 14:29:11 2010 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 221B0106566C for ; Thu, 4 Feb 2010 14:29:11 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from scarlet.imgsrc.co.jp (scarlet.imgsrc.co.jp [202.235.195.9]) by mx1.freebsd.org (Postfix) with ESMTP id E6C888FC1E for ; Thu, 4 Feb 2010 14:29:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by scarlet.imgsrc.co.jp (Postfix) with ESMTP id D21FE67902 for ; Thu, 4 Feb 2010 23:08:52 +0900 (JST) X-Virus-Scanned: IMG SRC scanner at mail.imgsrc.co.jp (scarlet) Received: from scarlet.imgsrc.co.jp ([127.0.0.1]) by localhost (scarlet.imgsrc.co.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TM-Vq9upSOEe for ; Thu, 4 Feb 2010 23:08:52 +0900 (JST) Received: from nightblue.s2factory.co.jp (corsica.s2factory.co.jp [122.220.15.114]) by scarlet.imgsrc.co.jp (Postfix) with ESMTP id ACCAF678F5 for ; Thu, 4 Feb 2010 23:08:52 +0900 (JST) Date: Thu, 04 Feb 2010 23:08:52 +0900 Message-ID: <7mr5p18557.wl%kuriyama@s2factory.co.jp> From: Jun Kuriyama To: perl@FreeBSD.org User-Agent: Wanderlust/2.15.7 (Almost Unreal) Emacs/23.1 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: Subject: RFC: Change default perl version to 5.10.1 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: Thu, 04 Feb 2010 14:29:11 -0000 Hi, I'm planning to update our default perl installation to lang/perl5.10. But we are approaching 7.3-RELEASE, we should not so hurry. (1) Submit a patch to change default version to 5.10.1 to portmgr@ to run -exp build. (2) With these logs, fix problems as much as we can. Minor fixes should be committed (with feature safe tag). (3) After 7.3-REL released, commit changes switching to 5.10.1. Comments? Index: Mk/bsd.perl.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.perl.mk,v retrieving revision 1.14 diff -u -r1.14 bsd.perl.mk --- Mk/bsd.perl.mk 8 Jun 2009 14:56:31 -0000 1.14 +++ Mk/bsd.perl.mk 31 Jan 2010 15:01:17 -0000 @@ -84,7 +84,7 @@ # to set one of the conditionals that force the inclusion of bsd.perl.mk .if defined(_PERL_REFACTORING_COMPLETE) -PERL_VERSION?= 5.8.9 +PERL_VERSION?= 5.10.1 .if !defined(PERL_LEVEL) && defined(PERL_VERSION) perl_major= ${PERL_VERSION:C|\..*||} -- Jun Kuriyama // FreeBSD Project // S2 Factory, Inc.