[90328] trunk/dports/lang/sbcl

easieste at macports.org easieste at macports.org
Fri Mar 2 02:13:30 PST 2012


Revision: 90328
          http://trac.macports.org/changeset/90328
Author:   easieste at macports.org
Date:     2012-03-02 02:13:30 -0800 (Fri, 02 Mar 2012)
Log Message:
-----------
lang/sbcl: Bump rev after applying fixes #13834 by jonathan.blaud@ . 

<> fixes  #31834 by deleting reference to gcc from configuration .  

@openmaintainer: updated to 1.0.55_1

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

Added Paths:
-----------
    trunk/dports/lang/sbcl/files/patch-use-right-gcc.diff

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2012-03-02 10:02:01 UTC (rev 90327)
+++ trunk/dports/lang/sbcl/Portfile	2012-03-02 10:13:30 UTC (rev 90328)
@@ -4,10 +4,11 @@
 
 PortSystem 1.0
 
-name		sbcl
-version		1.0.55
-revision        0
+name		    sbcl
+version		    1.0.55
+revision        1
 set subrevision	""
+
 categories	lang
 maintainers	openmaintainer easieste gwright waqar 
 platforms	darwin
@@ -25,7 +26,8 @@
 use_bzip2	yes
 
 patchfiles	patch-use-mach-exception-handler.diff  \
-    patch-posix-tests.diff
+            patch-posix-tests.diff \
+            patch-use-right-gcc.diff
 
 
 distfiles	${name}-${version}-source${subrevision}${extract.suffix}

Added: trunk/dports/lang/sbcl/files/patch-use-right-gcc.diff
===================================================================
--- trunk/dports/lang/sbcl/files/patch-use-right-gcc.diff	                        (rev 0)
+++ trunk/dports/lang/sbcl/files/patch-use-right-gcc.diff	2012-03-02 10:13:30 UTC (rev 90328)
@@ -0,0 +1,12 @@
+# macports:lang/sbcl 'gcc' should "just work"
+# so remove reference to compiler in source configuration
+--- src/runtime/Config.x86-64-darwin.old	2012-02-29 21:26:12.000000000 +0100
++++ src/runtime/Config.x86-64-darwin	2012-02-29 21:26:41.000000000 +0100
+@@ -31,7 +31,6 @@
+   OS_LIBS += -lz
+ endif
+ 
+-CC = gcc
+ 
+ ASSEM_SRC = x86-64-assem.S ldso-stubs.S
+ ARCH_SRC = x86-64-arch.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120302/31369aae/attachment.html>


More information about the macports-changes mailing list