Date: Fri, 6 Jul 2018 16:06:35 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474016 - in head/graphics/mesa-dri: . files Message-ID: <201807061606.w66G6ZOa066494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Fri Jul 6 16:06:35 2018 New Revision: 474016 URL: https://svnweb.freebsd.org/changeset/ports/474016 Log: graphics/mesa: update to 18.1.3 Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1 Modified: head/graphics/mesa-dri/Makefile.common head/graphics/mesa-dri/distinfo head/graphics/mesa-dri/files/patch-configure Modified: head/graphics/mesa-dri/Makefile.common ============================================================================== --- head/graphics/mesa-dri/Makefile.common Fri Jul 6 15:59:18 2018 (r474015) +++ head/graphics/mesa-dri/Makefile.common Fri Jul 6 16:06:35 2018 (r474016) @@ -14,7 +14,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 18.1.2 +MESABASEVERSION= 18.1.3 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= Modified: head/graphics/mesa-dri/distinfo ============================================================================== --- head/graphics/mesa-dri/distinfo Fri Jul 6 15:59:18 2018 (r474015) +++ head/graphics/mesa-dri/distinfo Fri Jul 6 16:06:35 2018 (r474016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529095068 -SHA256 (mesa-18.1.2.tar.xz) = 070bf0648ba5b242d7303ceed32aed80842f4c0ba16e5acc1a650a46eadfb1f9 -SIZE (mesa-18.1.2.tar.xz) = 11124408 +TIMESTAMP = 1530339997 +SHA256 (mesa-18.1.3.tar.xz) = 54f08deeda0cd2f818e8d40140040ed013de7852573002453b7f50da9ea738ce +SIZE (mesa-18.1.3.tar.xz) = 11126236 Modified: head/graphics/mesa-dri/files/patch-configure ============================================================================== --- head/graphics/mesa-dri/files/patch-configure Fri Jul 6 15:59:18 2018 (r474015) +++ head/graphics/mesa-dri/files/patch-configure Fri Jul 6 16:06:35 2018 (r474016) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807061606.w66G6ZOa066494>