pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/mame
Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 14:36:18 UTC 2025
Modified Files:
        pkgsrc/emulators/mame: Makefile
Log Message:
mame: not ready for Python 3.14
To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 pkgsrc/emulators/mame/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.219 pkgsrc/emulators/mame/Makefile:1.220
--- pkgsrc/emulators/mame/Makefile:1.219        Fri Sep 26 07:33:20 2025
+++ pkgsrc/emulators/mame/Makefile      Thu Oct  9 14:36:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219 2025/09/26 07:33:20 wiz Exp $
+# $NetBSD: Makefile,v 1.220 2025/10/09 14:36:18 wiz Exp $
 
 DISTNAME=      mame-0.281
 CATEGORIES=    emulators
@@ -28,6 +28,9 @@ MAKE_FILE=            makefile
 # "GCC version 10.3 or later needed"
 GCC_REQD+=             10
 
+# https://github.com/mamedev/mame/issues/14305
+PYTHON_VERSIONS_INCOMPATIBLE=  314
+
 .include "../../mk/bsd.prefs.mk"
 # error: invalid argument '-std=gnu++17' not allowed with 'Objective-C'
 .if ${OPSYS} != "Darwin"
Home |
Main Index |
Thread Index |
Old Index