Date: Mon, 18 Apr 2016 14:29:49 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413583 - head/dns/bundy Message-ID: <201604181429.u3IETnkZ088284@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Apr 18 14:29:49 2016 New Revision: 413583 URL: https://svnweb.freebsd.org/changeset/ports/413583 Log: Don't depend on boost any more, we just need some headers, and stick to boost 1.55. PR: 207982 Submitted by: truckman Sponsored by: Absolight Modified: head/dns/bundy/Makefile (contents, props changed) head/dns/bundy/distinfo (contents, props changed) Modified: head/dns/bundy/Makefile ============================================================================== --- head/dns/bundy/Makefile Mon Apr 18 14:07:42 2016 (r413582) +++ head/dns/bundy/Makefile Mon Apr 18 14:29:49 2016 (r413583) @@ -5,7 +5,8 @@ PORTNAME= bundy PORTVERSION= 0.20160125 PORTREVISION= 3 CATEGORIES= dns -MASTER_SITES= LOCAL/mat/bundy GH +MASTER_SITES= LOCAL/mat/bundy SF/boost/boost/1.55.0:boost +DISTFILES+= boost_1_55_0.tar.bz2:boost MAINTAINER= mat@FreeBSD.org COMMENT= Bundy DNS server suite @@ -16,8 +17,7 @@ LICENSE_NAME= ISC License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= ${LOCALBASE}/include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp:devel/boost-libs \ - ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \ +BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \ sqlite3>=3.3.9:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3 LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ @@ -43,6 +43,8 @@ CONFIGURE_ARGS= --localstatedir=/var \ --enable-install-configurations INSTALL_TARGET= install-strip +CPPFLAGS+= -I${WRKDIR}/boost_1_55_0 + OPTIONS_DEFINE= DOCS PLIST_SUB= PYTHON_SUFFIX=cpython-${PYTHON_SUFFIX} Modified: head/dns/bundy/distinfo ============================================================================== --- head/dns/bundy/distinfo Mon Apr 18 14:07:42 2016 (r413582) +++ head/dns/bundy/distinfo Mon Apr 18 14:29:49 2016 (r413583) @@ -1,2 +1,4 @@ SHA256 (bundy-dns-bundy-0.20160125-d310c5d_GH0.tar.gz) = e5670ee9fb53eab8a07ac3956218c3dc1655d798c5e753a5fb8876a5db1d5afc SIZE (bundy-dns-bundy-0.20160125-d310c5d_GH0.tar.gz) = 5310800 +SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52 +SIZE (boost_1_55_0.tar.bz2) = 58146647
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604181429.u3IETnkZ088284>