diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-01-22 15:27:09 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-01-22 15:27:09 +0100 |
commit | e99188104bbddc2e3260a7505b9503d13911349e (patch) | |
tree | 3e8edbd6a9e8a7208733f8ebe7dd406f096f69cf /x11 | |
parent | 905ebc855c32c1186df9a26a0abac6a500d1203d (diff) |
x11/xterm: update to 377
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 2 | ||||
-rw-r--r-- | x11/xterm/distinfo | 4 | ||||
-rw-r--r-- | x11/xterm/patches/patch-charproc_c | 6 | ||||
-rw-r--r-- | x11/xterm/patches/patch-version_h | 2 | ||||
-rw-r--r-- | x11/xterm/patches/patch-xterm_man | 6 |
5 files changed, 9 insertions, 11 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index a0afed1..e0d8e62 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,5 +1,5 @@ COMMENT = terminal emulator for the X Window System. -DISTNAME = xterm-375 +DISTNAME = xterm-377 CATEGORIES = x11 diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index 4d7630f..4f9787d 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,2 +1,2 @@ -SHA256 (xterm-375.tgz) = MCxZor+B55xqcBUl13gWGiGNEjnyFWjYnivdMcAVIX8= -SIZE (xterm-375.tgz) = 1518304 +SHA256 (xterm-377.tgz) = 2xCP56Rdjtl+YEchtYRDtHNknmHiY2Mb+HWfhhipkLI= +SIZE (xterm-377.tgz) = 1527178 diff --git a/x11/xterm/patches/patch-charproc_c b/x11/xterm/patches/patch-charproc_c index d948210..5a7c50e 100644 --- a/x11/xterm/patches/patch-charproc_c +++ b/x11/xterm/patches/patch-charproc_c @@ -1,5 +1,3 @@ -$OpenBSD$ - Disable fontops completely BlinkCuror fix @@ -15,7 +13,7 @@ Index: charproc.c #endif Bres(XtNcursorUnderLine, XtCCursorUnderLine, screen.cursor_underline, False), -@@ -10151,7 +10151,7 @@ VTInitialize(Widget wrequest, +@@ -10225,7 +10225,7 @@ VTInitialize(Widget wrequest, screen->allowPasteControls = screen->allowPasteControl0; screen->allowSendEvents = screen->allowSendEvent0; screen->allowColorOps = screen->allowColorOp0; @@ -24,7 +22,7 @@ Index: charproc.c screen->allowMouseOps = screen->allowMouseOp0; screen->allowTcapOps = screen->allowTcapOp0; screen->allowTitleOps = screen->allowTitleOp0; -@@ -13213,7 +13213,7 @@ ReallyReset(XtermWidget xw, Bool full, Bool saved) +@@ -13287,7 +13287,7 @@ ReallyReset(XtermWidget xw, Bool full, Bool saved) InitCursorShape(screen, screen); xtermSetCursorBox(screen); #if OPT_BLINK_CURS diff --git a/x11/xterm/patches/patch-version_h b/x11/xterm/patches/patch-version_h index 3eabacf..b0a351e 100644 --- a/x11/xterm/patches/patch-version_h +++ b/x11/xterm/patches/patch-version_h @@ -4,7 +4,7 @@ Index: version.h --- version.h.orig +++ version.h @@ -42,7 +42,7 @@ - #define XTERM_DATE 2022-10-23 + #define XTERM_DATE 2022-11-25 #ifndef __vendorversion__ -#define __vendorversion__ "XTerm" diff --git a/x11/xterm/patches/patch-xterm_man b/x11/xterm/patches/patch-xterm_man index c0649ae..2105a65 100644 --- a/x11/xterm/patches/patch-xterm_man +++ b/x11/xterm/patches/patch-xterm_man @@ -3,7 +3,7 @@ Document OpenBSD specifics Index: xterm.man --- xterm.man.orig +++ xterm.man -@@ -2256,7 +2256,7 @@ The default is \*(``true\*(''. +@@ -2262,7 +2262,7 @@ The default is \*(``true\*(''. .B "allowMouseOps\fP (class\fB AllowMouseOps\fP)" Specifies whether control sequences that enable \fI\*n\fP to send escape sequences to the host on mouse-clicks and movement. @@ -12,7 +12,7 @@ Index: xterm.man .TP 8 .B "allowPasteControls\fP (class\fB AllowPasteControls\fP)" If true, allow control characters such as BEL and CAN to be pasted. -@@ -4524,11 +4524,11 @@ or clicks one of its buttons. +@@ -4531,11 +4531,11 @@ or clicks one of its buttons. .RS .TP 3 0 @@ -26,7 +26,7 @@ Index: xterm.man .TP 3 2 always. -@@ -8976,3 +8976,58 @@ Ross Combs, +@@ -8983,3 +8983,58 @@ Ross Combs, Stephen P.\& Wall, David Wexelblat, and Thomas Dickey (invisible\-island.net). |