Package: blt / 2.5.3+dfsg-8
Metadata
| Package | Version | Patches format |
|---|---|---|
| blt | 2.5.3+dfsg-8 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 02 debian all.patch | (download) |
configure.in |
2 1 + 1 - 0 ! |
remaining unsplit changes from previous packager Includes the rest of the changes that were applied to the source code by previous packager. |
| 03 fedora patch 2.patch | (download) |
generic/bltGrElem.c |
12 11 + 1 - 0 ! |
--- |
| 04 fedora tk8.5.6.patch | (download) |
generic/bltAlloc.c |
21 15 + 6 - 0 ! |
--- |
| 05 tk8.5 zoomstack.patch | (download) |
library/Makefile.in |
1 1 + 0 - 0 ! |
--- |
| doc typos.patch | (download) |
html/barchart.html |
2 1 + 1 - 0 ! |
documentation fixes Corrections in spelling in the blt documentation. |
| tcl8.6.patch | (download) |
generic/bltScrollbar.c |
2 1 + 1 - 0 ! |
patch replaces the direct usage of deprecated interp->result
by Tcl_SetResult() and Tcl_GetStringResult() calls making it possible
to build using Tcl/Tk 8.6.
Last-Modified: Fri, 04 Jul 2014 09:20:48 +0400
|
| tk8.6.patch | (download) |
generic/tkButton.c |
9 6 + 3 - 0 ! |
patch replaces call to tkcopyandglobaleval by a call to
Tcl_EvalObjEx because the former function has been dropped in Tk 8.6.
Last-Modified: Fri, 04 Jul 2014 09:18:32 +0400
|
| install.patch | (download) |
Makefile.in |
14 9 + 5 - 0 ! |
patch fixes installing directories and copying files under
INSTALL_ROOT. Also, it adds bltOldConfig.h to the installable headers
list and fixes it to include tk.h.
|
| usetclint.patch | (download) |
configure.in |
1 1 + 0 - 0 ! |
patch adds missing headers which helps building blt on
64-bit architectures.
|
| usetkint.patch | (download) |
configure.in |
1 1 + 0 - 0 ! |
patch removes internal definitions of the main tk structures.
Since they have been changed since Tcl/Tk 8.4 it's much better to
include tkInt.h and other few headers. They are internal Tk headers,
so the BLT library built with Tcl/Tk 8.6 won't work with Tcl/Tk 8.5.
|
| table.patch | (download) |
demos/tour.tcl |
2 1 + 1 - 0 ! |
patch restores blt::table command which was renamed to
blt::blttable in 2.5.3.
TODO: Make the blttable alias if necessary.
|
| ldflags.patch | (download) |
configure.in |
8 4 + 4 - 0 ! |
patch adds support for externally set ldflags. it lets
passing hardening flags from debian/rules. Also, the rpath
definition is removed.
|
| pkgindex.patch | (download) |
configure.in |
8 8 + 0 - 0 ! |
patch fixes loading the libblt library from
[package require BLT]. Specifically, it provides correct version
BLT_PATCH_LEVEL and prevents loading the library twice (once
by its real name and onr more time by a symlink if the blt-dev
package is installed). Also, it skips initializing widget bindings
if Tk isn't present.
|
| decls.patch | (download) |
generic/bltDecls.h |
12 6 + 6 - 0 ! |
patch fixes blt stubs declarations. |
| bltnsutil.patch | (download) |
generic/bltNsUtil.c |
4 2 + 2 - 0 ! |
patch fixes call to blt_parsequalifiedname(). |
| blthash.patch | (download) |
generic/bltHash.h.in |
2 1 + 1 - 0 ! |
patch silences gcc warnings for overflow on implicit constant
conversions.
|
| const.patch | (download) |
generic/bltArrayObj.c |
2 1 + 1 - 0 ! |
--- |
| uninitialized.patch | (download) |
generic/bltArrayObj.c |
1 1 + 0 - 0 ! |
patch initializes all variables for which gcc gave warnings
about unitialized or maybe unitialized variables.
|
| unused.patch | (download) |
generic/bltColor.c |
17 11 + 6 - 0 ! |
patch deletes or comments out all unused variables. |
| pointertoint.patch | (download) |
generic/bltBgexec.c |
6 3 + 3 - 0 ! |
patch adds explicit casts to intptr_t or uintptr_t types |
| autoreconf.patch | (download) |
aclocal.m4 |
2 1 + 1 - 0 ! |
fix autotools input for compatibility with recent autoconf It is not possible to regenerate the blt configure script using current versions of autoconf. Update for recent syntax so that we can get a modern (and cross-build-friendly) configure script at build. |
| gcc 15.patch | (download) |
generic/bltGrElem.c |
4 2 + 2 - 0 ! |
patch fixes ftbfs with gcc 15 Date: Wed, 05 Mar 2025 16:02:37 +0300 Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096378 |
