Navigation Menu

Skip to content

Commit

Permalink
Updated the port to 6.2 version, and added the redirect variant to re…
Browse files Browse the repository at this point in the history
…place

malloc and friends.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3032 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Waqar Malik committed Jul 11, 2003
1 parent 41af29f commit d923c53
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions devel/boehmgc/Portfile
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.2 2003/04/28 23:05:19 fkr Exp $
# $Id: Portfile,v 1.3 2003/07/11 21:34:43 waqar Exp $

PortSystem 1.0
name boehmgc
version 6.1
version 6.2
revision 1
categories devel
maintainers waqar@opendarwin.org
Expand All @@ -17,9 +17,14 @@ homepage http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/
platforms darwin
master_sites http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/gc_source/
distname ${d_name}${version}
checksums md5 00a87b68f4baa21c56fa42d811e98f7c
checksums md5 15492b14ca7b9a9e035238611e9cd1e3
worksrcdir ${d_name}${version}
configure.args --with-threads=posix --enable-parallel-mark
configure.args --with-threads=posix \
--enable-parallel-mark \
--enable-cplusplus
post-install { system "mkdir -p ${destroot}${prefix}/include/gc"
system "cd ${worksrcpath} && install -m 444 \
include/gc.h ${destroot}${prefix}/include/gc" }
include/gc.h ${destroot}${prefix}/include/gc" }
variant redirect {
configure.args-append --enable-redirect-malloc
}

0 comments on commit d923c53

Please sign in to comment.