pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 18:30:52 UTC 2024

Modified Files:
        pkgsrc/editors/emacs29: Makefile
        pkgsrc/editors/neovim: Makefile
        pkgsrc/textproc/tree-sitter: buildlink3.mk

Log Message:
*: tree-sitter had an ABI bump without bumping its shared libraries

Bump ABI depends and bump PKGREVISIONs of users.
https://github.com/tree-sitter/tree-sitter/issues/3296


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/emacs29/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/neovim/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter/buildlink3.mk

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

Modified files:

Index: pkgsrc/editors/emacs29/Makefile
diff -u pkgsrc/editors/emacs29/Makefile:1.13 pkgsrc/editors/emacs29/Makefile:1.14
--- pkgsrc/editors/emacs29/Makefile:1.13        Sun Apr  7 07:33:52 2024
+++ pkgsrc/editors/emacs29/Makefile     Tue Apr 30 18:30:52 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2024/04/07 07:33:52 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/04/30 18:30:52 wiz Exp $
 
 CONFLICTS+=    emacs29-nox11-[0-9]*
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "../../editors/emacs29/Makefile.common"
 
 .include "options.mk"

Index: pkgsrc/editors/neovim/Makefile
diff -u pkgsrc/editors/neovim/Makefile:1.8 pkgsrc/editors/neovim/Makefile:1.9
--- pkgsrc/editors/neovim/Makefile:1.8  Fri Feb  2 16:24:45 2024
+++ pkgsrc/editors/neovim/Makefile      Tue Apr 30 18:30:52 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/02/02 16:24:45 tm Exp $
+# $NetBSD: Makefile,v 1.9 2024/04/30 18:30:52 wiz Exp $
 
 DISTNAME=      neovim-0.9.5
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=neovim/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/tree-sitter/buildlink3.mk
diff -u pkgsrc/textproc/tree-sitter/buildlink3.mk:1.1 pkgsrc/textproc/tree-sitter/buildlink3.mk:1.2
--- pkgsrc/textproc/tree-sitter/buildlink3.mk:1.1       Wed Apr 20 17:21:28 2022
+++ pkgsrc/textproc/tree-sitter/buildlink3.mk   Tue Apr 30 18:30:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2022/04/20 17:21:28 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2024/04/30 18:30:52 wiz Exp $
 
 BUILDLINK_TREE+=       tree-sitter
 
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=        tree-sitter
 TREE_SITTER_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.tree-sitter+=    tree-sitter>=0.20.0
+BUILDLINK_ABI_DEPENDS.tree-sitter+=    tree-sitter>=0.22.5
 BUILDLINK_PKGSRCDIR.tree-sitter?=      ../../textproc/tree-sitter
 .endif # TREE_SITTER_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index