aboutsummaryrefslogtreecommitdiff
path: root/dns/bundy
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-18 14:29:49 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-18 14:29:49 +0000
commitdfaf3c7bc9303dbd7deba4c2fe701524b6d080c4 (patch)
tree1108d61db4635929f1547106be9168b3a2e75ea3 /dns/bundy
parent2b6323d7760f919c8400b7bd994a17537ebf0123 (diff)
downloadports-dfaf3c7bc9303dbd7deba4c2fe701524b6d080c4.tar.gz
ports-dfaf3c7bc9303dbd7deba4c2fe701524b6d080c4.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
Notes
Notes: svn path=/head/; revision=413583
Diffstat (limited to 'dns/bundy')
-rw-r--r--dns/bundy/Makefile8
-rw-r--r--dns/bundy/distinfo2
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