[102116] trunk/dports/databases

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 27 23:26:30 PST 2013


Revision: 102116
          https://trac.macports.org/changeset/102116
Author:   jeremyhu at macports.org
Date:     2013-01-27 23:26:30 -0800 (Sun, 27 Jan 2013)
Log Message:
-----------
mysql5, mysql51: Use compiler.blacklist

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

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2013-01-28 07:24:51 UTC (rev 102115)
+++ trunk/dports/databases/mysql5/Portfile	2013-01-28 07:26:30 UTC (rev 102116)
@@ -110,10 +110,8 @@
     
     # BUILD FIX TODO: clang, build system
     # doesn't build with clang as of 2011.06.27
-    # This looks like a bug in mysql's build system
-    if {${configure.compiler} == "clang"} {
-        configure.compiler llvm-gcc-4.2
-    }
+    # This is a bug in mysql's build system, fixed in 5.5
+    compiler.blacklist-append clang
     
     post-build {
         if {[variant_isset universal]} {

Modified: trunk/dports/databases/mysql51/Portfile
===================================================================
--- trunk/dports/databases/mysql51/Portfile	2013-01-28 07:24:51 UTC (rev 102115)
+++ trunk/dports/databases/mysql51/Portfile	2013-01-28 07:26:30 UTC (rev 102116)
@@ -107,10 +107,8 @@
     
     # BUILD FIX TODO: clang, build system
     # doesn't build with clang as of 2011.06.27
-    # This looks like a bug in mysql's build system
-    if {${configure.compiler} == "clang"} {
-        configure.compiler llvm-gcc-4.2
-    }
+    # This is a bug in mysql's build system, fixed in 5.5
+    compiler.blacklist-append clang
     
     post-build {
         if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130127/28d66b11/attachment-0001.html>


More information about the macports-changes mailing list