Ticket #52452: Portfile-thrift.diff
File Portfile-thrift.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 8 years ago) |
---|
-
Portfile
old new 6 6 7 7 name thrift 8 8 conflicts thrift-devel 9 version 0.9.2 10 revision 2 9 version 0.9.3 11 10 categories devel 12 11 license Apache-2 13 12 maintainers gmail.com:naoya.n blair openmaintainer … … 24 23 homepage http://thrift.apache.org/ 25 24 master_sites apache:${name}/${version} 26 25 27 checksums sha1 02f78b158da795ea89a26ce41964fbe562cc4235\28 rmd160 a858d2ef0e4e41305e43ef42e9cc602915a47c1f\29 sha256 cef50d3934c41db5fa7724440cc6f10a732e7a77fe979b98c23ce4572534957026 checksums sha1 4f4ca4113ce0af765629a9c66229d34b0a6a107d \ 27 rmd160 18c78bebca360de649db21a89afd499e32b2343a \ 28 sha256 b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e 30 29 31 30 use_parallel_build no 32 31 … … 36 35 port:pkgconfig 37 36 depends_lib-append path:lib/libssl.dylib:openssl 38 37 39 patchfiles 8c12b19e.diff40 patch.pre_args -p141 42 38 post-patch { 43 39 reinplace \ 44 "s# -l:libboost_unit_test_framework\.a#${prefix}/lib/libboost_unit_test_framework-mt.a#g" \40 "s#@BOOST_TEST_LDADD@#${prefix}/lib/libboost_unit_test_framework-mt.a#g" \ 45 41 ${worksrcpath}/lib/cpp/test/Makefile.in 46 42 foreach l {filesystem program_options system} { 47 43 reinplace \