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: Thu Aug 15 22:02:25 UTC 2024
Modified Files:
pkgsrc/games/crossfire-server: Makefile
Log Message:
crossfire-server: mark as BROKEN
Needs porting to Python 3.10+
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 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.85 pkgsrc/games/crossfire-server/Makefile:1.86
--- pkgsrc/games/crossfire-server/Makefile:1.85 Thu Jul 11 19:53:34 2024
+++ pkgsrc/games/crossfire-server/Makefile Thu Aug 15 22:02:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2024/07/11 19:53:34 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2024/08/15 22:02:25 wiz Exp $
DISTNAME= crossfire-1.71.0
PKGNAME= ${DISTNAME:S/crossfire-/crossfire-server-/1}
@@ -22,7 +22,8 @@ CONFIG_SHELL= ksh
GNU_CONFIGURE= yes
PLIST_SRC= ${WRKDIR}/PLIST PLIST
-PYTHON_VERSIONS_ACCEPTED= 38 39
+BROKEN= "Only supports Python < 3.10"
+#PYTHON_VERSIONS_ACCEPTED= 38 39
BUILD_DEFS+= VARBASE
Home |
Main Index |
Thread Index |
Old Index