diff options
author | seb <seb@pkgsrc.org> | 2009-12-14 06:36:56 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-12-14 06:36:56 +0000 |
commit | 7b4f7b83b7086f5d25e854cfc23d03473a2ae92c (patch) | |
tree | 71f782d2e25f4d82ce5e9a97fb6e08750668b8d3 /lang/perl5/patches/patch-co | |
parent | 7b1644d59ffafc3e430c8f6e4c0602c5973fff11 (diff) | |
download | pkgsrc-7b4f7b83b7086f5d25e854cfc23d03473a2ae92c.tar.gz |
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
Diffstat (limited to 'lang/perl5/patches/patch-co')
-rw-r--r-- | lang/perl5/patches/patch-co | 19 |
1 files changed, 3 insertions, 16 deletions
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 <<EOM >&4 |