Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 04:30:16 +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: r557039 - in head/graphics/mesa-devel: . files
Message-ID:  <202012050430.0B54UG4S038432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec  5 04:30:15 2020
New Revision: 557039
URL: https://svnweb.freebsd.org/changeset/ports/557039

Log:
  graphics/mesa-devel: update to 20.3.b.1120
  
  Changes:	https://gitlab.freedesktop.org/mesa/mesa/-/compare/d3c67d7e7ec...ef9362acb81

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 Dec  5 03:13:51 2020	(r557038)
+++ head/graphics/mesa-devel/Makefile	Sat Dec  5 04:30:15 2020	(r557039)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	mesa
-DISTVERSION=	20.3-branchpoint-1033
-DISTVERSIONSUFFIX=	-gd3c67d7e7ec
+DISTVERSION=	20.3-branchpoint-1120
+DISTVERSIONSUFFIX=	-gef9362acb81
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	-devel
 
@@ -16,7 +16,6 @@ PATCHFILES+=	700efacda59c.patch:-p1
 PATCHFILES+=	4ed6d957f689.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/issues/966#note_394512
 PATCHFILES+=	167fa293d7b7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5464
 PATCHFILES+=	19e001833ec1.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778
-PATCHFILES+=	789f6a802b0c.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7887
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Bleeding edge Mesa drivers (OpenGL, Vulkan)

Modified: head/graphics/mesa-devel/distinfo
==============================================================================
--- head/graphics/mesa-devel/distinfo	Sat Dec  5 03:13:51 2020	(r557038)
+++ head/graphics/mesa-devel/distinfo	Sat Dec  5 04:30:15 2020	(r557039)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1606941813
-SHA256 (mesa3d-mesa-20.3-branchpoint-1033-gd3c67d7e7ec_GH0.tar.gz) = a49a3ce78962d16c78999eda36e420254d19e567ef3ff97520be8b88b71f1e83
-SIZE (mesa3d-mesa-20.3-branchpoint-1033-gd3c67d7e7ec_GH0.tar.gz) = 22359853
+TIMESTAMP = 1607126460
+SHA256 (mesa3d-mesa-20.3-branchpoint-1120-gef9362acb81_GH0.tar.gz) = 06651320bf43679d7775519f2ca1b67b7218577fe6e96980377f53f0aaf2507b
+SIZE (mesa3d-mesa-20.3-branchpoint-1120-gef9362acb81_GH0.tar.gz) = 22452260
 SHA256 (9f52b5177728.patch) = d4f380b8872726b88c1aa75d0a9cb63adf79144a7c34da6b7fd525ea417d2b73
 SIZE (9f52b5177728.patch) = 832
 SHA256 (2b9168cf579b.patch) = 2c664de141894b21368abab34fb1a1671d68845551520c9acb7dd5f1d0125072
@@ -19,5 +19,3 @@ SHA256 (167fa293d7b7.patch) = cc3ad8e59d5d4d7380917e71
 SIZE (167fa293d7b7.patch) = 2496
 SHA256 (19e001833ec1.patch) = 5ac28692c61dc3dcc5f7e74a8053d63365fc28fb28136ddb11791990a414f762
 SIZE (19e001833ec1.patch) = 4057
-SHA256 (789f6a802b0c.patch) = cf31d0b04a4d134595adc04acbf861fc6e95a2f92c2f3343615f28bc09a441f3
-SIZE (789f6a802b0c.patch) = 868

Modified: head/graphics/mesa-devel/files/patch-suffix
==============================================================================
--- head/graphics/mesa-devel/files/patch-suffix	Sat Dec  5 03:13:51 2020	(r557038)
+++ head/graphics/mesa-devel/files/patch-suffix	Sat Dec  5 04:30:15 2020	(r557039)
@@ -51,14 +51,14 @@ Library selection is handled by libglvnd and/or libmap
    [libradv_files, radv_entrypoints, radv_extensions_c, 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-05-30 21:28:01 UTC
+--- src/egl/meson.build.orig	2020-12-03 22:36:27 UTC
 +++ src/egl/meson.build
-@@ -147,7 +147,7 @@ if not with_glvnd
+@@ -144,7 +144,7 @@ if not with_glvnd
    egl_lib_name = 'EGL' + get_option('egl-lib-suffix')
    egl_lib_version = '1.0.0'
  else
--  egl_lib_name = 'EGL_mesa'
-+  egl_lib_name = 'EGL_mesa' + get_option('egl-lib-suffix')
+-  egl_lib_name = 'EGL_@0@'.format(glvnd_vendor_name)
++  egl_lib_name = 'EGL_@0@'.format(glvnd_vendor_name) + get_option('egl-lib-suffix')
    egl_lib_version = '0.0.0'
    deps_for_egl += dep_glvnd
    files_egl += [g_egldispatchstubs_h, g_egldispatchstubs_c]
@@ -90,9 +90,9 @@ Library selection is handled by libglvnd and/or libmap
    files_gbm,
    include_directories : incs_gbm,
    c_args : [c_vis_args, args_gbm],
---- src/glx/meson.build.orig	2020-05-30 21:28:01 UTC
+--- src/glx/meson.build.orig	2020-12-03 22:36:27 UTC
 +++ src/glx/meson.build
-@@ -113,10 +113,10 @@ elif with_dri_platform == 'windows'
+@@ -108,10 +108,10 @@ elif with_dri_platform == 'windows'
  endif
  
  if not with_glvnd
@@ -100,8 +100,8 @@ Library selection is handled by libglvnd and/or libmap
 +  gl_lib_name = 'GL' + get_option('egl-lib-suffix')
    gl_lib_version = '1.2.0'
  else
--  gl_lib_name = 'GLX_mesa'
-+  gl_lib_name = 'GLX_mesa' + get_option('egl-lib-suffix')
+-  gl_lib_name = 'GLX_@0@'.format(glvnd_vendor_name)
++  gl_lib_name = 'GLX_@0@'.format(glvnd_vendor_name) + get_option('egl-lib-suffix')
    gl_lib_version = '0.0.0'
    files_libglx += files(
      'g_glxglvnddispatchfuncs.c',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012050430.0B54UG4S038432>