pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/crossfire-server crossfire-server: restrict to p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abf7693ab070
branches:  trunk
changeset: 381930:abf7693ab070
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 15 21:05:32 2022 +0000

description:
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.

diffstat:

 games/crossfire-server/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 201bb9ca6008 -r abf7693ab070 games/crossfire-server/Makefile
--- a/games/crossfire-server/Makefile   Fri Jul 15 20:54:26 2022 +0000
+++ b/games/crossfire-server/Makefile   Fri Jul 15 21:05:32 2022 +0000
@@ -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 @@
 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