diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-06 16:06:35 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-06 16:06:35 +0000 |
commit | 1e59c050df54e017dffb9f65c56537c33b345a3c (patch) | |
tree | 178202476d6d19e8a63e4732691e9aee81479d4c /graphics | |
parent | 6a2109cdaac0eddb57b987be8fe33b0aea8c3438 (diff) | |
download | ports-1e59c050df54e017dffb9f65c56537c33b345a3c.tar.gz ports-1e59c050df54e017dffb9f65c56537c33b345a3c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mesa-dri/Makefile.common | 2 | ||||
-rw-r--r-- | graphics/mesa-dri/distinfo | 6 | ||||
-rw-r--r-- | graphics/mesa-dri/files/patch-configure | 16 |
3 files changed, 4 insertions, 20 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 50c4532dafb7..96e62e75eafa 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.3 # 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..bc49e59c5e50 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 = 1530339997 +SHA256 (mesa-18.1.3.tar.xz) = 54f08deeda0cd2f818e8d40140040ed013de7852573002453b7f50da9ea738ce +SIZE (mesa-18.1.3.tar.xz) = 11126236 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 |