Ticket #11600: boost-build-update.patch

File boost-build-update.patch, 1.3 KB (added by jon.olsson@…, 17 years ago)
  • Portfile

    old new  
    22PortSystem              1.0
    33
    44name                    boost-build
    5 version                 2.0-m10
     5version                 2.0-m11
    66categories              devel
    77maintainers             nomaintainer@macports.org
    88description             Build system for large project software construction
     
    1414homepage                http://www.boost.org
    1515master_sites    sourceforge:boost
    1616use_bzip2               yes
    17 checksums               md5 ebbe60121ad9aedbbec7ab3066c75424
     17checksums               md5 457a9ffb2d6fe7dd9ac44b5e4aaf5ab0
    1818platforms               darwin
    1919
    20 depends_run             bin:bjam:boost-jam
     20depends_run             port:boost-jam
    2121
    2222worksrcdir              ${name}
    2323
     
    2727        reinplace "s|/usr/local|${prefix}|" \
    2828                doc/html/bbv2/faq.html \
    2929                doc/src/faq.xml \
    30                 jam_src/RELNOTES \
    31                 jam_src/Jamfile.html \
    3230                jam_src/Jambase \
    3331                jam_src/jam.h \
    3432                jam_src/jambase.c
     
    3634                jam_src/Jambase \
    3735                jam_src/jambase.c
    3836        reinplace "s|/usr/ccs/bin/ar|/usr/bin/ar|" \
    39                 jam_src/RELNOTES \
    4037                jam_src/Jambase \
    4138                jam_src/jambase.c
    4239        reinplace "s|/usr/share/boost-build|${prefix}/share/${name}|" \
    4340                jam_src/Jambase \
    4441                jam_src/jambase.c
    4542        reinplace "s|/usr/.*/qt|${prefix}/share/qt3|" \
    46                 example/qt/project-root.jam \
    4743                user-config.jam
    4844        if {[catch {set python [binaryInPath python]} result] == 0} {
    4945                foreach dir {test example/customization jam_src} {