Currently kodi-devel has a WAYLAND option which is marked as BROKEN: WAYLAND_BROKEN= Requires default WAYLAND in graphics/mesa-libs and missing graphics/waylandpp port WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_CMAKE_ON= -DCORE_PLATFORM_NAME:STRING="wayland" \ -DWAYLAND_RENDER_SYSTEM:STRING="gl" WAYLAND_LIB_DEPENDS= libwayland-client++.so:graphics/waylandpp \ libxkbcommon.so:x11/libxkbcommon On systems have OPTION_SET=WAYLAND set, it breaks 'make index' because graphics/waylandpp cannot be found. Can we simply comment out this broken option?
A commit references this bug: Author: tobik Date: Tue Feb 27 19:29:08 UTC 2018 New revision: 463153 URL: https://svnweb.freebsd.org/changeset/ports/463153 Log: multimedia/kodi-devel: Unbreak INDEX with OPTION_SET=WAYLAND Remove the WAYLAND option for now. It depends on the non-existent graphics/waylandpp. PR: 226245 Reported by: lantw44@gmail.com Pointy hat: tobik Changes: head/multimedia/kodi-devel/Makefile
Sorry about that. It should work fine now. Can you confirm?
(In reply to Tobias Kortkamp from comment #2) No, it is still broken. make_index: /usr/ports/multimedia/kodi-devel: no entry for /usr/ports/graphics/waylandpp
(In reply to Tobias Kortkamp from comment #2) Sorry, I did the test wrongly. It works now.