From owner-svn-ports-all@freebsd.org Thu Jun 2 18:09:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6B98B658E8; Thu, 2 Jun 2016 18:09:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 79AE51089; Thu, 2 Jun 2016 18:09:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u52I9Z1r097246; Thu, 2 Jun 2016 18:09:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u52I9ZYG097244; Thu, 2 Jun 2016 18:09:35 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201606021809.u52I9ZYG097244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 2 Jun 2016 18:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416285 - in head/graphics/libGL: . files 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.22 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: Thu, 02 Jun 2016 18:09:36 -0000 Author: kwm Date: Thu Jun 2 18:09:35 2016 New Revision: 416285 URL: https://svnweb.freebsd.org/changeset/ports/416285 Log: Update Mesa to 11.2.2. Future mesa version will drop the glx-tls configure switch. This is by default disabled on !linux and when the configure switch is dropped glx-tls will be enabled always. Add a blob explaining why, we can't enable this on FreeBSD yet. We might need to backport some patches until we can. Obtained from: graphics team development repo. Deleted: head/graphics/libGL/files/patch-src__gallium__state_trackers__clover__Makefile.in Modified: head/graphics/libGL/Makefile.common head/graphics/libGL/distinfo Modified: head/graphics/libGL/Makefile.common ============================================================================== --- head/graphics/libGL/Makefile.common Thu Jun 2 15:53:10 2016 (r416284) +++ head/graphics/libGL/Makefile.common Thu Jun 2 18:09:35 2016 (r416285) @@ -18,7 +18,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/} MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} -MESABASEVERSION= 11.1.2 +MESABASEVERSION= 11.2.2 # if there is a subversion, don't include the '-' between 7.11-rc2. MESASUBVERSION= @@ -31,7 +31,7 @@ MAINTAINER= x11@FreeBSD.org BUILD_DEPENDS+= makedepend:devel/makedepend LIB_DEPENDS+= libdevq.so:devel/libdevq -USES+= compiler:c++11-lib gettext-tools gmake libtool \ +USES+= compiler:c++11-lib bison gettext-tools gmake libtool \ pathfix pkgconfig python:2,build shebangfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -55,7 +55,7 @@ python_OLD_CMD= "/usr/bin/env[[:space:]] python_CMD= ${LOCALBASE}/bin/python2 SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ src/gallium/drivers/svga/svgadump/svga_dump.py \ - src/glsl/tests/compare_ir src/mapi/glapi/gen/*.py + src/mapi/glapi/gen/*.py SHEBANG_FILES+= src/mapi/mapi_abi.py MASTERDIR= ${.CURDIR}/../../graphics/libGL @@ -76,6 +76,14 @@ CONFIGURE_ARGS+= --disable-dri3 CONFIGURE_ARGS+= --enable-gbm +# There are issues that need to be fixed to use TLS model "initial-exec" +# So stick with "global-dynamic"'s model for now. kan@ is working on a +# patch for rtld. We might want to backport global-dynamic or +# pthread_setspecific which it uses now by default. But since this +# configure switch is going away ... +# https://lists.freebsd.org/pipermail/freebsd-arch/2016-February/017699.html +#CONFIGURE_ARGS+= --enable-glx-tls + # libEGL, dri and clover need gallium enabled. # the third option in --with-egl-platforms is wayland. CONFIGURE_ARGS+= --enable-egl --with-egl-platforms=x11,drm Modified: head/graphics/libGL/distinfo ============================================================================== --- head/graphics/libGL/distinfo Thu Jun 2 15:53:10 2016 (r416284) +++ head/graphics/libGL/distinfo Thu Jun 2 18:09:35 2016 (r416285) @@ -1,2 +1,2 @@ -SHA256 (mesa-11.1.2.tar.xz) = 8f72aead896b340ba0f7a4a474bfaf71681f5d675592aec1cb7ba698e319148b -SIZE (mesa-11.1.2.tar.xz) = 7561920 +SHA256 (mesa-11.2.2.tar.xz) = 40e148812388ec7c6d7b6657d5a16e2e8dabba8b97ddfceea5197947647bdfb4 +SIZE (mesa-11.2.2.tar.xz) = 7860932