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:           Fri Aug 21 08:07:35 UTC 2020

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.84 -r1.85 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.124 pkgsrc/x11/xterm/Makefile:1.125
--- pkgsrc/x11/xterm/Makefile:1.124     Mon Aug 17 20:20:40 2020
+++ pkgsrc/x11/xterm/Makefile   Fri Aug 21 08:07:34 2020
@@ -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

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.84 pkgsrc/x11/xterm/distinfo:1.85
--- pkgsrc/x11/xterm/distinfo:1.84      Sat Jul 18 19:25:51 2020
+++ pkgsrc/x11/xterm/distinfo   Fri Aug 21 08:07:34 2020
@@ -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