[csw-devel] SF.net SVN: gar:[9272] csw/mgar/pkg/tcl/trunk

hson at users.sourceforge.net hson at users.sourceforge.net
Sat Mar 20 07:21:47 CET 2010


Revision: 9272
          http://gar.svn.sourceforge.net/gar/?rev=9272&view=rev
Author:   hson
Date:     2010-03-20 06:21:47 +0000 (Sat, 20 Mar 2010)

Log Message:
-----------
tcl: Fix tclInt.h needed for building 64-bit expect

Modified Paths:
--------------
    csw/mgar/pkg/tcl/trunk/Makefile
    csw/mgar/pkg/tcl/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/tcl/trunk/files/tclInt.h.patch

Modified: csw/mgar/pkg/tcl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcl/trunk/Makefile	2010-03-20 02:09:24 UTC (rev 9271)
+++ csw/mgar/pkg/tcl/trunk/Makefile	2010-03-20 06:21:47 UTC (rev 9272)
@@ -20,6 +20,7 @@
 # Fix for finding libsunmath on i386 and amd64
 PATCHFILES-8.5.8  = configure.patch
 PATCHFILES-8.5.8 += tcl.m4.patch
+PATCHFILES-8.5.8 += tclInt.h.patch
 
 PATCHFILES = $(PATCHFILES-$(GARVERSION))
 ALLFILES_PATCHFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION),$(PATCHFILES-$(VERSION)))

Modified: csw/mgar/pkg/tcl/trunk/checksums
===================================================================
--- csw/mgar/pkg/tcl/trunk/checksums	2010-03-20 02:09:24 UTC (rev 9271)
+++ csw/mgar/pkg/tcl/trunk/checksums	2010-03-20 06:21:47 UTC (rev 9272)
@@ -2,3 +2,4 @@
 cc9b1bd7ddf8e27e97ef464806885349  tcl.m4.patch
 ade2c033a7b545ee108f3fdfeb629fcf  tcl8.4.19-src.tar.gz
 7f123e53b3daaaba2478d3af5a0752e3  tcl8.5.8-src.tar.gz
+3c9c100904b6ba774a679ad7f2b4a036  tclInt.h.patch

Added: csw/mgar/pkg/tcl/trunk/files/tclInt.h.patch
===================================================================
--- csw/mgar/pkg/tcl/trunk/files/tclInt.h.patch	                        (rev 0)
+++ csw/mgar/pkg/tcl/trunk/files/tclInt.h.patch	2010-03-20 06:21:47 UTC (rev 9272)
@@ -0,0 +1,11 @@
+--- ../build-isa-sparcv8-garversion-8.5.8/tcl8.5.8/generic/tclInt.h	2009-10-18 13:21:38.000000000 +0200
++++ tcl8.5.8/generic/tclInt.h	2010-03-19 19:06:24.590674715 +0100
+@@ -60,7 +60,7 @@
+ #else
+ #include <string.h>
+ #endif
+-#ifdef STDC_HEADERS
++#if defined(STDC_HEADERS) || defined(__sun)
+ #include <stddef.h>
+ #else
+ typedef int ptrdiff_t;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list