From owner-svn-ports-all@FreeBSD.ORG Sun Jun 9 14:41:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F50B4F4; Sun, 9 Jun 2013 14:41:25 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 91E071C39; Sun, 9 Jun 2013 14:41:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59EfP5u045149; Sun, 9 Jun 2013 14:41:25 GMT (envelope-from girgen@svn.freebsd.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59EfPKd045147; Sun, 9 Jun 2013 14:41:25 GMT (envelope-from girgen@svn.freebsd.org) Message-Id: <201306091441.r59EfPKd045147@svn.freebsd.org> From: Palle Girgensohn Date: Sun, 9 Jun 2013 14:41:25 +0000 (UTC) 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 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.14 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: Sun, 09 Jun 2013 14:41:25 -0000 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