Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32717/10.4/stable/main/finkinfo/languages

Modified Files:
        sbcl-maxima-powerpc.info sbcl-maxima.info 
Log Message:
Use newest upstream sbcl


Index: sbcl-maxima.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/sbcl-maxima.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sbcl-maxima.info    3 Feb 2013 00:57:51 -0000       1.9
+++ sbcl-maxima.info    28 Feb 2013 03:17:02 -0000      1.10
@@ -1,7 +1,7 @@
 Info2: <<
 Package: sbcl-%type_pkg[sbcl]-maxima
-Type: sbcl (1.1.4), ibs (1.0.55), xbs (1.1.0)
-Version: 1.1.4
+Type: sbcl (1.1.5), ibs (1.0.55), xbs (1.1.0)
+Version: 1.1.5
 Revision: 1
 License: BSD
 Description: ANSI Common Lisp implementation
@@ -11,13 +11,12 @@
 
 Architecture: i386, x86_64
 
-BuildDepends: texinfo (>= 4.6)
 Provides: sbcl-maxima
 
 Recommends: gnupg | gnupg-idea | gnupg-testing
 
 Source: mirror:sourceforge:sbcl/sbcl-%v-source.tar.bz2
-Source-MD5: 9d82ec89abbaf265fbfc71a24445dd66
+Source-MD5: 2002c72c0298344cb4f625a20590675a
 Source2: 
mirror:sourceforge:sbcl/sbcl-%type_raw[xbs]-x86-64-darwin-binary.tar.bz2
 Source2-MD5: 0638987a4ef2262486fa0649a9871562
 Source3: mirror:sourceforge:sbcl/sbcl-%type_raw[ibs]-x86-darwin-binary.tar.bz2
@@ -29,6 +28,7 @@
 PatchScript:  <<
 %{default_script}
 perl -pi -e 's|\(deftest readdir.1|#-darwin\n$&|' 
contrib/sb-posix/posix-tests.lisp
+perl -pi -e 's|makeinfo|/usr/bin/makeinfo|g' doc/internals/Makefile 
doc/manual/Makefile
 <<
 
 CompileScript: <<
@@ -88,18 +88,16 @@
 
 Keep sbcl Type in sync with that in maxima.info
 
-Doesn't build info files, because of overlap with normal 'sbcl' package.
+Doesn't install info files, because of overlap with normal 'sbcl' package.
 
-Also leaves out manpages.  PDF documentation uses TeX, so we won't do that.
+Also leaves out manpages.  
 
-Doesn't use threading from 'sbcl' because maxima doesn't like it.
+PDF documentation uses TeX, so we won't do that.
 
-As of 1.0.54:  unify powerpc, i386, and x86_64 builds into one
-package description.  This means downloading 3 separate bootstrap 
-binaries, but avoids the annoyance of separate .info files.
+Use the system's texinfo because the documentation source is too sloppy
+for texinfo-5.x.
 
-As of 1.1.1:  powerpc seems not to work now.  Separate it into
-its own .info file.
+Doesn't use threading from 'sbcl' because maxima doesn't like it.
 <<
 
 DescPort: <<

Index: sbcl-maxima-powerpc.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/sbcl-maxima-powerpc.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sbcl-maxima-powerpc.info    5 Dec 2012 02:08:12 -0000       1.5
+++ sbcl-maxima-powerpc.info    28 Feb 2013 03:17:01 -0000      1.6
@@ -2,7 +2,7 @@
 Package: sbcl-%type_pkg[sbcl]-maxima
 Type: sbcl (1.0.58), ppcbs (1.0.47)
 Version: 1.0.58
-Revision: 1
+Revision: 2
 License: BSD
 Description: ANSI Common Lisp implementation
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
@@ -11,7 +11,6 @@
 
 Architecture: powerpc
 
-BuildDepends: texinfo (>= 4.6)
 Provides: sbcl-maxima
 
 Recommends: gnupg | gnupg-idea | gnupg-testing
@@ -22,7 +21,10 @@
 Source2-MD5: 02747afc7631a7ccdeede4b52b78072d
 SourceDirectory: sbcl-%v
 
-PatchScript:  perl -pi -e 's|\(deftest readdir.1|#-darwin\n$&|' 
contrib/sb-posix/posix-tests.lisp
+PatchScript:  <<
+perl -pi -e 's|\(deftest readdir.1|#-darwin\n$&|' 
contrib/sb-posix/posix-tests.lisp
+perl -pi -e 's|makeinfo|/usr/bin/makeinfo|g' doc/internals/Makefile 
doc/manual/Makefile
+<<
 
 CompileScript: <<
   #!/bin/sh -ev
@@ -52,7 +54,7 @@
 
 PostInstScript: <<
        printf "\nPlease run\n\n"
-       printf "\n\tfink rebuild maxima\n\n"
+       printf "\n\tfink update maxima\n\n"
        printf "to ensure that your maxima installation works with the\n"
        printf "new sbcl-maxima revision.\n\n"
 <<
@@ -73,15 +75,16 @@
 
 Keep sbcl Type in sync with that in maxima.info
 
-Doesn't build info files, because of overlap with normal 'sbcl' package.
+Doesn't install info files, because of overlap with normal 'sbcl' package.
 
-Also leaves out manpages.  PDF documentation uses TeX, so we won't do that.
+Also leaves out manpages.  
 
-Doesn't use threading from 'sbcl' because maxima doesn't like it.
+PDF documentation uses TeX, so we won't do that.
 
-As of 1.0.54:  unify powerpc, i386, and x86_64 builds into one
-package description.  This means downloading 3 separate bootstrap 
-binaries, but avoids the annoyance of separate .info files.
+Use the system's texinfo because the documentation source is too sloppy
+for texinfo-5.x.
+
+Doesn't use threading from 'sbcl' because maxima doesn't like it.
 <<
 
 DescPort: <<


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to