Ticket #46109: Portfile-mysql56.diff

File Portfile-mysql56.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    66
    77name                mysql56
    88set name_mysql      ${name}
    9 version             5.6.21
     9version             5.6.22
    1010# Set revision_client, revision_server and revision_innodb_memcached_plugin to 0 on
    1111# version bump.
    1212set revision_client 0
     
    3939    patchfiles-append   patch-scripts-mysql_install_db.pl.in.diff \
    4040                        patch-scripts-mysql_secure_installation.pl.in.diff
    4141
    42     # Don't allow mysql to set the compiler to g++
    43     # See http://bazaar.launchpad.net/~mysql/mysql-server/5.6/revision/4223.1.4
    44     # See also #42943
    45     patchfiles-append   patch-CMakeLists.txt.diff
    4642    if { (![variant_isset universal] && ${build_arch} eq "i386") || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1) } {
    4743        # Disallow clang versions older than the clang version which caused the problem
    4844        #compiler.blacklist {clang < 425}
     
    5551        configure.compiler gcc
    5652    }
    5753
    58     checksums           rmd160  549b3476c3bbe6ca6b459b5970fc59a345334cd7 \
    59                         sha256  ea4daf6a8f4b1a9c62e416249a08fbdcbf686667d738004ef82044def96feb7c
     54    checksums           rmd160  64ad57c080454cf52ff097251b9684a68ed00804 \
     55                        sha256  c4d2dfabb20a8e26e8437dff41f366520001eb031ffd77fbfcde70d0073fc9f6
    6056
    6157    archcheck.files     lib/libz.dylib lib/libwrap.dylib
    6258