From 4dc06c8065c263f4bb83eded0a0cb0f949e8a3d2 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Fri, 26 Jun 2026 13:18:05 -0400 Subject: [PATCH] vulkan-loader: update to 1.4.350.1 Co-Authored-By: Claude Sonnet 4.6 --- graphics/vulkan-loader/Portfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/graphics/vulkan-loader/Portfile b/graphics/vulkan-loader/Portfile index 5ae68a1d1ee..750c563d0ad 100644 --- a/graphics/vulkan-loader/Portfile +++ b/graphics/vulkan-loader/Portfile @@ -4,10 +4,10 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 -github.setup KhronosGroup Vulkan-Loader 1.4.335.0 vulkan-sdk- +github.setup KhronosGroup Vulkan-Loader 1.4.350.1 vulkan-sdk- github.tarball_from archive name vulkan-loader -revision 1 +revision 0 categories graphics devel license Apache-2 @@ -27,9 +27,11 @@ depends_build-append \ port:vulkan-headers \ path:bin/pkg-config:pkgconfig -checksums sha256 e1d7f598d42fa87b38fd7e984968c660e406168db64df8e8e23c5be3a66e9bd8 \ - rmd160 2ecca6ba5ae751027d0aaf48b0943659cfb37975 \ - size 1793888 +checksums rmd160 321ce4c477cf783b3920684d44dee9cb4142ca92 \ + sha256 602984a71000981e25e4feb419e6cdd70b18ffe2b8004f60f591706027bca468 \ + size 1800017 + +cmake.build_type Release # looked into /opt/local/include instead of the vulkan-headers include paths. # Corrected use off file(GLOB_RECURSE ...) . patchfiles vulkan-headers-find.patch