svn commit: r475264 - in branches/2018Q3/graphics/mesa-dri: . files

Niclas Zeising zeising at FreeBSD.org
Tue Jul 24 15:54:01 UTC 2018


Author: zeising
Date: Tue Jul 24 15:54:00 2018
New Revision: 475264
URL: https://svnweb.freebsd.org/changeset/ports/475264

Log:
  MFH: r474016 r475192
  
  graphics/mesa: update to 18.1.3
  
  Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1
  
  graphics/mesa: Update to 18.1.4
  
  Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1
  X-MFH-with:	r474016
  
  Approved by:	ports-secteam (swills)

Modified:
  branches/2018Q3/graphics/mesa-dri/Makefile.common
  branches/2018Q3/graphics/mesa-dri/distinfo
  branches/2018Q3/graphics/mesa-dri/files/patch-configure
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/graphics/mesa-dri/Makefile.common
==============================================================================
--- branches/2018Q3/graphics/mesa-dri/Makefile.common	Tue Jul 24 15:37:28 2018	(r475263)
+++ branches/2018Q3/graphics/mesa-dri/Makefile.common	Tue Jul 24 15:54:00 2018	(r475264)
@@ -14,7 +14,7 @@
 MESAVERSION=	${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
 MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
 
-MESABASEVERSION=	18.1.2
+MESABASEVERSION=	18.1.4
 # if there is a subversion, don't include the '-' between 7.11-rc2.
 MESASUBVERSION=
 

Modified: branches/2018Q3/graphics/mesa-dri/distinfo
==============================================================================
--- branches/2018Q3/graphics/mesa-dri/distinfo	Tue Jul 24 15:37:28 2018	(r475263)
+++ branches/2018Q3/graphics/mesa-dri/distinfo	Tue Jul 24 15:54:00 2018	(r475264)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529095068
-SHA256 (mesa-18.1.2.tar.xz) = 070bf0648ba5b242d7303ceed32aed80842f4c0ba16e5acc1a650a46eadfb1f9
-SIZE (mesa-18.1.2.tar.xz) = 11124408
+TIMESTAMP = 1532365329
+SHA256 (mesa-18.1.4.tar.xz) = 3061488b5d85504092cf4343816cfb2d96f2ad9bc2edec31fc96933d184cf58b
+SIZE (mesa-18.1.4.tar.xz) = 11133392

Modified: branches/2018Q3/graphics/mesa-dri/files/patch-configure
==============================================================================
--- branches/2018Q3/graphics/mesa-dri/files/patch-configure	Tue Jul 24 15:37:28 2018	(r475263)
+++ branches/2018Q3/graphics/mesa-dri/files/patch-configure	Tue Jul 24 15:54:00 2018	(r475264)
@@ -51,22 +51,6 @@
      dri3_default=yes
      ;;
  *)
-@@ -26765,13 +26765,13 @@
-     have_vdpau_platform=no
- fi
- 
--if echo $platforms | grep -q "x11\|drm"; then
-+if echo $platforms | egrep -q "x11|drm"; then
-     have_omx_platform=yes
- else
-     have_omx_platform=no
- fi
- 
--if echo $platforms | grep -q "x11\|drm\|wayland"; then
-+if echo $platforms | egrep -q "x11|drm|wayland"; then
-     have_va_platform=yes
- else
-     have_va_platform=no
 @@ -27096,9 +27106,6 @@ rm -f core conftest.err conftest.$ac_obj
          CLANG_LIBDIR=${LLVM_LIBDIR}
      fi


More information about the svn-ports-all mailing list