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:           Sat Sep  5 10:48:39 UTC 2026

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 411

Patch #411 - 2026/08/24

    add a case for DECSWT in VT520 mode (prompted by discussion with James Holderness).
    correct an index computation in VS15/VS16 logic for -emoji_width option (report by Arpit Jain).
    add ich1 to terminfo where appropriate.
    drop “GTK_*” from environment filtering (report by Stefan Klinger).
    fix a couple of places in terminfo which used BEL rather than ST.
    add DECSCUSR 7 for the “power-up” configuration, which can be different from the documented VT520 behavior (prompted by discussion with “heurist”).
    correct a limit-check added in patch #399, which resulted in regex-based selections to be limited to the first row of a wrapped line (Redhat #2479962).
    add resource brokenCopyArea, using that to control whether XCopyArea is used for indexing and scrolling, as well as inserting or deleting characters and lines.
    amend check for validity of C1 controls to check both whether wide-characters have been initialized, as well as whether the current encoding is UTF-8 (Debian #687699).
    call Cleanup directly when processing SIGHUP, because the process running in xterm may ignore a killpg sent to the top-level screen's process (Debian #243598).


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.127 -r1.128 pkgsrc/x11/xterm/distinfo

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.168 pkgsrc/x11/xterm/Makefile:1.169
--- pkgsrc/x11/xterm/Makefile:1.168     Wed May  6 09:30:38 2026
+++ pkgsrc/x11/xterm/Makefile   Sat Sep  5 10:48:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.168 2026/05/06 09:30:38 pin Exp $
+# $NetBSD: Makefile,v 1.169 2026/09/05 10:48:39 pin Exp $
 
-DISTNAME=      xterm-410
+DISTNAME=      xterm-411
 CATEGORIES=    x11
 MASTER_SITES=  https://invisible-island.net/archives/xterm/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.127 pkgsrc/x11/xterm/distinfo:1.128
--- pkgsrc/x11/xterm/distinfo:1.127     Wed May  6 09:30:38 2026
+++ pkgsrc/x11/xterm/distinfo   Sat Sep  5 10:48:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.127 2026/05/06 09:30:38 pin Exp $
+$NetBSD: distinfo,v 1.128 2026/09/05 10:48:39 pin Exp $
 
-BLAKE2s (xterm-410.tgz) = 25c08fba1f59dbf9bae2622b98ff14e9cf6dbd49795339218b6da4fee3f0d6f5
-SHA512 (xterm-410.tgz) = c00b77b82ae90407aebd6d19405e0be3be257941f23ac88aadcfa8b688eb7665ad4a02e9c0a5e987e01c60ee84afb80d1071a99822328646c1a921458d3911fd
-Size (xterm-410.tgz) = 1627227 bytes
+BLAKE2s (xterm-411.tgz) = 631f454409b3e21d47030f2d6ae49def28d46d0f5f1f3a5902363165d46ab995
+SHA512 (xterm-411.tgz) = 62dda0f252d73ae958c8635d3616837aed3a4fd41f20804775c78429cdcf8685ffb9e6995732479709d6a44ac579012f7473531e51d92558231a8d3edfcb69c9
+Size (xterm-411.tgz) = 1633400 bytes



Home | Main Index | Thread Index | Old Index