git: 0d6afdedd754 - 2022Q3 - graphics/mesa-devel: update to 22.2.b.305
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Aug 2022 00:52:19 UTC
The branch 2022Q3 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d6afdedd75411d422e126f4b05e93b20cc1aca1
commit 0d6afdedd75411d422e126f4b05e93b20cc1aca1
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-08-08 22:10:24 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-08-09 00:52:13 +0000
graphics/mesa-devel: update to 22.2.b.305
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b731be2e96c...401d03e1e94
(cherry picked from commit a04a1743fd8cca687b6ad45b39126d37e3434f6e)
---
graphics/mesa-devel/Makefile | 4 ++--
graphics/mesa-devel/distinfo | 6 +++---
graphics/mesa-devel/files/patch-suffix | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index e3b901db43cb..e35c205f7a49 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mesa
-DISTVERSION= 22.2-branchpoint-200
-DISTVERSIONSUFFIX= -gb731be2e96c
+DISTVERSION= 22.2-branchpoint-305
+DISTVERSIONSUFFIX= -g401d03e1e94
CATEGORIES= graphics
PKGNAMESUFFIX= -devel
diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo
index e361a1b60286..76ce772062c4 100644
--- a/graphics/mesa-devel/distinfo
+++ b/graphics/mesa-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1659743937
-SHA256 (mesa3d-mesa-22.2-branchpoint-200-gb731be2e96c_GH0.tar.gz) = 31cdd847d5b0f18a53a12c7c235a9018804a50bde48f4079f8699e5f5ceca628
-SIZE (mesa3d-mesa-22.2-branchpoint-200-gb731be2e96c_GH0.tar.gz) = 25408980
+TIMESTAMP = 1659996624
+SHA256 (mesa3d-mesa-22.2-branchpoint-305-g401d03e1e94_GH0.tar.gz) = 8e65a8a5aed19a0595e9735e015aa58569b520388cacfd9f5cc5044f08126ab7
+SIZE (mesa3d-mesa-22.2-branchpoint-305-g401d03e1e94_GH0.tar.gz) = 25416977
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 847ebdbe19bc..93a189e15f80 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-04-25 20:18:42 UTC
+--- src/amd/vulkan/meson.build.orig 2022-08-08 22:10:24 UTC
+++ src/amd/vulkan/meson.build
-@@ -94,7 +94,7 @@ libradv_files = files(
+@@ -97,7 +97,7 @@ libradv_files = files(
'vk_format.h',
)
@@ -51,13 +51,13 @@ Library selection is handled by libglvnd and/or libmap.conf.
install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d'))
-@@ -153,7 +153,7 @@ libvulkan_radeon = shared_library(
+@@ -163,7 +163,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, radix_sort_spv],
+ [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv, bvh_spv],
vs_module_defs : vulkan_api_def,
include_directories : [
--- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC