Changeset 80816
- Timestamp:
- 07/18/11 11:10:05 (4 years ago)
- Location:
- trunk/dports/devel/boost
- Files:
-
- 3 edited
-
Portfile (modified) (5 diffs)
-
files/patch-tools_build_v2_engine_src_build.jam.diff (modified) (1 diff)
-
files/patch-tools_build_v2_engine_src_build.sh.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/boost/Portfile
r78181 r80816 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 … … 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 \ … … 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-thread_visibility.diff \ 36 37 patch-bootstrap.sh.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 … … 81 82 use_parallel_build no 82 83 83 build.cmd ${worksrcpath}/b jam84 build.cmd ${worksrcpath}/b2 84 85 build.target 85 86 build.args -d2 \ … … 161 162 patch-tools-build-v2-tools-python-2.jam.diff 162 163 163 # As per https://trac.macports.org/ticket/29097 and https://svn.boost.org/trac/boost/ticket/4994,164 # apply https://svn.boost.org/trac/boost/changeset/71050 to boost-1.46.1165 #166 patchfiles-append patch-libs-python-src-converter-builtin_converters.cpp167 168 164 post-patch { 169 165 reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/tools/build/v2/tools/python.jam -
trunk/dports/devel/boost/files/patch-tools_build_v2_engine_src_build.jam.diff
r77200 r80816 1 --- tools/build/v2/engine/ src/build.jam.orig 2011-03-21 22:43:37.000000000 -05002 +++ tools/build/v2/engine/ src/build.jam 2011-03-21 22:45:23.000000000 -05001 --- tools/build/v2/engine/build.jam.orig 2011-03-21 22:43:37.000000000 -0500 2 +++ tools/build/v2/engine/build.jam 2011-03-21 22:45:23.000000000 -0500 3 3 @@ -194,7 +194,7 @@ 4 4 -I$(--python-include) -I$(--extra-include) -
trunk/dports/devel/boost/files/patch-tools_build_v2_engine_src_build.sh.diff
r77200 r80816 1 --- tools/build/v2/engine/ src/build.sh.orig 2011-03-21 22:16:09.000000000 -05002 +++ tools/build/v2/engine/ src/build.sh 2011-03-21 22:16:59.000000000 -05001 --- tools/build/v2/engine/build.sh.orig 2011-03-21 22:16:09.000000000 -0500 2 +++ tools/build/v2/engine/build.sh 2011-03-21 22:16:59.000000000 -0500 3 3 @@ -133,7 +133,7 @@ 4 4 ;;
Note: See TracChangeset
for help on using the changeset viewer.

