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:   wiz
Date:           Fri Aug 15 14:50:59 UTC 2025
Modified Files:
        pkgsrc/graphics/blender: Makefile
Log Message:
blender: remove duplicate PYTHON_VERSIONS_INCOMPATIBLE line
>From Robert Whitlock in PR 59597.
To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 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.233 pkgsrc/graphics/blender/Makefile:1.234
--- pkgsrc/graphics/blender/Makefile:1.233      Wed Aug 13 06:57:15 2025
+++ pkgsrc/graphics/blender/Makefile    Fri Aug 15 14:50:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2025/08/13 06:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2025/08/15 14:50:59 wiz Exp $
 
 DISTNAME=      blender-4.2.4
 PKGREVISION=   6
@@ -17,8 +17,6 @@ USE_CXX_FEATURES=     c++17
 # GCC 11.0.0 or later is required.
 GCC_REQD+=     12
 
-PYTHON_VERSIONS_INCOMPATIBLE=  39 310
-
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} != "Darwin"
 # uses alloca() but sets -std=c++17
Home |
Main Index |
Thread Index |
Old Index