Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29583

Modified Files:
        gauche-10.4.info gauche-10.5.info gauche-10.6.info 
        gauche.patch 
Log Message:
Build fix on 10.6; Feedback from Kow KURODA. Thanks.

Index: gauche-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche-10.5.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gauche-10.5.info    12 Jan 2009 04:51:21 -0000      1.4
+++ gauche-10.5.info    27 Dec 2009 17:15:46 -0000      1.5
@@ -1,13 +1,13 @@
 Package: gauche
 Version: 0.8.14
-Revision: 1001
+Revision: 1002
 Distribution: 10.5
 Depends: gdbm3-shlibs, slib3, libiconv
 BuildDepends: libiconv-dev, gdbm3, fink (>= 0.28)
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
 Source-MD5: 813a668e978562be392debbbac6c3cc7
 PatchFile: %n.patch
-PatchFile-MD5: 12de8bfd2936f71d2f4f11fd751b604d
+PatchFile-MD5: 74927444a31ec2d58b220c5b7fcb174a
 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

Index: gauche.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gauche.patch        30 Dec 2008 08:46:22 -0000      1.5
+++ gauche.patch        27 Dec 2009 17:15:46 -0000      1.6
@@ -50,3 +50,27 @@
        $(INSTALL) -m 555 $(INSTALL_BINS) $(DESTDIR)$(BIN_INSTALL_DIR)
        $(INSTALL) -m 555 $(INSTALL_BINS) $(DESTDIR)$(ARCH_INSTALL_DIR)
        $(INSTALL) -m 444 $(INSTALL_SCMS) $(DESTDIR)$(SCM_INSTALL_DIR)
+diff -Naur Gauche-0.8.14.orig/gc/mach_dep.c Gauche-0.8.14/gc/mach_dep.c
+--- Gauche-0.8.14.orig/gc/mach_dep.c   2008-09-19 00:43:38.000000000 +0900
++++ Gauche-0.8.14/gc/mach_dep.c        2009-12-28 02:05:30.000000000 +0900
+@@ -160,7 +160,7 @@
+ #endif
+ 
+ #if !defined(HAVE_PUSH_REGS) && defined(UNIX_LIKE)
+-# include <ucontext.h>
++# include <sys/ucontext.h>
+ #endif
+ 
+ /* Ensure that either registers are pushed, or callee-save registers  */
+diff -Naur Gauche-0.8.14.orig/gc/os_dep.c Gauche-0.8.14/gc/os_dep.c
+--- Gauche-0.8.14.orig/gc/os_dep.c     2008-09-19 00:43:38.000000000 +0900
++++ Gauche-0.8.14/gc/os_dep.c  2009-12-28 02:05:45.000000000 +0900
+@@ -2752,7 +2752,7 @@
+ # if defined(MSWIN32) || defined(MSWINCE)
+     LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info)
+ # else
+-#   include <ucontext.h>
++#   include <sys/ucontext.h>
+     /*ARGSUSED*/
+     void GC_write_fault_handler(int sig, siginfo_t *si, void *raw_sc)
+ # endif /* MSWIN32 || MSWINCE */

Index: gauche-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche-10.4.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gauche-10.4.info    12 Jan 2009 04:51:21 -0000      1.4
+++ gauche-10.4.info    27 Dec 2009 17:15:46 -0000      1.5
@@ -1,13 +1,13 @@
 Package: gauche
 Version: 0.8.14
-Revision: 1
+Revision: 2
 Distribution: 10.4
 Depends: gdbm3-shlibs, slib3, libiconv
 BuildDepends: libiconv-dev, gdbm3, fink (>= 0.28)
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
 Source-MD5: 813a668e978562be392debbbac6c3cc7
 PatchFile: %n.patch
-PatchFile-MD5: 12de8bfd2936f71d2f4f11fd751b604d
+PatchFile-MD5: 74927444a31ec2d58b220c5b7fcb174a
 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

Index: gauche-10.6.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/gauche-10.6.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gauche-10.6.info    9 Feb 2009 04:15:00 -0000       1.2
+++ gauche-10.6.info    27 Dec 2009 17:15:46 -0000      1.3
@@ -1,13 +1,13 @@
 Package: gauche
 Version: 0.8.14
-Revision: 2001
+Revision: 2002
 Distribution: 10.6
 Depends: gdbm3-shlibs, slib3, libiconv
 BuildDepends: libiconv-dev, gdbm3, fink (>= 0.28)
 Source: mirror:sourceforge:%n/Gauche-%v.tgz
 Source-MD5: 813a668e978562be392debbbac6c3cc7
 PatchFile: %n.patch
-PatchFile-MD5: 12de8bfd2936f71d2f4f11fd751b604d
+PatchFile-MD5: 74927444a31ec2d58b220c5b7fcb174a
 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


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to