[SCM] image display tool for astronomy branch, master, updated. c3a13f0a26ee35c93c88ddbe6b6877bb767c71c8

Ole Streicher github at liska.ath.cx
Wed May 30 07:46:07 UTC 2012


The following commit has been merged in the master branch:
commit c3a13f0a26ee35c93c88ddbe6b6877bb767c71c8
Author: Ole Streicher <github at liska.ath.cx>
Date:   Wed May 30 09:39:17 2012 +0200

    Also allow newer versions of Tcl and Tk.

diff --git a/debian/patches/fix_blt.patch b/debian/patches/fix_blt.patch
index f22042c..09f1fb3 100644
--- a/debian/patches/fix_blt.patch
+++ b/debian/patches/fix_blt.patch
@@ -123,3 +123,25 @@ Description: BLT crashes when it reaches this code. This seems to be some
      return masterPtr->typePtr->name;
  }
  
+--- a/blt3.0/src/bltCoreInit.c
++++ b/blt3.0/src/bltCoreInit.c
+@@ -310,7 +310,7 @@ Blt_core_Init(Tcl_Interp *interp) /* Interpreter to add extra commands */
+     Tcl_Namespace *nsPtr;
+     Tcl_ValueType args[2];
+     const char *result;
+-    const int isExact = 1;
++    const int isExact = 0;
+ 
+ #ifdef USE_TCL_STUBS
+     if (Tcl_InitStubs(interp, TCL_VERSION_LOADED, isExact) == NULL) {
+--- a/blt3.0/src/bltExtInit.c
++++ b/blt3.0/src/bltExtInit.c
+@@ -135,7 +135,7 @@ Blt_x_Init(Tcl_Interp *interp) /* Interpreter to add extra commands */
+ {
+     Tcl_Namespace *nsPtr;
+     Tcl_AppInitProc **p;
+-    const int isExact = 1;
++    const int isExact = 0;
+ 
+ #ifdef USE_TCL_STUBS
+     if (Tcl_InitStubs(interp, TCL_VERSION_LOADED, isExact) == NULL) {

-- 
image display tool for astronomy



More information about the debian-science-commits mailing list