Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22776/main/finkinfo/languages

Modified Files:
        clisp.info 
Added Files:
        clisp.patch 
Log Message:
Updated clisp and libsigsegv from tracker
https://sourceforge.net/tracker/?func=detail&atid=414256&aid=1847583&group_id=17203

which allows libsigsegv and clisp to work on Leopard, which in turn allows
*maxima* to be available there.  New upstreams there, too.

--- NEW FILE: clisp.patch ---
diff -urN clisp-2.43/modules/regexp/configure 
clisp-2.43.patch/modules/regexp/configure
--- clisp-2.43/modules/regexp/configure 2007-11-16 11:33:21.000000000 -0800
+++ clisp-2.43.patch/modules/regexp/configure   2007-12-05 13:18:51.000000000 
-0800
@@ -6244,7 +6244,7 @@
   yes|no) ac_use_included_regex=$with_included_regex ;;
   '') case $gl_cv_func_re_compile_pattern_working in
     yes) ac_use_included_regex=no ;;
-    no) ac_use_included_regex=yes ;;
+    *) ac_use_included_regex=yes ;;
   esac ;;
 esac
 # can we use the system-wide regex implementation?

Index: clisp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/clisp.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- clisp.info  24 Sep 2007 15:19:41 -0000      1.6
+++ clisp.info  16 Jan 2008 02:19:43 -0000      1.7
@@ -1,31 +1,30 @@
 Package: clisp
 # IMPORTANT: see DescPackaging before changing this package's version or 
 # revision
-Version: 2.41
+Version: 2.43
 Revision: 1
-Distribution: 10.4
+#Distribution: 10.4
 License: GPL
 Description: ANSI Common Lisp implementation
 Maintainer: elcepi <[EMAIL PROTECTED]>
 
-Depends: readline5-shlibs, libgettext3-shlibs, libsigsegv-shlibs, 
libncurses5-shlibs
-BuildDepends: readline5, libgettext3-dev, libsigsegv, libncurses5
+Depends: readline5-shlibs, libgettext3-shlibs, libsigsegv-shlibs, 
libncurses5-shlibs, libiconv
+BuildDepends: readline5, libgettext3-dev, libsigsegv, libncurses5, fink (>= 
0.24.12), libiconv-dev
 
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 99c355b828ced05771cd44b86251d155
+Source-MD5: b030d366c7c746c0b46eae9b334b086a
+
+PatchFile: %n.patch
+PatchFile-MD5: b003815b3d2dc765cc91f09ebee2b6c3
 
 GCC: 4.0
-NoSetMAKEFLAGS: true
-SetMAKEFLAGS: -j1
-ConfigureParams: --with-readline --with-gettext --with-libreadline-prefix=%p
+ConfigureParams: --with-gettext --with-readline --with-libreadline-prefix=%p 
--with-libsigsegv-prefix=%p --with-libiconv-prefix=%p
 
 Compilescript: <<
 #!/bin/sh -ev
-  ulimit -S -s 8192
+  ulimit -S -s 16384
   ./configure %c
   cd src
-  ./makemake %c > Makefile
-  make config.lisp
   make || ( rm config.cache ; make )
 <<
 
@@ -41,10 +40,10 @@
 #!/bin/sh -ev
   cd src
   make DESTDIR=%d install
-  cd %i/lib/clisp/base
+  cd %i/lib/clisp-%v/base
   rm -f *
   ln -s ../full/* .
-  chmod a+x %i/lib/clisp/clisp-link
+  chmod a+x %i/lib/clisp-%v/clisp-link
 <<
 
 DescDetail: <<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to