summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorbjs <bjs>2008-10-26 21:03:40 +0000
committerbjs <bjs>2008-10-26 21:03:40 +0000
commit2cf4205a94c9f1a963d6327ec1a6ecd368f7f10d (patch)
treee3ef6c5f9c1b3e0e627559601e75abb90e1aa6e3 /graphics/Mesa
parentcd26a8a9af225272a824fc82dff9689d674a1492 (diff)
downloadpkgsrc-2cf4205a94c9f1a963d6327ec1a6ecd368f7f10d.tar.gz
Add the following patch from upstream as a new distribution
patch and bump MesaLib's PKGREVISION. While here, make a few small changes to appease pkglint. commit 2b8d8989fb6f9c36baf166fc715182a1407ebadb Author: Ian Romanick <ian.d.romanick@intel.com> Date: Sun Sep 28 20:31:46 2008 -0700 Use 3Dnow! x86-64 routines only on processors that support 3Dnow! Added an x86-64 CPUID function and use it to detect 3Dnow! [...] This fixes long standing bug #8724.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.version b/graphics/Mesa/Makefile.version
index c40b45b7afe..29c998840ea 100644
--- a/graphics/Mesa/Makefile.version
+++ b/graphics/Mesa/Makefile.version
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.2 2008/10/21 06:25:26 bjs Exp $
+# $NetBSD: Makefile.version,v 1.3 2008/10/26 21:03:40 bjs Exp $
#
# When changing this version, please run "make distinfo" in the following
# package directories:
@@ -14,7 +14,7 @@ MESA_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
MESA_VERSION= 7.0.4
MESA_PKGVERSION= ${MESA_VERSION}${MESA_PATCHLEVEL}
-MESA_PATCHFILES= 001
+MESA_PATCHFILES= 001 002
MESA_PATCHLEVEL= .1
PATCHFILES= ${MESA_PATCHFILES:@.p.@Mesa-${MESA_VERSION}-${.p.}@}