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:           Wed Jul 16 16:12:21 UTC 2025

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 401

Patch #401 - 2025/07/02

    adjust reported window-position by the shell window's border with in XTWINOPS 13, for better match with the position set via XTWINOPS 3, fixing a mismatch seen with esctest.
    improve ifdef'ing of infrequently-configured features.
    add vttests/query-allowed.pl, to illustrate OSC 60, 61, and 62.
    add OSC 62, to provide a list of features which can be specified to be disabled/enabled via resource settings or menus.
    restore a check needed for Debian #1084794, which was lost in the changes for patch #400 (report by Sean C Farley).
    correct spelling for "allowWindowOps" in OSC 61. The original spelling "allowWinOps" is still accepted.

Patch #400 - 2025/06/15

    improve configure check for X libraries to reduce duplicates.
    amend fix for (Debian #1084794 to ensure that non-linedrawing characters are drawn with Xft (report by Robert Ross).
    simplify/consolidate copyright notices where those were redundant.
    update/improve cleanup of environment variables.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.119 -r1.120 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.160 pkgsrc/x11/xterm/Makefile:1.161
--- pkgsrc/x11/xterm/Makefile:1.160     Fri May 30 07:38:38 2025
+++ pkgsrc/x11/xterm/Makefile   Wed Jul 16 16:12:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.160 2025/05/30 07:38:38 pin Exp $
+# $NetBSD: Makefile,v 1.161 2025/07/16 16:12:21 pin Exp $
 
-DISTNAME=      xterm-399
+DISTNAME=      xterm-401
 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.119 pkgsrc/x11/xterm/distinfo:1.120
--- pkgsrc/x11/xterm/distinfo:1.119     Fri May 30 07:38:38 2025
+++ pkgsrc/x11/xterm/distinfo   Wed Jul 16 16:12:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.119 2025/05/30 07:38:38 pin Exp $
+$NetBSD: distinfo,v 1.120 2025/07/16 16:12:21 pin Exp $
 
-BLAKE2s (xterm-399.tgz) = a56309ae2baa018eb58b63b9fd72b6738261c2c1f7d10d2928320edefc9bfd2c
-SHA512 (xterm-399.tgz) = dcd49cecabf434727acd11da4f676cf222821cdb55dd837a55f60c109d41406ae31ed362e9c65230c30aeb80db848842fc11d56bea5fe5051605a0d29c91793d
-Size (xterm-399.tgz) = 1605985 bytes
+BLAKE2s (xterm-401.tgz) = c03810938ecb4ee1b5e4331e867e0caac3850231825d38a0d5c43199baca7b4b
+SHA512 (xterm-401.tgz) = d9c61788ce1710cb5ba78ab2c21ab78b19287ca2af4a2de8eccca8518673007dcb3b04f236601f3b4b590e487e6131502dac0a71aeb1b05d48479f6c0bb0f8bc
+Size (xterm-401.tgz) = 1609360 bytes



Home | Main Index | Thread Index | Old Index