Date: Sun, 7 Feb 2021 00:04:25 +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: r564582 - in head/graphics/mesa-devel: . files Message-ID: <202102070004.11704Qh7071926@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Feb 7 00:04:25 2021 New Revision: 564582 URL: https://svnweb.freebsd.org/changeset/ports/564582 Log: graphics/mesa-devel: update to 21.0.b.1221 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/1e59cdbf779...92f12952f32 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 6 22:51:06 2021 (r564581) +++ head/graphics/mesa-devel/Makefile Sun Feb 7 00:04:25 2021 (r564582) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= mesa -DISTVERSION= 21.0-branchpoint-1134 -DISTVERSIONSUFFIX= -g1e59cdbf779 +DISTVERSION= 21.0-branchpoint-1221 +DISTVERSIONSUFFIX= -g92f12952f32 CATEGORIES= graphics PKGNAMESUFFIX= -devel Modified: head/graphics/mesa-devel/distinfo ============================================================================== --- head/graphics/mesa-devel/distinfo Sat Feb 6 22:51:06 2021 (r564581) +++ head/graphics/mesa-devel/distinfo Sun Feb 7 00:04:25 2021 (r564582) @@ -1,6 +1,6 @@ -TIMESTAMP = 1612394473 -SHA256 (mesa3d-mesa-21.0-branchpoint-1134-g1e59cdbf779_GH0.tar.gz) = e8ced9dbdcaf3c1d186087ce508b8b68c6a6fa0103f030b90ae41cf40ee924e8 -SIZE (mesa3d-mesa-21.0-branchpoint-1134-g1e59cdbf779_GH0.tar.gz) = 22837621 +TIMESTAMP = 1612652675 +SHA256 (mesa3d-mesa-21.0-branchpoint-1221-g92f12952f32_GH0.tar.gz) = 8cad1f9b9da858e823361c2e0ecf346185687f00d44d3e9bdda3ce6afdc2b6bb +SIZE (mesa3d-mesa-21.0-branchpoint-1221-g92f12952f32_GH0.tar.gz) = 22850318 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 6 22:51:06 2021 (r564581) +++ head/graphics/mesa-devel/files/patch-suffix Sun Feb 7 00:04:25 2021 (r564582) @@ -105,15 +105,15 @@ Library selection is handled by libglvnd and/or libmap gl_lib_version = '0.0.0' files_libglx += files( 'g_glxglvnddispatchfuncs.c', ---- src/intel/vulkan/meson.build.orig 2020-05-30 21:28:01 UTC +--- src/intel/vulkan/meson.build.orig 2021-02-06 23:04:35 UTC +++ src/intel/vulkan/meson.build -@@ -188,7 +188,7 @@ libanv_common = static_library( +@@ -170,7 +170,7 @@ libanv_common = static_library( ) libvulkan_intel = shared_library( - 'vulkan_intel', + 'vulkan_intel' + get_option('egl-lib-suffix'), - [files('anv_gem.c'), anv_entrypoints[0], anv_extensions_h], + [files('anv_gem.c'), anv_entrypoints[0]], include_directories : [ inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel, inc_compiler, inc_vulkan_wsi, --- src/mapi/es1api/meson.build.orig 2020-05-30 21:28:01 UTC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102070004.11704Qh7071926>