pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/glusterfs8



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 20 16:24:44 UTC 2024

Modified Files:
        pkgsrc/filesystems/glusterfs8: Makefile

Log Message:
glusterfs8: not for Python 3.12+


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/filesystems/glusterfs8/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/glusterfs8/Makefile
diff -u pkgsrc/filesystems/glusterfs8/Makefile:1.11 pkgsrc/filesystems/glusterfs8/Makefile:1.12
--- pkgsrc/filesystems/glusterfs8/Makefile:1.11 Tue Aug  6 18:55:09 2024
+++ pkgsrc/filesystems/glusterfs8/Makefile      Sun Oct 20 16:24:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/08/06 18:55:09 riastradh Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/20 16:24:44 wiz Exp $
 
 DISTNAME=      glusterfs-8.2
 PKGREVISION=   17
@@ -22,6 +22,9 @@ CONFIGURE_ARGS+=      --localstatedir=${VARBA
 # Only libfl.a is available, and libtool wants libfl.so
 MAKE_FLAGS+=           LEXLIB=""
 
+# uses 'imp', which was removed in Python 3.12
+PYTHON_VERSIONS_ACCEPTED=      311 310
+
 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