summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-01-09 14:03:41 +0000
committergdt <gdt@pkgsrc.org>2022-01-09 14:03:41 +0000
commit4a574e3f82d29b6ba9690c678d3f56dc3f00c8fd (patch)
treebcf66ed14552b9dd954c476e9c64a364569c7b56 /filesystems
parent35822289fdba93c38f7dc1ac1d2e150c3740c304 (diff)
downloadpkgsrc-4a574e3f82d29b6ba9690c678d3f56dc3f00c8fd.tar.gz
filesystems/gluster: No longer mark as python 2.7 only
The restriction to python 2.7 was noted being current as of an ancient version. Dropping that line and building (therefore with 3.9) succeeded, and the upstream configure.ac searches for python3 and accepts it. Thus, even without testing, this seems ok.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/glusterfs/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index 0091b35572e..a12e7a9dc4f 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.106 2021/12/08 16:04:21 adam Exp $
+# $NetBSD: Makefile,v 1.107 2022/01/09 14:03:41 gdt Exp $
DISTNAME= glusterfs-8.2
-#PKGREVISION= 1
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= filesystems
MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
@@ -23,8 +22,6 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE}
# Only libfl.a is available, and libtool wants libfl.so
MAKE_FLAGS+= LEXLIB=""
-PYTHON_VERSIONS_ACCEPTED= 27 # only 2.x supported as of 3.8.x
-
REPLACE_PYTHON+= contrib/ipaddr-py/ipaddr.py
REPLACE_PYTHON+= events/src/glustereventsd.py
REPLACE_PYTHON+= events/src/peer_eventsapi.py