[67630] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat May 15 02:29:23 PDT 2010


Revision: 67630
          http://trac.macports.org/changeset/67630
Author:   ryandesign at macports.org
Date:     2010-05-15 02:29:21 -0700 (Sat, 15 May 2010)
Log Message:
-----------
Remove all remaining traces of obsolete mysql3; see #20700

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile
    trunk/dports/mail/bmf/Portfile
    trunk/dports/www/gallery/Portfile

Removed Paths:
-------------
    trunk/dports/databases/mysql3/

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2010-05-15 08:47:57 UTC (rev 67629)
+++ trunk/dports/lang/php5/Portfile	2010-05-15 09:29:21 UTC (rev 67630)
@@ -158,7 +158,6 @@
     imap            imap
     macports_snmp   snmp
     mssql           mssql
-    mysql3          mysql
     mysql4          mysql
     mysql5          mysql
     mysqlnd         mysql

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2010-05-15 08:47:57 UTC (rev 67629)
+++ trunk/dports/lang/php5-devel/Portfile	2010-05-15 09:29:21 UTC (rev 67630)
@@ -160,7 +160,6 @@
     imap            imap
     macports_snmp   snmp
     mssql           mssql
-    mysql3          mysql
     mysql4          mysql
     mysql5          mysql
     mysqlnd         mysql

Modified: trunk/dports/mail/bmf/Portfile
===================================================================
--- trunk/dports/mail/bmf/Portfile	2010-05-15 08:47:57 UTC (rev 67629)
+++ trunk/dports/mail/bmf/Portfile	2010-05-15 09:29:21 UTC (rev 67630)
@@ -30,8 +30,3 @@
     system "install -o root -m 755 -d ${destroot}${prefix}/share/${name}"
     system "install -o root -m 755 -c ${worksrcpath}/README ${destroot}${prefix}/share/${name}/"
 }
-
-variant mysql {
-    depends_lib-append      lib:libmysqlclient:mysql3
-    configure.args-append   --with-mysql
-}

Modified: trunk/dports/www/gallery/Portfile
===================================================================
--- trunk/dports/www/gallery/Portfile	2010-05-15 08:47:57 UTC (rev 67629)
+++ trunk/dports/www/gallery/Portfile	2010-05-15 09:29:21 UTC (rev 67630)
@@ -56,22 +56,17 @@
 	depends_lib-delete	path:bin/php:php5
 }
 
-variant mysql3 conflicts mysql4 postgresql7 postgresql8 {
-	depends_lib-append	port:mysql3
-	depends_lib-delete	path:bin/mysql_config5:mysql5
-}
-
-variant mysql4 conflicts mysql3 postgresql7 postgresql8 {
+variant mysql4 conflicts postgresql7 postgresql8 {
 	depends_lib-append	port:mysql4
 	depends_lib-delete	path:bin/mysql_config5:mysql5
 }
 
-variant postgresql7 conflicts mysql3 mysql4 mysql5 postgresql8 {
+variant postgresql7 conflicts mysql4 mysql5 postgresql8 {
 	depends_lib-append	port:postgresql7
 	depends_lib-delete	path:bin/mysql_config5:mysql5
 }
 
-variant postgresql8 conflicts mysql3 mysql4 mysql5 postgresql7 {
+variant postgresql8 conflicts mysql4 mysql5 postgresql7 {
 	depends_lib-append	port:postgresql80
 	depends_lib-delete	path:bin/mysql_config5:mysql5
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/3ab3ae5e/attachment.html>


More information about the macports-changes mailing list