git: 7f556b9cc752 - main - graphics/vulkan-loader: update to 1.3.227
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 13:57:32 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f556b9cc7523996040397fd3c98aabe94808326
commit 7f556b9cc7523996040397fd3c98aabe94808326
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-09-08 17:03:21 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-09-09 13:41:29 +0000
graphics/vulkan-loader: update to 1.3.227
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.226...v1.3.227
Reported by: Repology, portscout
---
graphics/vulkan-loader/Makefile | 3 +--
graphics/vulkan-loader/distinfo | 6 +++---
.../files/patch-loader_CMakeLists.txt | 23 ----------------------
.../files/patch-loader_stack__allocation.h | 19 ------------------
graphics/vulkan-loader/pkg-plist | 2 +-
5 files changed, 5 insertions(+), 48 deletions(-)
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index f9fad65ef036..778294a453bc 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,7 +1,6 @@
PORTNAME= vulkan-loader
DISTVERSIONPREFIX= v
-PORTVERSION= 1.3.226
-PORTREVISION= 1
+PORTVERSION= 1.3.227
CATEGORIES= graphics devel
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/vulkan-loader/distinfo b/graphics/vulkan-loader/distinfo
index 89cfbde3365b..4c6f881c1791 100644
--- a/graphics/vulkan-loader/distinfo
+++ b/graphics/vulkan-loader/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662049465
-SHA256 (KhronosGroup-Vulkan-Loader-v1.3.226_GH0.tar.gz) = 992d8c7c9f85ac9e8a261a448a50f0ae602ac17964c1b2550894fc128c037226
-SIZE (KhronosGroup-Vulkan-Loader-v1.3.226_GH0.tar.gz) = 1596096
+TIMESTAMP = 1662656601
+SHA256 (KhronosGroup-Vulkan-Loader-v1.3.227_GH0.tar.gz) = 840e8ca943f418d92d39886bab55c6b1f997eec98e8f447d012ff9782d8ee43e
+SIZE (KhronosGroup-Vulkan-Loader-v1.3.227_GH0.tar.gz) = 1602057
diff --git a/graphics/vulkan-loader/files/patch-loader_CMakeLists.txt b/graphics/vulkan-loader/files/patch-loader_CMakeLists.txt
deleted file mode 100644
index 1d2bf1560b60..000000000000
--- a/graphics/vulkan-loader/files/patch-loader_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
--- The ASM compiler identification is Clang
--- Found assembler: /usr/bin/cc
-CMake Warning at loader/CMakeLists.txt:252 (message):
- Could not find working amd64 GAS assembler
-
- The build will fall back on building with C code
-
- Note that this may be unsafe, as the C code requires tail-call
- optimizations to remove the stack frame for certain calls. If the compiler
- does not do this, then unknown device extensions will suffer from a
- corrupted stack.
-
---- loader/CMakeLists.txt.orig 2022-03-15 19:06:40 UTC
-+++ loader/CMakeLists.txt
-@@ -186,7 +186,7 @@ else() # i.e.: Linux
- if(ASSEMBLER_WORKS)
- set(OPT_LOADER_SRCS ${OPT_LOADER_SRCS} unknown_ext_chain_gas_aarch64.S)
- endif()
-- elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64" OR ${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "^i.86$")
-+ elseif(${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "x86_64|amd64" OR ${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "x86$|i.86")
- check_include_file("cet.h" HAVE_CET_H)
- if(HAVE_CET_H)
- target_compile_definitions(loader_specific_options INTERFACE HAVE_CET_H)
diff --git a/graphics/vulkan-loader/files/patch-loader_stack__allocation.h b/graphics/vulkan-loader/files/patch-loader_stack__allocation.h
deleted file mode 100644
index bb28bb24278f..000000000000
--- a/graphics/vulkan-loader/files/patch-loader_stack__allocation.h
+++ /dev/null
@@ -1,19 +0,0 @@
-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 2dd3f6f9d9c1..1a1e46c1d580 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.226
+lib/libvulkan.so.1.3.227
libdata/pkgconfig/vulkan.pc