pkgsrc/x11/xterm/Makefile

65 lines
1.7 KiB
Makefile
Raw Normal View History

2019-07-22 10:37:58 +02:00
# $NetBSD: Makefile,v 1.120 2019/07/22 08:37:58 nia Exp $
xterm: update to 344. Provided by Thomas Dickey in private email. Patch #344 - 2019/02/12 * add ASCII escape to default for disallowedPasteControls (prompted by discussion with Martin Hostettler). * fix typo in ctlseqs.ms (Robert Ross). * implement DEC Cyrillic NRCS (based on screenshots of vttest provided by Markus Schmidt). * correct control returning sixel geometry maximum versus actual size (patch by Ben Wong). * improve manual page for resize to clarify that resize does not execute the shell commands which it generates for setting environment variables. * improve memory-management for parser, to handle response strings that might occur with ENQ or when SRM mode is active (patch by Martin Hostettler). * change Comment text in uxterm's desktop file to work around a limitation of GNOME's GIO application (issue #940). The documentation reads: Searches desktop files for ones that match search_string. The return value is an array of strvs. Each strv contains a list of applications that matched search_string with an equal score. The outer list is sorted by score so that the first strv contains the best-matching applications, and so on. The algorithm for determining matches is undefined and may change at any time. * a check of zIconBeep resource was removed in double-buffer fix in patch #334. That is used to decide whether to handle struct-notify events. When xterm does handle the events, it may negotiate a new window-size with the window manager. In that case, the limitResize resource setting limited the new window-size to the screen-size. Amended that by eliminating the limit for this special case when double-buffer is configured, and restoring the check for zIconBeep when double-buffer is not configured (Debian #919475). * disallow recursion which could happen if a user configures the answerbackString resource with the ENQ code and experiments with that code when SRM is enabled (report by by Martin Hostettler). * add remaining credits in COPYING file. * modify run-tic.sh to check if it is using an older version of ncurses which does not support large terminal descriptions, and if so, remove a non-essential feature to keep within the 4096-byte legacy limit.
2019-02-15 21:00:01 +01:00
DISTNAME= xterm-344
CATEGORIES= x11
MASTER_SITES= ftp://ftp.invisible-island.net/xterm/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
2019-07-22 10:37:58 +02:00
HOMEPAGE= https://invisible-island.net/xterm/xterm.html
COMMENT= Latest terminal emulator for the X Window System
LICENSE= x11
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
GNU_CONFIGURE= yes
USE_TOOLS+= tbl pkg-config
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CONFIGURE_ARGS+= --enable-88-color
CONFIGURE_ARGS+= --enable-256-color
CONFIGURE_ARGS+= --enable-paste64
CONFIGURE_ARGS+= --enable-readline-mouse
CONFIGURE_ARGS.standard=# empty
CONFIGURE_ARGS.3d= --with-Xaw3d
CONFIGURE_ARGS.xpm= --with-Xaw3d
CONFIGURE_ARGS.neXtaw= --with-neXtaw
CONFIGURE_ARGS+= ${${CONFIGURE_ARGS.${XAW_TYPE}}:L}
INSTALLATION_DIRS= share/applications
.include "../../mk/bsd.prefs.mk"
.if ${X11_TYPE} == "modular"
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
CONFIGURE_ARGS+= --disable-imake
CONFIGURE_ARGS+= --enable-narrowproto
.endif
Update to 202, provided by Jeroen Ruigrok van der Werven in private mail. Add some options to the package. Changes: * add extended shift- and control-modifier cursor keys to "xterm+pcfkeys" terminfo entry to correspond to ncurses 20050430 patch. * fix a rare case where text would be written with the wrong colors because output of scrolled text would reset the colors and the new text would be written with the same colors * add environment variables $XTERM_SHELL and $XTERM_VERSION * corrected workaround for background color of menubar, which gave a too-broad expression, coloring the background of the VT100 widget unless overridden by another resource setting. * correct an error in the logic which decides when sched_yield() is run; it would occasionally hang when contending with other pseudo-terminal applications such as screen * improve resource files to show how the menubar and popup menus can be colored * modify parsing of OSC (and SOS, etc), strings so their contents are not interpreted as UTF-8. This allows non-ASCII title strings to be set, provided that the window manager complies (report by Thomas Wolff). * improved some of the built-in line-drawing glyphs. * correct color of "box" character drawn for line-drawing glyph 1 (report by Nicolas George). * improve behavior when switching to UTF-8 mode after startup so xterm will check if the current fonts are already wide (ISO10646-1). If they are not, xterm will use the utf8Fonts subresource to load appropriate fonts * modify logic for setting title-string so it applies to the current widget rather than the vt100 widget. * correct computation of width for wide characters with the invisible attribute * modify interaction between +u8 and locale resource to allow the command-line option to override the resource * ignore error in the I/O initialization that tries to set the tty to 7-bit input for the case where eightBitInput resource is false * modify command-processing to accept an optional parameter that tells xterm which shell program to use * correct logic of ReallocateBufOffsets() which did not copy the content of the old screen buffer to the proper location, making a repaint clear after switching to wide-character mode * implement the remaining pieces to make xterm allocate cells for wide-characters when the "UTF-8" menu entry is selected. Also, load the UTF-8 font when that menu entry is selected, or the escape sequence for UTF-8 mode is received
2005-06-04 19:42:31 +02:00
.if exists(/usr/include/wchar.h)
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
CONFIGURE_ARGS+= --enable-wide-chars
.endif
2006-11-06 11:10:58 +01:00
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
###
### For detection of XKB bell extension.
###
BUILDLINK_DEPMETHOD.libxkbfile?= build
.include "../../x11/libxkbfile/buildlink3.mk"
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
post-install:
${INSTALL_DATA} ${WRKSRC}/xterm.desktop \
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
${DESTDIR}${PREFIX}/share/applications && \
${INSTALL_DATA} ${WRKSRC}/uxterm.desktop \
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
${DESTDIR}${PREFIX}/share/applications
2008-09-09 13:11:29 +02:00
cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 && tbl xterm.1 \
> xterm.1.tbl && mv xterm.1.tbl xterm.1
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
.include "options.mk"
.include "../../mk/curses.buildlink3.mk"
2017-05-05 18:28:13 +02:00
.include "../../mk/termcap.buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
Update to xterm-235. Changes within pkgsrc: - Remove most options, as I see no reason not just to build them in by default (they shouldn't be intrusive). I also enabled a few features that weren't there before (mouse support for readline applications, support for the mini/built-in luit, paste64, etc.). - Build-in the toolbar by default. I patched xterm to disable the toolBar resource by default. - Include xaw.buildlink3.mk instead of libXaw/buildlink3.mk and add some code to configure xterm properly according to the user's preference. - Use @unexec ${RMDIR} ... when attempting to remove lib/X11/app-defaults. - Install xterm.desktop and uxterm.desktop to share/applications (I don't think this needs desktopdb.mk). - Added a 'debug' option which builds in support for event tracing. Also, if PKG_DEVELOPER=yes, tell configure to --enable-warnings. Patch #235 - 2008/04/20 * add control sequences for some of the recent resource/menu settings: * altSendsEscape (private mode 1039) * keepSelection (private mode 1040) * selectToClipboard (private mode 1041) * bellIsUrgent (private mode 1042) * popOnBell (private mode 1043) * add resource formatOtherKeys to provide an alternate escape sequence format for the modifyOtherKeys resource (request by Paul LeoNerd Evans). * adjust saved-cursor position if the window is resized while displaying the alternate screen (Novell #196880, Debian #383384). * improve pointer-checks to fix a bug exposed by resizing during initialization under StumpWM window manager (Fedora Bugzilla #437928). * modify unselectwindow() to ensure that the mouse pointer is not hidden after xterm loses focus (report by Jeremy Huddleston). * add special check for fd_mask on Mac OS X (report by Jeremy Huddleston). * add dylib to autoconf's suffix list used for checking the result from xmkmf, to work with Mac OS X (report by Jeremy Huddleston). * correct initialization of bold- and wide-, wide-bold fonts which may be set via the utf8Fonts subresource (Debian #347790). Patch #234 - 2008/03/02 * modify sinstall.sh to use POSIX locale to bypass GNU ls changes to date-format. * improved/refined changes for closing bitmap font (patch by Andrea Odetti). * improve resize computation for situations where the negotiation fails, by invoking the xterm widget's core-class resize method (Debian #365602, patch by Jim Paris). * restore initialization of terminal's VMIN and VTIME settings, from patch #232 changes (patch by Matthieu Herrb). Patch #233 - 2008/02/24 * add configure check for ttydefaults.h, include if needed, e.g., for systems where defining _POSIX_C_SOURCE, etc., prevents it from being included via termios.h (prompted by comments by Robert Delius Royar and Jeremy Huddleston). * patches from Alan Coopersmith. These correspond to bug-ids on bugs.opensolaris.org 4029911 fix a typo in manpage 4045962 xterm doesn't properly set ut_syslen 4192572 left-left-right misinterpreted as triple click * minor optimization to tab-initialization (patch by Nemeth Marton). * fix a case where an incorrect font was freed during initialization from patch #232 changes (patch by Andrea Odetti). * improve comparison used in SameFont function for GC-caching (Julien Cristau). * correct macro name used for default CKILL definition to work with Mac OS X (report by Jeremy Huddleston). Patch #232 - 2008/01/30 * corrected logic in a font-cache used for reverse-video (Debian #404079). * add control sequence to alter pointerMode at runtime. * add limit-checks for rectangle operation parameters (report by Martin Pirker). * modify minstall.sh to suppress $MANPAGER and $PAGER environment variables, which may interfere with redirecting output of man to a shell variable (report/patch by Zdenek Sekera). * do not try to hide mouse pointer in the tek4014 window, fixes broken "-t" option at startup from patch #230 changes (report by Robert K. Nelson). * correct datatype used when drawing tek4014 data using xterm compiled for wide-characters, on big-endian machines (reports by Jeremy Huddleston, Harald Hanche-Olsen, Martin Costabel, Merle Reinhart). * modify to cache the font-names along with the bitmap font data, to improve comparison of fonts. * modify to allow building with configure options --disable-ansi-color and --disable-leaks (Debian #459817, report/patch by Nemeth Marton). * modify to allow building with configure options --enable-wide-chars and --disable-c1-print (Debian #459816, report/patch by Nemeth Marton). * add pointerMode resource to control whether and when the pointer cursor is hidden as the user types. * simplify initialization of ttyMode- and related characters using a table. * modify initialization-logic for stty values that correspond to ltchars structure and the BSD TIOCSLTC ioctl (susp, dsusp, rprnt flush, werase, lnext). These were reset to constants for both termios and legacy interfaces immediately after asking the system for the existing values since X11R6.1, rather than using them to provide inherited values. While the legacy interface has some constraints, e.g., on HPUX, the POSIX or termios interface should not. Your shell may reset these anyway (prompted by patch by Ed Schouten). * improve logic for hiding/displaying pointer-cursor (report by Mark Brukhartz). * add limit-checks to tabs.c, increase maximum column for setting tab-stops from 320 to 1024 (report by Nemeth Marton). * correct length, i.e., number of types of selection targets, computed by ConvertSelection() when not handling wide characters for the XA_TARGETS() case. This leaves an extra Atom on the end of the list which is not handled by Java applications. The problem was introduced in patch #151 (report by David Wood).
2008-04-21 19:10:40 +02:00
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"