git: c46441f01803 - main - graphics/vulkan-headers: update to 1.3.217

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 09 Jun 2022 20:21:19 UTC
The branch main has been updated by jbeich:

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

commit c46441f01803a12bb8ab5609b82e6eb48d7f7577
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-06-09 11:29:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-06-09 20:19:50 +0000

    graphics/vulkan-headers: update to 1.3.217
    
    Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
    
    Changes:        https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.216...v1.3.217
    Reported by:    Repology, portscout
---
 graphics/libplacebo/Makefile     | 1 +
 graphics/vulkan-headers/Makefile | 2 +-
 graphics/vulkan-headers/distinfo | 6 +++---
 graphics/vulkan-loader/Makefile  | 1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile
index b0088076bee9..811521b8d0de 100644
--- a/graphics/libplacebo/Makefile
+++ b/graphics/libplacebo/Makefile
@@ -14,6 +14,7 @@ USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	haasn
 MESON_ARGS=	-Ddemos=false
+CFLAGS+=	-DVK_USE_PLATFORM_METAL_EXT # https://code.videolan.org/videolan/libplacebo/-/issues/201
 
 OPTIONS_DEFINE=	LCMS2 LIBUNWIND OPENGL TEST VULKAN
 OPTIONS_DEFAULT=LCMS2 LIBUNWIND OPENGL SHADERC
diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile
index 2eb2eeb997bc..315e297fae8a 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vulkan-headers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.216
+DISTVERSION=	1.3.217
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index 968935191d0e..81f9e8be6f27 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654173351
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.216_GH0.tar.gz) = 93f9a70ed9e956f3e0a1b41b71b6d030428cc3509e7e2b38d0ea6ba89b09f71e
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.216_GH0.tar.gz) = 1489212
+TIMESTAMP = 1654774178
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.217_GH0.tar.gz) = 004b4f7841bd912d1cc3f5ac5694d5dea2f944f10053451233b533874368df87
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.217_GH0.tar.gz) = 1501007
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index 3821bc27af6a..a406ee2c7c4e 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	vulkan-loader
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.216
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	jbeich@FreeBSD.org