Date: Thu, 14 Nov 2013 10:49:12 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333749 - head/graphics/libosmesa Message-ID: <201311141049.rAEAnCiS071133@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311141049.rAEAnCiS071133>