summaryrefslogtreecommitdiff
path: root/security/xmlsec1
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-12-25 11:35:06 +0000
committerobache <obache@pkgsrc.org>2010-12-25 11:35:06 +0000
commitdb54e578d6e68db9a292ad8307e0aceb113335a3 (patch)
tree01768e0397ce6c108b3bb2d8427f99430ed4e7a5 /security/xmlsec1
parent870b5d23b8841591d976b6d42c2ef13c65d9df10 (diff)
downloadpkgsrc-db54e578d6e68db9a292ad8307e0aceb113335a3.tar.gz
DragonFly also not require extra libs for OpenSSL.
Diffstat (limited to 'security/xmlsec1')
-rw-r--r--security/xmlsec1/distinfo6
-rw-r--r--security/xmlsec1/patches/patch-ab15
-rw-r--r--security/xmlsec1/patches/patch-ac15
3 files changed, 27 insertions, 9 deletions
diff --git a/security/xmlsec1/distinfo b/security/xmlsec1/distinfo
index 4e7dfaaaf3f..e5d0361d991 100644
--- a/security/xmlsec1/distinfo
+++ b/security/xmlsec1/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.9 2010/10/04 12:46:26 obache Exp $
+$NetBSD: distinfo,v 1.10 2010/12/25 11:35:06 obache Exp $
SHA1 (xmlsec1-1.2.16.tar.gz) = ecd220b4498bbe212188fffd0aded92910d4bbd9
RMD160 (xmlsec1-1.2.16.tar.gz) = 15064b3c3ec84c87b271013cb3fa165972f0e2c4
Size (xmlsec1-1.2.16.tar.gz) = 1803092 bytes
-SHA1 (patch-ab) = 6c771503bba0d291c26db6102dd1365a561d17a2
-SHA1 (patch-ac) = 03e9d3d97ab6ab2e753516574f1be8e7eda236c4
+SHA1 (patch-ab) = 2fb1ee3c9ab02775817340185ab3e3b261253590
+SHA1 (patch-ac) = 6d9d1180468b20b91ae3120c72e0a54e32fb7e91
SHA1 (patch-ae) = df381960d33810f5501bd904bd4cef2bb7bf30fd
SHA1 (patch-af) = 2b83843cbc09ae4dfdc21143fb733159ee0c79d1
SHA1 (patch-ag) = 31aa963be3c46486cea72a98d260fb9a5d5c47ac
diff --git a/security/xmlsec1/patches/patch-ab b/security/xmlsec1/patches/patch-ab
index f09a52a7133..8c6880edf82 100644
--- a/security/xmlsec1/patches/patch-ab
+++ b/security/xmlsec1/patches/patch-ab
@@ -1,6 +1,7 @@
-$NetBSD: patch-ab,v 1.3 2010/06/06 12:36:11 obache Exp $
+$NetBSD: patch-ab,v 1.4 2010/12/25 11:35:06 obache Exp $
-portability fix
+* portability fix
+* DragonFly also not require extra libs for OpenSSL.
--- configure.orig 2010-05-25 21:53:07.000000000 +0000
+++ configure
@@ -22,7 +23,15 @@ portability fix
shrext=$shrext_cmds
fi
-@@ -12771,7 +12771,7 @@ else
+@@ -12366,6 +12366,7 @@ elif test "z$with_openssl" != "z" ; then
+ *-*-osf5*) openssl_exlibs=;;
+ *-*-openbsd*) openssl_exlibs=;;
+ *-*-netbsd*) openssl_exlibs=;;
++ *-*-dragonfly*) openssl_exlibs=;;
+ #FIXME: check if lib "dl" is required
+ *) openssl_exlibs=-ldl;;
+ esac
+@@ -12771,7 +12772,7 @@ else
XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST openssl"
fi
diff --git a/security/xmlsec1/patches/patch-ac b/security/xmlsec1/patches/patch-ac
index 9a03a3c279a..c4367ee9919 100644
--- a/security/xmlsec1/patches/patch-ac
+++ b/security/xmlsec1/patches/patch-ac
@@ -1,6 +1,7 @@
-$NetBSD: patch-ac,v 1.2 2010/06/06 12:36:11 obache Exp $
+$NetBSD: patch-ac,v 1.3 2010/12/25 11:35:06 obache Exp $
-portability fix
+* portability fix
+* DragonFly also not require extra libs for OpenSSL.
--- configure.in.orig 2010-05-25 21:52:46.000000000 +0000
+++ configure.in
@@ -22,7 +23,15 @@ portability fix
shrext=$shrext_cmds
fi
-@@ -505,7 +505,7 @@ else
+@@ -348,6 +348,7 @@ elif test "z$with_openssl" != "z" ; then
+ *-*-osf5*) openssl_exlibs=;;
+ *-*-openbsd*) openssl_exlibs=;;
+ *-*-netbsd*) openssl_exlibs=;;
++ *-*-dragonfly*) openssl_exlibs=;;
+ #FIXME: check if lib "dl" is required
+ *) openssl_exlibs=-ldl;;
+ esac
+@@ -505,7 +506,7 @@ else
XMLSEC_CRYPTO_DISABLED_LIST="$XMLSEC_CRYPTO_DISABLED_LIST openssl"
fi