From owner-svn-ports-head@FreeBSD.ORG Thu Nov 14 10:49:13 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0719BEE; Thu, 14 Nov 2013 10:49:13 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB9022F1B; Thu, 14 Nov 2013 10:49:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAEAnCww071135; Thu, 14 Nov 2013 10:49:12 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAEAnCiS071133; Thu, 14 Nov 2013 10:49:12 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311141049.rAEAnCiS071133@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 14 Nov 2013 10:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333749 - head/graphics/libosmesa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 10:49:13 -0000 Author: gahr Date: Thu Nov 14 10:49:12 2013 New Revision: 333749 URL: http://svnweb.freebsd.org/changeset/ports/333749 Log: - Update to 9.2.3 Release notes: http://www.mesa3d.org/relnotes/9.2.3.html Modified: head/graphics/libosmesa/Makefile head/graphics/libosmesa/distinfo Modified: head/graphics/libosmesa/Makefile ============================================================================== --- head/graphics/libosmesa/Makefile Thu Nov 14 10:46:07 2013 (r333748) +++ head/graphics/libosmesa/Makefile Thu Nov 14 10:49:12 2013 (r333749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libosmesa -PORTVERSION= 9.2.2 +PORTVERSION= 9.2.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/ DISTNAME= MesaLib-${PORTVERSION} @@ -13,8 +13,6 @@ COMMENT= Off-Screen Mesa implementation LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -CONFLICTS= mesagl-mangled-* - USES+= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes @@ -47,7 +45,7 @@ post-patch: pre-configure: # following line is borrowed from graphics/libGL/bsd.mesalib.mk - cd ${WRKSRC} && env NOCONFIGURE=1 sh autogen.sh + cd ${WRKSRC} && ${SETENV} NOCONFIGURE=1 ${SH} autogen.sh do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/Mesa/GL Modified: head/graphics/libosmesa/distinfo ============================================================================== --- head/graphics/libosmesa/distinfo Thu Nov 14 10:46:07 2013 (r333748) +++ head/graphics/libosmesa/distinfo Thu Nov 14 10:49:12 2013 (r333749) @@ -1,2 +1,2 @@ -SHA256 (MesaLib-9.2.2.tar.bz2) = c78a5035233672844cf2492fe82dc10877e12026be227d04469d6ca6ac656a3d -SIZE (MesaLib-9.2.2.tar.bz2) = 6664280 +SHA256 (MesaLib-9.2.3.tar.bz2) = e06d4c0d9f93391be7944e5f063fc70226a273a797934ff6602ee6cd5719175d +SIZE (MesaLib-9.2.3.tar.bz2) = 6665764