Date: Sat, 13 Feb 2021 00:20:32 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565088 - in head/graphics/mesa-devel: . files Message-ID: <202102130020.11D0KWc1079795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Feb 13 00:20:32 2021 New Revision: 565088 URL: https://svnweb.freebsd.org/changeset/ports/565088 Log: graphics/mesa-devel: update to 21.0.b.1635 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8ed874d73fa...3fc8da13f62 Modified: head/graphics/mesa-devel/Makefile (contents, props changed) head/graphics/mesa-devel/distinfo (contents, props changed) head/graphics/mesa-devel/files/patch-suffix (contents, props changed) Modified: head/graphics/mesa-devel/Makefile ============================================================================== --- head/graphics/mesa-devel/Makefile Sat Feb 13 00:20:19 2021 (r565087) +++ head/graphics/mesa-devel/Makefile Sat Feb 13 00:20:32 2021 (r565088) @@ -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 Modified: head/graphics/mesa-devel/distinfo ============================================================================== --- head/graphics/mesa-devel/distinfo Sat Feb 13 00:20:19 2021 (r565087) +++ head/graphics/mesa-devel/distinfo Sat Feb 13 00:20:32 2021 (r565088) @@ -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 Modified: head/graphics/mesa-devel/files/patch-suffix ============================================================================== --- head/graphics/mesa-devel/files/patch-suffix Sat Feb 13 00:20:19 2021 (r565087) +++ head/graphics/mesa-devel/files/patch-suffix Sat Feb 13 00:20:32 2021 (r565088) @@ -40,15 +40,15 @@ Library selection is handled by libglvnd and/or libmap 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102130020.11D0KWc1079795>