git: 45d3b106a15c - main - graphics/vulkan-tools: update to 1.2.182
Jan Beich
jbeich at FreeBSD.org
Tue Jun 22 06:16:51 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=45d3b106a15c640c680109be730c186d0c1a4188
commit 45d3b106a15c640c680109be730c186d0c1a4188
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-06-21 18:13:05 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-06-22 06:14:45 +0000
graphics/vulkan-tools: update to 1.2.182
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.2.181...v1.2.182
Reported by: portscout
---
graphics/vulkan-tools/Makefile | 5 +----
graphics/vulkan-tools/distinfo | 8 +++-----
graphics/vulkan-tools/files/patch-werror | 6 ++----
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 at 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)
@@ -14,8 +14,6 @@ https://github.com/KhronosGroup/Vulkan-Tools/issues/532
-static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {}
-
-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) {}
More information about the dev-commits-ports-all
mailing list