pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul 19 08:27:14 UTC 2026

Modified Files:
        pkgsrc/devel: Makefile
Removed Files:
        pkgsrc/devel/scons: DESCR Makefile PLIST buildlink3.mk distinfo
        pkgsrc/devel/scons/patches: patch-engine_SCons_Platform___init__.py
            patch-setup.py

Log Message:
scons: removed; not needed anymore, as Python 2.7 is dead; use scons4 instead


To generate a diff of this commit:
cvs rdiff -u -r1.4664 -r1.4665 pkgsrc/devel/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/scons/DESCR
cvs rdiff -u -r1.59 -r0 pkgsrc/devel/scons/Makefile
cvs rdiff -u -r1.21 -r0 pkgsrc/devel/scons/PLIST
cvs rdiff -u -r1.6 -r0 pkgsrc/devel/scons/buildlink3.mk
cvs rdiff -u -r1.30 -r0 pkgsrc/devel/scons/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/scons/patches/patch-engine_SCons_Platform___init__.py \
    pkgsrc/devel/scons/patches/patch-setup.py

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4664 pkgsrc/devel/Makefile:1.4665
--- pkgsrc/devel/Makefile:1.4664        Sat Jul 18 15:29:20 2026
+++ pkgsrc/devel/Makefile       Sun Jul 19 08:27:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4664 2026/07/18 15:29:20 taca Exp $
+# $NetBSD: Makefile,v 1.4665 2026/07/19 08:27:13 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -3586,7 +3586,6 @@ SUBDIR+=  samurai
 SUBDIR+=       sccache
 SUBDIR+=       scintilla
 SUBDIR+=       scmcvs
-SUBDIR+=       scons
 SUBDIR+=       scons4
 SUBDIR+=       sdcc
 SUBDIR+=       sdl12-compat



Home | Main Index | Thread Index | Old Index