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)
Thu, Mar 19, 7:59 PM
Unknown Object (File)
Thu, Mar 19, 12:39 PM
Unknown Object (File)
Thu, Mar 19, 6:33 AM
Unknown Object (File)
Tue, Mar 17, 5:24 AM
Unknown Object (File)
Mon, Mar 16, 11:51 AM
Unknown Object (File)
Mon, Mar 16, 3:29 AM
Unknown Object (File)
Sun, Mar 15, 4:07 PM
Unknown Object (File)
Sun, Mar 15, 9:48 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.