pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/jimtcl



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar 30 06:07:30 UTC 2025

Modified Files:
        pkgsrc/lang/jimtcl: Makefile distinfo
Removed Files:
        pkgsrc/lang/jimtcl/patches: patch-autosetup_cc-shared.tcl

Log Message:
jimtcl: updated to 0.83

0.83

build: remove jsmn/*.o on clean
examples.api: drop last JIM_EMBEDDED definitions
core: support multi-level break, continue from loops
aio updates to avoid stdio
interactive: enable hint support
core: add support for proc static variables by reference
info script: return real current source file
Add CodeQL Workflow for Code Security Analysis
Fix typos. relating to 172b5c4
reorder SDL text command help to match parsing
clock: Fix DST problem in [clock scan] using "-gmt 0"
Hide some more umask() calls behind HAVE_UMASK
add support for lsort -dict
Json decode improvements


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/jimtcl/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/jimtcl/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/jimtcl/patches/patch-autosetup_cc-shared.tcl

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

Modified files:

Index: pkgsrc/lang/jimtcl/Makefile
diff -u pkgsrc/lang/jimtcl/Makefile:1.12 pkgsrc/lang/jimtcl/Makefile:1.13
--- pkgsrc/lang/jimtcl/Makefile:1.12    Wed Jan 10 08:20:10 2024
+++ pkgsrc/lang/jimtcl/Makefile Sun Mar 30 06:07:30 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/01/10 08:20:10 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/30 06:07:30 adam Exp $
 
-DISTNAME=      jimtcl-0.82
-PKGREVISION=   3
+DISTNAME=      jimtcl-0.83
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msteveb/}
 
@@ -21,6 +20,9 @@ CONFIGURE_ARGS+=      --shared
 CONFIGURE_ARGS+=       --disable-jim-regexp
 CONFIGURE_ARGS+=       --compat # Support older expr syntax for openocd
 
+# Disable ccache; see autosetup/cc.tcl
+CONFIGURE_ENV+=                CCACHE=none
+
 REPLACE_INTERPRETER+=  jimsh
 REPLACE.jimsh.old=     /usr/bin/env jimsh
 REPLACE.jimsh.new=     ${PREFIX}/bin/jimsh

Index: pkgsrc/lang/jimtcl/distinfo
diff -u pkgsrc/lang/jimtcl/distinfo:1.9 pkgsrc/lang/jimtcl/distinfo:1.10
--- pkgsrc/lang/jimtcl/distinfo:1.9     Thu Mar  2 23:11:58 2023
+++ pkgsrc/lang/jimtcl/distinfo Sun Mar 30 06:07:30 2025
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2023/03/02 23:11:58 fcambus Exp $
+$NetBSD: distinfo,v 1.10 2025/03/30 06:07:30 adam Exp $
 
-BLAKE2s (jimtcl-0.82.tar.gz) = 3fa1c2e17f05eec59fcb13f2197a7c29b87d6375e59517bdcfaa4075f9c2eeab
-SHA512 (jimtcl-0.82.tar.gz) = d0f8c8d515b9c7eee3ee2089a8fe9b8616b0541b7fca6b769132201c3a65a8216f9e8a333c6a3a4c2a8fa4754ab0c9d3c2bca3306b3b4db566d4f3e401a709fe
-Size (jimtcl-0.82.tar.gz) = 4435258 bytes
-SHA1 (patch-autosetup_cc-shared.tcl) = 02b663ec07499c04fec1e0c462fdede37dc9ab3f
+BLAKE2s (jimtcl-0.83.tar.gz) = 22c9c01531e3ee03c3502838377dd6d7fd0af3b2af8c74b1e9da4e64aca1615e
+SHA512 (jimtcl-0.83.tar.gz) = fbdcb84eb5d6be55fbb8d192654e22e3bc6e0e2685bc68bd0e4e5cbf9ac9cde7012780b02b9c98830954d28733494d5aacd9595c4cec353dd0945ee09d4194b4
+Size (jimtcl-0.83.tar.gz) = 4465834 bytes
 SHA1 (patch-jim-aio.c) = 0da49b824d60e5d6303dd69922f5953272434925



Home | Main Index | Thread Index | Old Index