Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 14:41:25 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320338 - in head/security: opensaml2 shibboleth2-sp
Message-ID:  <201306091441.r59EfPKd045147@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sun Jun  9 14:41:24 2013
New Revision: 320338
URL: http://svnweb.freebsd.org/changeset/ports/320338

Log:
  Add build dependency on boost for shibboleth and opensaml.
  PR:	ports/179431

Modified:
  head/security/opensaml2/Makefile
  head/security/shibboleth2-sp/Makefile

Modified: head/security/opensaml2/Makefile
==============================================================================
--- head/security/opensaml2/Makefile	Sun Jun  9 14:37:35 2013	(r320337)
+++ head/security/opensaml2/Makefile	Sun Jun  9 14:41:24 2013	(r320338)
@@ -15,6 +15,8 @@ LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
 		xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
 		xmltooling.6:${PORTSDIR}/devel/xmltooling
 
+BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}/devel/boost-libs
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \
 		--with-xmltooling=${LOCALBASE} --disable-doxygen-doc

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Sun Jun  9 14:37:35 2013	(r320337)
+++ head/security/shibboleth2-sp/Makefile	Sun Jun  9 14:41:24 2013	(r320338)
@@ -12,6 +12,8 @@ COMMENT=	C++ Shibboleth Service Provider
 
 LIB_DEPENDS=	saml.8:${PORTSDIR}/security/opensaml2
 
+BUILD_DEPENDS=	boost-libs>=0:${PORTSDIR}/devel/boost-libs
+
 MAKE_JOBS_SAFE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes



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