summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-09 19:04:52 +0000
committerjschauma <jschauma>2003-03-09 19:04:52 +0000
commit19f5ce2ae622bbff36e762847ee0ca2f4cc239b0 (patch)
treeee5c914c7d457e01b0bd94e6f702794c79bbc86e /graphics/Mesa
parent3fc9a14360c464e25ee52404430b4caae538cf6f (diff)
downloadpkgsrc-19f5ce2ae622bbff36e762847ee0ca2f4cc239b0.tar.gz
Update Mesa and friends to version 5.0, using patches provided in PR pkg/19302.
At the same time, move Mesa and friends to LOCALBASE rather than X11BASE, so that they can be installed regardless of XF version. Introduce MESA_REQD variable that can be set to 5.0, thus allowing systems with XF4 to indicate that the provided version is not good enough. All packages using Mesa, MesaLib, glu or glut will get a PKGREVISION bump over the next few days.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile5
-rw-r--r--graphics/Mesa/Makefile.common4
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index 06341c1ebb5..fc5946f2769 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2002/11/18 07:49:24 jlam Exp $
+# $NetBSD: Makefile,v 1.46 2003/03/09 19:04:52 jschauma Exp $
#
PKGNAME= Mesa-${MESA_VERSION}
-PKGREVISION= 1
MASTER_SITES= # empty
DISTFILES= # empty
@@ -24,6 +23,8 @@ NO_CONFIGURE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
+MAKEFLAGS+= MESA_REQD=${MESA_REQD}
+
do-install: # empty
.include "../../graphics/MesaLib/buildlink2.mk"
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 974fddb06c5..c4c2fedb0b4 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.5 2002/12/06 17:03:23 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.6 2003/03/09 19:04:52 jschauma Exp $
-MESA_VERSION= 3.4.2
+MESA_VERSION= 5.0
DISTNAME?= MesaLib-${MESA_VERSION}
CATEGORIES?= graphics
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}