From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 14:38:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D444AD4F; Mon, 24 Feb 2014 14:38:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C077E1D30; Mon, 24 Feb 2014 14:38:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1OEcOph058122; Mon, 24 Feb 2014 14:38:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1OEcO7E058121; Mon, 24 Feb 2014 14:38:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402241438.s1OEcO7E058121@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Feb 2014 14:38:24 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 14:38:24 -0000 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 - -.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}