Package: xcircuit / 3.9.73+dfsg.1-2

Metadata

Package Version Patches format
xcircuit 3.9.73+dfsg.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
03_fix_lib_files.patch | (download)

Makefile.am | 21 13 + 8 - 0 !
lib/tcl/xcircuit.sh.in | 4 3 + 1 - 0 !
lib/tcl/xcircuit.tcl.in | 12 9 + 3 - 0 !
3 files changed, 25 insertions(+), 12 deletions(-)

 fix for fhs compliant file locations
04_fix_manpage.patch | (download)

lib/xcircuit.1.in | 166 83 + 83 - 0 !
1 file changed, 83 insertions(+), 83 deletions(-)

 manpage fix
 This patch fixes a format problem in a table in the manpage
05_fix_string_format.patch | (download)

svg.c | 6 3 + 3 - 0 !
tclxcircuit.c | 8 4 + 4 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 fix sprintf() format strings
 In several snprintf() calls, no appropriate format arguments were given. This
 patch adds them.
0005 Remove asg.patch | (download)

Makefile.am | 3 0 + 3 - 0 !
configure.in | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 4 deletions(-)

 remove asg


0005 Spelling fixes.patch | (download)

README.Tcl | 2 1 + 1 - 0 !
files.c | 2 1 + 1 - 0 !
lib/xcircuit.1.in | 6 3 + 3 - 0 !
netlist.c | 2 1 + 1 - 0 !
ngspice.c | 4 2 + 2 - 0 !
undo.c | 4 2 + 2 - 0 !
xcircuit.c | 2 1 + 1 - 0 !
7 files changed, 11 insertions(+), 11 deletions(-)

 spelling fixes


avoid implicit declaration.patch | (download)

prototypes.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] declare udrawxat in prototypes.h

This avoids an implicit function declaration in functions.c for
HAVE_CAIRO.  Future compilers will not accept such implicit function
declarations by default, leading to a build failure.

fix return without value.patch | (download)

prototypes.h | 1 1 + 0 - 0 !
tclxcircuit.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 [patch] added prototype for getscreendpi(), and fixed a return
 without value in tclxcircuit.c.