1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
xconq for Debian
----------------------
The author of xconq is Stanley T. Shebs <shebs@cygnus.com>
and it was packaged for Debian by Timo Benk <t_benk@web.de>.
the following patches were applied to the original source:
* xconq-7.4.1/SelFile/SelFile.c:
Fri Mar 1 17:47:04 CET 2002
patch From: James A Morrison <ja2morri@student.math.uwaterloo.ca>
adapted to xconq 7.4.1 by Timo Benk <t_benk@web.de>
xconq still uses sys_errlist. strerror has superceded this and
thus GNU HURD only has strerror(). This patch updates xconq to use
strerror() to compile and run xconq on GNU HURD
However, i do not run GNU Hurd, so i cant't test this.
Also i don't know if this is really needed anymore 'cause SelFile
is not compiled by default, nor is it build when we do a 'make all'
in xconq-7.4.1.
* xconq-7.4.1.orig/kernel/gif.c
xconq-7.4.1.orig/kernel/imf.c
xconq-7.4.1.orig/kernel/unix.c
xconq-7.4.1.orig/kernel/util.c
xconq-7.4.1.orig/tcltk/tkimf.c
xconq-7.4.1.orig/tcltk/tkmain.c
xconq-7.4.1.orig/x11/ximf.c
security patch from Andreas Rootmann <a.rottmann@gmx.at>.
* xconq-7.4.1/tcltk/tkiapp.c
Fri Mar 1 14:53:47 CET 2002
this patch changes line 160 from:
rslt = Tcl_EvalFile(interp, "../../xconq/tcltk/imfapp.tcl");
to:
rslt = Tcl_EvalFile(interp, "/usr/share/xconq/imfapp.tcl");
so that ximfapp works under debian.
* xconq-7.4.1/doc/refman.texi
Fri Mar 1 14:53:47 CET 2002
this patch adds missing "@end example" to
refman.texi and fixes all @var warnings.
* xconq-7.4.1/tcltk/tkconq.tcl
Mon Mar 4 00:32:30 CET 2002
this patch removes all "-font $bigfont"
parameters because they produce only unreadable
characters in conclusion with tcl/tk 8.3 and xfs.
* xconq-7.4.1/Makfile.in
Mon Mar 4 21:09:44 CET 2002
this patch adds a new variable - install_prefix - for the install
target which sets the base directory below which the xconq tree will
be build
* xconq-7.4.1/config.sub and xconq-7.4.1/config.guess
i included newer versions of these files from 2002-03-04
* xconq-7.4.1/tcltk/tkconq.tcl
Sun Mar 24 04:07:06 CET 2002
this patch adds automatic scrolling functionality
to the chat widget
* xconq-7.4.1/tcltk/tkconq.tcl
Sun Mar 24 04:07:06 CET 2002
this patch changes the label of the Connect button from
"Connect" to "Network"
Timo Benk <t_benk@web.de>, Fri Mar 1 05:24:54 CET 2002
|