aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-06-21 18:13:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-06-22 06:14:45 +0000
commit45d3b106a15c640c680109be730c186d0c1a4188 (patch)
tree8ab6dd57f493dfa23d4963f8745ffad14b7ac183
parentfc344be7a0fe96b4ceb64912e8c7a4baaef7c5cc (diff)
downloadports-45d3b106a15c640c680109be730c186d0c1a4188.tar.gz
ports-45d3b106a15c640c680109be730c186d0c1a4188.zip
graphics/vulkan-tools: update to 1.2.182
-rw-r--r--graphics/vulkan-tools/Makefile5
-rw-r--r--graphics/vulkan-tools/distinfo8
-rw-r--r--graphics/vulkan-tools/files/patch-werror6
3 files changed, 6 insertions, 13 deletions
diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile
index c21d9369339d..cb6575a3dba8 100644
--- a/graphics/vulkan-tools/Makefile
+++ b/graphics/vulkan-tools/Makefile
@@ -1,11 +1,8 @@
PORTNAME= vulkan-tools
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.181
+DISTVERSION= 1.2.182
CATEGORIES= graphics
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+= 02897e9cb615.patch:-p1 # https://github.com/KhronosGroup/Vulkan-Tools/pull/536
-
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Tools and demos for the Vulkan graphics API
diff --git a/graphics/vulkan-tools/distinfo b/graphics/vulkan-tools/distinfo
index 0ea6f770aaec..85bca30da68d 100644
--- a/graphics/vulkan-tools/distinfo
+++ b/graphics/vulkan-tools/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1623697343
-SHA256 (KhronosGroup-Vulkan-Tools-v1.2.181_GH0.tar.gz) = 903e03264d6dedc8c9d73d5044f0886e60de79b6849a062c3bd9a69a7667d069
-SIZE (KhronosGroup-Vulkan-Tools-v1.2.181_GH0.tar.gz) = 846689
-SHA256 (02897e9cb615.patch) = 040384f564b8d174a17a9236bdfd80deac8ec848c37cea9049cbeb2f25574215
-SIZE (02897e9cb615.patch) = 1120
+TIMESTAMP = 1624299185
+SHA256 (KhronosGroup-Vulkan-Tools-v1.2.182_GH0.tar.gz) = 50c959851230d1daba20235167faced7b7686ebe5d9e626dfb1fe5c92fa30b9e
+SIZE (KhronosGroup-Vulkan-Tools-v1.2.182_GH0.tar.gz) = 847991
diff --git a/graphics/vulkan-tools/files/patch-werror b/graphics/vulkan-tools/files/patch-werror
index 4ec9e9c6c9ca..e6a979defc7c 100644
--- a/graphics/vulkan-tools/files/patch-werror
+++ b/graphics/vulkan-tools/files/patch-werror
@@ -1,9 +1,9 @@
Silence Clang warnings that GCC ignores
https://github.com/KhronosGroup/Vulkan-Tools/issues/532
---- cube/cube.cpp.orig 2021-06-14 19:02:23 UTC
+--- cube/cube.cpp.orig 2021-06-21 18:13:05 UTC
+++ cube/cube.cpp
-@@ -405,16 +405,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM
+@@ -405,14 +405,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM
#endif
#if defined(VK_USE_PLATFORM_WAYLAND_KHR)
@@ -15,8 +15,6 @@ https://github.com/KhronosGroup/Vulkan-Tools/issues/532
-
-static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {}
-
--static const wl_shell_surface_listener shell_surface_listener = {handle_ping, handle_configure, handle_popup_done};
--
static void pointer_handle_enter(void *data, struct wl_pointer *pointer, uint32_t serial, struct wl_surface *surface, wl_fixed_t sx,
wl_fixed_t sy) {}