Ticket #17338: Portfile.diff

File Portfile.diff, 1.2 KB (added by mww@…, 16 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    boost
    6 version                 1.35.0
    7 revision                2
     6version                 1.37.0
    87categories              devel
    98maintainers             sanchom@gmail.com
    109description             Collection of portable C++ source libraries
     
    1514master_sites            sourceforge
    1615distname                ${name}_[strsed ${version} {g/[.]/_/}]
    1716use_bzip2               yes
    18 checksums               md5 dce952a7214e72d6597516bcac84048b
     17checksums               md5 8d9f990bfb7e83769fa5f1d6f065bc92
    1918platforms               darwin
    2019use_parallel_build      yes
    2120
    22 patchfiles              patch-tools-build-v2-tools-darwin.jam \
    23                         patch-boost-serialization-utility.hpp \
    24                         patch-configure
     21patchfiles              patch-configure
    2522
    2623depends_build           bin:bjam:boost-jam
    2724
     
    9491        }
    9592}
    9693
    97 destroot.args           PREFIX=${destroot}${prefix} EPREFIX=${destroot}${prefix} \
    98                         LIBDIR=${destroot}${prefix}/lib INCLUDEDIR=${destroot}${prefix}/include \
    99                         install
     94destroot.destdir        prefix=${destroot}${prefix} eprefix=${destroot}${prefix} \
     95                        libdir=${destroot}${prefix}/lib includedir=${destroot}${prefix}/include
    10096
    10197configure.args          --without-libraries=python --without-icu --with-bjam=${prefix}/bin/bjam
    10298