diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-21 06:25:26 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-21 06:25:26 +0000 |
commit | 232f9e004f5b0822e0ada9e52fa0b9d46a652274 (patch) | |
tree | dd1dc220cfbb7ae79a5c45fd35c488c9bb3c5211 /graphics/Mesa | |
parent | be7e46d3f95b1572abcfe540d1dcea933fe50575 (diff) | |
download | pkgsrc-232f9e004f5b0822e0ada9e52fa0b9d46a652274.tar.gz |
Sync MesaLib with upstream mesa_7_0_branch. While here, patch
the r300 dri driver so that the __driConfigOptions symbol is visible.
This is necessary for xdriinfo and driconf to work. Bump MesaLib's
PKGREVISION.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.version | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/Mesa/Makefile.version b/graphics/Mesa/Makefile.version index f41cb8355c0..c40b45b7afe 100644 --- a/graphics/Mesa/Makefile.version +++ b/graphics/Mesa/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.1 2008/09/18 21:10:28 bjs Exp $ +# $NetBSD: Makefile.version,v 1.2 2008/10/21 06:25:26 bjs Exp $ # # When changing this version, please run "make distinfo" in the following # package directories: @@ -14,9 +14,9 @@ MESA_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} MESA_VERSION= 7.0.4 MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL} -#MESA_PATCHFILES= 001 002 003 +MESA_PATCHFILES= 001 MESA_PATCHLEVEL= .1 -#PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} -#PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ -#PATCH_DIST_STRIP= -p1 +PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@} +PATCH_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/patchfiles/ +PATCH_DIST_STRIP= -p0 |