pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/blender
Module Name: pkgsrc
Committed By: mrg
Date: Sun Oct 26 17:25:08 UTC 2025
Modified Files:
pkgsrc/graphics/blender: Makefile
Log Message:
mark python 3.14 also incompatible.
GCC 14 picks up the missing BINARY_SUBSCR as an error not warning,
causing the compile to fail rather than the plugin to be broken.
To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 pkgsrc/graphics/blender/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/blender/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.240 pkgsrc/graphics/blender/Makefile:1.241
--- pkgsrc/graphics/blender/Makefile:1.240 Thu Oct 23 20:37:23 2025
+++ pkgsrc/graphics/blender/Makefile Sun Oct 26 17:25:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2025/10/23 20:37:23 wiz Exp $
+# $NetBSD: Makefile,v 1.241 2025/10/26 17:25:08 mrg Exp $
DISTNAME= blender-4.2.14
PKGREVISION= 1
@@ -59,7 +59,7 @@ PLIST_SUBST+= BLENDERVER=${PKGVERSION_NO
REPLACE_PYTHON+= scripts/modules/bl_i18n_utils/merge_po.py
REPLACE_PYTHON+= scripts/modules/blend_render_info.py
-PYTHON_VERSIONS_INCOMPATIBLE= 310 313
+PYTHON_VERSIONS_INCOMPATIBLE= 310 313 314
.include "options.mk"
.include "../../archivers/minizip-ng/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index