[36613] trunk/dports/databases/mysql5-devel/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu May 8 00:10:46 PDT 2008
Revision: 36613
http://trac.macosforge.org/projects/macports/changeset/36613
Author: ryandesign at macports.org
Date: 2008-05-08 00:10:42 -0700 (Thu, 08 May 2008)
Log Message:
-----------
mysql5-devel: work around parallel build issue
Modified Paths:
--------------
trunk/dports/databases/mysql5-devel/Portfile
Modified: trunk/dports/databases/mysql5-devel/Portfile
===================================================================
--- trunk/dports/databases/mysql5-devel/Portfile 2008-05-08 04:46:22 UTC (rev 36612)
+++ trunk/dports/databases/mysql5-devel/Portfile 2008-05-08 07:10:42 UTC (rev 36613)
@@ -98,6 +98,11 @@
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/20080508/436c82bd/attachment.html
More information about the macports-changes
mailing list