When dns/bind912 moved from 480175 to 481891 it broke this port. Workaround is to revert dns/bin912 temporarily.
Created attachment 199883 [details] dnsperf fixes for new bind Attached patch fixes building with bind 9.12 and was also runtime tested. Parts of the fixes were taken from an pull request from upstream [1] which is itself based on a commit from ISC [2]. The other include fixes were mine. [1] https://github.com/akamai/dnsperf/pull/12/commits/67183819afbdc7a944119ee1bdfb343b3366b6e6 [2] https://gitlab.isc.org/isc-projects/bind9/commit/64fe6bbaf2019f444475dfbf744eb6ea4e619c19
Comment on attachment 199883 [details] dnsperf fixes for new bind Approved by: portmgr (blanket: fix BROKEN / JFI / regression)
A commit references this bug: Author: decke Date: Tue Dec 11 12:34:59 UTC 2018 New revision: 487232 URL: https://svnweb.freebsd.org/changeset/ports/487232 Log: 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 Changes: head/dns/dnsperf/Makefile head/dns/dnsperf/files/patch-datafile.c head/dns/dnsperf/files/patch-dns.c head/dns/dnsperf/files/patch-dnsperf.c head/dns/dnsperf/files/patch-log.c head/dns/dnsperf/files/patch-opt.c head/dns/dnsperf/files/patch-os.c head/dns/dnsperf/files/patch-resperf.c
Committed. Thanks!