Changeset 3032 for trunk/dports


Ignore:
Timestamp:
Jul 11, 2003, 9:34:43 PM (21 years ago)
Author:
waqar
Message:

Updated the port to 6.2 version, and added the redirect variant to replace
malloc and friends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/boehmgc/Portfile

    r2563 r3032  
    1 # $Id: Portfile,v 1.2 2003/04/28 23:05:19 fkr Exp $
     1# $Id: Portfile,v 1.3 2003/07/11 21:34:43 waqar Exp $
    22
    33PortSystem 1.0
    44name            boehmgc
    5 version         6.1
     5version         6.2
    66revision        1
    77categories      devel
     
    1818master_sites    http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/gc_source/
    1919distname        ${d_name}${version}
    20 checksums       md5 00a87b68f4baa21c56fa42d811e98f7c
     20checksums       md5 15492b14ca7b9a9e035238611e9cd1e3
    2121worksrcdir      ${d_name}${version}
    22 configure.args  --with-threads=posix --enable-parallel-mark
     22configure.args  --with-threads=posix \
     23                --enable-parallel-mark \
     24                --enable-cplusplus
    2325post-install {  system "mkdir -p ${destroot}${prefix}/include/gc"
    2426                system "cd ${worksrcpath} && install -m 444 \
    25                              include/gc.h ${destroot}${prefix}/include/gc" }
     27                include/gc.h ${destroot}${prefix}/include/gc" }
     28variant redirect {
     29        configure.args-append  --enable-redirect-malloc
     30}
Note: See TracChangeset for help on using the changeset viewer.