From owner-svn-ports-head@freebsd.org Tue Apr 17 08:26:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7901AF8DC0A; Tue, 17 Apr 2018 08:26:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24CD9849BB; Tue, 17 Apr 2018 08:26:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05DC91CF6; Tue, 17 Apr 2018 08:26:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3H8Qnqa088787; Tue, 17 Apr 2018 08:26:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3H8QnFn088783; Tue, 17 Apr 2018 08:26:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201804170826.w3H8QnFn088783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 17 Apr 2018 08:26:49 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns: bind9-devel bind910 bind911 bind912 X-SVN-Commit-Revision: 467580 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2018 08:26:50 -0000 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