graphics/vulkan-headers: update to 1.3.223
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.222...v1.3.223 Reported by: Repology, portscout
This commit is contained in:
parent
43ac4f757a
commit
6ec8de7caf
4 changed files with 13 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= vulkan-headers
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.222
|
||||
DISTVERSION= 1.3.223
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -15,4 +15,11 @@ GH_PROJECT= Vulkan-Headers
|
|||
STRIP= # nothing to strip
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
# XXX Drop after FreeBSD 12.* EOL around 2024-06-30
|
||||
@if [ -L /usr/include/sched.h ]; then \
|
||||
${REINPLACE_CMD} $$'/^namespace/i\\\n#undef major\\\n#undef minor\\\n\\\n' \
|
||||
${WRKSRC}/include/vulkan/vulkan_structs.hpp; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1658396631
|
||||
SHA256 (KhronosGroup-Vulkan-Headers-v1.3.222_GH0.tar.gz) = e4521bd92f704d0dd2586d6d164857667e0eee04db7e19643a1a3627d9153ea7
|
||||
SIZE (KhronosGroup-Vulkan-Headers-v1.3.222_GH0.tar.gz) = 1537546
|
||||
TIMESTAMP = 1659008270
|
||||
SHA256 (KhronosGroup-Vulkan-Headers-v1.3.223_GH0.tar.gz) = da6b5604e6f5be48c97fbb122fd7ffdde97e6f1442c5ddbb854d50c3dda962fc
|
||||
SIZE (KhronosGroup-Vulkan-Headers-v1.3.223_GH0.tar.gz) = 1542539
|
||||
|
|
|
@ -28,6 +28,7 @@ include/vulkan/vulkan_metal.h
|
|||
include/vulkan/vulkan_raii.hpp
|
||||
include/vulkan/vulkan_screen.h
|
||||
include/vulkan/vulkan_structs.hpp
|
||||
include/vulkan/vulkan_to_string.hpp
|
||||
include/vulkan/vulkan_vi.h
|
||||
include/vulkan/vulkan_wayland.h
|
||||
include/vulkan/vulkan_win32.h
|
||||
|
@ -36,7 +37,6 @@ include/vulkan/vulkan_xlib.h
|
|||
include/vulkan/vulkan_xlib_xrandr.h
|
||||
share/vulkan/registry/apiconventions.py
|
||||
share/vulkan/registry/cgenerator.py
|
||||
share/vulkan/registry/conventions.py
|
||||
share/vulkan/registry/generator.py
|
||||
share/vulkan/registry/genvk.py
|
||||
share/vulkan/registry/reg.py
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= vulkan-loader
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.222
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
Loading…
Reference in a new issue