Created attachment 192560 [details] [patch] fix build for non-default LOCALBASE (bind9*) If LOCALBASE is not /usr/local, dns/bind912 fails at configure time with errors like so: checking for lmdb library... configure: error: include/lmdb.h not found. and checking for json library... configure: error: include/json{,-c}/json.h not found. The attached patch addresses this for bind912, bind911, bind910, and bind9-devel. Verified with poudriere testport for each of those ports.
A commit references this bug: Author: mat Date: Tue Apr 17 08:26:50 UTC 2018 New revision: 467580 URL: https://svnweb.freebsd.org/changeset/ports/467580 Log: Fix build when LOCALBASE!=/usr/local. PR: 227554 Submitted by: John Hein Sponsored by: Absolight Changes: head/dns/bind9-devel/Makefile head/dns/bind910/Makefile head/dns/bind911/Makefile head/dns/bind912/Makefile
Thanks.