Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Submitted by:   mww@
Reviewed by:    mww@

update to version 6.6

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14448 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Oct 6, 2005
1 parent c6298a9 commit c62e7aa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions devel/boehmgc/Portfile
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.7 2005/07/05 22:36:59 mww Exp $
# $Id: Portfile,v 1.8 2005/10/06 20:14:53 mww Exp $

PortSystem 1.0
name boehmgc
version 6.5
version 6.6
categories devel
maintainers waqar@opendarwin.org
description Boehm-Demers-Weiser conservative garbage collector
Expand All @@ -16,7 +16,7 @@ homepage http://www.hpl.hp.com/personal/Hans_Boehm/${d_name}/
platforms darwin
master_sites ${homepage}gc_source/
distname ${d_name}${version}
checksums md5 00bf95cdcbedfa7321d14e0133b31cdb
checksums md5 c7c301e8fab8ce152c908b05bc8d452c
configure.args --with-threads=posix \
--enable-parallel-mark \
--enable-cplusplus
Expand All @@ -25,5 +25,9 @@ variant redirect {
configure.args-append --enable-redirect-malloc
}

platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

test.run yes
test.target check

0 comments on commit c62e7aa

Please sign in to comment.