Ticket #37172: mysql_libwrap.patch
File mysql_libwrap.patch, 3.9 KB (added by jeremyhu (Jeremy Huddleston Sequoia), 12 years ago) |
---|
-
mysql5/Portfile
6 6 name mysql5 7 7 version 5.1.66 8 8 # Please set revision_client and revision_server to 0 if you bump version. 9 set revision_client 19 set revision_client 2 10 10 set revision_server 1 11 11 set branch [join [lrange [split ${version} .] 0 1] .] 12 12 homepage http://www.mysql.com/ … … 61 61 conflicts mysql5-devel mysql4 62 62 depends_lib \ 63 63 port:zlib \ 64 port:openssl 65 64 port:openssl \ 65 port:tcp_wrappers 66 66 67 archcheck.files lib/libz.dylib \ 67 lib/libssl.dylib 68 68 lib/libssl.dylib \ 69 lib/libwrap.dylib 70 69 71 patch.pre_args -p1 70 72 patchfiles patch-Makefile.in.diff \ 71 73 patch-scripts-mysql_secure_installation.sh.diff -
mysql5-devel/Portfile
10 10 name mysql5-devel 11 11 conflicts mysql5 mysql4 12 12 version 5.5.2-m2 13 revision 113 revision 2 14 14 set branch [join [lrange [split ${version} .] 0 1] .] 15 15 homepage http://www.mysql.com/ 16 16 categories databases … … 42 42 43 43 depends_lib \ 44 44 port:zlib \ 45 port:openssl 45 port:openssl \ 46 port:tcp_wrappers 46 47 47 48 archcheck.files lib/libz.dylib \ 48 lib/libssl.dylib 49 lib/libssl.dylib \ 50 lib/libwrap.dylib 49 51 50 52 set major_version [strsed ${version} {s/\..*$//}] 51 53 set mysql mysql${major_version} -
mysql51/Portfile
7 7 set name_mysql ${name} 8 8 version 5.1.66 9 9 # Please set revision_client and revision_server to 0 if you bump version. 10 set revision_client 010 set revision_client 1 11 11 set revision_server 0 12 12 categories databases 13 13 platforms darwin … … 54 54 checksums rmd160 27e7faea4d0ec1ea183eb70b7b29b7e8a864aa53 \ 55 55 sha256 eb85e3fa152949670f5b6f4379bd1d700a5f4726660ce18ff0ca628190cba907 56 56 57 depends_lib port:zlib 57 depends_lib port:zlib port:tcp_wrappers 58 58 depends_run port:mysql_select 59 59 60 60 select.group mysql 61 61 select.file ${filespath}/${name_mysql} 62 62 63 archcheck.files lib/libz.dylib 63 archcheck.files lib/libz.dylib lib/libwrap.dylib 64 64 65 65 post-extract { 66 66 file mkdir ${worksrcpath}/build_macports/macports -
mysql55/Portfile
7 7 set name_mysql ${name} 8 8 version 5.5.28 9 9 # Please set revision_client and revision_server to 0 if you bump version. 10 set revision_client 110 set revision_client 2 11 11 set revision_server 0 12 12 categories databases 13 13 platforms darwin … … 46 46 checksums rmd160 dbd2a75a2b55e54f5216d0ea1376b97fd7a107de \ 47 47 sha256 f9b2491f1ddd99842a8e75c21958368bebe59c47e84bec778baa915e255cc78f 48 48 49 depends_lib-append port:zlib 49 depends_lib-append port:zlib port:tcp_wrappers 50 50 depends_run-append port:mysql_select 51 51 52 52 select.group mysql 53 53 select.file ${filespath}/${name_mysql} 54 54 55 archcheck.files lib/libz.dylib 55 archcheck.files lib/libz.dylib lib/libwrap.dylib 56 56 57 57 post-extract { 58 58 file mkdir ${worksrcpath}/build_macports/macports