From owner-svn-ports-head@FreeBSD.ORG Mon Dec 3 10:52:11 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6F239AE; Mon, 3 Dec 2012 10:52:11 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA3C8FC14; Mon, 3 Dec 2012 10:52:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB3AqBec008267; Mon, 3 Dec 2012 10:52:11 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB3AqBAS008263; Mon, 3 Dec 2012 10:52:11 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201212031052.qB3AqBAS008263@svn.freebsd.org> From: Erwin Lansing Date: Mon, 3 Dec 2012 10:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308136 - in head/dns: bind96 bind97 bind98 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 10:52:11 -0000 Author: erwin Date: Mon Dec 3 10:52:11 2012 New Revision: 308136 URL: http://svnweb.freebsd.org/changeset/ports/308136 Log: Improve the SSL option description Submitted by: Kazunori Fujiwara Feature safe: yes Modified: head/dns/bind96/Makefile head/dns/bind97/Makefile head/dns/bind98/Makefile head/dns/bind99/Makefile Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Mon Dec 3 10:48:18 2012 (r308135) +++ head/dns/bind96/Makefile Mon Dec 3 10:52:11 2012 (r308136) @@ -28,7 +28,7 @@ OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB -SSL_DESC= Building without OpenSSL removes DNSSEC +SSL_DESC= Build with OpenSSL (Required for DNSSEC) LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version Modified: head/dns/bind97/Makefile ============================================================================== --- head/dns/bind97/Makefile Mon Dec 3 10:48:18 2012 (r308135) +++ head/dns/bind97/Makefile Mon Dec 3 10:52:11 2012 (r308136) @@ -32,7 +32,7 @@ OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB -SSL_DESC= Building without OpenSSL removes DNSSEC +SSL_DESC= Build with OpenSSL (Required for DNSSEC) LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Mon Dec 3 10:48:18 2012 (r308135) +++ head/dns/bind98/Makefile Mon Dec 3 10:52:11 2012 (r308136) @@ -30,7 +30,7 @@ OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB -SSL_DESC= Building without OpenSSL removes DNSSEC +SSL_DESC= Build with OpenSSL (Required for DNSSEC) LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Mon Dec 3 10:48:18 2012 (r308135) +++ head/dns/bind99/Makefile Mon Dec 3 10:52:11 2012 (r308136) @@ -31,7 +31,7 @@ OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB -SSL_DESC= Building without OpenSSL removes DNSSEC +SSL_DESC= Build with OpenSSL (Required for DNSSEC) LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version