pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/crossfire-server
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 15 21:05:32 UTC 2022
Modified Files:
pkgsrc/games/crossfire-server: Makefile
Log Message:
crossfire-server: restrict to python 3.7-3.9
Does not work accept python 2 at all, does not compile with python 3.10
due to missing 'node.h' header.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/games/crossfire-server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/crossfire-server/Makefile
diff -u pkgsrc/games/crossfire-server/Makefile:1.68 pkgsrc/games/crossfire-server/Makefile:1.69
--- pkgsrc/games/crossfire-server/Makefile:1.68 Thu Jun 30 11:18:24 2022
+++ pkgsrc/games/crossfire-server/Makefile Fri Jul 15 21:05:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2022/06/30 11:18:24 nia Exp $
+# $NetBSD: Makefile,v 1.69 2022/07/15 21:05:32 wiz Exp $
DISTNAME= crossfire-1.71.0
PKGNAME= ${DISTNAME:S/crossfire-/crossfire-server-/1}
@@ -22,6 +22,8 @@ CONFIG_SHELL= ksh
GNU_CONFIGURE= yes
PLIST_SRC= ${WRKDIR}/PLIST PLIST
+PYTHON_VERSIONS_INCOMPATIBLE= 27 310
+
BUILD_DEFS+= VARBASE
CHECK_PORTABILITY_SKIP+= utils/get_release.in
Home |
Main Index |
Thread Index |
Old Index