Ticket #17338: Portfile.diff
File Portfile.diff, 1.2 KB (added by mww@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name boost 6 version 1.35.0 7 revision 2 6 version 1.37.0 8 7 categories devel 9 8 maintainers sanchom@gmail.com 10 9 description Collection of portable C++ source libraries … … 15 14 master_sites sourceforge 16 15 distname ${name}_[strsed ${version} {g/[.]/_/}] 17 16 use_bzip2 yes 18 checksums md5 dce952a7214e72d6597516bcac84048b17 checksums md5 8d9f990bfb7e83769fa5f1d6f065bc92 19 18 platforms darwin 20 19 use_parallel_build yes 21 20 22 patchfiles patch-tools-build-v2-tools-darwin.jam \ 23 patch-boost-serialization-utility.hpp \ 24 patch-configure 21 patchfiles patch-configure 25 22 26 23 depends_build bin:bjam:boost-jam 27 24 … … 94 91 } 95 92 } 96 93 97 destroot.args PREFIX=${destroot}${prefix} EPREFIX=${destroot}${prefix} \ 98 LIBDIR=${destroot}${prefix}/lib INCLUDEDIR=${destroot}${prefix}/include \ 99 install 94 destroot.destdir prefix=${destroot}${prefix} eprefix=${destroot}${prefix} \ 95 libdir=${destroot}${prefix}/lib includedir=${destroot}${prefix}/include 100 96 101 97 configure.args --without-libraries=python --without-icu --with-bjam=${prefix}/bin/bjam 102 98