git: 345307cb539e - main - editors/neovim: for rebuild
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jan 2025 14:21:19 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=345307cb539e2e81ddc70cd22f85ea34b4fac043 commit 345307cb539e2e81ddc70cd22f85ea34b4fac043 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-01-26 14:19:54 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-01-26 14:19:54 +0000 editors/neovim: for rebuild Neovim with built with pkg between 2.0.0 and 2.0.3 will require the lpeg shlib registered in absolute path. While this is not a bug per se, it is a weirdness we cannot handle yet, pkg 2.0.4 skipp this kind of shlib dependency for now. --- editors/neovim/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 9fbe8f822d38..ff9df70d93d6 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -1,6 +1,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v DISTVERSION= 0.10.3 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org