Date: Mon, 3 Dec 2012 10:52:11 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> 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 Message-ID: <201212031052.qB3AqBAS008263@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <fujiwara@jprs.co.jp> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031052.qB3AqBAS008263>