VirtualBox

Changeset 2232 in kBuild


Ignore:
Timestamp:
Jan 9, 2009 1:21:17 AM (16 years ago)
Author:
bird
Message:

Macports: Prepared the Portfile for 0.1.5 (still unreleased), dropping the 0.1.3 svn fetching in favor of the source tarball and full bootstrap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dist/macports/devel/kbuild/Portfile

    r1651 r2232  
    44PortSystem 1.0
    55name            kbuild
    6 version         0.1.3
     6version         0.1.5
    77categories      devel
    88maintainers     [email protected]
    99description     kBuild
    1010long_description \
    11     See http://svn.netlabs.org/kbuild (I'm lazy). Stable version, well, soon to be stable anyways.
     11    See http://svn.netlabs.org/kbuild (I'm lazy).
    1212
    1313homepage        http://svn.netlabs.org/kbuild
    1414platforms       darwin
    15 fetch.type      svn
    16 svn.url         http://svn.netlabs.org/repos/kbuild/trunk
    17 svn.tag         1651
    18 worksrcdir      trunk
     15
     16master_sites    ftp://ftp.netlabs.org/pub/kbuild \
     17                ftp://ftp.netlabs.org/incoming/kbuild
     18
     19distfiles       kBuild-${version}-src.tar.gz
     20
     21checksums       kBuild-${version}-src.tar.gz md5 92e64cace9a3e7269bae1d8d854466e9
     22
     23worksrcdir      kBuild-${version}
    1924
    2025test.run        no
     
    2328
    2429build {
    25     system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} -j ${buildmakejobs}"
     30    system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full gnumake -f bootstrap.gmk NIX_INSTALL_DIR=${prefix} "
    2631}
    2732
    2833test {
    29     system "${workpath}/${worksrcdir}/out/darwin.x86/release/kBuild/bin/darwin.x86/kmk -C ${workpath}/${worksrcdir}/tests nothing"
     34    system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk -C tests nothing "
    3035}
    3136
    3237destroot {
    33     system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/"
     38    system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/ "
    3439}
    3540
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette