summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-08 19:08:44 +0000
committerwiz <wiz@pkgsrc.org>2012-04-08 19:08:44 +0000
commit4faa20286079b6833043b7bbd12c0e72039551f6 (patch)
treeb2d16eef0342bf56f8fbe64706fa44b26684cdf8 /filesystems
parent67a514f3391a0157a52f46664e69c897eb4b904e (diff)
downloadpkgsrc-4faa20286079b6833043b7bbd12c0e72039551f6.tar.gz
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/glusterfs/Makefile3
-rw-r--r--filesystems/py-filesystem/Makefile4
2 files changed, 2 insertions, 5 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index 9b20189b053..0602f065099 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/03/31 18:14:23 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2012/04/08 19:08:55 wiz Exp $
#
DISTNAME= glusterfs-3.2.6
@@ -16,7 +16,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= flex bison
-PYTHON_VERSIONS_ACCEPTED= 27 26 25
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= CFLAGS=${CFLAGS:M*:Q}\ -D_INCOMPLETE_XOPEN_C063
CONFIGURE_ARGS+= CFLAGS=${CFLAGS:M*:Q}\ -DDEBUG
diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile
index e780c4696a6..e7e7b50fa07 100644
--- a/filesystems/py-filesystem/Makefile
+++ b/filesystems/py-filesystem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/03/10 19:48:06 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/04/08 19:08:55 wiz Exp $
#
VERSION= 0.4.0
@@ -14,8 +14,6 @@ LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_INCOMPATIBLE= 24
-
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"