Created attachment 273431 [details] patch
Shaderc 2026.3 breaks builds on misc/koboldcpp and misc/ollama. So I put the update on hold for now. I will retry after updating relevant ports (spirv-tools and glang).
(In reply to Hiroki Tagato from comment #1) FYI Shaderc 2026.3 and previous releases are broken - they aren't in sync with other vulkan ports and are missing some newest Vulkan features. I've disabled Vulkan options in ollama and kobold until this is fixed in Vulkan, so you can check in this update for now.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=62da23345270752a697b51ee4c3e5593a7e2390f commit 62da23345270752a697b51ee4c3e5593a7e2390f Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-08-06 13:47:20 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-08-06 13:48:55 +0000 graphics/shaderc: Update to 2026.3 Changelog: https://github.com/google/shaderc/blob/v2026.3/CHANGES PR: 297259 Reported by: yuri Co-authored-by: Yuri Victorovich <yuri@freebsd.org> graphics/shaderc/Makefile | 5 ++--- graphics/shaderc/distinfo | 10 +++++----- graphics/shaderc/files/patch-system-glslang | 6 +++--- 3 files changed, 10 insertions(+), 11 deletions(-)
Committed, thanks!