From owner-svn-ports-all@FreeBSD.ORG Mon Feb 9 14:47:21 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15C77781; Mon, 9 Feb 2015 14:47:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01D31BB2; Mon, 9 Feb 2015 14:47:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t19ElKig080270; Mon, 9 Feb 2015 14:47:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t19ElKQ4080268; Mon, 9 Feb 2015 14:47:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502091447.t19ElKQ4080268@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 9 Feb 2015 14:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378733 - head/graphics/libGL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 14:47:21 -0000 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