pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender-lts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 13 21:09:44 UTC 2026

Modified Files:
        pkgsrc/graphics/blender-lts: Makefile

Log Message:
blender-lts: comment out accepted Python versions

pbulk seems to have trouble when both BROKEN and impossible Python
dependencies apply


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/blender-lts/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-lts/Makefile
diff -u pkgsrc/graphics/blender-lts/Makefile:1.68 pkgsrc/graphics/blender-lts/Makefile:1.69
--- pkgsrc/graphics/blender-lts/Makefile:1.68   Mon Jul 13 04:36:01 2026
+++ pkgsrc/graphics/blender-lts/Makefile        Mon Jul 13 21:09:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2026/07/13 04:36:01 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2026/07/13 21:09:44 wiz Exp $
 
 DISTNAME=      blender-3.6.18
 PKGREVISION=   15
@@ -77,7 +77,7 @@ REPLACE_PYTHON=               release/bin/blender-thu
 
 INSTALLATION_DIRS=     bin share/blender
 
-PYTHON_VERSIONS_ACCEPTED=      # 311 but also py-numpy, which does not support 311
+#PYTHON_VERSIONS_ACCEPTED=     # 311 but also py-numpy, which does not support 311
 
 pre-configure:
        ${MKDIR} ${WRKSRC}/build



Home | Main Index | Thread Index | Old Index