aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-22 13:17:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-22 13:17:38 +0000
commit081beb2d3875f34069e93090515a4244ba4790c5 (patch)
treef7a9a3f705ff6a19879564f16dea8fcc43168f42 /dns
parent7340c6df0a94d0bf665ad5e1c1b6d8c603f22b76 (diff)
downloadports-081beb2d3875f34069e93090515a4244ba4790c5.tar.gz
ports-081beb2d3875f34069e93090515a4244ba4790c5.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441455
Diffstat (limited to 'dns')
-rw-r--r--dns/bundy/Makefile2
-rw-r--r--dns/powerdns-recursor/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile
index 1624d6ace0c4..eab3117f93d2 100644
--- a/dns/bundy/Makefile
+++ b/dns/bundy/Makefile
@@ -26,6 +26,8 @@ LIB_DEPENDS= libbotan-1.10.so:security/botan110 \
libsqlite3.so:databases/sqlite3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/${PYTHON_PKGNAMEPREFIX}sqlite3
+BROKEN_powerpc64= fails to configure: checking for botan/botan.h... no
+
USE_GITHUB= yes
GH_ACCOUNT= bundy-dns
GH_TAGNAME= d310c5d
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile
index 919e3cdc69ba..2199af75317f 100644
--- a/dns/powerdns-recursor/Makefile
+++ b/dns/powerdns-recursor/Makefile
@@ -17,7 +17,8 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
LIB_DEPENDS= libboost_context.so:devel/boost-libs
-BROKEN_sparc64= Does not compile on sparc64
+BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt
+BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string
USES= compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2
GNU_CONFIGURE= YES