[145703] trunk/dports/databases/mysql56/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Feb 14 05:06:44 PST 2016


Revision: 145703
          https://trac.macports.org/changeset/145703
Author:   mcalhoun at macports.org
Date:     2016-02-14 05:06:44 -0800 (Sun, 14 Feb 2016)
Log Message:
-----------
mysql56: clang is no longer a problem in 32-bit mode (see #42943)

Modified Paths:
--------------
    trunk/dports/databases/mysql56/Portfile

Modified: trunk/dports/databases/mysql56/Portfile
===================================================================
--- trunk/dports/databases/mysql56/Portfile	2016-02-14 01:58:40 UTC (rev 145702)
+++ trunk/dports/databases/mysql56/Portfile	2016-02-14 13:06:44 UTC (rev 145703)
@@ -2,14 +2,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           compiler_blacklist_versions 1.0
 
 name                mysql56
 set name_mysql      ${name}
 version             5.6.29
 # Set revision_client, revision_server and revision_innodb_memcached_plugin to 0 on
 # version bump.
-set revision_client 0
+set revision_client 1
 set revision_server 0
 set revision_innodb_memcached_plugin 0
 set version_branch  [join [lrange [split ${version} .] 0 1] .]
@@ -47,18 +46,6 @@
     patchfiles-append   patch-scripts-mysql_install_db.pl.in.diff \
                         patch-scripts-mysql_secure_installation.pl.in.diff
 
-    if { (![variant_isset universal] && ${build_arch} eq "i386") || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1) } {
-        # Disallow clang versions older than the clang version which caused the problem
-        #compiler.blacklist {clang < 425}
-        
-        # Disallow all clang versions
-        #compiler.blacklist *clang*
-        
-        # switch to /usr/bin/gcc and /usr/bin/g++
-        # closest to SET(CMAKE_CXX_COMPILER g++) removed in the patchfile
-        configure.compiler gcc
-    }
-
     checksums           rmd160  7414ce97ea334c894711bc37063b733dde9d86d5 \
                         sha256  6ac85b75b2dfa8c232725dda25469df37bf4e48b408cc0978d0dfc34c25a817f
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160214/74c26c09/attachment.html>


More information about the macports-changes mailing list