Created attachment 213973 [details] update patch Changelog: * add layer-shell support * add begin/end action to bindings * add "remove word" to input handling * allow Ctrl-C and Ctrl-D to cancel modes * add `step` configuration * support xdg toplevel decoration events (fixes `alacritty` issues) * add symmetric resize operations * add dynamic layout scaling * added desktop file
Comment on attachment 213973 [details] update patch Please, don't use DOS/Windows line-endings in patches except for files/patch-* which follow whatever vendor uses. $ patch -si /path/to/file_246075.txt 3 out of 3 hunks failed--saving rejects to Makefile.rej 1 out of 1 hunks failed--saving rejects to distinfo.rej $ patch --ignore-whitespace -si /path/to/file_246075.txt $ svn diff svn: E135000: File '/usr/ports/x11-wm/hikari/Makefile' has inconsistent newlines svn: E135000: Inconsistent line ending style svn: E200042: Additional errors:
A commit references this bug: Author: jbeich Date: Fri May 1 18:32:39 UTC 2020 New revision: 533578 URL: https://svnweb.freebsd.org/changeset/ports/533578 Log: x11-wm/hikari: update to 1.1.0 Changes: https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md PR: 246075 Submitted by: Alexander Sieg (maintainer) Changes: head/x11-wm/hikari/Makefile head/x11-wm/hikari/distinfo
@raichoo, do you have a clue why this release fails to build on non-x86 architectures? - 11.3 aarch64 - https://reviews.freebsd.org/P382 - 11.3 armv6 - https://reviews.freebsd.org/P383 - 12.1 armv7 - https://reviews.freebsd.org/P381
Ah, builds fine with DISABLE_MAKE_JOBS=1. wayland-scanner hits a race only on non-x86 because it's slow due to qemu-user-static.