Ticket #27642: devel_boost_Portfile.diff
File devel_boost_Portfile.diff, 1.3 KB (added by rmstonecipher@…, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name boost 7 version 1.45.0 8 revision 2 7 version 1.46.1 9 8 license Boost-1.0 10 9 categories devel 11 10 platforms darwin … … 23 22 distname ${name}_${distver} 24 23 use_bzip2 yes 25 24 26 checksums md5 d405c606354789d0426bc07bea617e58\27 sha1 eb7424ef99df4e38af7431e38ff9849651b8aaf5\28 rmd160 1402cb49e0d680268109ef1bf16aea9bc4a127b025 checksums md5 7375679575f4c8db605d426fc721d506 \ 26 sha1 3ca6e173ec805e5126868d8a03618e587aa26aef \ 27 rmd160 bb43b39f7c4b683b80bafa3042b95e65a242d9c3 29 28 30 29 depends_lib port:zlib \ 31 30 port:expat \ 32 31 port:bzip2 \ 33 32 port:icu 34 33 34 patchfiles patch-tools_build_v2_engine_src_build.sh.diff \ 35 patch-tools_build_v2_engine_src_build.jam.diff 36 37 post-patch { 38 reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/src/build.sh 39 reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/src/build.jam 40 } 41 35 42 proc write_jam s { 36 43 global worksrcpath 37 44 set config [open ${worksrcpath}/user-config.jam a]