[23524] trunk/dports/lang/chicken/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 3 14:28:45 PDT 2007


Revision: 23524
          http://trac.macosforge.org/projects/macports/changeset/23524
Author:   pmq at macports.org
Date:     2007-04-03 14:28:44 -0700 (Tue, 03 Apr 2007)

Log Message:
-----------
Version bump to 2.6.
Submitted by: arto.bendiken at gmail.com
Approved by: pmq@

Modified Paths:
--------------
    trunk/dports/lang/chicken/Portfile

Modified: trunk/dports/lang/chicken/Portfile
===================================================================
--- trunk/dports/lang/chicken/Portfile	2007-04-03 21:09:29 UTC (rev 23523)
+++ trunk/dports/lang/chicken/Portfile	2007-04-03 21:28:44 UTC (rev 23524)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		chicken
-version		2.5
+version		2.6
 categories	lang scheme
 maintainers	waqar at macports.org
 description	Compiler for the Scheme programming language
@@ -14,14 +14,15 @@
 homepage	http://www.call-with-current-continuation.org/
 platforms	darwin
 master_sites	http://www.call-with-current-continuation.org/
-checksums	sha1 5f0e160d5b803d4b51c649a3028124008507d4b6
+checksums	sha1 4010d21db1b0d2df3b3ab392503be4bb19073bbd
 configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man \
 		--enable-gc-hooks --enable-apply-hook \
 		--enable-extra-symbol-slot \
 		--enable-symbol-gc
 
 platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 \
+		CPPFLAGS=-I/opt/local/include CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib
 }
 
 variant no-hooks {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070403/c415b976/attachment.html


More information about the macports-changes mailing list