Date: Thu, 30 Jun 2022 19:56:36 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8fea2417ecd5 - main - graphics/vulkan-loader: update to 1.3.219 Message-ID: <202206301956.25UJuaKf013606@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fea2417ecd5687600543a01f3bc2b737ad5ef68 commit 8fea2417ecd5687600543a01f3bc2b737ad5ef68 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-06-30 18:28:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-06-30 19:56:12 +0000 graphics/vulkan-loader: update to 1.3.219 Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.218...v1.3.219 Reported by: Repology, portscout --- graphics/vulkan-loader/Makefile | 3 +-- graphics/vulkan-loader/distinfo | 6 +++--- .../files/patch-loader_stack__allocation.h | 19 +++++++++++++++++++ graphics/vulkan-loader/pkg-plist | 2 +- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 322248ec23bc..d1acf11a31dc 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,7 +1,6 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v -DISTVERSION= 1.3.218 -PORTREVISION= 1 +DISTVERSION= 1.3.219 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo index 3a02090d3764..511909581251 100644 --- a/graphics/vulkan-loader/distinfo +++ b/graphics/vulkan-loader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655411717 -SHA256 (KhronosGroup-Vulkan-Loader-v1.3.218_GH0.tar.gz) = 0bbf731296f3bc97adf44b186b3c8b9d3fb9449e56cd0e6cf96a521093bf715f -SIZE (KhronosGroup-Vulkan-Loader-v1.3.218_GH0.tar.gz) = 1588150 +TIMESTAMP = 1656613689 +SHA256 (KhronosGroup-Vulkan-Loader-v1.3.219_GH0.tar.gz) = 4e52a9f0cab97cc73010159a29c8314b19593a928fd03507fe675d98212b746e +SIZE (KhronosGroup-Vulkan-Loader-v1.3.219_GH0.tar.gz) = 1590818 diff --git a/graphics/vulkan-loader/files/patch-loader_stack__allocation.h b/graphics/vulkan-loader/files/patch-loader_stack__allocation.h new file mode 100644 index 000000000000..bb28bb24278f --- /dev/null +++ b/graphics/vulkan-loader/files/patch-loader_stack__allocation.h @@ -0,0 +1,19 @@ +In file included from loader/asm_offset.c:26: +In file included from loader/loader.h:32: +In file included from loader/loader_common.h:32: +In file included from loader/vk_loader_platform.h:79: +loader/stack_allocation.h:34:10: fatal error: 'alloca.h' file not found +#include <alloca.h> + ^~~~~~~~~~ + +--- loader/stack_allocation.h.orig 2022-06-30 18:28:09 UTC ++++ loader/stack_allocation.h +@@ -30,8 +30,6 @@ + + #if defined(_WIN32) + #include <malloc.h> +-#else +-#include <alloca.h> + #endif + + #if defined(__linux__) || defined(__APPLE__) || defined(__Fuchsia__) || defined(__QNXNTO__) || defined(__FreeBSD__) diff --git a/graphics/vulkan-loader/pkg-plist b/graphics/vulkan-loader/pkg-plist index f928dfeb3bc1..c890c8fbcc5b 100644 --- a/graphics/vulkan-loader/pkg-plist +++ b/graphics/vulkan-loader/pkg-plist @@ -1,4 +1,4 @@ lib/libvulkan.so lib/libvulkan.so.1 -lib/libvulkan.so.1.3.218 +lib/libvulkan.so.1.3.219 libdata/pkgconfig/vulkan.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206301956.25UJuaKf013606>