Ticket #52452: Portfile-thrift.diff

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

    old new  
    66
    77name            thrift
    88conflicts       thrift-devel
    9 version         0.9.2
    10 revision        2
     9version         0.9.3
    1110categories      devel
    1211license         Apache-2
    1312maintainers     gmail.com:naoya.n blair openmaintainer
     
    2423homepage        http://thrift.apache.org/
    2524master_sites    apache:${name}/${version}
    2625
    27 checksums           sha1   02f78b158da795ea89a26ce41964fbe562cc4235 \
    28                     rmd160 a858d2ef0e4e41305e43ef42e9cc602915a47c1f \
    29                     sha256 cef50d3934c41db5fa7724440cc6f10a732e7a77fe979b98c23ce45725349570
     26checksums           sha1   4f4ca4113ce0af765629a9c66229d34b0a6a107d \
     27                    rmd160 18c78bebca360de649db21a89afd499e32b2343a \
     28                    sha256 b0740a070ac09adde04d43e852ce4c320564a292f26521c46b78e0641564969e
    3029
    3130use_parallel_build  no
    3231
     
    3635                    port:pkgconfig
    3736depends_lib-append  path:lib/libssl.dylib:openssl
    3837
    39 patchfiles          8c12b19e.diff
    40 patch.pre_args      -p1
    41 
    4238post-patch {
    4339    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" \
    4541        ${worksrcpath}/lib/cpp/test/Makefile.in
    4642    foreach l {filesystem program_options system} {
    4743        reinplace \