aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-08-08 22:10:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-08-09 00:52:13 +0000
commit0d6afdedd75411d422e126f4b05e93b20cc1aca1 (patch)
treee1b8a830540fc636858f5c5ec0d9c87579414e78
parent8bd704bd20d10542a40a4cd991face891f23e7ef (diff)
downloadports-0d6afdedd75411d422e126f4b05e93b20cc1aca1.tar.gz
ports-0d6afdedd75411d422e126f4b05e93b20cc1aca1.zip
graphics/mesa-devel: update to 22.2.b.305
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b731be2e96c...401d03e1e94 (cherry picked from commit a04a1743fd8cca687b6ad45b39126d37e3434f6e)
-rw-r--r--graphics/mesa-devel/Makefile4
-rw-r--r--graphics/mesa-devel/distinfo6
-rw-r--r--graphics/mesa-devel/files/patch-suffix8
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