[84195] trunk/dports/devel/boehmgc-devel/Portfile

kimuraw at macports.org kimuraw at macports.org
Tue Sep 20 02:58:56 PDT 2011


Revision: 84195
          http://trac.macports.org/changeset/84195
Author:   kimuraw at macports.org
Date:     2011-09-20 02:58:53 -0700 (Tue, 20 Sep 2011)
Log Message:
-----------
devel/boehmgc-devel: upgrade to 7.2alpha6.
    fix build error on Lion (llvm-gcc -> clang)

Modified Paths:
--------------
    trunk/dports/devel/boehmgc-devel/Portfile

Modified: trunk/dports/devel/boehmgc-devel/Portfile
===================================================================
--- trunk/dports/devel/boehmgc-devel/Portfile	2011-09-20 08:38:44 UTC (rev 84194)
+++ trunk/dports/devel/boehmgc-devel/Portfile	2011-09-20 09:58:53 UTC (rev 84195)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		boehmgc-devel
-version		7.2alpha2
+version		7.2alpha6
 categories	devel
 platforms	darwin
 maintainers	nomaintainer
@@ -19,9 +19,9 @@
 
 master_sites	${homepage}gc_source/
 distname	${d_name}-${version}
-checksums	md5 873fe5f0612b6edcb07ca46e04af7c94 \
-			sha1 59805347392a0246cd058e76ddbf0d355e520c5d \
-			rmd160 e40d2fbdb8a31f59534a4e07d193bfe7c6210361
+checksums	md5 319d0b18cc4eb735c8038ece9df055e4 \
+			sha1 190fe36d73bc00205a50d01d31664e525ca70389 \
+			rmd160 a634c94992b8cc1fb6ba3a9ae1c7a5e83deb9823
 
 configure.args  --with-threads=posix \
 				--enable-parallel-mark \
@@ -30,6 +30,10 @@
 test.run	yes
 test.target	check
 
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler clang
+}
+
 post-destroot	{
 	system "mkdir -p ${destroot}${prefix}/include/gc"
         system "cd ${worksrcpath} && install -m 444 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110920/2f054c1e/attachment.html>


More information about the macports-changes mailing list