diff options
author | antoine <antoine@FreeBSD.org> | 2018-12-11 06:14:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-12-11 06:14:02 +0800 |
commit | 510374e2c30f1482e1691f4f9ec69478d1615395 (patch) | |
tree | 4d485137ef0233372b7f5950d09ce7216cdb3942 /dns/dnsperf | |
parent | 498519fa25b88e97cd018ad0336521e881be2a8d (diff) | |
download | freebsd-ports-gnome-510374e2c30f1482e1691f4f9ec69478d1615395.tar.gz freebsd-ports-gnome-510374e2c30f1482e1691f4f9ec69478d1615395.tar.zst freebsd-ports-gnome-510374e2c30f1482e1691f4f9ec69478d1615395.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
Diffstat (limited to 'dns/dnsperf')
-rw-r--r-- | dns/dnsperf/Makefile | 2 |
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 |