update the comment in net/termshark; portgen can now cope with the v2
version of this, but it uses https://github.com/pkg/term which is broken on openbsd.
This commit is contained in:
parent
6165cd6a46
commit
f39c62eecb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2020/06/18 10:15:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2021/01/17 21:10:32 sthen Exp $
|
||||
|
||||
# 1.0.0 fails on aarch64, golang.org/x/sys@v0.0.0-20190416152802-12500544f89f
|
||||
# too old
|
||||
@ -6,7 +6,8 @@ ONLY_FOR_ARCHS = amd64 arm i386
|
||||
|
||||
COMMENT = terminal UI for tshark, inspired by Wireshark
|
||||
|
||||
# portgen go doesn't cope with github.com/gcla/termshark/v2 yet
|
||||
# there is also github.com/gcla/termshark, but it uses
|
||||
# github.com/pkg/term/termios which is broken on OpenBSD
|
||||
MODGO_MODNAME = github.com/gcla/termshark
|
||||
MODGO_VERSION = v1.0.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user