diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-06-29 22:13:08 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-06-29 22:13:08 +0000 |
commit | e32b7917e8a0eeb5bf166d19ec918ca65b527cc4 (patch) | |
tree | 15437f6be02e3d441b8050aa4f2eda59b4140a67 /sys-devel/libperl/files | |
parent | Added ~alpha wrt #95128 (diff) | |
download | historical-e32b7917e8a0eeb5bf166d19ec918ca65b527cc4.tar.gz historical-e32b7917e8a0eeb5bf166d19ec918ca65b527cc4.tar.bz2 historical-e32b7917e8a0eeb5bf166d19ec918ca65b527cc4.zip |
Perl 5.8.6 unmasking; perl 5.8.7 being added
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel/libperl/files')
16 files changed, 1 insertions, 99 deletions
diff --git a/sys-devel/libperl/files/digest-libperl-5.8.2 b/sys-devel/libperl/files/digest-libperl-5.8.2 deleted file mode 100644 index 03c9dcc55731..000000000000 --- a/sys-devel/libperl/files/digest-libperl-5.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 fa356b74f99166b63a68a322c3c68f91 perl-5.8.2.tar.gz 11896287 diff --git a/sys-devel/libperl/files/digest-libperl-5.8.2-r1 b/sys-devel/libperl/files/digest-libperl-5.8.2-r1 deleted file mode 100644 index 03c9dcc55731..000000000000 --- a/sys-devel/libperl/files/digest-libperl-5.8.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fa356b74f99166b63a68a322c3c68f91 perl-5.8.2.tar.gz 11896287 diff --git a/sys-devel/libperl/files/digest-libperl-5.8.4 b/sys-devel/libperl/files/digest-libperl-5.8.4 deleted file mode 100644 index a13f719f8c75..000000000000 --- a/sys-devel/libperl/files/digest-libperl-5.8.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 912050a9cb6b0f415b76ba56052fb4cf perl-5.8.4.tar.gz 12094233 diff --git a/sys-devel/libperl/files/digest-libperl-5.8.4-r1 b/sys-devel/libperl/files/digest-libperl-5.8.4-r1 deleted file mode 100644 index a13f719f8c75..000000000000 --- a/sys-devel/libperl/files/digest-libperl-5.8.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 912050a9cb6b0f415b76ba56052fb4cf perl-5.8.4.tar.gz 12094233 diff --git a/sys-devel/libperl/files/digest-libperl-5.8.7 b/sys-devel/libperl/files/digest-libperl-5.8.7 new file mode 100644 index 000000000000..7407844a5a36 --- /dev/null +++ b/sys-devel/libperl/files/digest-libperl-5.8.7 @@ -0,0 +1 @@ +MD5 9a175d6ccbb5d9b41ffac5073ff9cc3c perl-5.8.7.tar.bz2 9839086 diff --git a/sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch b/sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch deleted file mode 100644 index 4aa8f36b1506..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.4-create-libperl-soname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700 -+++ Makefile.SH 2003-07-10 15:14:08.000000000 -0700 -@@ -494,7 +494,7 @@ - case "$useshrplib" in - true) - $spitshell >>Makefile <<'!NO!SUBS!' -- $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -+ $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -Wl,-soname -Wl,libperl.so.`echo $(LIBPERL) | cut -d. -f3` - !NO!SUBS! - case "$osname" in - aix) diff --git a/sys-devel/libperl/files/libperl-5.8.5-create-libperl-soname.patch b/sys-devel/libperl/files/libperl-5.8.5-create-libperl-soname.patch deleted file mode 100644 index 4aa8f36b1506..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.5-create-libperl-soname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700 -+++ Makefile.SH 2003-07-10 15:14:08.000000000 -0700 -@@ -494,7 +494,7 @@ - case "$useshrplib" in - true) - $spitshell >>Makefile <<'!NO!SUBS!' -- $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -+ $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -Wl,-soname -Wl,libperl.so.`echo $(LIBPERL) | cut -d. -f3` - !NO!SUBS! - case "$osname" in - aix) diff --git a/sys-devel/libperl/files/libperl-5.8.5-noksh.patch b/sys-devel/libperl/files/libperl-5.8.5-noksh.patch deleted file mode 100644 index 4c33b3e71b33..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.5-noksh.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -burN perl-5.8.4.orig/Configure perl-5.8.4/Configure ---- perl-5.8.4.orig/Configure 2004-04-01 05:48:18.000000000 -0800 -+++ perl-5.8.4/Configure 2004-06-09 12:02:54.694172368 -0700 -@@ -164,6 +164,12 @@ - ;; - esac - -+# 2004.06.09 rac -+# having $newsh persist as ksh here is bad news if ksh doesn't really -+# exist. this causes us to toss away a perfectly good working test in -+# bash in favour of more exotic external options. see bug 42665. -+test -x "${newsh}" || unset newsh -+ - : if needed set CDPATH to a harmless value that is not chatty - : avoid bash 2.02 problems with empty CDPATH. - case "$CDPATH" in diff --git a/sys-devel/libperl/files/libperl-5.8.5-uclibc.patch b/sys-devel/libperl/files/libperl-5.8.5-uclibc.patch deleted file mode 100644 index 1e086d73879a..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.5-uclibc.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- perl-5.8.2/perlio.c-dist 2003-12-03 14:30:24.000000000 -0700 -+++ perl-5.8.2/perlio.c 2003-12-03 14:32:10.000000000 -0700 -@@ -2824,7 +2824,11 @@ - /* XXX this could use PerlIO_canset_fileno() and - * PerlIO_set_fileno() support from Configure - */ --# if defined(__GLIBC__) -+# if defined(__UCLIBC__) -+ /* uClibc must come before glibc because it defines __GLIBC__ as well. */ -+ f->__filedes = -1; -+ return 1; -+# elif defined(__GLIBC__) - /* There may be a better way for GLIBC: - - libio.h defines a flag to not close() on cleanup - */ diff --git a/sys-devel/libperl/files/libperl-5.8.6-create-libperl-soname.patch b/sys-devel/libperl/files/libperl-5.8.6-create-libperl-soname.patch deleted file mode 100644 index 4aa8f36b1506..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.6-create-libperl-soname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700 -+++ Makefile.SH 2003-07-10 15:14:08.000000000 -0700 -@@ -494,7 +494,7 @@ - case "$useshrplib" in - true) - $spitshell >>Makefile <<'!NO!SUBS!' -- $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -+ $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -Wl,-soname -Wl,libperl.so.`echo $(LIBPERL) | cut -d. -f3` - !NO!SUBS! - case "$osname" in - aix) diff --git a/sys-devel/libperl/files/libperl-5.8.6-noksh.patch b/sys-devel/libperl/files/libperl-5.8.6-noksh.patch deleted file mode 100644 index 4c33b3e71b33..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.6-noksh.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -burN perl-5.8.4.orig/Configure perl-5.8.4/Configure ---- perl-5.8.4.orig/Configure 2004-04-01 05:48:18.000000000 -0800 -+++ perl-5.8.4/Configure 2004-06-09 12:02:54.694172368 -0700 -@@ -164,6 +164,12 @@ - ;; - esac - -+# 2004.06.09 rac -+# having $newsh persist as ksh here is bad news if ksh doesn't really -+# exist. this causes us to toss away a perfectly good working test in -+# bash in favour of more exotic external options. see bug 42665. -+test -x "${newsh}" || unset newsh -+ - : if needed set CDPATH to a harmless value that is not chatty - : avoid bash 2.02 problems with empty CDPATH. - case "$CDPATH" in diff --git a/sys-devel/libperl/files/libperl-5.8.6-uclibc.patch b/sys-devel/libperl/files/libperl-5.8.6-uclibc.patch deleted file mode 100644 index 1e086d73879a..000000000000 --- a/sys-devel/libperl/files/libperl-5.8.6-uclibc.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- perl-5.8.2/perlio.c-dist 2003-12-03 14:30:24.000000000 -0700 -+++ perl-5.8.2/perlio.c 2003-12-03 14:32:10.000000000 -0700 -@@ -2824,7 +2824,11 @@ - /* XXX this could use PerlIO_canset_fileno() and - * PerlIO_set_fileno() support from Configure - */ --# if defined(__GLIBC__) -+# if defined(__UCLIBC__) -+ /* uClibc must come before glibc because it defines __GLIBC__ as well. */ -+ f->__filedes = -1; -+ return 1; -+# elif defined(__GLIBC__) - /* There may be a better way for GLIBC: - - libio.h defines a flag to not close() on cleanup - */ diff --git a/sys-devel/libperl/files/libperl-5.8.2-create-libperl-soname.patch b/sys-devel/libperl/files/libperl-create-libperl-soname.patch index 4aa8f36b1506..4aa8f36b1506 100644 --- a/sys-devel/libperl/files/libperl-5.8.2-create-libperl-soname.patch +++ b/sys-devel/libperl/files/libperl-create-libperl-soname.patch diff --git a/sys-devel/libperl/files/libperl-5.8.4-noksh.patch b/sys-devel/libperl/files/libperl-noksh.patch index 4c33b3e71b33..4c33b3e71b33 100644 --- a/sys-devel/libperl/files/libperl-5.8.4-noksh.patch +++ b/sys-devel/libperl/files/libperl-noksh.patch diff --git a/sys-devel/libperl/files/libperl-5.8.5-reorder-INC.patch b/sys-devel/libperl/files/libperl-reorder-INC.patch index c934b4135a13..c934b4135a13 100644 --- a/sys-devel/libperl/files/libperl-5.8.5-reorder-INC.patch +++ b/sys-devel/libperl/files/libperl-reorder-INC.patch diff --git a/sys-devel/libperl/files/libperl-5.8.4-uclibc.patch b/sys-devel/libperl/files/libperl-uclibc.patch index 1e086d73879a..1e086d73879a 100644 --- a/sys-devel/libperl/files/libperl-5.8.4-uclibc.patch +++ b/sys-devel/libperl/files/libperl-uclibc.patch |