summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2007-08-13 11:18:28 +0000
committerseb <seb@pkgsrc.org>2007-08-13 11:18:28 +0000
commite60316b4fea7075d5f62e92bb44f9b0e4bb06330 (patch)
tree244d62e6d3a910da885f36e4db5f940962e1eab4 /graphics/Mesa
parente53cf5dc1df46cb7a8d6cb9a84fcf6fc644f0b0d (diff)
downloadpkgsrc-e60316b4fea7075d5f62e92bb44f9b0e4bb06330.tar.gz
As discussed on tech-pkg@ revert for now the last updates of the Mesa packages.
Downgraded graphics/MesaLib to 6.4.2nb3 Downgraded graphics/glu to 6.4.2 Downgraded graphics/glut to 6.4.2 Downgraded graphics/glx-utils to 6.4.2 Downgraded graphics/MesaDemos to 6.4.2 Downgraded graphics/Mesa to 6.4.2 Approved byg agc@.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.common5
-rw-r--r--graphics/Mesa/Makefile.lib4
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index acc3072636a..4d8db85a33b 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2007/08/12 15:14:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.57 2007/08/13 11:18:29 seb Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -11,11 +11,12 @@ EXTRACT_SUFX= .tar.bz2
# When changing this version, please run "make distinfo" in the following
# package directories:
+#
# graphics/MesaLib
# graphics/MesaDemos
# graphics/glx-utils
#
-MESA_VERSION= 7.0.1
+MESA_VERSION= 6.4.2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mesa3d.org/
diff --git a/graphics/Mesa/Makefile.lib b/graphics/Mesa/Makefile.lib
index 9bd044aa05a..faa1df6cc3e 100644
--- a/graphics/Mesa/Makefile.lib
+++ b/graphics/Mesa/Makefile.lib
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.lib,v 1.5 2007/08/12 15:14:47 adam Exp $
+# $NetBSD: Makefile.lib,v 1.6 2007/08/13 11:18:30 seb Exp $
#
# This Makefile fragment is included by all packages that build libraries
# from the Mesa sources.
@@ -45,7 +45,7 @@ BUILD_TARGET= pkgsrc
.PHONY: Mesa-install-libs
pre-install: Mesa-install-libs
Mesa-install-libs:
- ${TEST} -z ${INSTLIBS:M*:Q}"" || ${ECHO_MSG} "Installing libraries."
+ @${TEST} -z ${INSTLIBS:M*:Q}"" || ${ECHO_MSG} "Installing libraries."
@for lib in "" ${INSTLIBS}; do \
${TEST} -n "$$lib" || continue; \
${SETENV} ${MAKE_ENV} \