From 8d0e99e5f58d7d6dabf10e0a132f5831eb7dc16a Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 13 Nov 2024 11:43:09 +0800 Subject: [PATCH] xml-security-c: fix after xercesc3 update --- security/xml-security-c/Portfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/security/xml-security-c/Portfile b/security/xml-security-c/Portfile index 0dc1c0e60a2..e5e8ffbdacb 100644 --- a/security/xml-security-c/Portfile +++ b/security/xml-security-c/Portfile @@ -4,6 +4,7 @@ PortSystem 1.0 name xml-security-c version 2.0.4 +revision 1 categories security xml textproc shibboleth license Apache-2 maintainers {snc @nerdling} {scantor @scantor} @@ -14,9 +15,9 @@ long_description The C++ library is an implementation of the XML Digital \ Linux, FreeBSD, NetBSD and Windows. homepage http://santuario.apache.org/ -platforms darwin -depends_build port:pkgconfig -depends_lib port:xercesc3 path:lib/libssl.dylib:openssl +depends_build path:bin/pkg-config:pkgconfig +depends_lib path:lib/libssl.dylib:openssl \ + port:xercesc3 master_sites apache:santuario/c-library/ use_bzip2 yes @@ -29,6 +30,9 @@ configure.args --without-xalan \ --with-openssl \ --without-nss +# error: cstdint: No such file or directory +compiler.cxx_standard 2011 + if {[variant_isset universal]} { depends_lib-append port:libtool }