svn commit: r345854 - head/security/apache-xml-security-c
Baptiste Daroussin
bapt at FreeBSD.org
Mon Feb 24 14:38:24 UTC 2014
Author: bapt
Date: Mon Feb 24 14:38:24 2014
New Revision: 345854
URL: http://svnweb.freebsd.org/changeset/ports/345854
QAT: https://qat.redports.org/buildarchive/r345854/
Log:
Only allow building with xerces-c3 (xerces-c2 is going away)
Modified:
head/security/apache-xml-security-c/Makefile
Modified: head/security/apache-xml-security-c/Makefile
==============================================================================
--- head/security/apache-xml-security-c/Makefile Mon Feb 24 14:34:18 2014 (r345853)
+++ head/security/apache-xml-security-c/Makefile Mon Feb 24 14:38:24 2014 (r345854)
@@ -13,20 +13,9 @@ COMMENT= Apache XML security libraries -
LICENSE= APACHE20
-OPTIONS_DEFINE= XERCES_3
-OPTIONS_DEFAULT= XERCES_3
-
-XERCES_3_DESC= With Xerces vesion 3.x (shibboleth2 requires)
-
USE_OPENSSL= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MXERCES_3}
-LIB_DEPENDS+= xerces-c.3:${PORTSDIR}/textproc/xerces-c3
-.else
-LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
-.endif
+LIB_DEPENDS+= libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
More information about the svn-ports-all
mailing list