Package: ftools-fv / 5.4+dfsg-2

Metadata

Package Version Patches format
ftools-fv 5.4+dfsg-2 3.0 (quilt)

Patch series

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

tcltk/pow/Makefile.in | 41 21 + 20 - 0 !
1 file changed, 21 insertions(+), 20 deletions(-)

 set variables in makefile.in to get pow compiled (q&d patch)

pow_create_package.patch | (download)

tcltk/pow/Makefile.in | 14 7 + 7 - 0 !
tcltk/pow/POWplot.tcl | 4 2 + 2 - 0 !
tcltk/pow/PowInit.c | 12 7 + 5 - 0 !
tcltk/pow/pkgIndex.tcl | 2 2 + 0 - 0 !
4 files changed, 18 insertions(+), 14 deletions(-)

 create and "package require" the pow package.

pow_fix_startup.patch | (download)

tcltk/pow/POWplot | 22 4 + 18 - 0 !
tcltk/pow/POWplot.tcl | 1 0 + 1 - 0 !
tcltk/pow/pow.tcl | 4 1 + 3 - 0 !
3 files changed, 5 insertions(+), 22 deletions(-)

 replace the startup script by something simpler, and set the
 necessary environment. Also, remove the "fv" dependencies for the standalone
 POWplot.

pow_fix_compilerwarnings.patch | (download)

tcltk/pow/PowCanvCurve.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix many compiler warnings. most of them are because of
 missing "const" specifiers.
 .
 The package compiles fine without this patch, so it may be dropped 
 if it does not apply cleanly.

pow_nolinux.patch | (download)

tcltk/pow/configure.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 extend the known operating systems by gnu hurd and kfreebsd.

fv_require.patch | (download)

ftools/guis/fv/class/fvApp.tcl | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 instead of hardcoding the shared library names, "require" them
 as packages.

fv_fix_initial_menubar.patch | (download)

ftools/guis/fv/class/fvApp.tcl | 4 2 + 2 - 0 !
ftools/guis/fv/class/fvWinKeeper.tcl | 7 6 + 1 - 0 !
2 files changed, 8 insertions(+), 3 deletions(-)

 fix tk 8.5 crash with "-type tearoff".
 It needs to be fixed in tk. However, here this gives the opportunity to
 correct the setting for the (invisible) main window. Also, the main window
 font is reset to non-bold.
Bug: http://sourceforge.net/tracker/?func=detail&aid=3561016&group_id=12997&atid=112997

fv_fix_startup.patch | (download)

ftools/guis/fv/fv | 129 4 + 125 - 0 !
ftools/guis/fv/fvInit.tcl | 3 0 + 3 - 0 !
2 files changed, 4 insertions(+), 128 deletions(-)

 replace the startup script by something simpler, and set the
 necessary environment.

fvtmp.patch | (download)

ftools/guis/fv/class/fvApp.tcl | 22 15 + 7 - 0 !
1 file changed, 15 insertions(+), 7 deletions(-)

 change default temp location to /tmp
 According to FHS, temporary files should be written to /tmp, and not to
 the home directory. This patch moves the temp files there while keeping the
 FVTMP behaviour intact.