Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 14:38:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345854 - head/security/apache-xml-security-c
Message-ID:  <201402241438.s1OEcO7E058121@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402241438.s1OEcO7E058121>