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

Modified Files:
        gauche.info gauche.patch 
Log Message:
Clean uninstallation of .info.gz; use of %m instead of hardcoded 'powerpc'. 
thanks, dmacks

Index: gauche.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/gauche.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gauche.patch        1 Dec 2005 15:12:04 -0000       1.2
+++ gauche.patch        20 Dec 2005 18:45:49 -0000      1.3
@@ -1,7 +1,27 @@
-diff -Nru Gauche-0.8.3.orig/ext/Makefile.ext.in 
Gauche-0.8.3/ext/Makefile.ext.in
---- Gauche-0.8.3.orig/ext/Makefile.ext.in      Mon Aug  2 21:20:47 2004
-+++ Gauche-0.8.3/ext/Makefile.ext.in   Mon Apr  4 19:28:49 2005
-@@ -16,7 +16,7 @@
+diff -Naur Gauche-0.8.6/doc/gauche-ref.texi 
Gauche-0.8.6.fink/doc/gauche-ref.texi
+--- Gauche-0.8.6/doc/gauche-ref.texi   2005-10-09 21:54:47.000000000 +0900
++++ Gauche-0.8.6.fink/doc/gauche-ref.texi      2005-12-21 03:02:09.000000000 
+0900
+@@ -5,14 +5,14 @@
+ @settitle Gauche Users' Reference
+ @dircategory The Algorithmic Language Scheme
+ @direntry
+-* Gauche: (gauche-refe.info).         An R5RS Scheme implementation.
++* Gauche: (gauche-refe).              An R5RS Scheme implementation.
+ @end direntry
+ @c JP
+ @setfilename gauche-refj.info
+ @settitle Gauche ¥æ¡¼¥¶¥ê¥Õ¥¡¥ì¥ó¥¹
+ @dircategory The Algorithmic Language Scheme
+ @direntry
+-* Gauche (ja): (gauche-refj.info).    An R5RS Scheme implementation.
++* Gauche (ja): (gauche-refj). An R5RS Scheme implementation.
+ @end direntry
+ @c COMMON
+ @comment %**end of header
+diff -Naur Gauche-0.8.6/ext/Makefile.ext.in 
Gauche-0.8.6.fink/ext/Makefile.ext.in
+--- Gauche-0.8.6/ext/Makefile.ext.in   2005-10-30 23:04:01.000000000 +0900
++++ Gauche-0.8.6.fink/ext/Makefile.ext.in      2005-12-21 03:00:24.000000000 
+0900
+@@ -19,7 +19,7 @@
  LIBS     = $(XLIBS) @LIBS@ 
  CFLAGS   = @CFLAGS@ @SHLIB_SO_CFLAGS@ $(XCFLAGS)
  CPPFLAGS = @CPPFLAGS@ $(XCPPFLAGS)
@@ -10,19 +30,19 @@
  
  # These are set by configure
  DEFS     = @DEFS@
-diff -Nru Gauche-0.8.3.orig/src/Makefile.in Gauche-0.8.3/src/Makefile.in
---- Gauche-0.8.3.orig/src/Makefile.in  Mon Nov 22 07:36:28 2004
-+++ Gauche-0.8.3/src/Makefile.in       Tue Apr  5 02:57:42 2005
-@@ -67,7 +67,7 @@
- POSTBUILD = TARGETLIB=`pwd` $(MAKEVERSLINK) libgauche.$(SOEXT)
- POSTINSTALL = TARGETLIB="$(LIB_INSTALL_DIR)" DESTDIR="$(DESTDIR)" 
$(MAKEVERSLINK) libgauche.$(SOEXT)
+diff -Naur Gauche-0.8.6/src/Makefile.in Gauche-0.8.6.fink/src/Makefile.in
+--- Gauche-0.8.6/src/Makefile.in       2005-11-04 17:26:41.000000000 +0900
++++ Gauche-0.8.6.fink/src/Makefile.in  2005-12-21 03:00:24.000000000 +0900
+@@ -78,7 +78,7 @@
+ #  doesn't need to call it).
+ HOSTGOSH  = gosh -usrfi-1 -usrfi-13 -ufile.util -uutil.match 
-I$(top_srcdir)/src -I$(top_srcdir)/lib
  
 -LIB_INSTALL_DIR  = @libdir@
 +LIB_INSTALL_DIR  = $(ARCH_INSTALL_DIR)
  BIN_INSTALL_DIR  = @bindir@
  DATA_INSTALL_DIR = @datadir@
  
-@@ -257,7 +257,6 @@
+@@ -294,7 +294,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.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/languages/gauche.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gauche.info 1 Dec 2005 15:12:04 -0000       1.3
+++ gauche.info 20 Dec 2005 18:45:49 -0000      1.4
@@ -1,12 +1,12 @@
 Package: gauche
 Version: 0.8.6
-Revision: 1
+Revision: 2
 Depends: gdbm3-shlibs, slib, libiconv
 BuildDepends: libiconv-dev, gdbm3
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
 Source-MD5: 68398b2e6136c726bbcbd39e43ae5181
 Patch: %n.patch
-ConfigureParams: --build=powerpc-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/slib --enable-threads=pthreads --enable-ipv6 
--enable-multibyte=utf-8
 CompileScript: <<
  ./configure %c
  LC_ALL=C make



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to