diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2018-12-11 12:34:58 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2018-12-11 12:34:58 +0000 |
commit | 6524912adc6e3000aa91d5d416a400fbc5cbf066 (patch) | |
tree | bc4bbf77fa33bfb4f77ddc68455809835a10853b /dns/dnsperf/Makefile | |
parent | c43875aa018c1c071a1a3c08f1f1601415305e90 (diff) | |
download | ports-6524912adc6e3000aa91d5d416a400fbc5cbf066.tar.gz ports-6524912adc6e3000aa91d5d416a400fbc5cbf066.zip |
dns/dnsperf: Fix building with bind 9.12 and newer
Patches are partially based on ISC upstream commit
64fe6bbaf2019f444475dfbf744eb6ea4e619c19 the other
parts are mine.
PR: 232774
Reported by: leeb@ratnaling.org
Approved by: portmgr (blanket)
Obtained from: https://gitlab.isc.org/isc-projects/bind9/commit/64fe6bbaf2019f444475dfbf744eb6ea4e619c19
Notes
Notes:
svn path=/head/; revision=487232
Diffstat (limited to 'dns/dnsperf/Makefile')
-rw-r--r-- | dns/dnsperf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/dnsperf/Makefile b/dns/dnsperf/Makefile index bc33debd2ab7..6831fa1eab8d 100644 --- a/dns/dnsperf/Makefile +++ b/dns/dnsperf/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsperf PORTVERSION= 2.1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns benchmarks net MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1 @@ -13,8 +13,6 @@ 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 |