[44953] trunk/dports/databases/mysql5-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 4 20:35:14 PST 2009


Revision: 44953
          http://trac.macports.org/changeset/44953
Author:   ryandesign at macports.org
Date:     2009-01-04 20:35:12 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
mysql5-devel: remove parallel build workaround that's no longer necessary as of MacPorts 1.7.0 and perhaps was also fixed in MySQL 5.1.28-rc

Modified Paths:
--------------
    trunk/dports/databases/mysql5-devel/Portfile

Modified: trunk/dports/databases/mysql5-devel/Portfile
===================================================================
--- trunk/dports/databases/mysql5-devel/Portfile	2009-01-05 04:06:46 UTC (rev 44952)
+++ trunk/dports/databases/mysql5-devel/Portfile	2009-01-05 04:35:12 UTC (rev 44953)
@@ -136,11 +136,6 @@
     xinstall -m 755 -d ${destroot}${sysconfdir}
     destroot.keepdirs-append ${destroot}${sysconfdir}
     
-    # It has trouble installing in parallel if this doesn't already exist
-    # See http://bugs.mysql.com/36560
-    xinstall -d ${destroot}${prefix}/mysql-test
-    xinstall -d ${destroot}${prefix}/mysql-test/ndb
-    
     # Setup only for server
     if { [variant_isset server] } {
         addgroup ${mysqluser}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/f1702c79/attachment.html>


More information about the macports-changes mailing list