1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

graphics/mesa: update to 18.1.3

Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mesa-18.1
This commit is contained in:
Niclas Zeising 2018-07-06 16:06:35 +00:00
parent 6a2109cdaa
commit 1e59c050df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474016
3 changed files with 4 additions and 20 deletions

View File

@ -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=

View File

@ -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

View File

@ -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