diff options
author | mat <mat@FreeBSD.org> | 2016-04-18 22:29:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-18 22:29:49 +0800 |
commit | 55750cf6fb0f7f5444e159d640916bc766d240f2 (patch) | |
tree | 1108d61db4635929f1547106be9168b3a2e75ea3 /dns | |
parent | fcce86ef770a055cb1e454943c1d9a493c0565a0 (diff) | |
download | freebsd-ports-gnome-55750cf6fb0f7f5444e159d640916bc766d240f2.tar.gz freebsd-ports-gnome-55750cf6fb0f7f5444e159d640916bc766d240f2.tar.zst freebsd-ports-gnome-55750cf6fb0f7f5444e159d640916bc766d240f2.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bundy/Makefile | 8 | ||||
-rw-r--r-- | dns/bundy/distinfo | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile index 858ccf6d30d9..17e823ead843 100644 --- a/dns/bundy/Makefile +++ b/dns/bundy/Makefile @@ -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} diff --git a/dns/bundy/distinfo b/dns/bundy/distinfo index 177523f3eb6e..640106233f68 100644 --- a/dns/bundy/distinfo +++ b/dns/bundy/distinfo @@ -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 |