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 Oct  9 08:02:32 UTC 2025

Modified Files:
        pkgsrc/games/crossfire-server: Makefile

Log Message:
crossfire-server: mark as BROKEN since it claims to only support Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 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.95 pkgsrc/games/crossfire-server/Makefile:1.96
--- pkgsrc/games/crossfire-server/Makefile:1.95 Sun Oct  5 19:25:55 2025
+++ pkgsrc/games/crossfire-server/Makefile      Thu Oct  9 08:02:32 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2025/10/05 19:25:55 js Exp $
+# $NetBSD: Makefile,v 1.96 2025/10/09 08:02:32 wiz Exp $
 
 DISTNAME=      crossfire-1.75.0
 PKGNAME=       ${DISTNAME:S/crossfire-/crossfire-server-/1}
@@ -28,7 +28,8 @@ PLIST_SRC=    ${WRKDIR}/PLIST PLIST
 REPLACE_PYTHON+=       ../maps/python/CFReputation/utils/gods2factions
 REPLACE_PYTHON+=       utils/cfdb_convert
 
-PYTHON_VERSIONS_ACCEPTED=      39 # node.h is required
+#PYTHON_VERSIONS_ACCEPTED=     39 # node.h is required
+BROKEN=                "Supports Python 3.9 only"
 
 BUILD_DEFS+=   VARBASE
 



Home | Main Index | Thread Index | Old Index