From owner-svn-ports-all@freebsd.org Fri Apr 29 10:51:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17226B20299; Fri, 29 Apr 2016 10:51:32 +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 mx1.freebsd.org (Postfix) with ESMTPS id D87851365; Fri, 29 Apr 2016 10:51:31 +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 u3TApV4Q033676; Fri, 29 Apr 2016 10:51:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3TApUVZ033671; Fri, 29 Apr 2016 10:51:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201604291051.u3TApUVZ033671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 29 Apr 2016 10:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414269 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 10:51:32 -0000 Author: mat Date: Fri Apr 29 10:51:30 2016 New Revision: 414269 URL: https://svnweb.freebsd.org/changeset/ports/414269 Log: Fix-ish the build WITH=PYTHON Pointy hat to: mat (for testing a snapshot and commiting another.) Sponsored by: Absolight Added: head/dns/bind9-devel/files/patch-bin_python_Makefile.in (contents, props changed) head/dns/bind9-devel/files/patch-bin_python_isc_Makefile.in (contents, props changed) Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Fri Apr 29 10:28:38 2016 (r414268) +++ head/dns/bind9-devel/Makefile Fri Apr 29 10:51:30 2016 (r414269) @@ -130,8 +130,10 @@ GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP GOST_CONFIGURE_ON= --with-gost GOST_ASN1_CONFIGURE_ON= --with-gost=asn1 -PYTHON_CONFIGURE_WITH= python +PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} PYTHON_USES= python +PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes DLZ_POSTGRESQL_USES= pgsql Added: head/dns/bind9-devel/files/patch-bin_python_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/bind9-devel/files/patch-bin_python_Makefile.in Fri Apr 29 10:51:30 2016 (r414269) @@ -0,0 +1,10 @@ +--- bin/python/Makefile.in.orig 2016-04-29 05:30:53 UTC ++++ bin/python/Makefile.in +@@ -58,7 +58,6 @@ install:: ${TARGETS} installdirs + ${INSTALL_SCRIPT} dnssec-keymgr ${DESTDIR}${sbindir} + ${INSTALL_DATA} ${srcdir}/dnssec-checkds.8 ${DESTDIR}${mandir}/man8 + ${INSTALL_DATA} ${srcdir}/dnssec-coverage.8 ${DESTDIR}${mandir}/man8 +- ${INSTALL_DATA} ${srcdir}/dnssec-keymgr.8 ${DESTDIR}${mandir}/man8 + + clean distclean:: + rm -f ${TARGETS} Added: head/dns/bind9-devel/files/patch-bin_python_isc_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/bind9-devel/files/patch-bin_python_isc_Makefile.in Fri Apr 29 10:51:30 2016 (r414269) @@ -0,0 +1,20 @@ +--- bin/python/isc/Makefile.in.orig 2016-04-29 05:30:53 UTC ++++ bin/python/isc/Makefile.in +@@ -30,7 +30,9 @@ TARGETS = parsetab.py parsetab.pyc \ + + @BIND9_MAKE_RULES@ + +-%.pyc: %.py ++.SUFFIXES: .py .pyc ++ ++.py.pyc: + $(PYTHON) -m compileall . + + parsetab.py parsetab.pyc: policy.py +@@ -64,4 +66,4 @@ clean distclean:: + rm -f *.pyc parser.out parsetab.py + + distclean:: +- rm -Rf utils.py +\ No newline at end of file ++ rm -Rf utils.py Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Fri Apr 29 10:28:38 2016 (r414268) +++ head/dns/bind9-devel/pkg-plist Fri Apr 29 10:51:30 2016 (r414269) @@ -257,6 +257,18 @@ include/pkcs11/cryptoki.h include/pkcs11/pkcs11.h include/pkcs11/pkcs11f.h include/pkcs11/pkcs11t.h +%%PYTHON%%lib/__init__.py +%%PYTHON%%lib/__init__.pyc +%%PYTHON%%lib/dnskey.py +%%PYTHON%%lib/dnskey.pyc +%%PYTHON%%lib/eventlist.py +%%PYTHON%%lib/eventlist.pyc +%%PYTHON%%lib/keydict.py +%%PYTHON%%lib/keydict.pyc +%%PYTHON%%lib/keyevent.py +%%PYTHON%%lib/keyevent.pyc +%%PYTHON%%lib/keyzone.py +%%PYTHON%%lib/keyzone.pyc lib/libbind9.a lib/libdns.a lib/libirs.a @@ -264,6 +276,10 @@ lib/libisc.a lib/libisccc.a lib/libisccfg.a lib/liblwres.a +%%PYTHON%%lib/parsetab.py +%%PYTHON%%lib/parsetab.pyc +%%PYTHON%%lib/policy.py +%%PYTHON%%lib/policy.pyc man/man1/arpaname.1.gz man/man1/bind9-config.1.gz man/man1/delv.1.gz @@ -397,6 +413,7 @@ sbin/dnssec-dsfromkey sbin/dnssec-importkey sbin/dnssec-keyfromlabel sbin/dnssec-keygen +%%PYTHON%%sbin/dnssec-keymgr sbin/dnssec-revoke sbin/dnssec-settime sbin/dnssec-signzone