[112492] trunk/dports/net/bind9
dluke at macports.org
dluke at macports.org
Thu Oct 24 07:24:42 PDT 2013
Revision: 112492
https://trac.macports.org/changeset/112492
Author: dluke at macports.org
Date: 2013-10-24 07:24:42 -0700 (Thu, 24 Oct 2013)
Log Message:
-----------
bind9: remove broken +dlz_mysql variant, see #40465
Modified Paths:
--------------
trunk/dports/net/bind9/Portfile
Removed Paths:
-------------
trunk/dports/net/bind9/files/mysql-link.patch
Modified: trunk/dports/net/bind9/Portfile
===================================================================
--- trunk/dports/net/bind9/Portfile 2013-10-24 14:00:59 UTC (rev 112491)
+++ trunk/dports/net/bind9/Portfile 2013-10-24 14:24:42 UTC (rev 112492)
@@ -33,8 +33,7 @@
depends_lib port:openssl port:libxml2
-patchfiles-append gssapi-link.patch \
- mysql-link.patch
+patchfiles-append gssapi-link.patch
use_autoreconf yes
autoreconf.args -fvi
@@ -99,14 +98,3 @@
* sudo cp ${prefix}/var/named/db.cache.dist ${prefix}/var/named/db.cache
* sudo cp ${prefix}/var/named/db.localhost.dist ${prefix}/var/named/db.localhost
******************************************************"
-
-variant dlz_mysql5 description {Dynamically Loaded Zones (dlz) stored in MySQL 5.x} {
- depends_lib-append \
- path:bin/mysql_config5:mysql5
- # Threads are not safe when bind9 is compiled with dlz
- configure.args-delete \
- --enable-threads
- configure.args-append \
- --with-dlz-mysql=${prefix}/bin/mysql_config5 \
- --disable-threads
-}
Deleted: trunk/dports/net/bind9/files/mysql-link.patch
===================================================================
--- trunk/dports/net/bind9/files/mysql-link.patch 2013-10-24 14:00:59 UTC (rev 112491)
+++ trunk/dports/net/bind9/files/mysql-link.patch 2013-10-24 14:24:42 UTC (rev 112492)
@@ -1,25 +0,0 @@
---- contrib/dlz/config.dlz.in.orig 2013-01-23 16:28:54.000000000 -0800
-+++ contrib/dlz/config.dlz.in 2013-01-23 16:29:57.000000000 -0800
-@@ -155,6 +155,13 @@ then
- break
- fi
- done
-+elif test -f `$use_dlz_mysql --include | awk '{print substr($1,3)}'`/mysql.h
-+then
-+ mysql_include=`$use_dlz_mysql --include | awk '{print substr($1,3)}'`
-+ if test -d `$use_dlz_mysql --libs | awk '{print substr($2,3)}'`
-+ then
-+ mysql_lib=`$use_dlz_mysql --libs | awk '{print substr($2,3)}'`
-+ fi
- elif test "$use_dlz_mysql" != "no"
- then
- d=$use_dlz_mysql
-@@ -193,7 +200,7 @@ case "$use_dlz_mysql" in
- *)
- DLZ_ADD_DRIVER(MYSQL, dlz_mysql_driver,
- [-I${mysql_include}],
-- [-L${mysql_lib} -lmysqlclient -lz -lcrypt -lm])
-+ [-L${mysql_lib} -lmysqlclient -lz -lm])
-
- AC_MSG_RESULT(
- [using mysql from ${mysql_lib} and ${mysql_include}])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131024/a9e6c1d6/attachment.html>
More information about the macports-changes
mailing list