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

Modified Files:
        gauche-10.4.info gauche-10.5.info gauche.patch 
Log Message:
New upstream release: 0.8.14. Now it requires slib3.

Index: gauche-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche-10.5.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gauche-10.5.info    18 Aug 2008 06:18:43 -0000      1.2
+++ gauche-10.5.info    30 Dec 2008 08:46:22 -0000      1.3
@@ -1,13 +1,13 @@
 Package: gauche
-Version: 0.8.12
-Revision: 1002
+Version: 0.8.14
+Revision: 1001
 Distribution: 10.5
-Depends: gdbm3-shlibs, slib, libiconv
+Depends: gdbm3-shlibs, slib3, libiconv
 BuildDepends: libiconv-dev, gdbm3, fink (>= 0.28)
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
-Source-MD5: 0a926fe9022512d30e324a4a1065b058
+Source-MD5: 813a668e978562be392debbbac6c3cc7
 Patch: %n.patch
-ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\..*//'` 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --with-iconv=%p 
--with-slib=%p/share/slib --enable-threads=pthreads --enable-ipv6 
--enable-multibyte=utf-8
+ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\..*//'` 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --with-iconv=%p 
--with-slib=%p/share/slib3 --enable-threads=pthreads --enable-ipv6 
--enable-multibyte=utf-8
 CompileScript: <<
  ./configure %c
  LC_ALL=C make

Index: gauche.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gauche.patch        27 Nov 2007 12:34:39 -0000      1.4
+++ gauche.patch        30 Dec 2008 08:46:22 -0000      1.5
@@ -1,6 +1,6 @@
-diff -Naur Gauche-0.8.9.orig/doc/gauche-ref.texi 
Gauche-0.8.9/doc/gauche-ref.texi
---- Gauche-0.8.9.orig/doc/gauche-ref.texi      2006-04-07 11:29:48.000000000 
+0000
-+++ Gauche-0.8.9/doc/gauche-ref.texi   2007-04-14 02:02:09.000000000 +0000
+diff -Naur Gauche-0.8.14.orig/doc/gauche-ref.texi 
Gauche-0.8.14/doc/gauche-ref.texi
+--- Gauche-0.8.14.orig/doc/gauche-ref.texi     2008-10-06 19:30:27.000000000 
+0000
++++ Gauche-0.8.14/doc/gauche-ref.texi  2008-12-30 03:45:54.000000000 +0000
 @@ -5,14 +5,14 @@
  @settitle Gauche Users' Reference
  @dircategory The Algorithmic Language Scheme
@@ -18,23 +18,23 @@
  @end direntry
  @documentencoding euc-jp
  @c COMMON
-diff -Naur Gauche-0.8.9.orig/ext/Makefile.ext.in 
Gauche-0.8.9/ext/Makefile.ext.in
---- Gauche-0.8.9.orig/ext/Makefile.ext.in      2007-01-08 10:19:33.000000000 
+0000
-+++ Gauche-0.8.9/ext/Makefile.ext.in   2007-04-14 02:02:09.000000000 +0000
-@@ -20,7 +20,7 @@
- LIBS     = $(XLIBS) @LIBS@ 
- CFLAGS   = @CFLAGS@ @SHLIB_SO_CFLAGS@ $(XCFLAGS)
- CPPFLAGS = @CPPFLAGS@ $(XCPPFLAGS)
--LDFLAGS  = @LOCAL_LIB@ $(XLDFLAGS) @SHLIB_SO_LDFLAGS@
-+LDFLAGS  = @LDFLAGS@ @LOCAL_LIB@ $(XLDFLAGS) @SHLIB_SO_LDFLAGS@
+diff -Naur Gauche-0.8.14.orig/ext/Makefile.ext.in 
Gauche-0.8.14/ext/Makefile.ext.in
+--- Gauche-0.8.14.orig/ext/Makefile.ext.in     2008-09-18 15:43:11.000000000 
+0000
++++ Gauche-0.8.14/ext/Makefile.ext.in  2008-12-30 03:47:10.000000000 +0000
+@@ -22,7 +22,7 @@
+ LIBS         = $(XLIBS) @LIBS@ 
+ CFLAGS       = @CFLAGS@ @SHLIB_SO_CFLAGS@ $(XCFLAGS)
+ CPPFLAGS     = @CPPFLAGS@ $(XCPPFLAGS)
+-LDFLAGS      = $(LOCAL_LFLAGS) $(XLDFLAGS) @SHLIB_SO_LDFLAGS@
++LDFLAGS      = @LDFLAGS@ $(LOCAL_LFLAGS) $(XLDFLAGS) @SHLIB_SO_LDFLAGS@
  
  # These are set by configure
  DEFS     = @DEFS@
-diff -Naur Gauche-0.8.9.orig/src/Makefile.in Gauche-0.8.9/src/Makefile.in
---- Gauche-0.8.9.orig/src/Makefile.in  2007-01-08 10:19:34.000000000 +0000
-+++ Gauche-0.8.9/src/Makefile.in       2007-04-14 02:02:09.000000000 +0000
-@@ -80,7 +80,7 @@
- HOSTGOSH  = GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" \
+diff -Naur Gauche-0.8.14.orig/src/Makefile.in Gauche-0.8.14/src/Makefile.in
+--- Gauche-0.8.14.orig/src/Makefile.in 2008-10-06 09:11:41.000000000 +0000
++++ Gauche-0.8.14/src/Makefile.in      2008-12-30 03:45:54.000000000 +0000
+@@ -92,7 +92,7 @@
+ BUILD_GOSH  = GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_PATH="" \
            gosh -l./preload -I$(top_srcdir)/src -I$(top_srcdir)/lib
  
 -LIB_INSTALL_DIR  = @libdir@
@@ -42,7 +42,7 @@
  BIN_INSTALL_DIR  = @bindir@
  DATA_INSTALL_DIR = $(datadir)
  
-@@ -309,7 +309,6 @@
+@@ -344,7 +344,6 @@
        $(INSTALL) -m 444 $(INSTALL_HEADERS) $(DESTDIR)$(HEADER_INSTALL_DIR)
        $(INSTALL) -m 444 $(INSTALL_SUBHEADERS) 
$(DESTDIR)$(HEADER_INSTALL_DIR)/gauche
        $(INSTALL)        $(INSTALL_LIBS) $(DESTDIR)$(LIB_INSTALL_DIR)

Index: gauche-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche-10.4.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gauche-10.4.info    18 Aug 2008 06:18:43 -0000      1.2
+++ gauche-10.4.info    30 Dec 2008 08:46:22 -0000      1.3
@@ -1,13 +1,13 @@
 Package: gauche
-Version: 0.8.12
-Revision: 2
+Version: 0.8.14
+Revision: 1
 Distribution: 10.4
-Depends: gdbm3-shlibs, slib, libiconv
+Depends: gdbm3-shlibs, slib3, libiconv
 BuildDepends: libiconv-dev, gdbm3, fink (>= 0.28)
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
-Source-MD5: 0a926fe9022512d30e324a4a1065b058
+Source-MD5: 813a668e978562be392debbbac6c3cc7
 Patch: %n.patch
-ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\..*//'` 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --with-iconv=%p 
--with-slib=%p/share/slib --enable-threads=pthreads --enable-ipv6 
--enable-multibyte=utf-8
+ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\..*//'` 
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --with-iconv=%p 
--with-slib=%p/share/slib3 --enable-threads=pthreads --enable-ipv6 
--enable-multibyte=utf-8
 CompileScript: <<
  ./configure %c
  LC_ALL=C make


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to