Bug 246075 - x11-wm/hikari: Update to 1.1.0
Summary: x11-wm/hikari: Update to 1.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-01 09:24 UTC by Alexander Sieg
Modified: 2020-05-01 18:51 UTC (History)
2 users (show)

See Also:


Attachments
update patch (2.63 KB, text/plain)
2020-05-01 09:24 UTC, Alexander Sieg
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Sieg 2020-05-01 09:24:21 UTC
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 1 Jan Beich freebsd_committer freebsd_triage 2020-05-01 18:31:39 UTC
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:
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-05-01 18:32:43 UTC
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
Comment 3 Jan Beich freebsd_committer freebsd_triage 2020-05-01 18:38:42 UTC
@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
Comment 4 Jan Beich freebsd_committer freebsd_triage 2020-05-01 18:51:14 UTC
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.