diff options
author | pin <pin@pkgsrc.org> | 2020-08-21 08:07:34 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-08-21 08:07:34 +0000 |
commit | 6213e76433074628da6c6b5482e943b958007e22 (patch) | |
tree | 0a28d60dfa776943400b47aa1287bab20b6e2209 /x11 | |
parent | 24d7bdfb47808a7cc65722b94e9fd6c2a13197fb (diff) | |
download | pkgsrc-6213e76433074628da6c6b5482e943b958007e22.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 6 | ||||
-rw-r--r-- | x11/xterm/distinfo | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index b2f3cc78dfa..d692b69c9c2 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -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-88-color 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 --git a/x11/xterm/distinfo b/x11/xterm/distinfo index d8c13202b4f..01b971a65e6 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -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 |