pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter-cli



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat May  2 22:06:25 UTC 2026

Modified Files:
        pkgsrc/textproc/tree-sitter-cli: Makefile

Log Message:
tree-sitter-cli: Add clang build dependency

Needs libclang too.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/tree-sitter-cli/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-cli/Makefile
diff -u pkgsrc/textproc/tree-sitter-cli/Makefile:1.6 pkgsrc/textproc/tree-sitter-cli/Makefile:1.7
--- pkgsrc/textproc/tree-sitter-cli/Makefile:1.6        Sat May  2 21:15:09 2026
+++ pkgsrc/textproc/tree-sitter-cli/Makefile    Sat May  2 22:06:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/05/02 21:15:09 leot Exp $
+# $NetBSD: Makefile,v 1.7 2026/05/02 22:06:25 leot Exp $
 
 DISTNAME=      tree-sitter-0.26.8
 PKGNAME=       ${DISTNAME:S/sitter/sitter-cli/}
@@ -19,5 +19,7 @@ do-install:
                ${DESTDIR}${PREFIX}/bin
 
 .include "cargo-depends.mk"
+BUILDLINK_DEPMETHOD.clang=     build
+.include "../../lang/clang/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index