pkgsrc-WIP-changes archive

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

neovim: Switch to use wip/lua-luv that incorporates changes described in TODO



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Aug 21 11:45:37 2021 +0200
Changeset:	d8db1149dc75cce5ef260820acb637ab86501479

Modified Files:
	neovim/Makefile

Log Message:
neovim: Switch to use wip/lua-luv that incorporates changes described in TODO

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

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

diffstat:
 neovim/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/neovim/Makefile b/neovim/Makefile
index a1fd17bafe..40ce021b4a 100644
--- a/neovim/Makefile
+++ b/neovim/Makefile
@@ -22,7 +22,7 @@ LUA_VERSION_REQD=	51
 
 DEPENDS+=	${LUA_PKGPREFIX}-lpeg-[0-9]*:../../devel/lua-lpeg
 DEPENDS+=	${LUA_PKGPREFIX}-mpack-[0-9]*:../../wip/lua-mpack
-DEPENDS+=	${LUA_PKGPREFIX}-luv-[0-9]*:../../devel/lua-luv
+DEPENDS+=	${LUA_PKGPREFIX}-luv-[0-9]*:../../wip/lua-luv
 DEPENDS+=	${LUA_PKGPREFIX}-inspect-[0-9]*:../../devel/lua-inspect
 DEPENDS+=	${LUA_PKGPREFIX}-filesystem-[0-9]*:../../devel/lua-filesystem
 DEPENDS+=	${LUA_PKGPREFIX}-BitOp-[0-9]*:../../devel/lua-BitOp
@@ -40,7 +40,7 @@ post-extract:
 .include "../../devel/msgpack/buildlink3.mk"
 .include "../../lang/LuaJIT2/buildlink3.mk"
 .include "../../lang/lua/application.mk"
-.include "../../devel/lua-luv/buildlink3.mk"
+.include "../../wip/lua-luv/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../wip/tree-sitter/buildlink3.mk"
 .include "../../wip/libtermkey/buildlink3.mk"


Home | Main Index | Thread Index | Old Index