Created attachment 273307 [details] patch Iām updating the vulkan suite, so bringin this one too
(In reply to Olivier Cochard from comment #0) Hi Olivier, thanks for the patch. SPIRV-Tools port has used dated releases (e.g. v2026.2). So, I'm now waiting the release v2026.3, which should point the same commit as the vulkan-sdk-1.4.357.0 tag. Waiting for comments from upstream developers at https://github.com/KhronosGroup/SPIRV-Tools/issues/6814.
(In reply to Hiroki Tagato from comment #1) ok, I have the same problem of one vulkan part that always lagging behind the others too.
(In reply to Olivier Cochard from comment #2) Still being no tag for v2026.3, I have decided to update the port to v2026.3.rc1. For non-GCC compilers, that is essentially equivalent to vulkan-sdk-1.4.357.0. I would prefer not to change the versioning scheme since that might affect dependent ports.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6a55074926900a7c70faabf21f8b0776eafb56d commit f6a55074926900a7c70faabf21f8b0776eafb56d Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-08-06 08:17:49 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-08-06 08:19:49 +0000 graphics/spirv-tools: Update to 2026.3.rc1 Changelog: https://github.com/KhronosGroup/SPIRV-Tools/blob/v2026.3.rc1/CHANGES PR: 297161 Reported by: olivier Co-authored-by: Olivier Cochard <olivier@freebsd.org> graphics/spirv-tools/Makefile | 6 +++--- graphics/spirv-tools/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-)
Committed, thanks!