FreeBSD Bugzilla – Attachment 110860 Details for
Bug 152070
[patch] security/xmlsec1 - Fix upstream bug in .pc files for pkg-config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
security-xmlsec1.txt
security-xmlsec1.txt (text/plain), 4.27 KB, created by
Tom Judge
on 2010-11-09 05:10:09 UTC
(
hide
)
Description:
security-xmlsec1.txt
Filename:
MIME Type:
Creator:
Tom Judge
Created:
2010-11-09 05:10:09 UTC
Size:
4.27 KB
patch
obsolete
>diff -urN xmlsec1.orig/Makefile xmlsec1/Makefile >--- xmlsec1.orig/Makefile 2010-11-09 04:46:10.000000000 +0000 >+++ xmlsec1/Makefile 2010-11-09 04:46:58.000000000 +0000 >@@ -7,6 +7,7 @@ > > PORTNAME= xmlsec1 > PORTVERSION= 1.2.16 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ > ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ >diff -urN xmlsec1.orig/files/patch-xmlsec-gcrypt.pc.in xmlsec1/files/patch-xmlsec-gcrypt.pc.in >--- xmlsec1.orig/files/patch-xmlsec-gcrypt.pc.in 1970-01-01 00:00:00.000000000 +0000 >+++ xmlsec1/files/patch-xmlsec-gcrypt.pc.in 2010-11-09 04:42:36.000000000 +0000 >@@ -0,0 +1,9 @@ >+--- xmlsec-gcrypt.pc.in.orig 2010-11-09 04:42:05.000000000 +0000 >++++ xmlsec-gcrypt.pc.in 2010-11-09 04:42:05.000000000 +0000 >+@@ -7,5 +7,5 @@ >+ Version: @VERSION@ >+ Description: XML Security Library implements XML Signature and XML Encryption standards >+ Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ >+-Cflags: -DXMLSEC_CRYPTO=\\\"gcrypt\\\" @XMLSEC_GCRYPT_CFLAGS@ >++Cflags: -DXMLSEC_CRYPTO=\"gcrypt\" @XMLSEC_GCRYPT_CFLAGS@ >+ Libs: @XMLSEC_GCRYPT_LIBS@ >diff -urN xmlsec1.orig/files/patch-xmlsec-gnutls.pc.in xmlsec1/files/patch-xmlsec-gnutls.pc.in >--- xmlsec1.orig/files/patch-xmlsec-gnutls.pc.in 1970-01-01 00:00:00.000000000 +0000 >+++ xmlsec1/files/patch-xmlsec-gnutls.pc.in 2010-11-09 04:42:36.000000000 +0000 >@@ -0,0 +1,9 @@ >+--- xmlsec-gnutls.pc.in.orig 2010-11-09 04:42:05.000000000 +0000 >++++ xmlsec-gnutls.pc.in 2010-11-09 04:42:05.000000000 +0000 >+@@ -7,5 +7,5 @@ >+ Version: @VERSION@ >+ Description: XML Security Library implements XML Signature and XML Encryption standards >+ Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ >+-Cflags: -DXMLSEC_CRYPTO=\\\"gnutls\\\" @XMLSEC_GNUTLS_CFLAGS@ >++Cflags: -DXMLSEC_CRYPTO=\"gnutls\" @XMLSEC_GNUTLS_CFLAGS@ >+ Libs: @XMLSEC_GNUTLS_LIBS@ >diff -urN xmlsec1.orig/files/patch-xmlsec-nss.pc.in xmlsec1/files/patch-xmlsec-nss.pc.in >--- xmlsec1.orig/files/patch-xmlsec-nss.pc.in 1970-01-01 00:00:00.000000000 +0000 >+++ xmlsec1/files/patch-xmlsec-nss.pc.in 2010-11-09 04:42:36.000000000 +0000 >@@ -0,0 +1,9 @@ >+--- xmlsec-nss.pc.in.orig 2010-11-09 04:42:05.000000000 +0000 >++++ xmlsec-nss.pc.in 2010-11-09 04:42:05.000000000 +0000 >+@@ -7,5 +7,5 @@ >+ Version: @VERSION@ >+ Description: XML Security Library implements XML Signature and XML Encryption standards >+ Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ @NSPR_PACKAGE@ >= @MOZILLA_MIN_VERSION@ @NSS_PACKAGE@ >= @MOZILLA_MIN_VERSION@ >+-Cflags: -DXMLSEC_CRYPTO=\\\"nss\\\" -DXMLSEC_CRYPTO_NSS=1 @XMLSEC_CORE_CFLAGS@ >++Cflags: -DXMLSEC_CRYPTO=\"nss\" -DXMLSEC_CRYPTO_NSS=1 @XMLSEC_CORE_CFLAGS@ >+ Libs: -L${libdir} -lxmlsec1-nss @XMLSEC_CORE_LIBS@ >diff -urN xmlsec1.orig/files/patch-xmlsec-openssl.pc.in xmlsec1/files/patch-xmlsec-openssl.pc.in >--- xmlsec1.orig/files/patch-xmlsec-openssl.pc.in 1970-01-01 00:00:00.000000000 +0000 >+++ xmlsec1/files/patch-xmlsec-openssl.pc.in 2010-11-09 04:42:36.000000000 +0000 >@@ -0,0 +1,9 @@ >+--- xmlsec-openssl.pc.in.orig 2010-11-09 04:42:05.000000000 +0000 >++++ xmlsec-openssl.pc.in 2010-11-09 04:42:05.000000000 +0000 >+@@ -7,5 +7,5 @@ >+ Version: @VERSION@ >+ Description: XML Security Library implements XML Signature and XML Encryption standards >+ Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ >+-Cflags: -DXMLSEC_CRYPTO=\\\"openssl\\\" @XMLSEC_OPENSSL_CFLAGS@ >++Cflags: -DXMLSEC_CRYPTO=\"openssl\" @XMLSEC_OPENSSL_CFLAGS@ >+ Libs: @XMLSEC_OPENSSL_LIBS@ >diff -urN xmlsec1.orig/files/patch-xmlsec.pc.in xmlsec1/files/patch-xmlsec.pc.in >--- xmlsec1.orig/files/patch-xmlsec.pc.in 1970-01-01 00:00:00.000000000 +0000 >+++ xmlsec1/files/patch-xmlsec.pc.in 2010-11-09 04:42:36.000000000 +0000 >@@ -0,0 +1,9 @@ >+--- xmlsec.pc.in.orig 2010-11-09 04:42:05.000000000 +0000 >++++ xmlsec.pc.in 2010-11-09 04:42:05.000000000 +0000 >+@@ -7,5 +7,5 @@ >+ Version: @VERSION@ >+ Description: XML Security Library implements XML Signature and XML Encryption standards >+ Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ >+-Cflags: -DXMLSEC_CRYPTO=\\\"@XMLSEC_CRYPTO@\\\" -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 @XMLSEC_CORE_CFLAGS@ >++Cflags: -DXMLSEC_CRYPTO=\"@XMLSEC_CRYPTO@\" -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 @XMLSEC_CORE_CFLAGS@ >+ Libs: -L${libdir} @XMLSEC_CORE_LIBS@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 152070
: 110860