pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/xmlsec1 Bugfix: NetBSD does not need -ldl n L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24e04ce7cc30
branches:  trunk
changeset: 567997:24e04ce7cc30
user:      manu <manu%pkgsrc.org@localhost>
date:      Tue Dec 01 08:43:52 2009 +0000

description:
Bugfix: NetBSD does not need -ldl n LIBS for dlopen()
This did not prevented xmlsec1 to build but caused trouble in packages
depending on this one

diffstat:

 security/xmlsec1/Makefile         |  3 ++-
 security/xmlsec1/distinfo         |  3 ++-
 security/xmlsec1/patches/patch-ad |  9 +++++++++
 3 files changed, 13 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 39deb0c0cfb4 -r 24e04ce7cc30 security/xmlsec1/Makefile
--- a/security/xmlsec1/Makefile Tue Dec 01 07:46:48 2009 +0000
+++ b/security/xmlsec1/Makefile Tue Dec 01 08:43:52 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2009/10/30 19:32:11 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2009/12/01 08:43:52 manu Exp $
 #
 
 DISTNAME=              xmlsec1-1.2.13
+PKGREVISION=           1
 CATEGORIES=            security
 MASTER_SITES=          http://www.aleksey.com/xmlsec/download/
 
diff -r 39deb0c0cfb4 -r 24e04ce7cc30 security/xmlsec1/distinfo
--- a/security/xmlsec1/distinfo Tue Dec 01 07:46:48 2009 +0000
+++ b/security/xmlsec1/distinfo Tue Dec 01 08:43:52 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2009/10/30 19:32:11 tnn Exp $
+$NetBSD: distinfo,v 1.6 2009/12/01 08:43:52 manu Exp $
 
 SHA1 (xmlsec1-1.2.13.tar.gz) = 7953be1ba966fe7ca379839631299bd6963c418f
 RMD160 (xmlsec1-1.2.13.tar.gz) = 4743dbf406cc63db60ececb3257967398a1416a6
 Size (xmlsec1-1.2.13.tar.gz) = 1576354 bytes
 SHA1 (patch-ab) = 34856f6c7d810f9bd51b871ccb870b28f05b1fd8
 SHA1 (patch-ac) = 550f37db0db36ce5fa88c6c0d0acd6725aa69470
+SHA1 (patch-ad) = 99d400098b41e1ae0d9e89efcd591ece21552f07
diff -r 39deb0c0cfb4 -r 24e04ce7cc30 security/xmlsec1/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/xmlsec1/patches/patch-ad Tue Dec 01 08:43:52 2009 +0000
@@ -0,0 +1,9 @@
+$NetBSD: patch-ad,v 1.1 2009/12/01 08:43:52 manu Exp $
+--- configure.orig     2009-11-30 22:21:32.000000000 +0100
++++ configure  2009-11-30 22:23:40.000000000 +0100
+@@ -24212,4 +24212,5 @@
+       *-*-mingw*) openssl_exlibs=;;
+       *-*-osf5*) openssl_exlibs=;;
++      *-*-netbsd*) openssl_exlibs=;;
+       #FIXME: check if lib "dl" is required
+       *)          openssl_exlibs=-ldl;;



Home | Main Index | Thread Index | Old Index