[23016] trunk/dports/lang/scheme48/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 21 16:39:00 PDT 2007


Revision: 23016
          http://trac.macosforge.org/projects/macports/changeset/23016
Author:   pipping at macports.org
Date:     2007-03-21 16:39:00 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
 * bump version to 1.6
 * add variant universal

there's a testsuite available (make check), which works fine, even when     \
built as a universal binary. the bad news is, it fails when run as root,    \
hence it can't be added to the port (without failing)

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

Modified: trunk/dports/lang/scheme48/Portfile
===================================================================
--- trunk/dports/lang/scheme48/Portfile	2007-03-21 22:57:13 UTC (rev 23015)
+++ trunk/dports/lang/scheme48/Portfile	2007-03-21 23:39:00 UTC (rev 23016)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			scheme48
-version			1.5
+version			1.6
 categories		lang scheme
 platforms		darwin
 maintainers		mww at macports.org
@@ -17,18 +17,27 @@
 homepage		http://s48.org/
 master_sites	${homepage}/${version}/
 extract.suffix	.tgz
-checksums		sha1 9f9b503c609b8d1dca4b6edd6afe748ed0b124dd
+checksums		md5 ec5cb92d400c4039c0a1a3d76a3a9f6d \
+				sha1 c88e2cf6cc893f1fd2fb571cc26fc7c5342a3ceb \
+				rmd160 f5152a7a9bdd217bc5b9d69848f609550ffca46c
+
 patchfiles		patch-Makefile.in
 
 configure.args	--mandir=${prefix}/share/man
+if {[variant_isset universal]} {
+    configure.args-append   --enable-universal-binary
+}
 
 build.target	enough
 
 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-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }
 
 livecheck.check	regex
 livecheck.url	${homepage}
 livecheck.regex	(\[0-9\]+\\.\[0-9\]+)
 
+variant universal {
+    configure.env-append    LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk"
+}

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


More information about the macports-changes mailing list