svn commit: r308136 - in head/dns: bind96 bind97 bind98 bind99

Erwin Lansing erwin at FreeBSD.org
Mon Dec 3 10:52:11 UTC 2012


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 at 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


More information about the svn-ports-all mailing list