[Pkg-tcltk-commits] r1636 - in blt/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sun Jul 6 03:48:52 UTC 2014


Author: sgolovan
Date: 2014-07-06 03:48:52 +0000 (Sun, 06 Jul 2014)
New Revision: 1636

Added:
   blt/trunk/debian/patches/usetclint.patch
Modified:
   blt/trunk/debian/changelog
   blt/trunk/debian/patches/series
Log:
[blt]
  * Added missing headers to bltNsUtil.c to fix build failures on 64bit archs.


Modified: blt/trunk/debian/changelog
===================================================================
--- blt/trunk/debian/changelog	2014-07-05 16:27:46 UTC (rev 1635)
+++ blt/trunk/debian/changelog	2014-07-06 03:48:52 UTC (rev 1636)
@@ -1,8 +1,8 @@
-blt (2.5.3-3) UNRELEASED; urgency=medium
+blt (2.5.3-3) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Added missing headers to bltNsUtil.c to fix build failures on 64bit archs.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 04 Jul 2014 15:58:57 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 06 Jul 2014 07:30:06 +0400
 
 blt (2.5.3-2) unstable; urgency=medium
 

Modified: blt/trunk/debian/patches/series
===================================================================
--- blt/trunk/debian/patches/series	2014-07-05 16:27:46 UTC (rev 1635)
+++ blt/trunk/debian/patches/series	2014-07-06 03:48:52 UTC (rev 1636)
@@ -6,6 +6,7 @@
 tcl8.6.patch
 tk8.6.patch
 install.patch
+usetclint.patch
 usetkint.patch
 table.patch
 ldflags.patch

Added: blt/trunk/debian/patches/usetclint.patch
===================================================================
--- blt/trunk/debian/patches/usetclint.patch	                        (rev 0)
+++ blt/trunk/debian/patches/usetclint.patch	2014-07-06 03:48:52 UTC (rev 1636)
@@ -0,0 +1,36 @@
+Description: Patch adds missing headers which helps building BLT on
+    64-bit architectures.
+Author: Matthias Klose
+Last-Modified: Sun, 06 Jul 2014 07:28:14 +0400
+
+--- a/generic/bltNsUtil.c
++++ b/generic/bltNsUtil.c
+@@ -27,6 +27,8 @@
+ 
+ #include "bltInt.h"
+ #include "bltList.h"
++#include "bltNsUtil.h"
++#include "tclInt.h"
+ 
+ /* Namespace related routines */
+ 
+--- a/configure
++++ b/configure
+@@ -3493,6 +3493,7 @@
+ 	"${TCL_INC_DIR}" != "${TK_INC_DIR}" ; then
+   INC_SPECS="${INC_SPECS} -I${TCL_INC_DIR}"
+ fi
++INC_SPECS="${INC_SPECS} -I${TCL_SRC_DIR}/generic -I${TCL_SRC_DIR}/unix"
+ 
+ 
+ # On Windows, override the default include directory with our own.
+--- a/configure.in
++++ b/configure.in
+@@ -825,6 +825,7 @@
+ 	"${TCL_INC_DIR}" != "${TK_INC_DIR}" ; then
+   INC_SPECS="${INC_SPECS} -I${TCL_INC_DIR}"
+ fi
++INC_SPECS="${INC_SPECS} -I${TCL_SRC_DIR}/generic -I${TCL_SRC_DIR}/unix"
+ 
+ 
+ # On Windows, override the default include directory with our own.




More information about the Pkg-tcltk-commits mailing list