[31392] trunk/dports/lang/smlnj/files
bfulgham at macports.org
bfulgham at macports.org
Wed Nov 21 23:07:29 PST 2007
Revision: 31392
http://trac.macosforge.org/projects/macports/changeset/31392
Author: bfulgham at macports.org
Date: 2007-11-21 23:07:28 -0800 (Wed, 21 Nov 2007)
Log Message:
-----------
Remove cruft.
Removed Paths:
-------------
trunk/dports/lang/smlnj/files/patch-base_runtime_mach-dep_signal-sysdep.h
trunk/dports/lang/smlnj/files/sml-dev.sh
Deleted: trunk/dports/lang/smlnj/files/patch-base_runtime_mach-dep_signal-sysdep.h
===================================================================
--- trunk/dports/lang/smlnj/files/patch-base_runtime_mach-dep_signal-sysdep.h 2007-11-22 06:42:50 UTC (rev 31391)
+++ trunk/dports/lang/smlnj/files/patch-base_runtime_mach-dep_signal-sysdep.h 2007-11-22 07:07:28 UTC (rev 31392)
@@ -1,16 +0,0 @@
---- runtime/mach-dep/signal-sysdep.h.orig 2007-11-04 17:57:27.000000000 -0800
-+++ runtime/mach-dep/signal-sysdep.h 2007-11-04 17:56:20.000000000 -0800
-@@ -506,8 +506,13 @@
- # define INT_OVFLW(s, c) (((s) == SIGFPE) && ((c) == FPE_FLTOVF))
- /* see /usr/include/mach/i386/thread_status.h */
- # define SIG_GetCode(info,scp) ((info)->si_code)
-+#if __DARWIN_UNIX03
-+# define SIG_GetPC(scp) ((scp)->uc_mcontext->__ss.__eip)
-+# define SIG_SetPC(scp, addr) { (scp)->uc_mcontext->__ss.__eip = (int) addr; }
-+#else
- # define SIG_GetPC(scp) ((scp)->uc_mcontext->ss.eip)
- # define SIG_SetPC(scp, addr) { (scp)->uc_mcontext->ss.eip = (int) addr; }
-+#endif
- # define SIG_ZeroLimitPtr(scp) { ML_X86Frame[LIMITPTR_X86OFFSET] = 0; }
-
- # else
Deleted: trunk/dports/lang/smlnj/files/sml-dev.sh
===================================================================
--- trunk/dports/lang/smlnj/files/sml-dev.sh 2007-11-22 06:42:50 UTC (rev 31391)
+++ trunk/dports/lang/smlnj/files/sml-dev.sh 2007-11-22 07:07:28 UTC (rev 31392)
@@ -1,2 +0,0 @@
-#!/bin/sh
-SMLNJ_HOME=__SMLNJ_HOME__ __SMLNJ_HOME__/bin/`basename $0` $*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071121/bd5552ba/attachment.html
More information about the macports-changes
mailing list