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

Modified Files:
        sbcl-i386.info sbcl-powerpc.info 
Removed Files:
        sbcl.patch 
Log Message:
Updated sbcl-powerpc from tracker
https://sourceforge.net/tracker/index.php?func=detail&aid=2392566&group_id=17203&atid=414256
Corresponding update for Intel
maxima update


--- sbcl.patch DELETED ---

Index: sbcl-i386.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sbcl-i386.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sbcl-i386.info      30 Dec 2008 15:28:08 -0000      1.8
+++ sbcl-i386.info      2 Jan 2009 23:18:05 -0000       1.9
@@ -1,7 +1,7 @@
 Package: sbcl
 Architecture: i386
-Version: 1.0.19
-Revision: 2
+Version: 1.0.23
+Revision: 1
 License: BSD
 Description: ANSI Common Lisp implementation
 Maintainer: Jesse Alama <al...@stanford.edu>
@@ -11,33 +11,30 @@
 # need to be updated by hand when moving to a new version of the
 # bootstap binary
 
-BuildDepends: texinfo (>= 4.6), fink ( >= 0.24.12 )
+BuildDepends: texinfo (>= 4.6)
 
 Recommends: gnupg | gnupg-idea | gnupg-testing
 
 Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
-Source2: mirror:sourceforge:sbcl/sbcl-1.0.2-x86-darwin-binary.tar.bz2
-#Source2: mirror:sourceforge:sbcl/sbcl-1.0.19-x86-darwin-binary.tar.bz2
-Source-MD5: c84b4b3c2f4293e98f0941a43fb746f4
-Source2-MD5: 3b222a1f945ca462a2884fc378362c33
-#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
+Source2: mirror:sourceforge:sbcl/sbcl-1.0.22-x86-darwin-binary.tar.bz2
+Source-MD5: 70a55d758ddd90843d7f93a109fa7ffa
+Source2-MD5: 48374646d89d4bd13329d738ba0ad4c9
+SourceDirectory: %n-%v
 
 CompileScript: <<
-#  cd ../%n-1.0.19-x86-darwin; mv %n-1.0.19/* .; rmdir %n-1.0.19
-#  unset LD_PREBIND; sh make.sh clisp --disable-debugger
-  unset LD_PREBIND ; sh make.sh "../sbcl-1.0.2-x86-darwin/src/runtime/sbcl 
--core ../sbcl-1.0.2-x86-darwin/output/sbcl.core --disable-debugger --sysinit 
/dev/null --userinit /dev/null"
+  unset LD_PREBIND ; 
+  sh make.sh "../sbcl-1.0.22-x86-darwin/src/runtime/sbcl \
+                         --core ../sbcl-1.0.22-x86-darwin/output/sbcl.core \
+                         --disable-debugger --no-sysinit --no-userinit"
   cd doc/manual ; make html info
 <<
 
 InstallScript: <<
   find %b -depth -type d -name CVS -exec rm -rf {} \;
   find %b -depth -type f -name .cvsignore -exec rm -f {} \;
+  find %b -depth -type f -name a.out -depth -exec rm -f {} \;
   unset SBCL_HOME ; INSTALL_ROOT=%i sh install.sh
-  
+
   mv %i/bin/sbcl %i/lib/sbcl/sbcl
   echo '#! /bin/sh' > %i/bin/sbcl
   echo 'SBCL_HOME=%p/lib/sbcl/ exec %p/lib/sbcl/sbcl "$@"' >> %i/bin/sbcl
@@ -54,8 +51,8 @@
 integrated native compiler, interpreter, and debugger.  Several
 extensions, such as a foreign function interface, and support for Unix
 (POSIX) system calls are also included.  SBCL is derived from CMU CL.
-<< 
+<<
 
 DescPort: <<
-Uses an SBCL binary for bootstrapping.
+Uses a pre-compiled SBCL binary for bootstrapping.
 <<

Index: sbcl-powerpc.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sbcl-powerpc.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sbcl-powerpc.info   20 Oct 2008 12:53:51 -0000      1.9
+++ sbcl-powerpc.info   2 Jan 2009 23:18:05 -0000       1.10
@@ -1,13 +1,13 @@
 Package: sbcl
 Architecture: powerpc
-Version: 1.0.19
-Revision: 2
+Version: 1.0.23
+Revision: 1
 License: BSD
 Description: ANSI Common Lisp implementation
 Maintainer: Sebastian Gonzalez <s.gonza...@uclouvain.be>
 
 # NOTE: The version of the bootstrap binary does not automatically
-# change when the version field is updated.  CompileScript and Source2
+# change when the version field is updated!  CompileScript and Source2
 # need to be updated by hand when moving to a new version of the
 # bootstap binary
 
@@ -16,25 +16,23 @@
 Recommends: gnupg | gnupg-idea | gnupg-testing
 
 Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
-Source2: mirror:sourceforge:sbcl/sbcl-1.0.2-powerpc-darwin-binary.tar.bz2
-Source-MD5: c84b4b3c2f4293e98f0941a43fb746f4
-Source2-MD5: 5135c1e202ee1351263d0c2c015f17b6
-PatchFile: %n.patch
-PatchFile-MD5: 4724087c1ac59bd11c4b407fa4e8e62e
-
+Source2: mirror:sourceforge:sbcl/sbcl-1.0.22-powerpc-darwin-binary.tar.bz2
+Source-MD5: 70a55d758ddd90843d7f93a109fa7ffa
+Source2-MD5: 61179259f7a7cccfa731f652f5edd29c
 SourceDirectory: %n-%v
 
 CompileScript: <<
-  sh make.sh "../sbcl-1.0.2-powerpc-darwin/src/runtime/sbcl \
-             --core ../sbcl-1.0.2-powerpc-darwin/output/sbcl.core \
+  unset LD_PREBIND ; 
+  sh make.sh "../sbcl-1.0.22-powerpc-darwin/src/runtime/sbcl \
+             --core ../sbcl-1.0.22-powerpc-darwin/output/sbcl.core \
               --disable-debugger --no-sysinit --no-userinit"
   cd doc/manual ; make html info
 <<
 
 InstallScript: <<
-  find %b -type d -name CVS -depth -exec rm -rf {} \;
-  find %b -type f -name .cvsignore -depth -exec rm -f {} \;
-  find %b -type f -name a.out -depth -exec rm -f {} \;
+  find %b -depth -type d -name CVS -exec rm -rf {} \;
+  find %b -depth -type f -name .cvsignore -exec rm -f {} \;
+  find %b -depth -type f -name a.out -depth -exec rm -f {} \;
   unset SBCL_HOME ; INSTALL_ROOT=%i sh install.sh
 
   mv %i/bin/sbcl %i/lib/sbcl/sbcl


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to