svn commit: r535355 - head/devel/vulkan-tools

Jan Beich jbeich at FreeBSD.org
Sat May 16 06:31:08 UTC 2020


Author: jbeich
Date: Sat May 16 06:31:07 2020
New Revision: 535355
URL: https://svnweb.freebsd.org/changeset/ports/535355

Log:
  devel/vulkan-tools: point BROKEN to upstream issue

Modified:
  head/devel/vulkan-tools/Makefile   (contents, props changed)

Modified: head/devel/vulkan-tools/Makefile
==============================================================================
--- head/devel/vulkan-tools/Makefile	Sat May 16 06:05:35 2020	(r535354)
+++ head/devel/vulkan-tools/Makefile	Sat May 16 06:31:07 2020	(r535355)
@@ -53,7 +53,7 @@ CMAKE_ARGS+=	-DCUBE_WSI_SELECTION:STRING="XLIB"
 CMAKE_ARGS+=	-DCUBE_WSI_SELECTION:STRING="WAYLAND"
 .else
 CMAKE_ARGS+=	-DCUBE_WSI_SELECTION:STRING="DISPLAY"
-BROKEN=		fails to build
+BROKEN=		https://github.com/KhronosGroup/Vulkan-Headers/issues/122
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list