Received: by mail.netbsd.org (Postfix, from userid 605) id 9162384D2C; Tue, 3 Jan 2023 14:10:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C265984CDC for ; Tue, 3 Jan 2023 14:10:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WXONUhJ0i4tF for ; Tue, 3 Jan 2023 14:10:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 32B4884CD9 for ; Tue, 3 Jan 2023 14:10:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C002FA90; Tue, 3 Jan 2023 14:10:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672755013105480" MIME-Version: 1.0 Date: Tue, 3 Jan 2023 14:10:13 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/xterm To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230103141013.2C002FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672755013105480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1672755013105480 Content-Disposition: inline Content-Length: 1431 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1672755013105480--