From owner-svn-ports-all@FreeBSD.ORG Fri Oct 19 10:48:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B12853AA; Fri, 19 Oct 2012 10:48:05 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 27FF68FC17; Fri, 19 Oct 2012 10:48:05 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 42D3740004; Fri, 19 Oct 2012 12:48:03 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 380EC40007; Fri, 19 Oct 2012 12:48:03 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 7840E40004; Fri, 19 Oct 2012 12:48:02 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3XjkNx67hkz8ggx; Fri, 19 Oct 2012 12:48:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id y3fqxIg3anCA; Fri, 19 Oct 2012 12:47:56 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3XjkNr2Zsvz8ggv; Fri, 19 Oct 2012 12:47:56 +0200 (CEST) Received: from tifa.daemonic.se (78-69-168-131-no84.tbcn.telia.com [78.69.168.131]) by mail.daemonic.se (Postfix) with ESMTPSA id 3XjkNr1vrZz9Ctq; Fri, 19 Oct 2012 12:47:56 +0200 (CEST) Received: from tifa.daemonic.se (localhost [127.0.0.1]) by tifa.daemonic.se (Postfix) with ESMTP id 89C0722AFA; Fri, 19 Oct 2012 12:47:54 +0200 (CEST) Message-ID: <50812FD9.3040301@freebsd.org> Date: Fri, 19 Oct 2012 12:47:53 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Erwin Lansing Subject: Re: svn commit: r306113 - head/dns/bind99 References: <201210191017.q9JAHSt0060717@svn.freebsd.org> In-Reply-To: <201210191017.q9JAHSt0060717@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 19 Oct 2012 10:48:05 -0000 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! -- Niclas Zeising