From 7b4f7b83b7086f5d25e854cfc23d03473a2ae92c Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 14 Dec 2009 06:36:56 +0000 Subject: Update perl from version 5.10.0nb6 to version 5.10.1. Pkgsrc changes: - Adjust some patches - Remove patches integrated upstream Upstream changes: "5.10.1 is a maintenance release for perl 5.10, incorporating various minor bugfixes and optimisations." Nonetheless some incompatibles changes are noteworthy and are related to: - flip-flop and defined-or operators behavior in switch statement - type-based dispatch and overloading of the smart match operator - 'use feature :5.10*' semantics - Perl development switched to git - internal structure of the ext/ perl source directory changed - removal of the modules Test::Harness::Straps, ExtUtils::MakeMaker::bytes and ExtUtils::MakeMaker::vmsish - the Module::CoreList module no longer contains the %:patchlevel hash - a bugfix related to the handling of the /m modifier and qr resulted in a change of behaviour between 5.8.x and 5.10.0 (this was missing from perl 5.10.0 perldelta). For a complete list of changes see included perl5101delta(1) or http://perldoc.perl.org/perl5101delta.html --- lang/perl5/patches/patch-co | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'lang/perl5/patches/patch-co') diff --git a/lang/perl5/patches/patch-co b/lang/perl5/patches/patch-co index 5e85bdc4d99..61666c12f08 100644 --- a/lang/perl5/patches/patch-co +++ b/lang/perl5/patches/patch-co @@ -1,7 +1,7 @@ -$NetBSD: patch-co,v 1.3 2008/12/08 12:46:13 schwarz Exp $ +$NetBSD: patch-co,v 1.4 2009/12/14 06:36:57 seb Exp $ ---- hints/freebsd.sh.orig 2007-12-18 11:47:07.000000000 +0100 -+++ hints/freebsd.sh 2008-12-08 10:41:51.000000000 +0100 +--- hints/freebsd.sh.orig 2009-12-06 18:06:01.000000000 +0000 ++++ hints/freebsd.sh 2009-12-06 18:06:31.000000000 +0000 @@ -114,7 +114,7 @@ lddlflags="-Bshareable $lddlflags" ;; @@ -26,16 +26,3 @@ $NetBSD: patch-co,v 1.3 2008/12/08 12:46:13 schwarz Exp $ esac case "$osvers" in -@@ -211,6 +219,12 @@ - exit 1 - ;; - -+ 7.*) -+ ldflags="-pthread $ldflags" -+ # patch according to perl Change 34542 -+ # to take care of bug perl #57458 -+ ;; -+ - *) - if [ ! -r "$lc_r" ]; then - cat <&4 -- cgit v1.2.3