Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xterm x11/xterm: update to 359



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e948172437b5
branches:  trunk
changeset: 437335:e948172437b5
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Aug 21 08:07:34 2020 +0000

description:
x11/xterm: update to 359

Patch #359 - 2020/08/17

-add special case in WriteText to allow colors 8-15 to -override colorBDMode
(patch by Ingo Brückl).
-add utf8Weblike resource, to provide an alternate scheme for handling ill-formed
UTF-8 sequences (adapted from patch by Dan Gohman).
-improve computation for the number of lines needed to scroll-up a SIXEL graphic
(report/patch by Ben Wong).
-correct manpage description for default value of disallowWindowOps from changes
in xterm #331 (patch by Ben Wong).
-correct a loop starting-point in refresh_graphics from optimization in patch #358
changes (report by Ben Wong).
-add a new mouse mode 1016, which uses the same format as mode 1006, but sends
the mouse's position in pixels (suggested by Igor van den Hoven).
-fix an issue from patch #338 changes where only the first selection buffer
specified in the request would be updated using OSC 52 (patch by Michael Gulick).
-modify makefile/scripts to allow DESTDIR to prefix the target directory for
desktop-file-install (report by Fred Heitkamp).
-enable SIXEL feature by default.
-update config.guess, config.sub

Note: sixel-graphics should now be enabled by default.
Hence, I've removed the corresponding CONFIGURE_ARGS.
If you experience any issues please report and I'll add it back if needed.

diffstat:

 x11/xterm/Makefile |   6 ++----
 x11/xterm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r 624e08f40d21 -r e948172437b5 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Fri Aug 21 08:01:08 2020 +0000
+++ b/x11/xterm/Makefile        Fri Aug 21 08:07:34 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.124 2020/08/17 20:20:40 leot Exp $
+# $NetBSD: Makefile,v 1.125 2020/08/21 08:07:34 pin Exp $
 
-DISTNAME=      xterm-358
-PKGREVISION=   1
+DISTNAME=      xterm-359
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
@@ -20,7 +19,6 @@
 CONFIGURE_ARGS+=       --enable-256-color
 CONFIGURE_ARGS+=       --enable-paste64
 CONFIGURE_ARGS+=       --enable-readline-mouse
-CONFIGURE_ARGS+=       --enable-sixel-graphics
 
 CONFIGURE_ARGS.standard=       # empty
 CONFIGURE_ARGS.3d=             --with-Xaw3d
diff -r 624e08f40d21 -r e948172437b5 x11/xterm/distinfo
--- a/x11/xterm/distinfo        Fri Aug 21 08:01:08 2020 +0000
+++ b/x11/xterm/distinfo        Fri Aug 21 08:07:34 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.84 2020/07/18 19:25:51 pin Exp $
+$NetBSD: distinfo,v 1.85 2020/08/21 08:07:34 pin Exp $
 
-SHA1 (xterm-358.tgz) = 6b8823547a8342d6a2508e9bdab788f1a577f4d5
-RMD160 (xterm-358.tgz) = be9dc43c6b465f3c6ee9d64bb3aaed575165bc07
-SHA512 (xterm-358.tgz) = fa4769e1ab967b753ac349f968d6240c2eac1fc4f01ee7dace999492e221c6283af0bea0a72289760653cd4f833d08168e613beb3c89ac78dece8eb702d1ab3b
-Size (xterm-358.tgz) = 1421546 bytes
+SHA1 (xterm-359.tgz) = 5fb0d71cb20251d95b06e8e86786f4eb63be48dc
+RMD160 (xterm-359.tgz) = 246c85919fae499c316aaa82e90a0b11f3b94697
+SHA512 (xterm-359.tgz) = 277167e09d8568b4a2c6f65fb572fdd41ed4b8c93d9b1e37118dbd4f37a577544e16d639849b008b54b7c7c8746cd37a086cf3ed396c0cefbfcc085ca297609f
+Size (xterm-359.tgz) = 1424523 bytes



Home | Main Index | Thread Index | Old Index