benchmarks/vkmark: unbreak build after f70aabfff8
../src/vulkan_state.cpp:72:8: error: explicit specialization of undeclared template struct 'isDispatchLoader'
72 | struct isDispatchLoader<::DebugUtilsDispatcher>
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~
../src/ws/kms_window_system.cpp:425:8: error: explicit specialization of undeclared template struct 'isDispatchLoader'
425 | struct isDispatchLoader<::GetFormatProperties2Dispatcher>
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
This commit is contained in:
@@ -4,8 +4,8 @@ PORTREVISION= 2
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= abc5fc849569.patch:-p1 # https://github.com/vkmark/vkmark/pull/80
|
||||
PATCHFILES+= ab3f3d709e2f.patch:-p1 # https://github.com/vkmark/vkmark/pull/80
|
||||
PATCHFILES+= 573820a061e9.patch:-p1 # https://github.com/vkmark/vkmark/pull/80
|
||||
PATCHFILES+= 9bf505fff7a2.patch:-p1 # https://github.com/vkmark/vkmark/pull/80
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Vulkan benchmark
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
TIMESTAMP = 1737621207
|
||||
SHA256 (vkmark-vkmark-2025.01_GH0.tar.gz) = 1ae362844344d0f9878b7a3f13005f77eae705108892a4e8abf237d452d37edc
|
||||
SIZE (vkmark-vkmark-2025.01_GH0.tar.gz) = 777201
|
||||
SHA256 (abc5fc849569.patch) = 10a5842d459d23260e4aabdf4309f3283a3986b95f3aaaf6c54756ee4f13f7f3
|
||||
SIZE (abc5fc849569.patch) = 947
|
||||
SHA256 (ab3f3d709e2f.patch) = f64346740b6f4dcd09181038efb1a9c2fcfdce04bb5384d4c9d6b8e973b4905a
|
||||
SIZE (ab3f3d709e2f.patch) = 1135
|
||||
SHA256 (573820a061e9.patch) = 778208e993c5f3d08b77f9e9bb82213e33434d2af11c990da97efb4e47bf8a7f
|
||||
SIZE (573820a061e9.patch) = 975
|
||||
SHA256 (9bf505fff7a2.patch) = 4cf6303f4f07299f38d3e6def0559dc0dfef97bb41743e1a3c6996d522bafa66
|
||||
SIZE (9bf505fff7a2.patch) = 1163
|
||||
|
||||
Reference in New Issue
Block a user