pkgsrc-WIP-changes archive

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

neovim: require libvterm < 0.2.0, API is incompatible



Module Name:	pkgsrc-wip
Committed By:	Claes Nästén <pekdon%gmail.com@localhost>
Pushed By:	pekdon
Date:		Sat Mar 12 20:51:33 2022 +0100
Changeset:	7d1bb8d6f1d95ce85fc258ff6f3b93a0fd13ad9d

Modified Files:
	neovim/Makefile

Log Message:
neovim: require libvterm < 0.2.0, API is incompatible

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7d1bb8d6f1d95ce85fc258ff6f3b93a0fd13ad9d

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

diffstat:
 neovim/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/neovim/Makefile b/neovim/Makefile
index 746a61eb66..79832ec005 100644
--- a/neovim/Makefile
+++ b/neovim/Makefile
@@ -26,6 +26,7 @@ LUA_VERSIONS_ACCEPTED=  51
 
 .include "../../lang/lua/luaversion.mk"
 
+DEPENDS+=	libvterm>=0.1.3<0.2.0:../../wip/libvterm
 DEPENDS+=	${LUA_PKGPREFIX}-lpeg-[0-9]*:../../devel/lua-lpeg
 DEPENDS+=	${LUA_PKGPREFIX}-mpack-[0-9]*:../../wip/lua-mpack
 DEPENDS+=	${LUA_PKGPREFIX}-luv-[0-9]*:../../wip/lua-luv


Home | Main Index | Thread Index | Old Index