Ticket #11600: boost-build-update.patch
File boost-build-update.patch, 1.3 KB (added by jon.olsson@…, 18 years ago) |
---|
-
Portfile
old new 2 2 PortSystem 1.0 3 3 4 4 name boost-build 5 version 2.0-m1 05 version 2.0-m11 6 6 categories devel 7 7 maintainers nomaintainer@macports.org 8 8 description Build system for large project software construction … … 14 14 homepage http://www.boost.org 15 15 master_sites sourceforge:boost 16 16 use_bzip2 yes 17 checksums md5 ebbe60121ad9aedbbec7ab3066c7542417 checksums md5 457a9ffb2d6fe7dd9ac44b5e4aaf5ab0 18 18 platforms darwin 19 19 20 depends_run bin:bjam:boost-jam20 depends_run port:boost-jam 21 21 22 22 worksrcdir ${name} 23 23 … … 27 27 reinplace "s|/usr/local|${prefix}|" \ 28 28 doc/html/bbv2/faq.html \ 29 29 doc/src/faq.xml \ 30 jam_src/RELNOTES \31 jam_src/Jamfile.html \32 30 jam_src/Jambase \ 33 31 jam_src/jam.h \ 34 32 jam_src/jambase.c … … 36 34 jam_src/Jambase \ 37 35 jam_src/jambase.c 38 36 reinplace "s|/usr/ccs/bin/ar|/usr/bin/ar|" \ 39 jam_src/RELNOTES \40 37 jam_src/Jambase \ 41 38 jam_src/jambase.c 42 39 reinplace "s|/usr/share/boost-build|${prefix}/share/${name}|" \ 43 40 jam_src/Jambase \ 44 41 jam_src/jambase.c 45 42 reinplace "s|/usr/.*/qt|${prefix}/share/qt3|" \ 46 example/qt/project-root.jam \47 43 user-config.jam 48 44 if {[catch {set python [binaryInPath python]} result] == 0} { 49 45 foreach dir {test example/customization jam_src} {