aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-10-06 08:45:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-10-06 08:45:55 +0000
commitc277d531c990a84ba8a759dd88b809b122326465 (patch)
treef3f82b709da6c670058bd555a3b63f321cdc6958 /dns
parente71f992e6d07e577dd4a16dffc89f8b117142786 (diff)
downloadports-c277d531c990a84ba8a759dd88b809b122326465.tar.gz
ports-c277d531c990a84ba8a759dd88b809b122326465.zip
Apply band-aid to fix build, and cleanup.
Nagged by: pkg-fallout
Notes
Notes: svn path=/head/; revision=481329
Diffstat (limited to 'dns')
-rw-r--r--dns/bundy/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile
index 03a4307125c6..ace8c487c6fb 100644
--- a/dns/bundy/Makefile
+++ b/dns/bundy/Makefile
@@ -17,8 +17,6 @@ LICENSE_NAME= ISC License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN_FreeBSD_12= error: called object type nullptr_t is not a function or function pointer
-
BUILD_DEPENDS= ${LOCALBASE}/include/log4cplus/logger.h:devel/log4cplus \
sqlite3>=3.3.9:databases/sqlite3 \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
@@ -32,12 +30,13 @@ BROKEN_armv6 = fails to build: Child process terminated abnormally: Segmentatio
BROKEN_armv7 = fails to build: Child process terminated abnormally: Segmentation fault
BROKEN_powerpc64= fails to configure: checking for botan/botan.h... no
+USES= compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl
+USE_CSTD= gnu99
+USE_CXXSTD= gnu++98
USE_GITHUB= yes
GH_ACCOUNT= bundy-dns
GH_TAGNAME= e640032
-USES= compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl
-
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var \