Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25558

Modified Files:
        sbcl-i386.info sbcl.patch 
Log Message:
Patch works on i386, so I'll commit it.


Index: sbcl.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sbcl.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sbcl.patch  14 Oct 2006 01:04:42 -0000      1.2
+++ sbcl.patch  19 Oct 2008 23:34:15 -0000      1.3
@@ -1,22 +1,22 @@
-diff -Naur sbcl-0.9.17.orig/install.sh sbcl-0.9.17/install.sh
---- sbcl-0.9.17.orig/install.sh        2006-09-24 09:17:20.000000000 -0700
-+++ sbcl-0.9.17/install.sh     2006-10-13 17:25:04.000000000 -0700
-@@ -112,18 +112,9 @@
- do
-   cp $info "$BUILD_ROOT$INFO_DIR"/ \
-       && echo -n " info $BUILD_ROOT$INFO_DIR/`basename $info` 
$BUILD_ROOT$INFO_DIR/dir" \
--      && ( install-info "$BUILD_ROOT$INFO_DIR"/`basename $info` 
"$BUILD_ROOT$INFO_DIR"/dir > /dev/null 2>&1 \
--           || echo -n " (could not add to system catalog)" ) \
-       && echo
- done
+--- sbcl-1.0.19/src/runtime/globals.h  2008-10-19 19:06:29.000000000 -0400
++++ sbcl-1.0.19.patched/src/runtime/globals.h  2008-05-15 11:37:50.000000000 
-0400
+@@ -97,7 +97,7 @@
+ /**/
+ # ifdef LISP_FEATURE_PPC
+ #  ifdef LISP_FEATURE_DARWIN
+-#   define EXTERN(name,bytes) .globl _/**/name
++#   define EXTERN(name,bytes) .globl _##name
+ #  else
+ #   define EXTERN(name,bytes) .globl name
+ #  endif
+--- sbcl-1.0.19/src/runtime/ppc-assem.S        2008-10-19 19:06:27.000000000 
-0400
++++ sbcl-1.0.19.patched/src/runtime/ppc-assem.S        2006-12-05 
10:46:18.000000000 -0500
+@@ -21,7 +21,7 @@
+                       .align 3 @ \
+ _##x:
  
--# pdf
--for pdf in doc/manual/*.pdf
--do
--  cp $pdf "$BUILD_ROOT$DOC_DIR"/ \
--      && echo " pdf $BUILD_ROOT$DOC_DIR/`basename $pdf`"
--done
--
- # html
- for html in doc/manual/sbcl doc/manual/asdf
- do
+-#define GFUNCDEF(x)   .globl _/**/x @ \
++#define GFUNCDEF(x)   .globl _##x @ \
+       FUNCDEF(x)
+ #else
+ #define FUNCDEF(x)    .text ; \

Index: sbcl-i386.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sbcl-i386.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sbcl-i386.info      16 Oct 2008 00:57:15 -0000      1.6
+++ sbcl-i386.info      19 Oct 2008 23:34:15 -0000      1.7
@@ -1,7 +1,7 @@
 Package: sbcl
 Architecture: i386
 Version: 1.0.19
-Revision: 1
+Revision: 2
 License: BSD
 Description: ANSI Common Lisp implementation
 Maintainer: Jesse Alama <[EMAIL PROTECTED]>
@@ -23,6 +23,8 @@
 #Source2-MD5: 56d8d77291a8dcf3c47cf997c9de902f
 SourceDirectory: sbcl-%v
 # The 1.0.19 bootstrap binary bombs here with "dyld: Symbol not found: 
_kill$UNIX2003  Expected in: /usr/lib/libSystem.B.dylib"
+PatchFile: %n.patch
+PatchFile-MD5: 4724087c1ac59bd11c4b407fa4e8e62e
 
 CompileScript: <<
 #  cd ../%n-1.0.19-x86-darwin; mv %n-1.0.19/* .; rmdir %n-1.0.19


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to