summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2003-10-04 07:38:45 +0000
committerreed <reed>2003-10-04 07:38:45 +0000
commite547a744de52ec9cfd304079f8d3eb70f3101bf7 (patch)
tree29ca1269f984c10a97381374906adde0b860c77b
parent75bc16417dff4a5578a583858c574f0fb95b1ce1 (diff)
downloadpkgsrc-e547a744de52ec9cfd304079f8d3eb70f3101bf7.tar.gz
Link under BSD/OS too. (Okay'd by jlam.)
-rw-r--r--lang/perl5/distinfo4
-rw-r--r--lang/perl5/patches/patch-aa20
2 files changed, 14 insertions, 10 deletions
diff --git a/lang/perl5/distinfo b/lang/perl5/distinfo
index d9fd5c670c3..17ebeba83a8 100644
--- a/lang/perl5/distinfo
+++ b/lang/perl5/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2003/06/23 07:45:02 jlam Exp $
+$NetBSD: distinfo,v 1.17 2003/10/04 07:38:45 reed Exp $
SHA1 (perl-5.6.1.tar.gz) = c718b38685f90d51a9a6b1b008de0d7d198c0744
Size (perl-5.6.1.tar.gz) = 5983695 bytes
-SHA1 (patch-aa) = c03ddd0a6c9d738cb523cbc8fb104217cc3870a1
+SHA1 (patch-aa) = ceb14704b03223679cb08099c3fe71dc1bc08be2
SHA1 (patch-ab) = c30dbcbcd72896c324ad18c4adb3304a340c379f
SHA1 (patch-ac) = dfebafeec171c86de3d6105e5543270a30f82691
SHA1 (patch-ad) = 7a3ca903d958026473f593fdeb172f86f2ef66d2
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa
index ea5afbf9403..7e1c4433830 100644
--- a/lang/perl5/patches/patch-aa
+++ b/lang/perl5/patches/patch-aa
@@ -1,7 +1,5 @@
-$NetBSD: patch-aa,v 1.23 2003/05/27 21:57:25 jlam Exp $
-
--- Configure.orig Sun Mar 18 22:03:33 2001
-+++ Configure Tue May 27 15:23:10 2003
++++ Configure Fri Oct 3 20:55:27 2003
@@ -891,6 +891,8 @@
sitelib=''
sitelib_stem=''
@@ -20,7 +18,7 @@ $NetBSD: patch-aa,v 1.23 2003/05/27 21:57:25 jlam Exp $
case " $dflt " in
*" $thisflag "*) ;;
*) dflt="$dflt $thisflag" ;;
-@@ -6807,9 +6809,12 @@
+@@ -6807,12 +6809,18 @@
aix)
# We'll set it in Makefile.SH...
;;
@@ -34,7 +32,13 @@ $NetBSD: patch-aa,v 1.23 2003/05/27 21:57:25 jlam Exp $
freebsd)
xxx="-Wl,-R$shrpdir"
;;
-@@ -6966,6 +6971,17 @@
++ bsdos)
++ xxx="-Wl,-R$shrpdir"
++ ;;
+ linux|irix*|dec_osf)
+ xxx="-Wl,-rpath,$shrpdir"
+ ;;
+@@ -6966,6 +6974,17 @@
;;
esac
@@ -52,7 +56,7 @@ $NetBSD: patch-aa,v 1.23 2003/05/27 21:57:25 jlam Exp $
: see if we can have long filenames
echo " "
first=123456789abcdef
-@@ -7090,6 +7106,17 @@
+@@ -7090,6 +7109,17 @@
;;
esac
@@ -70,7 +74,7 @@ $NetBSD: patch-aa,v 1.23 2003/05/27 21:57:25 jlam Exp $
: see if we have to deal with yellow pages, now NIS.
if $test -d /usr/etc/yp || $test -d /etc/yp; then
if $test -f /usr/etc/nibindd; then
-@@ -14719,7 +14746,7 @@
+@@ -14719,7 +14749,7 @@
eval $inhdr
: see if this is a ieeefp.h system
@@ -79,7 +83,7 @@ $NetBSD: patch-aa,v 1.23 2003/05/27 21:57:25 jlam Exp $
eval $inhdr
: see if this is a libutil.h system
-@@ -16145,6 +16172,8 @@
+@@ -16145,6 +16175,8 @@
installsitearch='$installsitearch'
installsitebin='$installsitebin'
installsitelib='$installsitelib'