diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-05 06:00:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-05 06:00:48 +0000 |
commit | cc2ada5356ca9234e384540fe8b13042aef23621 (patch) | |
tree | 26b501f8469a96ca41f348cb94a792e30b16d5c8 /x11 | |
parent | c0bf5c2f4d0ac85582c5238e67537b4f31f883ac (diff) | |
download | pkgsrc-cc2ada5356ca9234e384540fe8b13042aef23621.tar.gz |
Update xterm to 199.
Changes since 197:
* instead of setting $DISPLAY, check for the unset variable and
warn/exit on this condition (comments by H Merijn Brand and
Bernhard R Link).
* fix a typo in Imakefile from patch #198 (reports/patches by
Stefan Dirsch, and Mike Castle).
* add utmpDisplayId resource to allow users to control whether the
display identifier (display number and screen number) are
retained in the connection information recorded in utmp
(discussion with Edoardo Tirtarahardja).
* add bellOnReset resource to allow users to disable bell which
sounds on hard reset since patch #183 changes to DECSCL
(discussion with Danek Duvall).
* improve $WINDOWID for configuration with toolbar by making it
refer to the top-level shell rather than the parent of the
current window. For that case, the parent is a form widget,
which does not have a name, which made the $WINDOWID not very
useful as a parameter for xwininfo (suggested by Dave
Bodenstab).
* fix a typo in WhichVFont() macro from patch #197 changes which
broke the --disable-active-icon configuration (report by Ralf
S. Engelschall).
* improve some limit checks (Gentoo Bugzilla #75604).
* add --disable-setuid option to configure script (Gentoo Bugzilla #76453).
* add --disable-full-tgetent option to configure script, allowing
one to ignore a termcap library in favor of ncurses/curses
(Gentoo Bugzilla #69926).
* modify configure script to choose useful warning options for
Intel version 8.0 compiler.
* update config.guess, config.sub
* make active-icon work properly when TrueType fonts are used
(Debian #286068).
* correct change from patch #157 which uses getlogin() to check
for an alias; the storage used for the related getpwuid() call
was overwritten by the data used for comparison (patch by Per
Hedeland).
* correct case of SCS for character set 0 (line-drawing) to allow
it to be selected into GR.
* fix a file-descriptor leak (Redhat Bugzilla #139597).
* modify creat_as() to only fork if xterm is actually running as
setuid and/or setgid. This works around a Cygwin bug which hangs
when logging is enabled and makes xterm a little faster for
systems using interfaces such as utempter (report by Al
Goodman).
* modify Cleanup() to avoid operations such as X calls that might
use unsafe functions when it is called by a signal handler
(report by Michiel Boland).
* fix bugs in patch #191 and in SRM changes from patch #197 that
broke DECSET 38: switch to Tek4014 emulation (report by Dave
Bodenstab).
* fix for manpage escapes (Marc La France).
* improve on IRIX-specific change for Imakefile in XFree86 CVS
versus resize linking against termcap library to reflect
definitions for USE_TERMCAP in resize.c
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 4 | ||||
-rw-r--r-- | x11/xterm/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 0f8f92c9255..70d72995cdf 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2004/12/21 17:24:48 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2005/02/05 06:00:48 minskim Exp $ -DISTNAME= xterm-197 +DISTNAME= xterm-199 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ EXTRACT_SUFX= .tgz diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 41cf4ddfcfe..fc51a2d79a6 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/12/21 17:24:48 minskim Exp $ +$NetBSD: distinfo,v 1.10 2005/02/05 06:00:48 minskim Exp $ -SHA1 (xterm-197.tgz) = 32f2184c7e29fadd3c3e259184073bbe1d3bc637 -Size (xterm-197.tgz) = 690331 bytes +SHA1 (xterm-199.tgz) = 2616505a1cb4669e61c5a48235e73b675726de23 +Size (xterm-199.tgz) = 695302 bytes |