summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorrichard <richard>2014-05-10 13:39:57 +0000
committerrichard <richard>2014-05-10 13:39:57 +0000
commit4824662ea2eba3f8bdabdb49fb069da5991dfc69 (patch)
tree7875cbcd0849e6eaaeb0f9f9be3dcb85ce84e4a9 /lang/perl5
parentaf71f9c1a623fd03c50dc1c8363469ee92b1ed9c (diff)
downloadpkgsrc-4824662ea2eba3f8bdabdb49fb069da5991dfc69.tar.gz
Put back -fstack-protector on solaris in perl after libtool fix.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/distinfo4
-rw-r--r--lang/perl5/patches/patch-ca18
2 files changed, 4 insertions, 18 deletions
diff --git a/lang/perl5/distinfo b/lang/perl5/distinfo
index 6376690102f..ad3b40a55f2 100644
--- a/lang/perl5/distinfo
+++ b/lang/perl5/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.115 2014/03/14 22:41:10 ryoon Exp $
+$NetBSD: distinfo,v 1.116 2014/05/10 13:39:57 richard Exp $
SHA1 (perl-5.18.2.tar.bz2) = b8b87ef46630b5a2287b86b6e0c69088da36adfd
RMD160 (perl-5.18.2.tar.bz2) = 1b656ae4f53845aac11e62b71c2d84c156ebfbd0
@@ -9,7 +9,7 @@ SHA1 (patch-ab) = ddddf24cfa96c3b95202c2081006e0c7216afa1d
SHA1 (patch-ac) = cd918ae7aedddfcd3d555a1d1388c4c8719ccd12
SHA1 (patch-ah) = f66b496ba8f7b7d3e5a1f0c6f03d051a652f426e
SHA1 (patch-aq) = 4bf5a76f0277b0939b2ca7720f4bb045a788b5cc
-SHA1 (patch-ca) = 80f96af07df5e77d0e0cdbdaeb5cca852008395f
+SHA1 (patch-ca) = 7061f28e599526b6f68087b232c3465aac87f1a2
SHA1 (patch-ch) = 5b6a89c82e158bab0a5f06add48c28e600678099
SHA1 (patch-ck) = 5c381db130cdf4c315678e2d65380eaaa3065fee
SHA1 (patch-cn) = d1877383e213a414562b5bb4c1e8aa785926fab7
diff --git a/lang/perl5/patches/patch-ca b/lang/perl5/patches/patch-ca
index 17ed9dc615f..d8bb2ef7904 100644
--- a/lang/perl5/patches/patch-ca
+++ b/lang/perl5/patches/patch-ca
@@ -1,11 +1,9 @@
-$NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $
+$NetBSD: patch-ca,v 1.19 2014/05/10 13:39:57 richard Exp $
* Use "uname -r" to get OS version for *BSD.
* Move $loclibpth to the end of $dlist, instead of the beginning.
-* Disable -fstack-protector on SunOS
-
* Several other changes.
--- Configure.orig 2014-01-06 22:46:42.000000000 +0000
@@ -82,18 +80,6 @@ $NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $
: Which makefile gets called first. This is used by make depend.
case "$firstmakefile" in
-@@ -5119,8 +5123,10 @@ default|recommended)
- # as that way the compiler can do the right implementation dependant
- # thing. (NWC)
- case "$gccversion" in
-- ?*) set stack-protector -fstack-protector
-+ ?*) if test "X$osname" != "Xsolaris"; then
-+ set stack-protector -fstack-protector
- eval $checkccflag
-+ fi
- ;;
- esac
- ;;
@@ -6486,7 +6492,9 @@ rp='Pathname for the site-specific libra
. ./getfile
prefixvar=sitelib
@@ -140,7 +126,7 @@ $NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $
solaris) # See [perl #66604]. On Solaris 11, gcc -m64 on amd64
# appears not to understand -G. gcc versions at
# least as old as 3.4.3 support -shared, so just
-@@ -8347,7 +8367,7 @@ if "$useshrplib"; then
+@@ -8347,7 +8361,7 @@ if "$useshrplib"; then
# next doesn't like the default...
;;
haiku)