diff options
author | gahr <gahr@FreeBSD.org> | 2014-05-15 20:11:21 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-05-15 20:11:21 +0800 |
commit | 188bf8e1d757f30e1510a16236b216dfe9ad1898 (patch) | |
tree | 0dcf9a157a86a02ba8399bb3e882f88991733b63 | |
parent | 36b574a3d738a8c4816c3ac738ea27d099b2c1f1 (diff) | |
download | freebsd-ports-gnome-188bf8e1d757f30e1510a16236b216dfe9ad1898.tar.gz freebsd-ports-gnome-188bf8e1d757f30e1510a16236b216dfe9ad1898.tar.zst freebsd-ports-gnome-188bf8e1d757f30e1510a16236b216dfe9ad1898.zip |
- Update to 10.1.3
Release notes:
http://www.mesa3d.org/relnotes/10.1.3.html
http://www.mesa3d.org/relnotes/10.1.2.html
-rw-r--r-- | graphics/libosmesa/Makefile | 7 | ||||
-rw-r--r-- | graphics/libosmesa/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 0b07947f8910..71323cca472e 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libosmesa -PORTVERSION= 10.1.1 -PORTREVISION= 1 +PORTVERSION= 10.1.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/ DISTNAME= MesaLib-${PORTVERSION} @@ -14,11 +13,11 @@ 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 -USES+= gmake pkgconfig tar:bzip2 +USES= gmake pkgconfig tar:bzip2 libtool USE_LDCONFIG= yes USE_PYTHON= 2 USE_XORG= x11 xext -USE_AUTOTOOLS= autoconf automake libtool +USE_AUTOTOOLS= autoconf automake libtool:env GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-osmesa \ --disable-driglx-direct \ diff --git a/graphics/libosmesa/distinfo b/graphics/libosmesa/distinfo index 8a51f79155f4..e6edf5eb5464 100644 --- a/graphics/libosmesa/distinfo +++ b/graphics/libosmesa/distinfo @@ -1,2 +1,2 @@ -SHA256 (MesaLib-10.1.1.tar.bz2) = f3ae730ed81fffcb1ec59076813f9955157da7a1dd9ba23a6b1b8ff8cf6798b0 -SIZE (MesaLib-10.1.1.tar.bz2) = 6948871 +SHA256 (MesaLib-10.1.3.tar.bz2) = b2615e236ef25d0fb94b8420bdd2e2a520b7dd5ca2d4b93306154f7fd4adecc3 +SIZE (MesaLib-10.1.3.tar.bz2) = 6955142 |