mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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@tmk.com> Feature safe: yes
This commit is contained in:
parent
0adf8ae323
commit
fc2b7bdc9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306427
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user