Date: Tue, 17 Apr 2018 08:26:49 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467580 - in head/dns: bind9-devel bind910 bind911 bind912 Message-ID: <201804170826.w3H8QnFn088783@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Apr 17 08:26:49 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 Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind910/Makefile (contents, props changed) head/dns/bind911/Makefile (contents, props changed) head/dns/bind912/Makefile (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Tue Apr 17 08:23:25 2018 (r467579) +++ head/dns/bind9-devel/Makefile Tue Apr 17 08:26:49 2018 (r467580) @@ -187,12 +187,12 @@ IDN_USES= iconv IPV6_CONFIGURE_ENABLE= ipv6 -JSON_CONFIGURE_WITH= libjson +JSON_CONFIGURE_WITH= libjson=${LOCALBASE} JSON_LIB_DEPENDS= libjson-c.so:devel/json-c LARGE_FILE_CONFIGURE_ENABLE= largefile -LMDB_CONFIGURE_WITH= lmdb +LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Tue Apr 17 08:23:25 2018 (r467579) +++ head/dns/bind910/Makefile Tue Apr 17 08:26:49 2018 (r467580) @@ -153,7 +153,7 @@ IDN_USES= iconv IPV6_CONFIGURE_ENABLE= ipv6 -JSON_CONFIGURE_WITH= libjson +JSON_CONFIGURE_WITH= libjson=${LOCALBASE} JSON_LIB_DEPENDS= libjson-c.so:devel/json-c LARGE_FILE_CONFIGURE_ENABLE= largefile Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Tue Apr 17 08:23:25 2018 (r467579) +++ head/dns/bind911/Makefile Tue Apr 17 08:26:49 2018 (r467580) @@ -156,12 +156,12 @@ IDN_USES= iconv IPV6_CONFIGURE_ENABLE= ipv6 -JSON_CONFIGURE_WITH= libjson +JSON_CONFIGURE_WITH= libjson=${LOCALBASE} JSON_LIB_DEPENDS= libjson-c.so:devel/json-c LARGE_FILE_CONFIGURE_ENABLE= largefile -LMDB_CONFIGURE_WITH= lmdb +LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl Modified: head/dns/bind912/Makefile ============================================================================== --- head/dns/bind912/Makefile Tue Apr 17 08:23:25 2018 (r467579) +++ head/dns/bind912/Makefile Tue Apr 17 08:26:49 2018 (r467580) @@ -174,12 +174,12 @@ IDN_USES= iconv IPV6_CONFIGURE_ENABLE= ipv6 -JSON_CONFIGURE_WITH= libjson +JSON_CONFIGURE_WITH= libjson=${LOCALBASE} JSON_LIB_DEPENDS= libjson-c.so:devel/json-c LARGE_FILE_CONFIGURE_ENABLE= largefile -LMDB_CONFIGURE_WITH= lmdb +LMDB_CONFIGURE_WITH= lmdb=${LOCALBASE} LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MINCACHE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-bind-min-override-ttl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804170826.w3H8QnFn088783>