Page MenuHomeFreeBSD

x11-wm/hikari: Update to 1.0.0-alpha4
ClosedPublic

Authored by 0mp on Feb 15 2020, 6:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 21, 12:09 PM
Unknown Object (File)
Tue, Oct 21, 12:08 PM
Unknown Object (File)
Tue, Oct 21, 12:08 PM
Unknown Object (File)
Tue, Oct 21, 12:08 PM
Unknown Object (File)
Tue, Oct 21, 12:28 AM
Unknown Object (File)
Oct 10 2025, 2:15 AM
Unknown Object (File)
Oct 4 2025, 5:05 AM
Unknown Object (File)
Sep 27 2025, 7:30 AM

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jbeich added inline comments.
Makefile
38 ↗(On Diff #68361)

Already reviewed a similar line in D23544#517406:

  • wlroots package already depends on xwayland-devel, hikari itself doesn't launch Xwayland binary
  • RUN_DEPENDS would ignore xwayland-devel if Xwayland binary from xwayland (non-devel) package is already installed
  • hikari with X11 may fail to build if wlroots was built without X11, so if you care about such unusual scenario add ${LOCALBASE}/include/wlr/xwayland.h:x11-toolkits/wlroots to BUILD_DEPENDS
ports_xanderio.de marked an inline comment as done.
This revision is now accepted and ready to land.Feb 18 2020, 6:53 PM
0mp edited reviewers, added: ports_xanderio.de; removed: 0mp.

I'm on it!

This revision was automatically updated to reflect the committed changes.