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 Oct  4 05:15:01 UTC 2023

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 385

Patch #385 - 2023/10/01

 - fixes for ReGIS (report by Ben Wong).
     - correct conversion from HLS to RGB
     - improve font-caching performance.
 - update tables in wcwidth.c based on Unicode 15.1.0
 - improve fastScroll resource:
     - suppress screen-refreshes for carriage-returns
     - add -jf option to simplify use of this resource.
     - add a control sequence for enabling/disabling the resource.
     - enable this feature by default
 - extend title-stack feature to allow an additional parameter to directly
   access the stack, like the XTPUSHCOLORS and XTPOPCOLORS feature.
 - correct size and position of box shown for double-cell character which
   happens to be missing from the bitmap font (report by Peter Fabinski).
 - improved configure script:
     - add pattern for uClibc-ng to CF_XOPEN_SOURCE (report/patch by Waldemar
       Brodkorb).
     - add configure options --with-utmp-path and --with-wtmp-path to override
       configure script's check for utmp/wtmp pathnames which are shown in the
       manual (Debian #1042767).
     - CF_XOPEN_SOURCE provides for defining _DEFAULT_SOURCE for MinGW32 and
       MinGW64.
     - sed expression used to report gcc version now works with MinGW
 - ensure that line-attributes are reset after drawing missing character
   (report by Christian Weisgerber).
 - update config.guess, config.sub


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.107 -r1.108 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.147 pkgsrc/x11/xterm/Makefile:1.148
--- pkgsrc/x11/xterm/Makefile:1.147     Wed Aug  2 17:34:55 2023
+++ pkgsrc/x11/xterm/Makefile   Wed Oct  4 05:15:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.147 2023/08/02 17:34:55 pin Exp $
+# $NetBSD: Makefile,v 1.148 2023/10/04 05:15:01 pin Exp $
 
-DISTNAME=      xterm-384
+DISTNAME=      xterm-385
 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.107 pkgsrc/x11/xterm/distinfo:1.108
--- pkgsrc/x11/xterm/distinfo:1.107     Wed Aug  2 17:34:55 2023
+++ pkgsrc/x11/xterm/distinfo   Wed Oct  4 05:15:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.107 2023/08/02 17:34:55 pin Exp $
+$NetBSD: distinfo,v 1.108 2023/10/04 05:15:01 pin Exp $
 
-BLAKE2s (xterm-384.tgz) = 314b47dc15fd52e94d6eb689d23c2a2a415ccd1bb604c2b9b978929682eab114
-SHA512 (xterm-384.tgz) = f9fb2b3f4a58035dfa25063d4e401ca5a2f321d0eedb4cbaf92eeee38e92b4b107cc2f6520ef9c5e57a6cf2bc0f3363316af2b5840d89a0d6bda829ebe955ad8
-Size (xterm-384.tgz) = 1539955 bytes
+BLAKE2s (xterm-385.tgz) = 5f661f907232c1ce1a9a01b3db5f33f3fabe7ce99717c079c03c73d7933e694b
+SHA512 (xterm-385.tgz) = e00601a91238b6f0dc6cb973c928387ef7c41a3244cdb463d931c23e0ff93a76498b0d17ea90656a6bed7fcf0a24a788f1cbc02f1ff73e3fbc5ad0540f4982f7
+Size (xterm-385.tgz) = 1543993 bytes



Home | Main Index | Thread Index | Old Index