Date: Fri, 19 Oct 2012 12:53:36 +0200 From: Niclas Zeising <zeising@freebsd.org> To: Erwin Lansing <erwin@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r306113 - head/dns/bind99 Message-ID: <50813130.4090100@freebsd.org> In-Reply-To: <50812FD9.3040301@freebsd.org> References: <201210191017.q9JAHSt0060717@svn.freebsd.org> <50812FD9.3040301@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------040808050306060404040600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10/19/12 12:47, Niclas Zeising wrote: > On 10/19/12 12:17, Erwin Lansing wrote: >> Author: erwin >> Date: Fri Oct 19 10:17:27 2012 >> New Revision: 306113 >> URL: http://svn.freebsd.org/changeset/ports/306113 >> >> Log: >> Update to 9.9.2 >> > > You have to add --without-python to CONFIGURE_ARGS, otherwise bind99 > configure will pick up python if it is installed, and then build/install > another couple of tools. > See the release notes for bind 9.9.2 for details. > Regards! Here is a patch for that. Regards! -- Niclas Zeising --------------040808050306060404040600 Content-Type: text/x-patch; name="ports.bind99.pythonfix.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ports.bind99.pythonfix.diff" Index: dns/bind99/Makefile =================================================================== --- dns/bind99/Makefile (revision 306113) +++ dns/bind99/Makefile (working copy) @@ -20,7 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ - --with-randomdev=/dev/random + --with-randomdev=/dev/random \ + --without-python CONFLICTS= bind9*-9.[45678].* bind9-sdb-* host-* bind-tools-9.* --------------040808050306060404040600--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50813130.4090100>