summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:08:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:08:45 +0100
commitbd9e3311575589f2e4d55c9a879aa4b42f0a65c2 (patch)
treea2d8b0879df815220d342e31346db79189585df3
parentd41b150e8f88bc028d2ce251b2dde2f7cf3eb51f (diff)
update to latest upstream version
-rw-r--r--package/tcl/Makefile4
-rw-r--r--package/tcl/patches/patch-generic_tclStrToD_c30
2 files changed, 2 insertions, 32 deletions
diff --git a/package/tcl/Makefile b/package/tcl/Makefile
index 6dbed8f03..f45317d8f 100644
--- a/package/tcl/Makefile
+++ b/package/tcl/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= tcl
-PKG_VERSION:= 8.5.8
+PKG_VERSION:= 8.5.9
PKG_RELEASE:= 1
-PKG_MD5SUM:= 7f123e53b3daaaba2478d3af5a0752e3
+PKG_MD5SUM:= 8512d8db3233041dd68a81476906012a
PKG_DESCR:= TCL scripting language
PKG_SECTION:= lang
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=tcl/}
diff --git a/package/tcl/patches/patch-generic_tclStrToD_c b/package/tcl/patches/patch-generic_tclStrToD_c
deleted file mode 100644
index 95eceecf7..000000000
--- a/package/tcl/patches/patch-generic_tclStrToD_c
+++ /dev/null
@@ -1,30 +0,0 @@
---- tcl8.5.8.orig/generic/tclStrToD.c 2009-07-16 22:50:54.000000000 +0200
-+++ tcl8.5.8/generic/tclStrToD.c 2010-01-14 20:44:55.000000000 +0100
-@@ -73,9 +73,11 @@ typedef unsigned int fpu_control_t __att
- * MIPS floating-point units need special settings in control registers
- * to use gradual underflow as we expect.
- */
-+/*
- #if defined(__mips)
- #include <sys/fpu.h>
- #endif
-+*/
- /*
- * HP's PA_RISC architecture uses 7ff4000000000000 to represent a quiet NaN.
- * Everyone else uses 7ff8000000000000. (Why, HP, why?)
-@@ -2166,6 +2168,7 @@ TclInitDoubleConversion(void)
- } bitwhack;
- #endif
-
-+/*
- #if defined(__mips)
- union fpc_csr mipsCR;
-
-@@ -2173,6 +2176,7 @@ TclInitDoubleConversion(void)
- mipsCR.fc_struct.flush = 0;
- set_fpc_csr(mipsCR.fc_word);
- #endif
-+*/
-
- /*
- * Initialize table of powers of 10 expressed as wide integers.