From 74e3e5efd3a8d2109afd4c099ecd6f2cd3079188 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 10 Jun 2020 09:26:32 +1000 Subject: [PATCH 1/2] Drain ui-out to avoid deadlock with small pipe buffers --- test/run | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run b/test/run index 209376a7..3fa67c2a 100755 --- a/test/run +++ b/test/run @@ -68,6 +68,7 @@ main() { fi finished_commands |$root/../src/kak -p "$session" 2>/dev/null + cat <&4 >/dev/null wait $kakpid retval=$? From df84a41e069bd4c85c641331de07e476ea243d07 Mon Sep 17 00:00:00 2001 From: "Fred. G" <66418810+fredg0@users.noreply.github.com> Date: Mon, 15 Jun 2020 10:18:46 +0200 Subject: [PATCH 2/2] Update OpenBSD's README tip I have made an OpenBSD port. It is now available for -current. --- README.asciidoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 2abc4c3d..b9852bc1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -221,7 +221,7 @@ pkg install kakoune [TIP] .OpenBSD ==== -Building on OpenBSD 6.6 amd64. +Building on OpenBSD 6.7 amd64. -------------------------------------------------- # pkg_add git gmake @@ -231,6 +231,14 @@ Building on OpenBSD 6.6 amd64. # gmake install -------------------------------------------------- +Kakoune is available in the 6.7-current port tree as +http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/kakoune/[editors/kakoune] + +A binary package is also available for -current snapshot and can be installed with +-------------------------------------------------- +# pkg_add kakoune +-------------------------------------------------- + Running with support for plugins. -------------------------------------------------- # pkg_add dash