git: c29b0277ab5c - main - benchmarks/vkmark: mark BROKEN after 15d6e92d1fe4

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 12 May 2022 14:43:17 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c29b0277ab5c6132e30143b22b82fb371be05877

commit c29b0277ab5c6132e30143b22b82fb371be05877
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-05-12 14:42:02 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-05-12 14:42:04 +0000

    benchmarks/vkmark: mark BROKEN after 15d6e92d1fe4
    
    ../src/vkutil/pipeline_builder.cpp:204:12: error: no matching constructor for initialization of 'ManagedResource<vk::Pipeline>'
        return ManagedResource<vk::Pipeline>{
               ^                            ~
    ../src/managed_resource.h:34:5: note: candidate constructor not viable: no known conversion from 'ResultValue<vk::Pipeline>' to 'vk::Pipeline' for 1st argument
        ManagedResource(T&& raw, Destructor&& destructor)
        ^
    ../src/managed_resource.h:40:5: note: candidate constructor not viable: requires single argument 'rhs', but 2 arguments were provided
        ManagedResource(ManagedResource&& rhs)
        ^
    ../src/managed_resource.h:28:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
    struct ManagedResource
           ^
    ../src/managed_resource.h:32:5: note: candidate constructor not viable: requires 0 arguments, but 2 were provided
        ManagedResource() = default;
        ^
---
 benchmarks/vkmark/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/benchmarks/vkmark/Makefile b/benchmarks/vkmark/Makefile
index 8a0d8d528e4b..79bd4a51de98 100644
--- a/benchmarks/vkmark/Makefile
+++ b/benchmarks/vkmark/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Vulkan benchmark
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING-LGPL2.1
 
+BROKEN=		https://github.com/vkmark/vkmark/issues/40
+
 BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers \
 		glm>0:math/glm
 LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader \