pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jan  3 16:49:53 UTC 2025

Modified Files:
        pkgsrc/lang: Makefile
Removed Files:
        pkgsrc/lang/tcl85: DESCR Makefile Makefile.version PLIST buildlink3.mk
            distinfo options.mk
        pkgsrc/lang/tcl85/patches: patch-generic_tclInt.h
            patch-generic_tclPort.h patch-generic_tclPosixStr.c
            patch-tests_load.test patch-tests_pkgMkIndex.test
            patch-unix_Makefile.in patch-unix_configure
            patch-unix_tclConfig.sh.in patch-unix_tclUnixCompat.c
            patch-unix_tclUnixFCmd.c patch-unix_tclUnixInit.c
            patch-unix_tclUnixPort.h

Log Message:
lang/tcl85: Remove

As proposed on pkgsrc-users.  Obsolete version added to ease tcl86
migration.  No users in pkgsrc, and no comments on the mailinglist.


To generate a diff of this commit:
cvs rdiff -u -r1.738 -r1.739 pkgsrc/lang/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/tcl85/DESCR
cvs rdiff -u -r1.4 -r0 pkgsrc/lang/tcl85/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/tcl85/Makefile.version \
    pkgsrc/lang/tcl85/PLIST pkgsrc/lang/tcl85/options.mk
cvs rdiff -u -r1.3 -r0 pkgsrc/lang/tcl85/buildlink3.mk
cvs rdiff -u -r1.5 -r0 pkgsrc/lang/tcl85/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/tcl85/patches/patch-generic_tclInt.h \
    pkgsrc/lang/tcl85/patches/patch-generic_tclPort.h \
    pkgsrc/lang/tcl85/patches/patch-generic_tclPosixStr.c \
    pkgsrc/lang/tcl85/patches/patch-tests_load.test \
    pkgsrc/lang/tcl85/patches/patch-tests_pkgMkIndex.test \
    pkgsrc/lang/tcl85/patches/patch-unix_tclUnixCompat.c \
    pkgsrc/lang/tcl85/patches/patch-unix_tclUnixFCmd.c \
    pkgsrc/lang/tcl85/patches/patch-unix_tclUnixPort.h
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/tcl85/patches/patch-unix_Makefile.in \
    pkgsrc/lang/tcl85/patches/patch-unix_configure \
    pkgsrc/lang/tcl85/patches/patch-unix_tclConfig.sh.in \
    pkgsrc/lang/tcl85/patches/patch-unix_tclUnixInit.c

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

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.738 pkgsrc/lang/Makefile:1.739
--- pkgsrc/lang/Makefile:1.738  Thu Jan  2 06:52:50 2025
+++ pkgsrc/lang/Makefile        Fri Jan  3 16:49:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.738 2025/01/02 06:52:50 taca Exp $
+# $NetBSD: Makefile,v 1.739 2025/01/03 16:49:52 gdt Exp $
 #
 
 COMMENT=       Programming languages
@@ -357,7 +357,6 @@ SUBDIR+=    swi-prolog-packages
 SUBDIR+=       tcl
 SUBDIR+=       tcl-expect
 SUBDIR+=       tcl-otcl
-SUBDIR+=       tcl85
 SUBDIR+=       tcltutor
 SUBDIR+=       tclx
 SUBDIR+=       tinyscheme



Home | Main Index | Thread Index | Old Index