[66965] trunk/dports/lang/sbcl/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 26 18:19:45 PDT 2010


Revision: 66965
          http://trac.macports.org/changeset/66965
Author:   jmr at macports.org
Date:     2010-04-26 18:19:39 -0700 (Mon, 26 Apr 2010)
Log Message:
-----------
sbcl: fix evaluation order with trunk

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

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2010-04-26 23:47:49 UTC (rev 66964)
+++ trunk/dports/lang/sbcl/Portfile	2010-04-27 01:19:39 UTC (rev 66965)
@@ -22,6 +22,23 @@
 master_sites	sourceforge
 use_bzip2	yes
 
+patchfiles	patch-use-mach-exception-handler.diff \
+                patch-posix-tests.diff
+		
+distfiles	${name}-${version}-source${subrevision}${extract.suffix}
+
+distname	${name}-${version}-source${subrevision}
+worksrcdir	${name}-${version}
+
+checksums           sbcl-${version}-source.tar.bz2 \
+                    md5     c44b2bf724f7ce0f2ba6d85b3d7e243a \
+                    sha1    b387ee297e8e708d17d80e7f96cf4ba67d279a48 \
+                    rmd160  371ab5c16a1eb8d540629a233cea4b2d25461b6b \
+                    sbcl-1.0.12-x86-darwin-binary.tar.bz2 \
+                    md5     5c8e50fad3994ab5fb619d76260bd619 \
+                    sha1    ebc6e129b6c9316be5ce3a9007f9203781dd8558 \
+                    rmd160  bbdf4e8ce96cbc56714a47a122212cb20bcba9bf
+
 platform powerpc {
 		   set bootversion 1.0.22
 		   distfiles-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix}
@@ -62,23 +79,6 @@
 		   set host_lisp	"\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
 }
 
-patchfiles	patch-use-mach-exception-handler.diff \
-                patch-posix-tests.diff
-		
-distfiles	${name}-${version}-source${subrevision}${extract.suffix}
-
-distname	${name}-${version}-source${subrevision}
-worksrcdir	${name}-${version}
-
-checksums           sbcl-${version}-source.tar.bz2 \
-                    md5     c44b2bf724f7ce0f2ba6d85b3d7e243a \
-                    sha1    b387ee297e8e708d17d80e7f96cf4ba67d279a48 \
-                    rmd160  371ab5c16a1eb8d540629a233cea4b2d25461b6b \
-                    sbcl-1.0.12-x86-darwin-binary.tar.bz2 \
-                    md5     5c8e50fad3994ab5fb619d76260bd619 \
-                    sha1    ebc6e129b6c9316be5ce3a9007f9203781dd8558 \
-                    rmd160  bbdf4e8ce96cbc56714a47a122212cb20bcba9bf
-
 post-patch	{
 	reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \
                             ${worksrcpath}/src/runtime/runtime.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100426/0166593e/attachment.html>


More information about the macports-changes mailing list