svn commit: r306427 - in head/dns: bind96 bind97 bind98 bind99
Erwin Lansing
erwin at FreeBSD.org
Fri Oct 26 08:37:11 UTC 2012
Author: erwin
Date: Fri Oct 26 08:37:10 2012
New Revision: 306427
URL: http://svn.freebsd.org/changeset/ports/306427
Log:
Reduce lenght of the option description for DLZ_MYSQL to
avoid problems with the older dialog(1) on FreeBSD 8.x
Noticed by: Terry Kennedy <terry at tmk.com>
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 Fri Oct 26 08:16:17 2012 (r306426)
+++ head/dns/bind96/Makefile Fri Oct 26 08:37:10 2012 (r306427)
@@ -37,7 +37,7 @@ LARGE_FILE_DESC= 64-bit file support
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
DLZ_DESC= Dynamically Loadable Zones
DLZ_POSTGRESQL_DESC= DLZ Postgres driver
-DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC= DLZ MySQL driver (no threading)
DLZ_BDB_DESC= DLZ BDB driver
DLZ_LDAP_DESC= DLZ LDAP driver
DLZ_FILESYSTEM_DESC= DLZ filesystem driver
Modified: head/dns/bind97/Makefile
==============================================================================
--- head/dns/bind97/Makefile Fri Oct 26 08:16:17 2012 (r306426)
+++ head/dns/bind97/Makefile Fri Oct 26 08:37:10 2012 (r306427)
@@ -41,7 +41,7 @@ LARGE_FILE_DESC= 64-bit file support
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
DLZ_DESC= Dynamically Loadable Zones
DLZ_POSTGRESQL_DESC= DLZ Postgres driver
-DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC= DLZ MySQL driver (no threading)
DLZ_BDB_DESC= DLZ BDB driver
DLZ_LDAP_DESC= DLZ LDAP driver
DLZ_FILESYSTEM_DESC= DLZ filesystem driver
Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile Fri Oct 26 08:16:17 2012 (r306426)
+++ head/dns/bind98/Makefile Fri Oct 26 08:37:10 2012 (r306427)
@@ -38,7 +38,7 @@ LARGE_FILE_DESC= 64-bit file support
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
DLZ_DESC= Dynamically Loadable Zones
DLZ_POSTGRESQL_DESC= DLZ Postgres driver
-DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC= DLZ MySQL driver (no threading)
DLZ_BDB_DESC= DLZ BDB driver
DLZ_LDAP_DESC= DLZ LDAP driver
DLZ_FILESYSTEM_DESC= DLZ filesystem driver
Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile Fri Oct 26 08:16:17 2012 (r306426)
+++ head/dns/bind99/Makefile Fri Oct 26 08:37:10 2012 (r306427)
@@ -39,7 +39,7 @@ LARGE_FILE_DESC= 64-bit file support
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
DLZ_DESC= Dynamically Loadable Zones
DLZ_POSTGRESQL_DESC= DLZ Postgres driver
-DLZ_MYSQL_DESC= DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC= DLZ MySQL driver (no threading)
DLZ_BDB_DESC= DLZ BDB driver
DLZ_LDAP_DESC= DLZ LDAP driver
DLZ_FILESYSTEM_DESC= DLZ filesystem driver
More information about the svn-ports-head
mailing list