summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-25 20:39:06 +0000
committerjoerg <joerg>2008-04-25 20:39:06 +0000
commit4005390310b8e657520fdc53f106df393570e5ea (patch)
treeba5c318600555301b8a78f14c17772a3e23be7eb /graphics
parent1b08350b7a04a7650209f9ed7f81249a5e15ed17 (diff)
downloadpkgsrc-4005390310b8e657520fdc53f106df393570e5ea.tar.gz
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/Makefile.common3
-rw-r--r--graphics/py-OpenGL/Makefile4
-rw-r--r--graphics/py-biggles/Makefile3
-rw-r--r--graphics/py-gnuplot/Makefile3
-rw-r--r--graphics/py-gtkglext/Makefile4
-rw-r--r--graphics/py-matplotlib-gtk2/Makefile4
-rw-r--r--graphics/py-matplotlib/Makefile4
7 files changed, 11 insertions, 14 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 81110c53575..2113a7a2994 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.58 2008/04/24 07:40:23 bjs Exp $
+# $NetBSD: Makefile.common,v 1.59 2008/04/25 20:39:09 joerg Exp $
#
# This Makefile fragment is included either directly or indirectly (through
# Makefile.lib) by all packages that are built from the Mesa sources.
@@ -24,6 +24,7 @@ MAINTAINER= bjs@NetBSD.org
HOMEPAGE= http://www.mesa3d.org/
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS= no
WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION}
BUILDING_MESA= yes
diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile
index e0077dfdd62..b6bc692344e 100644
--- a/graphics/py-OpenGL/Makefile
+++ b/graphics/py-OpenGL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/07/16 15:09:40 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/25 20:39:09 joerg Exp $
#
DISTNAME= PyOpenGL-3.0.0a6
@@ -10,7 +10,7 @@ MAINTAINER= cube@cubidou.net
HOMEPAGE= http://pyopengl.sourceforge.net/
COMMENT= Pyhton bindings for OpenGL
-PYTHON_VERSIONS_ACCEPTED= 24
+PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= YES
PY_PATCHPLIST= YES
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile
index c48edcca2c2..1228084a178 100644
--- a/graphics/py-biggles/Makefile
+++ b/graphics/py-biggles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/02/22 19:26:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2008/04/25 20:39:09 joerg Exp $
#
DISTNAME= python-biggles-1.6.3
@@ -13,7 +13,6 @@ COMMENT= Python module for creating 2D scientific plots
PYDISTUTILSPKG= yes
PYBINMODULE= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile
index 7340f05d840..83e7d6b5a74 100644
--- a/graphics/py-gnuplot/Makefile
+++ b/graphics/py-gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/06/02 23:37:24 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/04/25 20:39:09 joerg Exp $
#
DISTNAME= gnuplot-py-1.7
@@ -12,7 +12,6 @@ HOMEPAGE= http://gnuplot-py.sourceforge.net/
COMMENT= Python package that interfaces to gnuplot
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile
index 96dd2cad370..2d01a185166 100644
--- a/graphics/py-gtkglext/Makefile
+++ b/graphics/py-gtkglext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/03/15 16:51:09 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:09 joerg Exp $
#
DISTNAME= pygtkglext-1.1.0
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24
+PYTHON_VERSIONS_ACCEPTED= 25 24
PKGCONFIG_OVERRIDE+= pygtkglext.pc.in
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile
index bbc9437d7f7..46f5df48dcb 100644
--- a/graphics/py-matplotlib-gtk2/Makefile
+++ b/graphics/py-matplotlib-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/03/15 16:51:25 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/04/25 20:39:09 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@@ -16,7 +16,7 @@ PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_ACCEPTED= 24
+PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../lang/python/extension.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index cd54401546a..543f51ad4a0 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/04/18 13:51:53 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2008/04/25 20:39:09 joerg Exp $
#
DISTNAME= matplotlib-0.87.2
@@ -16,8 +16,6 @@ USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23
-
.include "../../lang/python/extension.mk"
PLIST_VARS+= subprocess