svn commit: r565370 - in head/graphics/mesa-devel: . files

Jan Beich jbeich at FreeBSD.org
Tue Feb 16 00:23:19 UTC 2021


Author: jbeich
Date: Tue Feb 16 00:23:17 2021
New Revision: 565370
URL: https://svnweb.freebsd.org/changeset/ports/565370

Log:
  graphics/mesa-devel: update to 21.0.b.1739
  
  Changes:	https://gitlab.freedesktop.org/mesa/mesa/-/compare/3fc8da13f62...8300bc1f169

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	Tue Feb 16 00:23:11 2021	(r565369)
+++ head/graphics/mesa-devel/Makefile	Tue Feb 16 00:23:17 2021	(r565370)
@@ -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
 

Modified: head/graphics/mesa-devel/distinfo
==============================================================================
--- head/graphics/mesa-devel/distinfo	Tue Feb 16 00:23:11 2021	(r565369)
+++ head/graphics/mesa-devel/distinfo	Tue Feb 16 00:23:17 2021	(r565370)
@@ -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

Modified: head/graphics/mesa-devel/files/patch-suffix
==============================================================================
--- head/graphics/mesa-devel/files/patch-suffix	Tue Feb 16 00:23:11 2021	(r565369)
+++ head/graphics/mesa-devel/files/patch-suffix	Tue Feb 16 00:23:17 2021	(r565370)
@@ -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	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


More information about the svn-ports-all mailing list