pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nspr patch-aj: "nspr-config --libs" returned the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e61f124337f
branches:  trunk
changeset: 398245:0e61f124337f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 27 11:59:38 2009 +0000

description:
patch-aj: "nspr-config --libs" returned the wrong directory. Fix this.
Found by Evaldo Gardenali.
Bump PKGREVISION.

diffstat:

 devel/nspr/Makefile         |   4 ++--
 devel/nspr/distinfo         |   3 ++-
 devel/nspr/patches/patch-aj |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 78d782d6a553 -r 0e61f124337f devel/nspr/Makefile
--- a/devel/nspr/Makefile       Thu Aug 27 10:45:39 2009 +0000
+++ b/devel/nspr/Makefile       Thu Aug 27 11:59:38 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2009/08/19 15:00:09 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2009/08/27 11:59:38 tnn Exp $
 
 DISTNAME=              nspr-4.6.7
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=nspr/releases/v4.6.7/src/}
 
diff -r 78d782d6a553 -r 0e61f124337f devel/nspr/distinfo
--- a/devel/nspr/distinfo       Thu Aug 27 10:45:39 2009 +0000
+++ b/devel/nspr/distinfo       Thu Aug 27 11:59:38 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2009/04/07 08:05:50 hasso Exp $
+$NetBSD: distinfo,v 1.16 2009/08/27 11:59:38 tnn Exp $
 
 SHA1 (nspr-4.6.7.tar.gz) = cf45319d02285ec5479445a1e9adfb9e94f55a6a
 RMD160 (nspr-4.6.7.tar.gz) = 11a0d8b14ebdd441f6899c464b77144704ab638e
@@ -12,6 +12,7 @@
 SHA1 (patch-ag) = 2150cae88a39eaf4588084ad62c611a83e339c75
 SHA1 (patch-ah) = 34749dda8e07d9535ef5e158261d0202b7f0e058
 SHA1 (patch-ai) = ca4d824540f62a97e2072ef0927b6b8f0a362a0a
+SHA1 (patch-aj) = 93661aed7b6b581fad3cf2382e74121a82bed483
 SHA1 (patch-ak) = b090f571d539cd15f3ebad7c671bb71531e0f817
 SHA1 (patch-al) = 80d75bfcebc271dc222cef982a887cd1735e7692
 SHA1 (patch-am) = 4b4737524d76d32a45e20041b0fc7a3fc2f8f1c9
diff -r 78d782d6a553 -r 0e61f124337f devel/nspr/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/nspr/patches/patch-aj       Thu Aug 27 11:59:38 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2009/08/27 11:59:38 tnn Exp $
+
+--- config/nspr-config.in.orig 2005-05-11 02:53:41.000000000 +0200
++++ config/nspr-config.in
+@@ -122,7 +122,7 @@ if test "$echo_cflags" = "yes"; then
+ fi
+ 
+ if test "$echo_libs" = "yes"; then
+-      libdirs=-L$libdir
++      libdirs="-Wl,-R$libdir/nspr -L$libdir/nspr"
+       if test -n "$lib_plds"; then
+       libdirs="$libdirs -lplds${major_version}"
+       fi



Home | Main Index | Thread Index | Old Index