aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-12-10 22:14:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-12-10 22:14:02 +0000
commite70d92562034c4fd73c5a7a89b6b445ded278a6d (patch)
tree4d485137ef0233372b7f5950d09ce7216cdb3942 /dns
parent6588eaea19a0bcbc46677ca3db7c61f31bfd4861 (diff)
downloadports-e70d92562034c4fd73c5a7a89b6b445ded278a6d.tar.gz
ports-e70d92562034c4fd73c5a7a89b6b445ded278a6d.zip
Mark BROKEN: fails to build
In file included from dnsperf.c:70: ./datafile.h:39:6: error: unknown type name 'isc_boolean_t' isc_boolean_t is_update); ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=487204
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsperf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile
index 8ba6bd3286ef..bc33debd2ab7 100644
--- a/dns/dnsperf/Makefile
+++ b/dns/dnsperf/Makefile
@@ -13,6 +13,8 @@ COMMENT= Performance measurement of Domain Name System (DNS) servers
LICENSE= ISCL
+BROKEN= fails to build
+
BUILD_DEPENDS= isc-config.sh:dns/bind912
LIB_DEPENDS= liblmdb.so:databases/lmdb \
libjson-c.so:devel/json-c