summaryrefslogtreecommitdiff
path: root/x11/xterm
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2005-02-18I had marked it for deletion but never committed. Thanks to minskimreed1-7/+0
for reminder.
2005-02-16Use PKGNAME_NOREV instead of just PKGNAME for WRKSRC.reed1-2/+2
2005-02-16MESSAGE is Solaris specific. And bmp PKGREVISION for renaming this.reed2-1/+9
2005-02-14Update xterm to 200.minskim3-19/+5
Changes: * increase color pairs value for xterm-256color and xterm-88color to match ncurses, which has an experimental option to support this. * modify ifdef's to make AIX use termios rather than termio; the struct sizes for the two were not the same. * improve CF_WITH_IMAKE_CFLAGS configure macro script for OSMAJORVERSION and OSMINORVERSION values, e.g., for Tru64 and AIX. * modify ifdef to define USE_POSIX_TERMIOS for Darwin (patch by Min Sik Kim). * modify find_utmp() to initialize the whole utmpx struct (except ut_id), since that is needed for OSF1 4.0D to prevent an infinite loop on exit. * add configure check before adding -D_POSIX_SOURCE since some platforms predefine it, e.g., cygwin. * add simplified sed expressions in CF_IMAKE_CFLAGS configure script macro to ensure value for PROJECTROOT is quoted on Solaris, i.e., when nested \( and \) are not interpreted correctly. * correct DEC rectangle operations to reset state after completing the operations. * modify CASE_ST handling in charproc.c to ensure that the parse state is reset even if xterm is not currently processing an OSC or other string (patch by Johnny Billquist forwarded by Matthias Scheler, NetBSD xsrc/29003). * fix OS/2 build for innotek_libc (patch by David Yeo). * fix a regression from patch #197 fix for Debian #277832 which disowned the selection if it was scrolled, e.g., by the user pressing return at the bottom of the screen (Debian #291787). * move the warning/exit for missing $DISPLAY into the error handler in case -display is given, and the connect fails for some other reason.
2005-02-05Make xterm build on Darwin by defining USE_POSIX_TERMIOS as on otherminskim2-1/+15
BSDs.
2005-02-05Update xterm to 199.minskim2-5/+5
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
2004-12-21Update xterm to 197.minskim7-104/+5
Mainly bug fixes. See http://dickey.his.com/xterm/xterm.log.html for the complete changelog.
2004-12-16Use distfile with a version number in its filename (xterm-196.tgz).minskim2-8/+6
The previous distfile (xterm.tar.gz) was updated to the new version (197).
2004-10-21Use POSIX termios on Interix.minskim2-1/+15
2004-10-21Use initgroups(3) only when it is available.minskim5-12/+42
2004-10-16Add patch missed in the previous commit, which replaces setpgrp withminskim2-1/+17
setpgid when setpgrp is not available.
2004-10-16Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix).minskim4-1/+40
2004-08-16Update xterm to 196.minskim2-5/+5
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-05-14revert one line change in previous which shouldn't have beengrant1-2/+1
committed (yet)
2004-05-14correct manpage paths in INSTALL script and only use install scriptgrant2-3/+8
on Solaris.
2004-05-14Updated xterm to 188.grant4-261/+19
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
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-9/+4
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15Remove me as maintainer of this package.tron1-2/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-04Revert last change after buildlink2 problem was fixed by Johnny C. Lam.tron1-1/+2
2002-09-02Backout last change because it causes build failures.tron1-2/+1
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+2
have been converted to USE_BUILDLINK2.
2001-12-17Move "terminfo" handling into installation script so that it works fortron2-6/+10
binary packages.
2001-12-17Import new Solaris only "xterm" package:tron7-0/+346
Latest terminal emulator for the X Window System