Ticket #30202: Portfile.diff

File Portfile.diff, 1.6 KB (added by ejtttje@…, 13 years ago)

Portfile update for 1.47

  • ports/devel/boost/Portfile

    old new  
    44PortSystem      1.0
    55
    66name            boost
    7 version         1.46.1
     7version         1.47.0
    88license         Boost-1.0
    99categories      devel
    1010platforms       darwin
     
    2222distname        ${name}_${distver}
    2323use_bzip2       yes
    2424
    25 checksums           md5     7375679575f4c8db605d426fc721d506 \
    26                     sha1    3ca6e173ec805e5126868d8a03618e587aa26aef \
    27                     rmd160  bb43b39f7c4b683b80bafa3042b95e65a242d9c3
     25checksums           md5     a2dc343f7bc7f83f8941e47ed4a18200 \
     26                    sha1    6e3eb548b9d955c0bc6f71c51042b713b678136a \
     27                    rmd160  511144eb5ade340115971c372a3c849bd55181f1
    2828
    2929depends_lib     port:zlib \
    3030                port:expat \
     
    3333
    3434patchfiles      patch-tools_build_v2_engine_src_build.sh.diff \
    3535                patch-tools_build_v2_engine_src_build.jam.diff \
    36                 patch-bootstrap.sh.diff
     36                patch-bootstrap.sh.diff \
     37                patch-thread_visibility.diff
    3738
    3839post-patch {
    39     reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/src/build.sh
    40     reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/src/build.jam
     40    reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/build.sh
     41    reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/build.jam
    4142}
    4243
    4344proc write_jam s {