pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  6 06:33:08 UTC 2026

Modified Files:
        pkgsrc/textproc/tree-sitter: Makefile distinfo
Removed Files:
        pkgsrc/textproc/tree-sitter/patches: patch-Makefile

Log Message:
tree-sitter: update to 0.26.10.

fix(lib): update doc comment for ts_parser_parse by @WillLillis in #5642
fix(lib): use correct TREE_SITTER_HIDE_SYMBOLS macro name in alloc.h by @tree-sitter-ci-bot[bot] in #5643
fix(cli): improve soundness of cst range calculation by @WillLillis in #5650
fix(lib): Consider subtree lookahead bytes when determining whether the parser can reuse a node. by @tree-sitter-ci-bot[bot] in #5656
fix(cli): display warning to user if parser test corpus dir isn't found by @tree-sitter-ci-bot[bot] in #5669
fix: add DESCRIPTION to grammar Makefile template by @WillLillis in #5672
fix(cli): infinite loop in highlight test by @WillLillis in #5674
fix(lib): address strict aliasing violations in TreeCursor type by @WillLillis in #5693
build(deps): bump wasmtime-c-api to v36.0.12 by @clason in #5709
fix(dsl): forbid invalid field names by @WillLillis in #5710
Fix issues with queries matching a parent node with anchored children (siblings) by @tree-sitter-ci-bot[bot] in #5712
test(query): regression test for anchored siblings inside a parent by @tree-sitter-ci-bot[bot] in #5716
release v0.26.10 by @WillLillis in #5717


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/tree-sitter/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/tree-sitter/distinfo
cvs rdiff -u -r1.10 -r0 pkgsrc/textproc/tree-sitter/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/textproc/tree-sitter/Makefile
diff -u pkgsrc/textproc/tree-sitter/Makefile:1.32 pkgsrc/textproc/tree-sitter/Makefile:1.33
--- pkgsrc/textproc/tree-sitter/Makefile:1.32   Sun May 24 18:11:02 2026
+++ pkgsrc/textproc/tree-sitter/Makefile        Mon Jul  6 06:33:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/05/24 18:11:02 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2026/07/06 06:33:07 wiz Exp $
 
-DISTNAME=      tree-sitter-0.26.9
+DISTNAME=      tree-sitter-0.26.10
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -14,6 +14,8 @@ USE_CC_FEATURES=      c11
 USE_TOOLS+=            gmake
 PKGCONFIG_OVERRIDE+=   lib/tree-sitter.pc.in
 
+MAKE_FLAGS+=           PCLIBDIR=${PREFIX}/lib/pkgconfig
+
 CPPFLAGS.SunOS+=       -DHAVE_ENDIAN_H
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/tree-sitter/distinfo
diff -u pkgsrc/textproc/tree-sitter/distinfo:1.30 pkgsrc/textproc/tree-sitter/distinfo:1.31
--- pkgsrc/textproc/tree-sitter/distinfo:1.30   Sun May 24 18:11:02 2026
+++ pkgsrc/textproc/tree-sitter/distinfo        Mon Jul  6 06:33:07 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.30 2026/05/24 18:11:02 wiz Exp $
+$NetBSD: distinfo,v 1.31 2026/07/06 06:33:07 wiz Exp $
 
-BLAKE2s (tree-sitter-0.26.9.tar.gz) = 28ce7b9b442013eb18eaab509f7c149897ebd82d9a2c132e69dd31b1d5f1a540
-SHA512 (tree-sitter-0.26.9.tar.gz) = 65ba2302c418516518bef6bffdce0cec49eea00faf178e8aa57b18b6e6158efaf9841f34e7da087520333e2409c0d392ad4b71ff2b43e05a5f56dd5c64c07ec9
-Size (tree-sitter-0.26.9.tar.gz) = 914808 bytes
-SHA1 (patch-Makefile) = c540f1f96603519a92442fcabd9212e7e492e0ad
+BLAKE2s (tree-sitter-0.26.10.tar.gz) = 7b2c0a1d1802615520de21028f496a8c5a50d7961d42e9f783faab755c6f3f6d
+SHA512 (tree-sitter-0.26.10.tar.gz) = 43549754bcc862ad796c6e30434fb25ace6188ae6b607561f907f43f50131633b454e20d5d5abdc03a590a6e77bd1fe4932ac46fd93683ab34bba7a265aef0e4
+Size (tree-sitter-0.26.10.tar.gz) = 917025 bytes



Home | Main Index | Thread Index | Old Index