Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2015 14:47:20 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378733 - head/graphics/libGL
Message-ID:  <201502091447.t19ElKQ4080268@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Feb  9 14:47:19 2015
New Revision: 378733
URL: https://svnweb.freebsd.org/changeset/ports/378733
QAT: https://qat.redports.org/buildarchive/r378733/

Log:
  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

Modified:
  head/graphics/libGL/bsd.mesalib.mk
  head/graphics/libGL/distinfo

Modified: head/graphics/libGL/bsd.mesalib.mk
==============================================================================
--- head/graphics/libGL/bsd.mesalib.mk	Mon Feb  9 14:32:16 2015	(r378732)
+++ head/graphics/libGL/bsd.mesalib.mk	Mon Feb  9 14:47:19 2015	(r378733)
@@ -30,7 +30,7 @@ MESAVERSION=	${MESABASEVERSION}${MESASUB
 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

Modified: head/graphics/libGL/distinfo
==============================================================================
--- head/graphics/libGL/distinfo	Mon Feb  9 14:32:16 2015	(r378732)
+++ head/graphics/libGL/distinfo	Mon Feb  9 14:47:19 2015	(r378733)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502091447.t19ElKQ4080268>