From owner-svn-src-head@FreeBSD.ORG Tue Sep 24 09:56:11 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77F805E7; Tue, 24 Sep 2013 09:56:11 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 650B02F42; Tue, 24 Sep 2013 09:56:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8O9uBkX083057; Tue, 24 Sep 2013 09:56:11 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8O9uBg0083056; Tue, 24 Sep 2013 09:56:11 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201309240956.r8O9uBg0083056@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Tue, 24 Sep 2013 09:56:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255839 - head/contrib/unbound X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 09:56:11 -0000 Author: des Date: Tue Sep 24 09:56:10 2013 New Revision: 255839 URL: http://svnweb.freebsd.org/changeset/base/255839 Log: Regenerate the configure script before running it. Set the default config file to /var/unbound/unbound.conf. Approved by: re (blanket) Modified: head/contrib/unbound/freebsd-configure.sh Modified: head/contrib/unbound/freebsd-configure.sh ============================================================================== --- head/contrib/unbound/freebsd-configure.sh Tue Sep 24 09:54:07 2013 (r255838) +++ head/contrib/unbound/freebsd-configure.sh Tue Sep 24 09:56:10 2013 (r255839) @@ -24,9 +24,11 @@ ldnsobj=$(realpath $(make -C$ldnsbld -V. [ -f $ldnsobj/libldns.a ] || error "can't find LDNS object directory" export LDFLAGS="-L$ldnsobj" +autoconf +autoheader ./configure \ --prefix= --exec-prefix=/usr \ - --with-conf-file=/etc/unbound/unbound.conf \ + --with-conf-file=/var/unbound/unbound.conf \ --with-run-dir=/var/unbound \ --with-username=unbound