[56570] trunk/dports/lang/php52/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 30 02:13:34 PDT 2009


Revision: 56570
          http://trac.macports.org/changeset/56570
Author:   ryandesign at macports.org
Date:     2009-08-30 02:13:33 -0700 (Sun, 30 Aug 2009)
Log Message:
-----------
php52: remove ancient mysql3 variant; see #20700

Modified Paths:
--------------
    trunk/dports/lang/php52/Portfile

Modified: trunk/dports/lang/php52/Portfile
===================================================================
--- trunk/dports/lang/php52/Portfile	2009-08-30 09:11:56 UTC (rev 56569)
+++ trunk/dports/lang/php52/Portfile	2009-08-30 09:13:33 UTC (rev 56570)
@@ -231,18 +231,8 @@
         --with-snmp=${prefix}
 }
 
-variant mysql3 conflicts mysql4 mysql5 description {Add MySQL 3 support} {
+variant mysql4 conflicts mysql5 description {Add MySQL 4 support} {
     depends_lib-append \
-        port:mysql3
-    configure.args-delete \
-        --without-mysql
-    configure.args-append \
-        --with-mysql=${prefix} \
-        --with-pdo-mysql=${prefix}
-}
-
-variant mysql4 conflicts mysql3 mysql5 description {Add MySQL 4 support} {
-    depends_lib-append \
         port:mysql4
     configure.args-delete \
         --without-mysql
@@ -251,7 +241,7 @@
         --with-pdo-mysql=${prefix}
 }
 
-variant mysql5 conflicts mysql3 mysql4 description {Add MySQL 5 support} {
+variant mysql5 conflicts mysql4 description {Add MySQL 5 support} {
     depends_lib-append \
         path:bin/mysql_config5:mysql5
     configure.args-delete \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090830/4071fbf5/attachment.html>


More information about the macports-changes mailing list