diff options
author | obache <obache@pkgsrc.org> | 2010-10-04 12:32:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-04 12:32:16 +0000 |
commit | cdc22e0c7bf93a8164cfc32788c9a020daa3a2f2 (patch) | |
tree | bec55a9717b8586ede6158d7a50186562b931e23 /security/xmlsec1 | |
parent | c457e66b5b2661b69a2ac96e82433b267e42d301 (diff) | |
download | pkgsrc-cdc22e0c7bf93a8164cfc32788c9a020daa3a2f2.tar.gz |
Remove redundant escape slash from *.pc file.
It's shell script style escape, not required in *.pc file
and break build of security/lasso.
Bump PKGREVISION.
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 3 | ||||
-rw-r--r-- | security/xmlsec1/distinfo | 5 | ||||
-rw-r--r-- | security/xmlsec1/patches/patch-ae | 13 | ||||
-rw-r--r-- | security/xmlsec1/patches/patch-af | 13 | ||||
-rw-r--r-- | security/xmlsec1/patches/patch-ag | 13 |
5 files changed, 45 insertions, 2 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index ad114ac7113..f31436f19ab 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2010/06/06 12:36:11 obache Exp $ +# $NetBSD: Makefile,v 1.21 2010/10/04 12:32:16 obache Exp $ # DISTNAME= xmlsec1-1.2.16 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ diff --git a/security/xmlsec1/distinfo b/security/xmlsec1/distinfo index 8670895f22b..cd0cf7bb6f4 100644 --- a/security/xmlsec1/distinfo +++ b/security/xmlsec1/distinfo @@ -1,7 +1,10 @@ -$NetBSD: distinfo,v 1.7 2010/06/06 12:36:11 obache Exp $ +$NetBSD: distinfo,v 1.8 2010/10/04 12:32:16 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-ae) = b0c819654ab471997c1db9397bf633f531e0b44d +SHA1 (patch-af) = 0637f4a473d10709c373e975cfc348c93d33e2be +SHA1 (patch-ag) = 12632fce3978d2d602fd8b510c26723a301835c2 diff --git a/security/xmlsec1/patches/patch-ae b/security/xmlsec1/patches/patch-ae new file mode 100644 index 00000000000..39a8d1e85d8 --- /dev/null +++ b/security/xmlsec1/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2010/10/04 12:32:16 obache Exp $ + +remove redundant escape slash. + +--- xmlsec1-gcrypt.pc.orig 2010-05-25 21:53:21.000000000 +0000 ++++ xmlsec1-gcrypt.pc +@@ -7,5 +7,5 @@ Name: xmlsec1-gcrypt + Version: 1.2.16 + Description: XML Security Library implements XML Signature and XML Encryption standards + Requires: libxml-2.0 >= 2.7.4 libxslt >= 1.0.20 +-Cflags: -DXMLSEC_CRYPTO=\\\"gcrypt\\\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 -DXMLSEC_CRYPTO_GCRYPT=1 ++Cflags: -DXMLSEC_CRYPTO=\"gcrypt\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 -DXMLSEC_CRYPTO_GCRYPT=1 + Libs: -L${exec_prefix}/lib -lxmlsec1-gcrypt -lxmlsec1 -lltdl -lgcrypt diff --git a/security/xmlsec1/patches/patch-af b/security/xmlsec1/patches/patch-af new file mode 100644 index 00000000000..b312891accf --- /dev/null +++ b/security/xmlsec1/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2010/10/04 12:32:16 obache Exp $ + +remove redundant escape slash. + +--- xmlsec1-openssl.pc.orig 2010-05-25 21:53:21.000000000 +0000 ++++ xmlsec1-openssl.pc +@@ -7,5 +7,5 @@ Name: xmlsec1-openssl + Version: 1.2.16 + Description: XML Security Library implements XML Signature and XML Encryption standards + Requires: libxml-2.0 >= 2.7.4 libxslt >= 1.0.20 +-Cflags: -DXMLSEC_CRYPTO=\\\"openssl\\\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 ++Cflags: -DXMLSEC_CRYPTO=\"openssl\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_CRYPTO_OPENSSL=1 + Libs: -L${exec_prefix}/lib -lxmlsec1-openssl -lxmlsec1 -lltdl -lssl -lcrypto diff --git a/security/xmlsec1/patches/patch-ag b/security/xmlsec1/patches/patch-ag new file mode 100644 index 00000000000..4ba77c7e525 --- /dev/null +++ b/security/xmlsec1/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2010/10/04 12:32:16 obache Exp $ + +remove redundant escape slash. + +--- xmlsec1.pc.orig 2010-05-25 21:53:20.000000000 +0000 ++++ xmlsec1.pc +@@ -7,5 +7,5 @@ Name: xmlsec1 + Version: 1.2.16 + Description: XML Security Library implements XML Signature and XML Encryption standards + Requires: libxml-2.0 >= 2.7.4 libxslt >= 1.0.20 +-Cflags: -DXMLSEC_CRYPTO=\\\"openssl\\\" -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 ++Cflags: -DXMLSEC_CRYPTO=\"openssl\" -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1, -I${prefix}/include/xmlsec1 + Libs: -L${libdir} -lxmlsec1 -lltdl |