From owner-cvs-all@FreeBSD.ORG Sat Aug 29 23:15:57 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 603AF1065670; Sat, 29 Aug 2009 23:15:57 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F1B28FC13; Sat, 29 Aug 2009 23:15:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7TNFvRC082799; Sat, 29 Aug 2009 23:15:57 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7TNFvxp082798; Sat, 29 Aug 2009 23:15:57 GMT (envelope-from dougb) Message-Id: <200908292315.n7TNFvxp082798@repoman.freebsd.org> From: Doug Barton Date: Sat, 29 Aug 2009 23:15:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/bind9 Makefile pkg-plist ports/dns/bind94 Makefile pkg-plist ports/dns/bind95 Makefile pkg-plist ports/dns/bind96 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2009 23:15:57 -0000 dougb 2009-08-29 23:15:57 UTC FreeBSD ports repository Modified files: dns/bind9 Makefile pkg-plist dns/bind94 Makefile pkg-plist dns/bind95 Makefile pkg-plist dns/bind96 Makefile pkg-plist Log: For all: Add an OPTION (on by default) to install the appropriate symlinks for named.conf and rndc.key in /usr/local/etc and /var/named/usr/local/etc. For bind9[456]: Add OPTIONs (off by default) for the DLZ configure options, and their corresponding ports knobs. [1] The basic infrastructure for this was provided in the PR, but this version is slightly different in a few details so responsibility for bugs is mine. PR: ports/122974 [1] Submitted by: Michael Schout [1] Revision Changes Path 1.91 +16 -1 ports/dns/bind9/Makefile 1.24 +6 -0 ports/dns/bind9/pkg-plist 1.98 +53 -2 ports/dns/bind94/Makefile 1.26 +6 -0 ports/dns/bind94/pkg-plist 1.100 +53 -2 ports/dns/bind95/Makefile 1.29 +6 -0 ports/dns/bind95/pkg-plist 1.102 +53 -2 ports/dns/bind96/Makefile 1.32 +6 -0 ports/dns/bind96/pkg-plist