diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-02-13 00:20:32 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-02-13 00:20:32 +0000 |
commit | 9638e444908613886a286a06b8b07f51886d5a1c (patch) | |
tree | 8cbd55862789f222aa01f5ebb1630c8930770ce8 | |
parent | emulators/citra: update to s20210211 (diff) |
graphics/mesa-devel: update to 21.0.b.1635
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8ed874d73fa...3fc8da13f62
Notes
Notes:
svn path=/head/; revision=565088
-rw-r--r-- | graphics/mesa-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/mesa-devel/distinfo | 6 | ||||
-rw-r--r-- | graphics/mesa-devel/files/patch-suffix | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 4fe8fc3f0a40..f953ffc7023f 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-1438 -DISTVERSIONSUFFIX= -g8ed874d73fa +DISTVERSION= 21.0-branchpoint-1635 +DISTVERSIONSUFFIX= -g3fc8da13f62 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 3f7e3acdc878..67ff40fb5763 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1612996567 -SHA256 (mesa3d-mesa-21.0-branchpoint-1438-g8ed874d73fa_GH0.tar.gz) = 7374b9194610a0ddb6072a3f7c7d39fc6ee9a2f74b51c3c53b8a1cad098443f7 -SIZE (mesa3d-mesa-21.0-branchpoint-1438-g8ed874d73fa_GH0.tar.gz) = 22878704 +TIMESTAMP = 1613172340 +SHA256 (mesa3d-mesa-21.0-branchpoint-1635-g3fc8da13f62_GH0.tar.gz) = b35c83c75321a4fd347a19cd5789cd27e499737ca18d1d8379248b9164e3b3ba +SIZE (mesa3d-mesa-21.0-branchpoint-1635-g3fc8da13f62_GH0.tar.gz) = 22881706 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73 SIZE (9f52b5177728.patch) = 832 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index 8d47c4b128e8..cc15c8020066 100644 --- a/graphics/mesa-devel/files/patch-suffix +++ b/graphics/mesa-devel/files/patch-suffix @@ -40,15 +40,15 @@ Library selection is handled by libglvnd and/or libmap.conf. endif _xa = get_option('gallium-xa') ---- src/amd/vulkan/meson.build.orig 2020-06-03 10:34:22 UTC +--- src/amd/vulkan/meson.build.orig 2021-02-12 19:12:01 UTC +++ src/amd/vulkan/meson.build -@@ -149,7 +149,7 @@ if with_platform_android +@@ -159,7 +159,7 @@ if with_llvm and with_ld_version_script endif libvulkan_radeon = shared_library( - 'vulkan_radeon', + 'vulkan_radeon' + get_option('egl-lib-suffix'), - [libradv_files, radv_entrypoints, radv_extensions_c, amd_vk_format_table_c, sha1_h], + [libradv_files, radv_entrypoints, amd_vk_format_table_c, sha1_h], include_directories : [ inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_amd, inc_amd_common, inc_amd_common_llvm, inc_compiler, inc_util, inc_vulkan_wsi, --- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC |