pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xterm
Module Name: pkgsrc
Committed By: pin
Date: Mon Mar 14 13:27:20 UTC 2022
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Removed Files:
pkgsrc/x11/xterm/patches: patch-graphics__sixel.c
Log Message:
x11/xterm: update to 372
Patch #372 - 2022/03/09
-amend allocation/freeing of scrollback lines, eliminating an adjustment for
status-line added in patch #371 (report/testcase by Rajeev V. Pillai).
Patch #371 - 2022/02/24
-drop double-buffer default from test-packages, since that interferes with
status-line.
-add faceSize7 to table in charproc.c, overlooked in patch #360 (patch by
Vladimir A. Pavlov).
-use XDrawString rather than XDrawString16 for text when the latter is not
needed.
-improve performance for initializing/reusing graphic objects in the SIXEL
feature.
-improve error-checking for resize.
-fix errata in manual page (Debian #988221).
-extended list of environment variables to purge on startup, i.e., in case a
user starts xterm from another terminal emulator.
-add comment in cursor.c to explain why autowrap (DECAWM) does not apply to
data saved/restored with save/restore cursor-operations (report by Thomas
Wolff).
-add special case in generating the combining-character table in wcwidth.c,
for Hangul Jamo Extended-B (report by Luis Javier Merino).
-simplify/improve portability of trap commands in shell-scripts.
-update configure options
--disable-rectangles,
--disable-tcap-fkeys and
--disable-tcap-query
to account for changed default settings.
-rather than ignore empty parameter for setting title, use that to reset it
to “xterm” for scripting.
-check for out-of-bounds condition while drawing sixels, and quit that
operation (report by Nick Black).
-add fallback definition for PROJECTROOT so that a suitable default location
for luit will be compiled-in on build-servers.
-implement DEC status-line controls DECSASD/DECSSDT:
decode controls, set state
implement DECRQSS responses
implement indicator-style status-line
add configure option --enable-status-line
add resource indicatorFormat
implement host-writable status-line, able to handle video-attributes and
simple left/right cursor movement. This disallows all of the DEC/xterm
private modes such as switching to/from the alternate screen.
move the status-line if the window is resized.
Note: the associated screen-resizing does not work for the special case
of TrueType fonts with double-buffering (see note in patch #349).
-modify configure-script fixup for -Werror options to exclude fixup for
-Werror=format, e.g., -Werror=format-security.
-amend change from patch #370; DEC 070's pseudo-code for DECCOLM incorrectly
suggests that it enables DECLRMM as a side-effect.
-fix some memory leaks seen using esctest and asan2 (patch by Luis Javier
Merino).
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.98 -r1.99 pkgsrc/x11/xterm/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/xterm/patches/patch-graphics__sixel.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xterm/Makefile
diff -u pkgsrc/x11/xterm/Makefile:1.136 pkgsrc/x11/xterm/Makefile:1.137
--- pkgsrc/x11/xterm/Makefile:1.136 Mon Jan 31 10:00:24 2022
+++ pkgsrc/x11/xterm/Makefile Mon Mar 14 13:27:20 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.136 2022/01/31 10:00:24 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2022/03/14 13:27:20 pin Exp $
-DISTNAME= xterm-370
-PKGREVISION= 1
+DISTNAME= xterm-372
CATEGORIES= x11
MASTER_SITES= ftp://ftp.invisible-island.net/xterm/
EXTRACT_SUFX= .tgz
Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.98 pkgsrc/x11/xterm/distinfo:1.99
--- pkgsrc/x11/xterm/distinfo:1.98 Mon Jan 31 10:00:24 2022
+++ pkgsrc/x11/xterm/distinfo Mon Mar 14 13:27:20 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.98 2022/01/31 10:00:24 wiz Exp $
+$NetBSD: distinfo,v 1.99 2022/03/14 13:27:20 pin Exp $
-BLAKE2s (xterm-370.tgz) = b0de2145c7c23212c323705804eac28a4398fcd0f77b386358a60b6445db3ffc
-SHA512 (xterm-370.tgz) = 24f1836c4f5aec175c45db77e9bc829b45ee2c93cf12c20252b22bee470392ef0637cfbbb6e90074b1c038ac023f74a4fb713bbd4abf2b5b86d064667caf38dd
-Size (xterm-370.tgz) = 1500208 bytes
-SHA1 (patch-graphics__sixel.c) = 690436769c6472555565e50a61923244ef89e851
+BLAKE2s (xterm-372.tgz) = 6dfecbb048e2a66a265437f03854a57a7f2ff0fd444e3696ca2e58e358ef90af
+SHA512 (xterm-372.tgz) = f65fee6227ca27be85569ec06f3701a6114489e036975d0fe37f3c71d7598d1b06c8689cfbda593a98418eec1417bd60b33e3978752b255989cfa0bb4ce332bf
+Size (xterm-372.tgz) = 1507107 bytes
Home |
Main Index |
Thread Index |
Old Index