pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/tmux misc/tmux: minor update to 3.2a.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ca354361abf
branches:  trunk
changeset: 771904:2ca354361abf
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Wed Dec 29 19:18:39 2021 +0000

description:
misc/tmux: minor update to 3.2a.

CHANGES FROM 3.2 TO 3.2a

* Add an "always" value for the "extended-keys" option; if set then tmux will
  forward extended keys to applications even if they do not request them.

* Add a "mouse" terminal feature so tmux can enable the mouse on terminals
  where it is known to be supported even if terminfo(5) says otherwise.

* Do not expand the filename given to -f so it can contain colons.

* Fixes for problems with extended keys and modifiers, scroll region,
  source-file, crosscompiling, format modifiers and other minor issues.

diffstat:

 misc/tmux/Makefile                |   4 ++--
 misc/tmux/distinfo                |   9 ++++-----
 misc/tmux/patches/patch-configure |  24 ------------------------
 3 files changed, 6 insertions(+), 31 deletions(-)

diffs (56 lines):

diff -r 8852a5fa6d5e -r 2ca354361abf misc/tmux/Makefile
--- a/misc/tmux/Makefile        Wed Dec 29 17:54:38 2021 +0000
+++ b/misc/tmux/Makefile        Wed Dec 29 19:18:39 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2021/04/17 10:11:04 leot Exp $
+# $NetBSD: Makefile,v 1.57 2021/12/29 19:18:39 rhialto Exp $
 
-DISTNAME=      tmux-3.2
+DISTNAME=      tmux-3.2a
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tmux/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 8852a5fa6d5e -r 2ca354361abf misc/tmux/distinfo
--- a/misc/tmux/distinfo        Wed Dec 29 17:54:38 2021 +0000
+++ b/misc/tmux/distinfo        Wed Dec 29 19:18:39 2021 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.52 2021/10/26 10:59:34 nia Exp $
+$NetBSD: distinfo,v 1.53 2021/12/29 19:18:39 rhialto Exp $
 
-BLAKE2s (tmux-3.2.tar.gz) = cfecec160286fc7b33ed90db903ef579c067d52fb57985c24044a1aad548cefc
-SHA512 (tmux-3.2.tar.gz) = 63165495e838871c7f42ac1a6229ec2404acfa7d42c7a0070c89cb38712ac933676930392b0a10cbdd6059910ae46129257b90135c5846e85142e786482fd75e
-Size (tmux-3.2.tar.gz) = 646457 bytes
+BLAKE2s (tmux-3.2a.tar.gz) = 2920b18ece93e96496f2b1342d2112356b3ce427e8de4d5e91340740cea60341
+SHA512 (tmux-3.2a.tar.gz) = 6e52c7f5d03b2c8b8c4c8caac092a166956ba97334b426f2823d74dc5849a1d31a80145924f641f69dd2c244809e9350d9bd7070897fa2e3e1f9f086f9b2f365
+Size (tmux-3.2a.tar.gz) = 648394 bytes
 SHA1 (patch-compat_daemon-darwin.c) = e8feeb4b100e73ab197eb2fd776fa648a1da28e4
-SHA1 (patch-configure) = ec61c6a67a8da4b7552bb71643661b48b5e050e1
 SHA1 (patch-osdep-darwin.c) = 715b1e206add7d911edec381942706220ea2fbb6
diff -r 8852a5fa6d5e -r 2ca354361abf misc/tmux/patches/patch-configure
--- a/misc/tmux/patches/patch-configure Wed Dec 29 17:54:38 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-configure,v 1.5 2021/04/17 10:28:22 leot Exp $
-
-Avoid unportable `==' test(1) operator.
-
-Shared upstream via:
-
- <https://github.com/tmux/tmux/pull/2660>
-
---- configure.orig     2021-04-17 09:58:34.124050016 +0000
-+++ configure
-@@ -3030,10 +3030,10 @@ fi
- if test "x$enable_fuzzing" = xyes; then
-       $as_echo "#define NEED_FUZZING 1" >>confdefs.h
- 
--      test "x$CC" == x && CC=clang
--      test "x$FUZZING_LIBS" == x && \
-+      test "x$CC" = x && CC=clang
-+      test "x$FUZZING_LIBS" = x && \
-               FUZZING_LIBS="-fsanitize=fuzzer"
--      test "x$SAVED_CFLAGS" == x && \
-+      test "x$SAVED_CFLAGS" = x && \
-               AM_CFLAGS="-g -fsanitize=fuzzer-no-link,address"
- fi
- 



Home | Main Index | Thread Index | Old Index