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:           Sun Oct 18 08:27:54 UTC 2020

Modified Files:
        pkgsrc/x11/xterm: Makefile distinfo

Log Message:
x11/xterm: update to 361

Patch #361 - 2020/10/14

-treat the return value of strerror as readonly (patch by Philipp Klaus Krause).
-modify event-handling in CopyWait to work around hanging while writing large
amounts of text to an active icon and at the same time iconifying/deiconifying
(report by Dave Kemper).
-initialize double-buffer for active-icon window.
-improve manual page description of scrollbar resources
(report by Brian Lindholm).
-correct ifdef for menu entry for active-icon, when initializing it with toolbar
configuration.
-add preprocessor option to makefile to set internal definition of pixmaps
directory to match the install-configuration (FreeBSD #250036).
-cleanup of calls to free, removing checks for null (Walter Harms).
-add fallback actions pointer-button and pointer-motion which handle events for
the mouse control-sequences protocol if the select-related translations are
omitted with *omitTranslation:select (prompted by discussion with "Ergus")
-amend rule for using shift-key to override mouse-


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.86 -r1.87 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.126 pkgsrc/x11/xterm/Makefile:1.127
--- pkgsrc/x11/xterm/Makefile:1.126     Mon Sep 28 09:00:02 2020
+++ pkgsrc/x11/xterm/Makefile   Sun Oct 18 08:27:54 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.126 2020/09/28 09:00:02 pin Exp $
+# $NetBSD: Makefile,v 1.127 2020/10/18 08:27:54 pin Exp $
 
-DISTNAME=      xterm-360
+DISTNAME=      xterm-361
 CATEGORIES=    x11
 MASTER_SITES=  ftp://ftp.invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.86 pkgsrc/x11/xterm/distinfo:1.87
--- pkgsrc/x11/xterm/distinfo:1.86      Mon Sep 28 09:00:02 2020
+++ pkgsrc/x11/xterm/distinfo   Sun Oct 18 08:27:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.86 2020/09/28 09:00:02 pin Exp $
+$NetBSD: distinfo,v 1.87 2020/10/18 08:27:54 pin Exp $
 
-SHA1 (xterm-360.tgz) = dec2e02ada8627bfb78e4ca21a26dc0fb872a35f
-RMD160 (xterm-360.tgz) = 6661fbdda4a04703ad780b781a7d1cf54654a8c3
-SHA512 (xterm-360.tgz) = ffca51e21584e4b84b271a555bead45df1759a9e353d776fd7d8736fb001b71cfa14dc85336c01c304b4fc98297523b1a943792da73b453e1810b890671bb607
-Size (xterm-360.tgz) = 1431491 bytes
+SHA1 (xterm-361.tgz) = f6d145dbe1c0cee87c45c59f04ef63e38d7cbb76
+RMD160 (xterm-361.tgz) = 3c6d5d83066a1a545ec1238b0046f30d169562b5
+SHA512 (xterm-361.tgz) = 99e2a018729840c3ec8fe81d3cb305af249b641ceb40c2020f3cd4af3be7d88b6174a39fe8aa614d4ba1734af5f858762ffd68c9ee118ec3ef9030469583e852
+Size (xterm-361.tgz) = 1435017 bytes



Home | Main Index | Thread Index | Old Index