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
F151773810: D23700.id68495.diff
Fri, Apr 10, 2:08 PM
F151740844: D23700.id68495.diff
Fri, Apr 10, 9:15 AM
Unknown Object (File)
Mon, Apr 6, 3:28 PM
Unknown Object (File)
Sat, Apr 4, 11:16 AM
Unknown Object (File)
Sat, Apr 4, 5:48 AM
Unknown Object (File)
Fri, Apr 3, 4:32 PM
Unknown Object (File)
Fri, Apr 3, 5:06 AM
Unknown Object (File)
Thu, Apr 2, 7:30 PM

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.