Ticket #30202: Portfile.diff
File Portfile.diff, 1.6 KB (added by ejtttje@…, 13 years ago) |
---|
-
ports/devel/boost/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name boost 7 version 1.4 6.17 version 1.47.0 8 8 license Boost-1.0 9 9 categories devel 10 10 platforms darwin … … 22 22 distname ${name}_${distver} 23 23 use_bzip2 yes 24 24 25 checksums md5 7375679575f4c8db605d426fc721d506\26 sha1 3ca6e173ec805e5126868d8a03618e587aa26aef\27 rmd160 bb43b39f7c4b683b80bafa3042b95e65a242d9c325 checksums md5 a2dc343f7bc7f83f8941e47ed4a18200 \ 26 sha1 6e3eb548b9d955c0bc6f71c51042b713b678136a \ 27 rmd160 511144eb5ade340115971c372a3c849bd55181f1 28 28 29 29 depends_lib port:zlib \ 30 30 port:expat \ … … 33 33 34 34 patchfiles patch-tools_build_v2_engine_src_build.sh.diff \ 35 35 patch-tools_build_v2_engine_src_build.jam.diff \ 36 patch-bootstrap.sh.diff 36 patch-bootstrap.sh.diff \ 37 patch-thread_visibility.diff 37 38 38 39 post-patch { 39 reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/ src/build.sh40 reinplace "s|%%CONFIGURE.CC%%|${configure.cc}|g" ${worksrcpath}/tools/build/v2/engine/ src/build.jam40 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 41 42 } 42 43 43 44 proc write_jam s {