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: Tue Jan 3 14:10:13 UTC 2023
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.101 -r1.102 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.139 pkgsrc/x11/xterm/Makefile:1.140
--- pkgsrc/x11/xterm/Makefile:1.139 Tue Oct 25 09:33:11 2022
+++ pkgsrc/x11/xterm/Makefile Tue Jan 3 14:10:12 2023
@@ -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
Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.101 pkgsrc/x11/xterm/distinfo:1.102
--- pkgsrc/x11/xterm/distinfo:1.101 Tue Oct 25 09:33:11 2022
+++ pkgsrc/x11/xterm/distinfo Tue Jan 3 14:10:12 2023
@@ -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