pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/glusterfs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Jan  9 14:03:41 UTC 2022

Modified Files:
        pkgsrc/filesystems/glusterfs: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/filesystems/glusterfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/glusterfs/Makefile
diff -u pkgsrc/filesystems/glusterfs/Makefile:1.106 pkgsrc/filesystems/glusterfs/Makefile:1.107
--- pkgsrc/filesystems/glusterfs/Makefile:1.106 Wed Dec  8 16:04:21 2021
+++ pkgsrc/filesystems/glusterfs/Makefile       Sun Jan  9 14:03:41 2022
@@ -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=${VARBA
 # 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



Home | Main Index | Thread Index | Old Index