pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/scons4



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Aug 13 23:06:54 UTC 2026

Modified Files:
        pkgsrc/devel/scons4: Makefile

Log Message:
devel/scons4: Add request not to update to 4.11

pending scons/gpsd figuring out between them why 4.11 breaks the gpsd
build -- with an inscrutable stack trace, the gold standard for python
errors!


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/scons4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/scons4/Makefile
diff -u pkgsrc/devel/scons4/Makefile:1.17 pkgsrc/devel/scons4/Makefile:1.18
--- pkgsrc/devel/scons4/Makefile:1.17   Mon Nov 17 07:43:46 2025
+++ pkgsrc/devel/scons4/Makefile        Thu Aug 13 23:06:54 2026
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2025/11/17 07:43:46 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/08/13 23:06:54 gdt Exp $
 
+# Please do not update to 4.11; breaks gpsd. -gdt
+#   https://gitlab.com/gpsd/gpsd/-/work_items/412
 DISTNAME=      scons-4.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python



Home | Main Index | Thread Index | Old Index