Revision: 110382 https://trac.macports.org/changeset/110382 Author: jeremyhu@macports.org Date: 2013-08-30 12:48:19 -0700 (Fri, 30 Aug 2013) Log Message: ----------- mysql5{,1}: Blacklist all clang versions Modified Paths: -------------- trunk/dports/databases/mysql5/Portfile trunk/dports/databases/mysql51/Portfile Modified: trunk/dports/databases/mysql5/Portfile =================================================================== --- trunk/dports/databases/mysql5/Portfile 2013-08-30 19:30:41 UTC (rev 110381) +++ trunk/dports/databases/mysql5/Portfile 2013-08-30 19:48:19 UTC (rev 110382) @@ -157,10 +157,9 @@ configure.cxxflags-append -fPIC configure.args-append --with-embedded-server --with-pic - # BUILD FIX TODO: clang, build system # doesn't build with clang as of 2011.06.27 # This is a bug in mysql's build system, fixed in 5.5 - compiler.blacklist-append clang + compiler.blacklist-append *clang* post-build { if {[variant_isset universal]} { Modified: trunk/dports/databases/mysql51/Portfile =================================================================== --- trunk/dports/databases/mysql51/Portfile 2013-08-30 19:30:41 UTC (rev 110381) +++ trunk/dports/databases/mysql51/Portfile 2013-08-30 19:48:19 UTC (rev 110382) @@ -152,10 +152,9 @@ configure.cxxflags-append -fPIC configure.args-append --with-embedded-server --with-pic - # BUILD FIX TODO: clang, build system # doesn't build with clang as of 2011.06.27 # This is a bug in mysql's build system, fixed in 5.5 - compiler.blacklist-append clang + compiler.blacklist-append *clang* post-build { if {[variant_isset universal]} {