diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-14 18:49:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-14 18:49:12 +0800 |
commit | dd0d191fd4c7aa07affae7148e82a385bc55f6cb (patch) | |
tree | 52ce0a5968dc85339dc8faa719fca2a218b047b9 /graphics | |
parent | cb42fb4eced57191d918be73b8a12e4e08004cf7 (diff) | |
download | freebsd-ports-gnome-dd0d191fd4c7aa07affae7148e82a385bc55f6cb.tar.gz freebsd-ports-gnome-dd0d191fd4c7aa07affae7148e82a385bc55f6cb.tar.zst freebsd-ports-gnome-dd0d191fd4c7aa07affae7148e82a385bc55f6cb.zip |
- Update to 9.2.3
Release notes: http://www.mesa3d.org/relnotes/9.2.3.html
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libosmesa/Makefile | 6 | ||||
-rw-r--r-- | graphics/libosmesa/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 2b4798c3e01d..70b4fc4406aa 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -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 of the OpenGL API 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 diff --git a/graphics/libosmesa/distinfo b/graphics/libosmesa/distinfo index 9eb6f1396c0b..dfe00a6e0681 100644 --- a/graphics/libosmesa/distinfo +++ b/graphics/libosmesa/distinfo @@ -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 |