pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/nspr nspr: Remove -zignore ld argument on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15093681cb27
branches:  trunk
changeset: 369766:15093681cb27
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Oct 04 12:52:43 2017 +0000

description:
nspr: Remove -zignore ld argument on SunOS.

It interferes with SSP support causing the dependency on libssp to be
dropped.  Bump PKGREVISION.

diffstat:

 devel/nspr/Makefile         |   3 ++-
 devel/nspr/distinfo         |   4 ++--
 devel/nspr/patches/patch-ac |  11 ++++++++++-
 3 files changed, 14 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r e94fce354246 -r 15093681cb27 devel/nspr/Makefile
--- a/devel/nspr/Makefile       Wed Oct 04 12:44:45 2017 +0000
+++ b/devel/nspr/Makefile       Wed Oct 04 12:52:43 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2017/09/26 10:57:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2017/10/04 12:52:43 jperkin Exp $
 
 DISTNAME=      nspr-${NSPR_RELEASE:S/.0$//}
+PKGREVISION=   1
 NSPR_RELEASE=  4.17.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v${NSPR_RELEASE:S/.0$//}/src/}
diff -r e94fce354246 -r 15093681cb27 devel/nspr/distinfo
--- a/devel/nspr/distinfo       Wed Oct 04 12:44:45 2017 +0000
+++ b/devel/nspr/distinfo       Wed Oct 04 12:52:43 2017 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.46 2017/09/26 10:57:22 ryoon Exp $
+$NetBSD: distinfo,v 1.47 2017/10/04 12:52:43 jperkin Exp $
 
 SHA1 (nspr-4.17.tar.gz) = 5262abb243191d5fa3dcd72857d7d7f8ec47ad01
 RMD160 (nspr-4.17.tar.gz) = 9ab5741d361d8c381a08deb93c945e2bc4e5881c
 SHA512 (nspr-4.17.tar.gz) = 3589f533b88d7dbbdee078c2a836bf7f7cb48466cb8861b6a42b05f12a5c6ce49426aa8fb3b153d548acd1c9ccf0376feea5649b48e3d72f3da1af5df3bed882
 Size (nspr-4.17.tar.gz) = 1141300 bytes
 SHA1 (patch-ab) = d93c055bbb12bd9edf5f21138a93898d6b3b3c73
-SHA1 (patch-ac) = 9eecea602eb37dedb1675b9ae05061d81b924446
+SHA1 (patch-ac) = a3d2cef788393b84e833d9e33bdf40b10d8efbd0
 SHA1 (patch-ae) = c6cf30927792140d867bb4dc3adf19786f6cdbe0
 SHA1 (patch-ag) = 653d4bc8cc4eced8f628cfb738c5d99cc1a6cf24
 SHA1 (patch-az) = 8961cde8e657176e9e18098ab8e8e4d59723ceca
diff -r e94fce354246 -r 15093681cb27 devel/nspr/patches/patch-ac
--- a/devel/nspr/patches/patch-ac       Wed Oct 04 12:44:45 2017 +0000
+++ b/devel/nspr/patches/patch-ac       Wed Oct 04 12:52:43 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.13 2017/08/01 12:10:48 ryoon Exp $
+$NetBSD: patch-ac,v 1.14 2017/10/04 12:52:43 jperkin Exp $
 
 add runpath to Linux caught during check-shlibs-elf
 
@@ -66,6 +66,15 @@
      DSO_CFLAGS=-fPIC
      MDCPUCFG_H=_openbsd.cfg
      PR_MD_CSRCS=openbsd.c
+@@ -2293,7 +2323,7 @@ tools are selected during the Xcode/Deve
+         if `$CC -print-prog-name=ld` -v 2>&1 | grep -c GNU >/dev/null; then
+             GCC_USE_GNU_LD=1
+         fi
+-        DSO_LDOPTS='-shared -Wl,-h,$(notdir $@),-z,combreloc,-z,defs,-z,ignore' 
++        DSO_LDOPTS='-shared -Wl,-h,$(notdir $@),-z,combreloc,-z,defs'
+         if test -n "$USE_B_DIRECT"; then
+             DSO_LDOPTS="$DSO_LDOPTS,-Bdirect"
+         fi
 @@ -2760,7 +2790,7 @@ if test -n "$USE_PTHREADS"; then
        if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
            ac_cv_have_dash_pthread=yes



Home | Main Index | Thread Index | Old Index