git: e7d3e65b5acb - 2022Q2 - graphics/mesa-devel: update to 22.1.b.436
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 00:48:00 UTC
The branch 2022Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7d3e65b5acb5aa22b6223895ae585ca9431bc3b commit e7d3e65b5acb5aa22b6223895ae585ca9431bc3b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-04-25 20:18:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-04-26 00:46:54 +0000 graphics/mesa-devel: update to 22.1.b.436 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/5af4d0c2dca...2ca8b014d11 (cherry picked from commit 62850d28ca579789af44395a21aa88b99311ef11) --- graphics/mesa-devel/Makefile | 4 ++-- graphics/mesa-devel/distinfo | 6 +++--- graphics/mesa-devel/files/patch-suffix | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index d4dd75d2ed93..2776fc9a7a97 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 22.1-branchpoint-370 -DISTVERSIONSUFFIX= -g5af4d0c2dca +DISTVERSION= 22.1-branchpoint-436 +DISTVERSIONSUFFIX= -g2ca8b014d11 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 753ca14ead98..b7caab161cde 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1650666071 -SHA256 (mesa3d-mesa-22.1-branchpoint-370-g5af4d0c2dca_GH0.tar.gz) = 29ce8da4a07cc093c1fac323567c2950e0c72af00895504df6410d9ea91135dc -SIZE (mesa3d-mesa-22.1-branchpoint-370-g5af4d0c2dca_GH0.tar.gz) = 24692978 +TIMESTAMP = 1650932299 +SHA256 (mesa3d-mesa-22.1-branchpoint-436-g2ca8b014d11_GH0.tar.gz) = ae14bf557e2a9e85eb835ef941b5506b4a20582c9bff7555163506e1331a7574 +SIZE (mesa3d-mesa-22.1-branchpoint-436-g2ca8b014d11_GH0.tar.gz) = 24731132 SHA256 (700efacda59c.patch) = f034cfbe09edff0baba67e46e7e3812fdef73ff3cf3e579050c024c95234c8d5 SIZE (700efacda59c.patch) = 981 SHA256 (50433886a3e3.patch) = 15af265e9dbb5dec7514062cfa549d1c1053f567395d9d133611c2a5138da470 diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index b2003b02bd54..847ebdbe19bc 100644 --- a/graphics/mesa-devel/files/patch-suffix +++ b/graphics/mesa-devel/files/patch-suffix @@ -40,9 +40,9 @@ Library selection is handled by libglvnd and/or libmap.conf. endif _xa = get_option('gallium-xa') ---- src/amd/vulkan/meson.build.orig 2022-02-25 15:38:08 UTC +--- src/amd/vulkan/meson.build.orig 2022-04-25 20:18:42 UTC +++ src/amd/vulkan/meson.build -@@ -92,7 +92,7 @@ libradv_files = files( +@@ -94,7 +94,7 @@ libradv_files = files( 'vk_format.h', ) @@ -51,14 +51,14 @@ Library selection is handled by libglvnd and/or libmap.conf. install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d')) -@@ -150,7 +150,7 @@ endif - vulkan_radv_def = 'vulkan_radv.def' +@@ -153,7 +153,7 @@ libvulkan_radeon = shared_library( + endif libvulkan_radeon = shared_library( - 'vulkan_radeon', + 'vulkan_radeon' + get_option('egl-lib-suffix'), - [libradv_files, radv_entrypoints, sha1_h], - vs_module_defs : vulkan_radv_def, + [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv], + vs_module_defs : vulkan_api_def, include_directories : [ --- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC +++ src/egl/meson.build