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 Jun 4 17:47:01 UTC 2024
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
x11/xterm: update to 392
Patch #392 - 2024/05/22
- improve input decoding for non-Latin1 character sets by preserving the sense of GL/GR.
- add resource preferLatin1 to simplify UPSS configuration (Gentoo #932154).
- build-fix for --disable-boxchars; patch #390 reuses that feature's code to draw the part of the DEC Technical character set which has no Unicode equivalent.
- modify #include of pty.h to work with musl (report by Khem Raj).
- improve definitions used in clock_gettime logic in graphics_sixel.c, as well as updating comments (patch by Ben Wong).
- amend allowC1Printable changes from patch #391, restoring a special case which caused C1 characters to be ignored (report/testcase by Dmytro Bagrii).
Patch #391 - 2024/05/12
- improve integration between UTF-8 and allowC1Printable.
- alter SIXEL HLS computation to make blue 0 degrees (patch by Ben Wong).
- disable SIXEL aspect-ratio, pending a rewrite (patch by Ben Wong).
- add resource incrementalGraphics (prompted by patch by Ben Wong).
- reorganize graphics_sixel.c as a step toward eliminating graphics buffer-size (integrated patch by Ben Wong).
- use __linux__ consistently rather than the older linux.
- build-fix for musl (report by Jonáš Vidra, adapted patch by Khem Raj):
- modify ifdef for USE_OPENPTY, changing test for __GLIBC__ to __linux__
- change ifdef's for _POSIX_SOURCE to _POSIX_VERSION
- modify ifdef for setsid to use a configure-script check for that function's existence and move the old check to imake fallbacks.
- minor consistency fixes for manpage.
- fix regression in patch #390: non-UTF8 text pasted as a XA_UTF8_STRING was not decoded (report by Petri Kaukasoina).
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.111 -r1.112 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.152 pkgsrc/x11/xterm/Makefile:1.153
--- pkgsrc/x11/xterm/Makefile:1.152 Fri Feb 23 17:26:28 2024
+++ pkgsrc/x11/xterm/Makefile Tue Jun 4 17:47:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.152 2024/02/23 17:26:28 pin Exp $
+# $NetBSD: Makefile,v 1.153 2024/06/04 17:47:01 pin Exp $
-DISTNAME= xterm-390
+DISTNAME= xterm-392
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.111 pkgsrc/x11/xterm/distinfo:1.112
--- pkgsrc/x11/xterm/distinfo:1.111 Fri Feb 23 17:26:28 2024
+++ pkgsrc/x11/xterm/distinfo Tue Jun 4 17:47:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.111 2024/02/23 17:26:28 pin Exp $
+$NetBSD: distinfo,v 1.112 2024/06/04 17:47:01 pin Exp $
-BLAKE2s (xterm-390.tgz) = 98ad66676876801d79db8a1e85a9b84c6e4ef2fc29b8b973ec268770aad5ed72
-SHA512 (xterm-390.tgz) = 865ae292a56635ec2811a950763da22cbbb4de463bee75b4595b7387a09227f612c5620986e431631c3d73fe783d862fd9a6694c54c33898327339467b7085b7
-Size (xterm-390.tgz) = 1580899 bytes
+BLAKE2s (xterm-392.tgz) = f9b888b9e16fb39b1a6473afc0263c941079098b5586f0c329615738df26ec8c
+SHA512 (xterm-392.tgz) = 41d19b3b8429ed193e37a926a62fe92083bf1b6675de6deac6b0ba408a0022f3592452378ac3b38d69c74312c61fbeff0e3255061bef7b810faa99ba1e09ed08
+Size (xterm-392.tgz) = 1584968 bytes
Home |
Main Index |
Thread Index |
Old Index