diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-02-16 08:23:17 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-02-16 08:23:17 +0800 |
commit | a5a1b3ed091de5783f796c7a1b70164781dda3af (patch) | |
tree | 4ee533cfb2204ad888a016f95e987970d93b8014 /graphics | |
parent | 8dbd6b3ab27c2cee277c8e5ebfaefd4d73af7056 (diff) | |
download | freebsd-ports-gnome-a5a1b3ed091de5783f796c7a1b70164781dda3af.tar.gz freebsd-ports-gnome-a5a1b3ed091de5783f796c7a1b70164781dda3af.tar.zst freebsd-ports-gnome-a5a1b3ed091de5783f796c7a1b70164781dda3af.zip |
graphics/mesa-devel: update to 21.0.b.1739
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/3fc8da13f62...8300bc1f169
Diffstat (limited to 'graphics')
-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 f953ffc7023f..e6a8135a4247 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-1635 -DISTVERSIONSUFFIX= -g3fc8da13f62 +DISTVERSION= 21.0-branchpoint-1739 +DISTVERSIONSUFFIX= -g8300bc1f169 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 67ff40fb5763..d3d0fa86beff 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -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 +TIMESTAMP = 1613423827 +SHA256 (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 17ea7c6677120c2a8f21baf54c9df9f9f397ef6b0388445fa6c8948c1927ef68 +SIZE (mesa3d-mesa-21.0-branchpoint-1739-g8300bc1f169_GH0.tar.gz) = 22924025 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 cc15c8020066..c184d2fa4a76 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 2021-02-12 19:12:01 UTC +--- src/amd/vulkan/meson.build.orig 2021-02-15 15:47:31 UTC +++ src/amd/vulkan/meson.build -@@ -159,7 +159,7 @@ if with_llvm and with_ld_version_script +@@ -150,7 +150,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, amd_vk_format_table_c, sha1_h], + [libradv_files, radv_entrypoints, 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 |