Ticket #47371: Portfile-mysql56.diff
File Portfile-mysql56.diff, 1.3 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 39 version 5.6.24 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 … … 49 49 50 50 # Patch cmake/ssl.cmake to be compatible with OpenSSL 1.0.2. 51 51 # http://bugs.mysql.com/bug.php?id=75622 52 patchfiles-append patch-cmake-ssl.cmake.diff52 #patchfiles-append patch-cmake-ssl.cmake.diff 53 53 54 54 if { (![variant_isset universal] && ${build_arch} eq "i386") || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1) } { 55 55 # Disallow clang versions older than the clang version which caused the problem … … 63 63 configure.compiler gcc 64 64 } 65 65 66 checksums rmd160 90e1b18264493434d986f39962d249c176b8469a\67 sha256 3 bd21af06a9304e372daba41fa5612bb54ac1bc05a4349b3160d0cda972ac09866 checksums rmd160 cc1b8e7347e3b0bc0c94a35c1611d1cb82f80799 \ 67 sha256 37e27305b67d76883c5902dce59c89d596beee9dca7dbadd4a2e117f8101dfeb 68 68 69 69 depends_lib-append port:zlib port:tcp_wrappers 70 70 depends_run-append port:mysql_select