Update Mesa to 10.4.4.

Switch to llvm 3.5 for the Mesa 10.x series to be inline with the current
OpenCL work. There are regressions in llvm 3.4.x regarding OpenCL.

Obtained from:	graphics team devel repo
This commit is contained in:
Koop Mast 2015-02-09 14:47:19 +00:00
parent f96893e5ca
commit c272e35fb5
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
.if defined(WITH_NEW_MESA)
MESABASEVERSION= 10.4.3
MESABASEVERSION= 10.4.4
# if there is a subversion, don't include the '-' between 7.11-rc2.
MESASUBVERSION=
@ -97,7 +97,7 @@ INSTALL_TARGET= install-strip
COMPONENT= ${PORTNAME:tl:C/^lib//:C/mesa-//}
.if defined(WITH_NEW_MESA)
MESA_LLVM_VER=34
MESA_LLVM_VER=35
.else
MESA_LLVM_VER=33
.endif

View file

@ -1,4 +1,4 @@
SHA256 (MesaLib-9.1.7.tar.bz2) = 30e6b878b457c716221a9730b179b2846c38cfd5aa1b02d54aff685f50b844a0
SIZE (MesaLib-9.1.7.tar.bz2) = 6134393
SHA256 (MesaLib-10.4.3.tar.bz2) = ef6ecc9c2f36c9f78d1662382a69ae961f38f03af3a0c3268e53f351aa1978ad
SIZE (MesaLib-10.4.3.tar.bz2) = 7504749
SHA256 (MesaLib-10.4.4.tar.bz2) = f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c
SIZE (MesaLib-10.4.4.tar.bz2) = 7507100