pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xterm x11/xterm: update to 377



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0622f2489239
branches:  trunk
changeset: 391091:0622f2489239
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Jan 03 14:10:12 2023 +0000

description:
x11/xterm: update to 377

Patch #377 - 2022/11/25

 - add control sequences for reporting the current state of the modified keys
   options (XTQMODKEYS) and allowed/disallowed operations (XTQALLOWED),
   (prompted by discussion with Bram Moolenaar).
 - amend modifyOtherKeys case 2 to distinguish the escape character with
   modifiers, e.g., shift-escape, from a plain escape character (suggested by
   Bram Moolenaar).
 - improve parsing and error-recovery in the case where a list of X11 bitmap
   fonts is given in the -fn and related options.
 - change default for xftTrackMemUsage to false, because libXft has does not
   handle certain fonts.

Patch #376 - 2022/11/16

 - modify configure script to always check for gcc attributes,
 - update install-sh.
 - fix parsing of result -u in vttests/halves.pl.
 - add a note in ctlseqs.ms about compatibility of TBC.
 - fix a copy/paste error in manual (patch by Grady Martin).
 - add null-pointer checks in x_strcasecmp and x_strncasecmp, to help with
   error-recovery for a missing font (Debian #1022942).

diffstat:

 x11/xterm/Makefile |  4 ++--
 x11/xterm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r f69ce43e728a -r 0622f2489239 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Tue Jan 03 14:04:11 2023 +0000
+++ b/x11/xterm/Makefile        Tue Jan 03 14:10:12 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.139 2022/10/25 09:33:11 pin Exp $
+# $NetBSD: Makefile,v 1.140 2023/01/03 14:10:12 pin Exp $
 
-DISTNAME=      xterm-375
+DISTNAME=      xterm-377
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
diff -r f69ce43e728a -r 0622f2489239 x11/xterm/distinfo
--- a/x11/xterm/distinfo        Tue Jan 03 14:04:11 2023 +0000
+++ b/x11/xterm/distinfo        Tue Jan 03 14:10:12 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.101 2022/10/25 09:33:11 pin Exp $
+$NetBSD: distinfo,v 1.102 2023/01/03 14:10:12 pin Exp $
 
-BLAKE2s (xterm-375.tgz) = 21d186304973854061644fe3505f1f3e5ed9f003b34868effa670e6b16df336a
-SHA512 (xterm-375.tgz) = 5492320055348f5f0c42789a2e47ae2fba4c19f7d55f50c174948fc79ab011e52435755b302e1439390a4ba44316eaaa7b79ce0ad9a366e53a84cfb2c3565a51
-Size (xterm-375.tgz) = 1518304 bytes
+BLAKE2s (xterm-377.tgz) = 0c92be07b3561bbb0d84d4d4075c82e7e8174fb71a7f22494320bced9a5b97ca
+SHA512 (xterm-377.tgz) = e74fef6edae3162a7395e5654e78afcb3cb816dbfeabf46dacab48ed872a7aa7ee8c2be32f14a67d51bc207a2bc914cdc9b446985aed73240086e2320127f7c9
+Size (xterm-377.tgz) = 1527178 bytes



Home | Main Index | Thread Index | Old Index