pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xterm Update xterm to 199.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d391fd2746f3
branches: trunk
changeset: 488631:d391fd2746f3
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Feb 05 06:00:48 2005 +0000
description:
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:
x11/xterm/Makefile | 4 ++--
x11/xterm/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (23 lines):
diff -r de533697fc06 -r d391fd2746f3 x11/xterm/Makefile
--- a/x11/xterm/Makefile Sat Feb 05 01:18:13 2005 +0000
+++ b/x11/xterm/Makefile Sat Feb 05 06:00:48 2005 +0000
@@ -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 -r de533697fc06 -r d391fd2746f3 x11/xterm/distinfo
--- a/x11/xterm/distinfo Sat Feb 05 01:18:13 2005 +0000
+++ b/x11/xterm/distinfo Sat Feb 05 06:00:48 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index