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

Modified Files:
        sbcl-maxima.info sbcl-x86_64.info 
Log Message:
With maintainer permission, for sbcl:
Sync new upstream sbcl to 10.4/ tree for x86_64 and i386 (powerpc has
already been done)
Patch out a test which bombs when a file with non-ASCII characters exists
in /, which is actually not uncommon on OS X.
Use the system's makeinfo in preparation for texinfo-5.x.

sbcl-maxima:  
Threading seems to be OK now.  We accidentally included it in 10.4/ , so 
sync that to 10.7/
Amend postinstall notification.


Index: sbcl-x86_64.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/sbcl-x86_64.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sbcl-x86_64.info    26 Feb 2013 17:14:46 -0000      1.5
+++ sbcl-x86_64.info    11 Mar 2013 17:04:41 -0000      1.6
@@ -11,7 +11,7 @@
 # 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: fink (>= 0.24.12)
 
 Recommends: gnupg | gnupg-idea | gnupg-testing
 
@@ -24,6 +24,11 @@
 
 PatchFile: %n.patch
 PatchFile-MD5: 743b2e165203e3769349e17386f4ed04
+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: <<
   SBCL_ARCH="x86-64" sh make.sh "../sbcl-1.1.0-x86-64-darwin/src/runtime/sbcl \
@@ -56,9 +61,17 @@
 (POSIX) system calls are also included.  SBCL is derived from CMU CL.
 <<
 
+DescPackaging: <<
+Use the system's texinfo (sufficiently new on 10.4 and later) because the
+documentation source is too sloppy for texinfo-5.x.
+<<
+
 DescPort: <<
 Uses a pre-compiled SBCL binary for bootstrapping.
 
+Remove test which fails if there's a directory in / with non-ASCII
+characters in its name.
+
 At one point, the HTML documentation for this package included a file
 whose name was so long that it was killing dpkg.  Thus, the following
 bit used to be in the InstallScript section, but as of version 1.0.44,

Index: sbcl-maxima.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/sbcl-maxima.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sbcl-maxima.info    28 Feb 2013 03:17:02 -0000      1.16
+++ sbcl-maxima.info    11 Mar 2013 17:04:41 -0000      1.17
@@ -2,7 +2,7 @@
 Package: sbcl-%type_pkg[sbcl]-maxima
 Type: sbcl (1.1.5), xbs (1.1.0)
 Version: 1.1.5
-Revision: 1
+Revision: 2
 License: BSD
 Description: ANSI Common Lisp implementation
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
@@ -20,7 +20,10 @@
 Source2-MD5: 0638987a4ef2262486fa0649a9871562
 SourceDirectory: sbcl-%v
 
+PatchFile: sbcl.patch
+PatchFile-MD5: 743b2e165203e3769349e17386f4ed04
 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
 <<
@@ -54,7 +57,7 @@
 
 PostInstScript: <<
        printf "\nPlease run\n\n"
-       printf "\n\tfink update maxima\n\n"
+       printf "\n\tfink rebuild maxima; fink update maxima\n\n"
        printf "to ensure that your maxima installation works with the\n"
        printf "new sbcl-maxima revision.\n\n"
 <<
@@ -83,8 +86,6 @@
 
 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: <<


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to