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 Nov  1 17:52:04 UTC 2025

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 403

2025/10/19

    modify a special case which gives the expected width of Latin-1 characters to account for the allowC1Printable resource (Debian #1110771).
    modify run-tic.in to use ncurses tic's -o option in preference to the TERMINFO environment variable.
    adjust limits for built-in line-drawing characters (Debian #1109472).
    add note in manpage regarding environment variables which xterm removes (report by Ben Collver).
    modify resources eightBitSelectTypes and utf8SelectTypes to match names ignoring case.
    improve manpage description of comma-separated resource values (prompted by discussion with István Kopft).
    change default value for disallowedWindowOps resource (prompted by discussion with István Kopft).
    fix a mismatched pointer in free in error-handling of a table lookup of resource initialization (report/patch by István Kopft).
    update tables in wcwidth.c based on Unicode 17.0.0
    update config.guess, config.sub


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.121 -r1.122 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.162 pkgsrc/x11/xterm/Makefile:1.163
--- pkgsrc/x11/xterm/Makefile:1.162     Fri Sep 19 13:55:49 2025
+++ pkgsrc/x11/xterm/Makefile   Sat Nov  1 17:52:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.162 2025/09/19 13:55:49 pin Exp $
+# $NetBSD: Makefile,v 1.163 2025/11/01 17:52:04 pin Exp $
 
-DISTNAME=      xterm-402
+DISTNAME=      xterm-403
 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.121 pkgsrc/x11/xterm/distinfo:1.122
--- pkgsrc/x11/xterm/distinfo:1.121     Fri Sep 19 13:55:49 2025
+++ pkgsrc/x11/xterm/distinfo   Sat Nov  1 17:52:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.121 2025/09/19 13:55:49 pin Exp $
+$NetBSD: distinfo,v 1.122 2025/11/01 17:52:04 pin Exp $
 
-BLAKE2s (xterm-402.tgz) = b10e2c858a783cb052807307d705cf8246c4f4426c31876706116c640b02b979
-SHA512 (xterm-402.tgz) = 00fd41f200e2cacb391c81fa2c003d7dc738a4773333b3af6f290b2de5d773159a8dc37da48ef28f30f6fb1b856f0048b271b9a2af795052ca5e607e025b7dc8
-Size (xterm-402.tgz) = 1612990 bytes
+BLAKE2s (xterm-403.tgz) = 58140a8bfa938555fbb35846583a0cc15bc7324a8973baf42eba486375622840
+SHA512 (xterm-403.tgz) = 02847566386c469a303bd523ad2d6c0d785612f327485e28ec78d17ca730475ec74f8e6feebd4e8d29745dbcf62a009983d7dcf3c573bc4998b29cd79c663265
+Size (xterm-403.tgz) = 1615373 bytes



Home | Main Index | Thread Index | Old Index