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)
Wed, May 21, 3:11 PM
Unknown Object (File)
Tue, May 13, 7:14 AM
Unknown Object (File)
Apr 24 2025, 4:55 PM
Unknown Object (File)
Apr 15 2025, 4:35 AM
Unknown Object (File)
Apr 14 2025, 3:22 AM
Unknown Object (File)
Mar 13 2025, 6:50 PM
Unknown Object (File)
Feb 27 2025, 11:10 AM
Unknown Object (File)
Feb 27 2025, 7:55 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.