summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortnn <tnn>2009-05-22 19:52:02 +0000
committertnn <tnn>2009-05-22 19:52:02 +0000
commit17391b5a5e01d85748ffd79e713aa0cd9ea7011f (patch)
treec3ffecd0ff8a6adef57063d9339c375a778721e2 /x11
parent72827cf9b61e5a8d5c010b346fd7a69cf10c31d1 (diff)
downloadpkgsrc-17391b5a5e01d85748ffd79e713aa0cd9ea7011f.tar.gz
Update to xterm-243.
Patch #243 - 2009/3/28 * revert change to default for allowTcapOps (request by Bram Moolenaar). * reallocate result returned by xtermEnvLocale() to avoid reference to freed memory after handling menuLocale resource. * fix an old (X11R5) bug in tek4014 for switching fontsizes. * add resource defaultString to make configurable the use of "#" when pastes of UTF-8 text fail due to limitations in the current locale settings. * make the set of selection target Atom's configurable by two new resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in preference to UTF8_STRING (discussion with Stanislav Sedov regarding koi8rxterm and the FreeBSD port). * modify handling of TARGETS Atom by making it return exactly the set of targets as those which xterm is currently providing. * set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around /etc/man.conf's with those variables already set * improve error-checking of tcap-query parser. * add check for keyboard tcap), which ensures that terminal descriptions containing the same string for shifted/unshifted keys will be seen by tcap-query as only the unshifted key. (This would only happen with an incorrect terminal description). * fix conversion for input event-state to modifier-parameter which made tcap-query feature not work with tcapFunctionKeys (keyboard type tcap). * add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the default compiled-in values for "allowxxx" resources. * remove check on bell-percentage added in patch #242, which disallowed zero/negative values (Redhat Bugzilla #487829). Patch #242 - 2009/2/15 * fix configure check for XkbBell and provide appropriate parameter for it. * fix a caching problem with double-size fonts versus reverse video that could cause core dump. * repair double-size fonts from workaround used in patch #240. * add new section to the VT Fonts menu which allows enabling or disabling the font, termcap (tcap-query), title and window operations. * add fontWarnings resource, to control whether to show warnings on failure to load a font. * improve warnings for unloadable fonts introduced in patch #240 by limiting those to the cases where a font would be specified directly by a resource setting rather than a derived fontname. * further amend fix for Debian #252873 from patch #197 to treat a blank cell which does not have both foreground and background colored as a non-colored cell. This improves a special case where the cursor is on a blank cell which had foreground color scrolled in (report by Miroslav Lichvar). Also add the same logic when hiding cursor, so the outline matches the in-focus cursor. * modify internals to reduce places PAIRED_CHARS() is used, making WriteText() and ScrnWriteText() accept IChar array, as well as providing a wrapper for drawXtermText(). * change default XIM font from "*" to "fixed" to improve startup time in zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930). * typo in #240 log (Slava Semushin) Patch #241 - 2009/1/26 * improve checks for missing bitmap fonts, fallback to "fixed" as needed to work around broken font-packages (report by Jacek Luczak). * fix breakage from patch #240 changes for xtermAddInput() (patches by Jeff Chua, Julien Cristau). Patch #240 - 2009/1/25 * use plink.sh for linking xterm (suggested by Larry Doolittle). * add resource descriptions for input method to xterm manpage. * update configure script; consistently append to $CFLAGS rather than prepend. * add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts to be altered independently of install-bin * add -maximized command-line option and corresponding resource (prompted by alt.os.linux newsgroup comment). * modify translations of scrollbar widget using xtermAddInput() (see patch #181) to accept the actions that the vt100 widget accepts, such as shift-insert to perform a paste operation (request by Martin Zwickel). * change default for allowTcapsOpS resource to false, since it causes unexpected behavior for vim users with AltGr. * update config.guess, config.sub
Diffstat (limited to 'x11')
-rw-r--r--x11/xterm/Makefile4
-rw-r--r--x11/xterm/distinfo10
-rw-r--r--x11/xterm/patches/patch-aa10
3 files changed, 12 insertions, 12 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index ff27edc6020..808fbadf4fe 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2009/01/14 20:57:02 tnn Exp $
+# $NetBSD: Makefile,v 1.52 2009/05/22 19:52:02 tnn Exp $
-DISTNAME= xterm-239
+DISTNAME= xterm-243
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/ \
http://www.sfr-fresh.com/unix/misc/
diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo
index 2909d92f4f7..36dbcf7a6a6 100644
--- a/x11/xterm/distinfo
+++ b/x11/xterm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2009/01/14 20:57:02 tnn Exp $
+$NetBSD: distinfo,v 1.30 2009/05/22 19:52:02 tnn Exp $
-SHA1 (xterm-239.tgz) = 02a39f280043dd79aed02bf21d5ce2474b8a8a65
-RMD160 (xterm-239.tgz) = 4a489135093c11afbb5df2368a4de7e041d7f433
-Size (xterm-239.tgz) = 862405 bytes
-SHA1 (patch-aa) = f975c694ffd05be7d56adbaf55713fc694e9c997
+SHA1 (xterm-243.tgz) = 2d21f9ac13df846053b43d9fcf6ae70eaa63715a
+RMD160 (xterm-243.tgz) = 0099382feb4c6b97fb37fa77edebfb6903a38835
+Size (xterm-243.tgz) = 874033 bytes
+SHA1 (patch-aa) = 46076243c1b53d481b4cafe3d3f6f1f35291a153
diff --git a/x11/xterm/patches/patch-aa b/x11/xterm/patches/patch-aa
index 0e39ba9ace2..5dcdf6e0fe8 100644
--- a/x11/xterm/patches/patch-aa
+++ b/x11/xterm/patches/patch-aa
@@ -1,11 +1,11 @@
-$NetBSD: patch-aa,v 1.9 2008/08/01 23:14:47 bjs Exp $
+$NetBSD: patch-aa,v 1.10 2009/05/22 19:52:02 tnn Exp $
-One needs to explicitly enable building in the toolbar code, yet
+One needs to explicitly enable building in the toolbar code, yet
this turns it on by default, which not everyone wants.
Let's attempt to convince xterm of this here.
---- main.c.orig 2008-05-26 14:25:54.000000000 -0400
+--- main.c.orig 2009-01-24 17:08:01.000000000 +0100
+++ main.c
@@ -881,7 +881,7 @@ static XtResource application_resources[
Bres("sessionMgt", "SessionMgt", sessionMgt, True),
@@ -14,5 +14,5 @@ Let's attempt to convince xterm of this here.
- Bres(XtNtoolBar, XtCToolBar, toolBar, True),
+ Bres(XtNtoolBar, XtCToolBar, toolBar, False),
#endif
- };
-
+ #if OPT_MAXIMIZE
+ Bres(XtNmaximized, XtCMaximized, maximized, False),