Our release is from 2016 and has several problems:

On startup, it breaks on new tmux.conf syntax:

        /etc/tmux.conf:8: unknown key: \\
        /etc/tmux.conf:15: usage: send-keys [-lRM] [-t target-pane] key ...

Even without a config (on a different machine), tmate complains that it
cannot find ssh-keygen, tl;dr: it's broken.

I quickly looked into building the latest releaes 2.4.0 but it failed on
amd64 not finding `SSO' and `errno' symbols, nothing I want to waste my
time on now.

OK to mark it BROKEN until someone fixes it?


Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/tmate/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    12 Jul 2019 20:49:53 -0000      1.7
+++ Makefile    26 Nov 2019 16:20:10 -0000
@@ -1,5 +1,7 @@
 # $OpenBSD: Makefile,v 1.7 2019/07/12 20:49:53 sthen Exp $
 
+BROKEN =       chokes on new tmux.conf syntax, does not find ssh-keygen(1)
+
 COMMENT =      instant terminal sharing based on tmux
 
 GH_ACCOUNT =   tmate-io

Reply via email to