diff options
author | anholt <anholt@FreeBSD.org> | 2005-02-14 15:08:27 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-02-14 15:08:27 +0800 |
commit | 4c1389252a0c4825dca1708f9dbfb91d03d389af (patch) | |
tree | a3e95db81200d902bbc83c93f971b2b248fea5bc /graphics/dri/Makefile | |
parent | 25e757a72601e2c6d7ece317146c952780dbd4b1 (diff) | |
download | freebsd-ports-gnome-4c1389252a0c4825dca1708f9dbfb91d03d389af.tar.gz freebsd-ports-gnome-4c1389252a0c4825dca1708f9dbfb91d03d389af.tar.zst freebsd-ports-gnome-4c1389252a0c4825dca1708f9dbfb91d03d389af.zip |
Update to a newer snapshot of stable Mesa. Includes a fix for hangs with
RV200 Radeons (thanks Dave Airlie!) [1], fixes for software fallbacks, the usual
pile of little conformance and other bugfixes, and fixing the hang on first lock
grab on AMD64 (that was a really lame bug). Host the distfile on freefall as
well until public_distfiles propagates.
PR: [1] ports/75731
Submitted by: [1] pb
Diffstat (limited to 'graphics/dri/Makefile')
-rw-r--r-- | graphics/dri/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 62ca4c55414a..52eda6467f3e 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -6,13 +6,13 @@ # PORTNAME= dri -PORTVERSION= 6.2 -PORTREVISION= 2 +PORTVERSION= 6.2.1 PORTEPOCH= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~anholt/dri/ MASTER_SITE_SUBDIR= anholt -DISTFILES= Mesa-6.2-20050109.tar.bz2 \ +DISTFILES= Mesa-6.2.1-20050213.tar.bz2 \ drm-20050109.tar.bz2 MAINTAINER= anholt@FreeBSD.org |