Ticket #46109: Portfile-mysql56.diff
File Portfile-mysql56.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 6 6 7 7 name mysql56 8 8 set name_mysql ${name} 9 version 5.6.2 19 version 5.6.22 10 10 # Set revision_client, revision_server and revision_innodb_memcached_plugin to 0 on 11 11 # version bump. 12 12 set revision_client 0 … … 39 39 patchfiles-append patch-scripts-mysql_install_db.pl.in.diff \ 40 40 patch-scripts-mysql_secure_installation.pl.in.diff 41 41 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.444 # See also #4294345 patchfiles-append patch-CMakeLists.txt.diff46 42 if { (![variant_isset universal] && ${build_arch} eq "i386") || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1) } { 47 43 # Disallow clang versions older than the clang version which caused the problem 48 44 #compiler.blacklist {clang < 425} … … 55 51 configure.compiler gcc 56 52 } 57 53 58 checksums rmd160 549b3476c3bbe6ca6b459b5970fc59a345334cd7\59 sha256 ea4daf6a8f4b1a9c62e416249a08fbdcbf686667d738004ef82044def96feb7c54 checksums rmd160 64ad57c080454cf52ff097251b9684a68ed00804 \ 55 sha256 c4d2dfabb20a8e26e8437dff41f366520001eb031ffd77fbfcde70d0073fc9f6 60 56 61 57 archcheck.files lib/libz.dylib lib/libwrap.dylib 62 58