Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13671/main/finkinfo/languages
Modified Files:
sbcl-i386.info sbcl-powerpc.info
Added Files:
sbcl.patch
Log Message:
Update sbcl => update maxima
--- NEW FILE: sbcl.patch ---
Index: sbcl-i386.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sbcl-i386.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sbcl-i386.info 11 Jan 2009 15:08:41 -0000 1.10
+++ sbcl-i386.info 21 Jan 2009 01:37:45 -0000 1.11
@@ -1,13 +1,13 @@
Package: sbcl
Architecture: i386
-Version: 1.0.23
+Version: 1.0.24
Revision: 2
License: BSD
Description: ANSI Common Lisp implementation
-Maintainer: Jesse Alama <[email protected]>
+Maintainer: Leigh Smith <[email protected]>
# 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
@@ -17,22 +17,25 @@
Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
Source2: mirror:sourceforge:sbcl/sbcl-1.0.23-x86-darwin-binary.tar.bz2
-Source-MD5: 70a55d758ddd90843d7f93a109fa7ffa
+Source-MD5: 7ac79e6e66121dc7bde881c67b88693f
+# Source2-MD5: 61179259f7a7cccfa731f652f5edd29c
Source2-MD5: 86b47e2a200155060137ec571b80976b
+# PatchFile: %n.patch
+# PatchFile-MD5: 4724087c1ac59bd11c4b407fa4e8e62e
+
SourceDirectory: %n-%v
CompileScript: <<
- unset LD_PREBIND ;
sh make.sh "../sbcl-1.0.23-x86-darwin/src/runtime/sbcl \
- --core ../sbcl-1.0.23-x86-darwin/output/sbcl.core \
- --disable-debugger --no-sysinit --no-userinit"
+ --core ../sbcl-1.0.23-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 {} \;
+ 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 {} \;
unset SBCL_HOME ; INSTALL_ROOT=%i sh install.sh
mv %i/bin/sbcl %i/lib/sbcl/sbcl
Index: sbcl-powerpc.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/sbcl-powerpc.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sbcl-powerpc.info 11 Jan 2009 15:08:41 -0000 1.11
+++ sbcl-powerpc.info 21 Jan 2009 01:37:45 -0000 1.12
@@ -1,13 +1,13 @@
Package: sbcl
Architecture: powerpc
-Version: 1.0.23
+Version: 1.0.24
Revision: 2
License: BSD
Description: ANSI Common Lisp implementation
-Maintainer: Sebastian Gonzalez <[email protected]>
+Maintainer: Leigh Smith <[email protected]>
# 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,23 +16,29 @@
Recommends: gnupg | gnupg-idea | gnupg-testing
Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
-Source2: mirror:sourceforge:sbcl/sbcl-1.0.22-powerpc-darwin-binary.tar.bz2
-Source-MD5: 70a55d758ddd90843d7f93a109fa7ffa
-Source2-MD5: 61179259f7a7cccfa731f652f5edd29c
+# Regressed to 1.0.2 while 1.0.22 binaries don't run on 10.4.11
+# Source2: mirror:sourceforge:sbcl/sbcl-1.0.22-powerpc-darwin-binary.tar.bz2
+Source2: mirror:sourceforge:sbcl/sbcl-1.0.2-powerpc-darwin-binary.tar.bz2
+Source-MD5: 7ac79e6e66121dc7bde881c67b88693f
+# Regressed to 1.0.2 while 1.0.22 binaries don't run on 10.4.11
+# Source2-MD5: 61179259f7a7cccfa731f652f5edd29c
+Source2-MD5: 5135c1e202ee1351263d0c2c015f17b6
+# PatchFile: %n.patch
+# PatchFile-MD5: 4724087c1ac59bd11c4b407fa4e8e62e
+
SourceDirectory: %n-%v
CompileScript: <<
- 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 \
+ sh make.sh "../sbcl-1.0.2-powerpc-darwin/src/runtime/sbcl \
+ --core ../sbcl-1.0.2-powerpc-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 {} \;
+ 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 {} \;
unset SBCL_HOME ; INSTALL_ROOT=%i sh install.sh
mv %i/bin/sbcl %i/lib/sbcl/sbcl
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs