aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-07-24 15:54:00 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-07-24 15:54:00 +0000
commitf031da51ee644422b74f2014409630c7acc86a8f (patch)
tree97573a28b3f53301aff462386ef2a62a78e58602 /graphics
parentb7483dfb7f47d36d37a245d93b369ec7d1ded99a (diff)
downloadports-f031da51ee644422b74f2014409630c7acc86a8f.tar.gz
ports-f031da51ee644422b74f2014409630c7acc86a8f.zip
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)
Notes
Notes: svn path=/branches/2018Q3/; revision=475264
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mesa-dri/Makefile.common2
-rw-r--r--graphics/mesa-dri/distinfo6
-rw-r--r--graphics/mesa-dri/files/patch-configure16
3 files changed, 4 insertions, 20 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index 50c4532dafb7..0029d08573e0 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -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=
diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo
index 70f44e50a5b8..306799c85945 100644
--- a/graphics/mesa-dri/distinfo
+++ b/graphics/mesa-dri/distinfo
@@ -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
diff --git a/graphics/mesa-dri/files/patch-configure b/graphics/mesa-dri/files/patch-configure
index 679cb3c71e95..3b7516c0e152 100644
--- a/graphics/mesa-dri/files/patch-configure
+++ b/graphics/mesa-dri/files/patch-configure
@@ -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