Package: vigor / 0.016-34
Metadata
| Package | Version | Patches format |
|---|---|---|
| vigor | 0.016-34 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| tcl versions.patch | (download) |
build/configure.in |
4 2 + 2 - 0 ! |
allow tcl/tk 8.3/8.4/8.5 |
| install no strip.patch | (download) |
build/Makefile.in |
2 0 + 2 - 0 ! |
don't strip binaries on 'make install' Let dh_strip do that according to DEB_BUILD_OPTIONS. Bug-Debian: http://bugs.debian.org/438241 |
| no autotools rebuild.patch | (download) |
build/Makefile.in |
22 0 + 22 - 0 ! |
don't rebuild autotools files automatically Quite apart from the fact that vigor uses a sufficiently old autoconf that rebuilding autotools automatically is going to be problematic anyway, the output produced by the automatic rebuilds confuses dh_auto_* when trying to detect make targets. |
| client side fonts.patch | (download) |
build/vigor.tcl.h |
2758 1378 + 1380 - 0 ! |
use client-side fonts Server-side fonts don't seem to work properly in Tk 8.5. |
| modern autotools.patch | (download) |
build/Makefile.in |
2 1 + 1 - 0 ! |
overhaul build system to deal with modern autotools Aided by autoupdate. |
| out of tree.patch | (download) |
build/Makefile.in |
2 1 + 1 - 0 ! |
fix support for out-of-tree builds The use of @srcdir@ rather than $(srcdir) here is unusual but intentional: VI.pm is in build/, not at the top level. |
| tcl interp result.patch | (download) |
ex/ex_tcl.c |
3 2 + 1 - 0 ! |
tcl 8.6 disallows direct access to tclinterp.result |
| avoid sys stropts h.patch | (download) |
ex/ex_script.c |
5 3 + 2 - 0 ! |
avoid including <sys/stropts.h> glibc has grantpt(), so only check for HAVE_SYS5_PTY on non-glibc installations. |
| add missing includes.patch | (download) |
build/configure.in |
4 3 + 1 - 0 ! |
add many missing #includes Bug-Debian: https://bugs.debian.org/1066078 |
| incompatible pointer types.patch | (download) |
vi/v_ulcase.c |
6 3 + 3 - 0 ! |
fix some implicit casts between pointer types Bug-Debian: https://bugs.debian.org/1075619 |
| c23 function declarations.patch | (download) |
db/db/db.c |
44 37 + 7 - 0 ! |
specify arguments in function declarations GCC 15 rejected the previous code, since it is no longer valid in C23. Bug-Debian: https://bugs.debian.org/1098064 |
