[23102] trunk/dports/lang/sbcl

source_changes at macosforge.org source_changes at macosforge.org
Sat Mar 24 19:39:45 PDT 2007


Revision: 23102
          http://trac.macosforge.org/projects/macports/changeset/23102
Author:   waqar at macports.org
Date:     2007-03-24 19:39:44 -0700 (Sat, 24 Mar 2007)

Log Message:
-----------
Updated to use the mach execption handlers.

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

Added Paths:
-----------
    trunk/dports/lang/sbcl/files/
    trunk/dports/lang/sbcl/files/use-mach-exception-handler.patch

Modified: trunk/dports/lang/sbcl/Portfile
===================================================================
--- trunk/dports/lang/sbcl/Portfile	2007-03-25 02:08:22 UTC (rev 23101)
+++ trunk/dports/lang/sbcl/Portfile	2007-03-25 02:39:44 UTC (rev 23102)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		sbcl
 version		1.0.3
+revision	1
 set bootversion 0.9.16
 categories	lang
 maintainers	gwright at macports.org waqar at macports.org
@@ -39,6 +40,7 @@
 		   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	use-mach-exception-handler.patch
 		
 distfiles	${name}-${version}-source${extract.suffix}
 

Added: trunk/dports/lang/sbcl/files/use-mach-exception-handler.patch
===================================================================
--- trunk/dports/lang/sbcl/files/use-mach-exception-handler.patch	                        (rev 0)
+++ trunk/dports/lang/sbcl/files/use-mach-exception-handler.patch	2007-03-25 02:39:44 UTC (rev 23102)
@@ -0,0 +1,9 @@
+Index: sbcl-1.0.3/customize-target-features.lisp
+===================================================================
+--- /dev/null	1970-01-01 00:00:00.000000000 +0000
++++ customize-target-features.lisp	2007-03-20 18:25:05.000000000 -0400
+@@ -0,0 +1,4 @@
++(lambda (list)
++    (if (and (member :x86 list) (member :darwin list))
++        (pushnew :mach-exception-handler list))
++    list)

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


More information about the macports-changes mailing list