mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
graphics/vulkan-loader: update to 1.2.208
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.207...v1.3.208 Reported by: Repology
This commit is contained in:
parent
fb8e9fa7c4
commit
3d30b1ce51
@ -1,7 +1,6 @@
|
||||
PORTNAME= vulkan-loader
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.207
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.208
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1646764362
|
||||
SHA256 (KhronosGroup-Vulkan-Loader-v1.3.207_GH0.tar.gz) = f638a69ffc8afb6ff018a70ef0451b08a869081a417a23538a13a5fbc97aef97
|
||||
SIZE (KhronosGroup-Vulkan-Loader-v1.3.207_GH0.tar.gz) = 1576652
|
||||
TIMESTAMP = 1647371200
|
||||
SHA256 (KhronosGroup-Vulkan-Loader-v1.3.208_GH0.tar.gz) = be1a45779fb52a9e0d227eba758e4615c88eb530b7a1ae3fe5f5374fe2db9c5e
|
||||
SIZE (KhronosGroup-Vulkan-Loader-v1.3.208_GH0.tar.gz) = 1575282
|
||||
|
@ -10,14 +10,9 @@ CMake Warning at loader/CMakeLists.txt:252 (message):
|
||||
does not do this, then unknown device extensions will suffer from a
|
||||
corrupted stack.
|
||||
|
||||
|
||||
CMake Error at loader/CMakeLists.txt:332 (target_compile_definitions):
|
||||
Cannot specify compile definitions for target "asm_offset" which is not
|
||||
built by this project.
|
||||
|
||||
--- loader/CMakeLists.txt.orig 2022-01-25 16:59:13 UTC
|
||||
--- loader/CMakeLists.txt.orig 2022-03-15 19:06:40 UTC
|
||||
+++ loader/CMakeLists.txt
|
||||
@@ -232,7 +232,7 @@ else(UNIX AND NOT APPLE) # i.e.: Linux
|
||||
@@ -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()
|
||||
@ -25,15 +20,4 @@ CMake Error at loader/CMakeLists.txt:332 (target_compile_definitions):
|
||||
+ 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)
|
||||
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS HAVE_CET_H)
|
||||
@@ -333,7 +333,9 @@ else()
|
||||
target_compile_definitions(vulkan PRIVATE _GNU_SOURCE)
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
target_compile_definitions(vulkan PRIVATE __BSD_VISIBLE=1)
|
||||
- target_compile_definitions(asm_offset PRIVATE __BSD_VISIBLE=1)
|
||||
+ if(ASSEMBLER_WORKS)
|
||||
+ target_compile_definitions(asm_offset PRIVATE __BSD_VISIBLE=1)
|
||||
+ endif()
|
||||
endif()
|
||||
if(APPLE)
|
||||
find_library(COREFOUNDATION_LIBRARY NAMES CoreFoundation)
|
||||
target_compile_definitions(loader_specific_options INTERFACE HAVE_CET_H)
|
||||
|
@ -1,4 +1,4 @@
|
||||
lib/libvulkan.so
|
||||
lib/libvulkan.so.1
|
||||
lib/libvulkan.so.1.3.207
|
||||
lib/libvulkan.so.1.3.208
|
||||
libdata/pkgconfig/vulkan.pc
|
||||
|
Loading…
Reference in New Issue
Block a user