$ cat x11-toolkits/qt5-gui/Makefile.local BUILD_DEPENDS+= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers $ poudriere testport -j 121amd64 x11-toolkits/qt5-gui [...] ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%QT_INCDIR%%/QtVulkanSupport/%%FULLVER%%/QtVulkanSupport/private/qbasicvulkanplatforminstance_p.h Error: Orphaned: %%QT_INCDIR%%/QtVulkanSupport/%%FULLVER%%/QtVulkanSupport/private/qvkconvenience_p.h Error: Orphaned: %%QT_INCDIR%%/QtVulkanSupport/QtVulkanSupport Error: Orphaned: %%QT_INCDIR%%/QtVulkanSupport/QtVulkanSupportDepends Error: Orphaned: %%QT_INCDIR%%/QtVulkanSupport/QtVulkanSupportVersion Error: Orphaned: %%QT_INCDIR%%/QtVulkanSupport/qtvulkansupportversion.h Error: Orphaned: %%QT_CMAKEDIR%%/Qt5VulkanSupport/Qt5VulkanSupportConfig.cmake Error: Orphaned: %%QT_CMAKEDIR%%/Qt5VulkanSupport/Qt5VulkanSupportConfigVersion.cmake Error: Orphaned: %%QT_LIBDIR%%/libQt5VulkanSupport.a Error: Orphaned: %%QT_LIBDIR%%/libQt5VulkanSupport.prl Error: Orphaned: %%QT_MKSPECDIR%%/modules/qt_lib_vulkan_support_private.pri ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1
I wonder whether just depending on it would be fine.
A commit references this bug: Author: adridg Date: Tue Nov 19 14:03:38 UTC 2019 New revision: 517970 URL: https://svnweb.freebsd.org/changeset/ports/517970 Log: Add vulkan dependency to x11-toolkits/qt5-gui If the Vulkan headers are installed, builds would fail with extra artifacts produced. Since those headers are small, header-only, and only drag in cmake which is probably needed by dependencies anyway, push Vulkan forward. PR: 242017 Submitted by: jbeich Changes: head/x11-toolkits/qt5-gui/Makefile head/x11-toolkits/qt5-gui/pkg-plist