Commit graph

21 commits

Author SHA1 Message Date
minskim
6432429c55 Make xterm build on Darwin by defining USE_POSIX_TERMIOS as on other
BSDs.
2005-02-05 06:22:51 +00:00
minskim
1e90658412 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
2005-02-05 06:00:48 +00:00
minskim
83143cc9fb Update xterm to 197.
Mainly bug fixes.  See http://dickey.his.com/xterm/xterm.log.html
for the complete changelog.
2004-12-21 17:24:48 +00:00
minskim
191977a897 Use distfile with a version number in its filename (xterm-196.tgz).
The previous distfile (xterm.tar.gz) was updated to the new version
(197).
2004-12-16 16:25:09 +00:00
minskim
8d13151221 Use POSIX termios on Interix. 2004-10-21 07:51:14 +00:00
minskim
c0a72c32b3 Use initgroups(3) only when it is available. 2004-10-21 07:39:43 +00:00
minskim
94a4dc72f5 Add patch missed in the previous commit, which replaces setpgrp with
setpgid when setpgrp is not available.
2004-10-16 21:47:37 +00:00
minskim
9290f81663 Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix). 2004-10-16 18:19:54 +00:00
minskim
33d09e6c8e Update xterm to 196.
Changes since 188:
  - Many bug fixes and enhancements.  See the following web page for
  the complete list.
    http://dickey.his.com/xterm/xterm.log.html
2004-08-16 04:53:46 +00:00
grant
f48d439fa5 revert one line change in previous which shouldn't have been
committed (yet)
2004-05-14 11:35:55 +00:00
grant
3f8896eb8b correct manpage paths in INSTALL script and only use install script
on Solaris.
2004-05-14 11:34:28 +00:00
grant
c3285b0e46 Updated xterm to 188.
Package changes:

- use buildlink3.
- use GNU configure instead of imake.
- use official MASTER_SITE.
- external Xpoll.h no longer needed.
- remove ONLY_FOR_PLATFORM.

Major changes since 164 are lengthy and can be found at:

	http://invisible-island.net/xterm/xterm.log.html
2004-05-14 11:24:49 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tron
d013d669ff Remove me as maintainer of this package. 2003-07-15 13:19:44 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
tron
34f34cdbce Revert last change after buildlink2 problem was fixed by Johnny C. Lam. 2002-09-04 12:53:02 +00:00
tron
faa581017b Backout last change because it causes build failures. 2002-09-02 08:28:30 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
tron
38cd359ecd Move "terminfo" handling into installation script so that it works for
binary packages.
2001-12-17 14:47:02 +00:00
tron
2509e3d1e1 Import new Solaris only "xterm" package:
Latest terminal emulator for the X Window System
2001-12-17 14:34:17 +00:00