git: 8e76912d7e68 - main - devel/luv, editors/neovim: Use USES=luajit (changes luajit to luajit-devel)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Oct 2022 17:30:31 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e76912d7e6892e7c8cbf0dcd6f1f57f65fd59f7
commit 8e76912d7e6892e7c8cbf0dcd6f1f57f65fd59f7
Author: Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-10-14 17:30:10 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-10-14 17:30:15 +0000
devel/luv, editors/neovim: Use USES=luajit (changes luajit to luajit-devel)
---
devel/luv/Makefile | 6 +++---
editors/neovim/Makefile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/luv/Makefile b/devel/luv/Makefile
index 53159c8d9208..b4884639f664 100644
--- a/devel/luv/Makefile
+++ b/devel/luv/Makefile
@@ -1,5 +1,6 @@
PORTNAME= luv
DISTVERSION= 1.44.2-1
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= adamw@FreeBSD.org
@@ -9,10 +10,9 @@ WWW= https://github.com/luvit/luv
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LIB_DEPENDS= libuv.so:devel/libuv \
- libluajit-5.1.so:lang/luajit-openresty
+LIB_DEPENDS= libuv.so:devel/libuv
-USES= cmake
+USES= cmake luajit
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= luvit keplerproject:compat
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index df7246dfe3bc..e7ae2e81ef67 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -1,6 +1,7 @@
PORTNAME= neovim
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= adamw@FreeBSD.org
@@ -12,8 +13,7 @@ LICENSE= APACHE20
BUILD_DEPENDS= gperf:devel/gperf \
${LUA_MODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
-LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty \
- libluv.so:devel/luv \
+LIB_DEPENDS= libluv.so:devel/luv \
libmsgpackc.so:devel/msgpack \
libtermkey.so:devel/libtermkey \
libtree-sitter.so:devel/tree-sitter \
@@ -21,7 +21,7 @@ LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty \
libuv.so:devel/libuv \
libvterm.so:devel/libvterm
-USES= cmake cpe iconv lua:52,build pathfix pkgconfig
+USES= cmake cpe iconv lua:52,build luajit pathfix pkgconfig
USE_GITHUB= yes
GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \
libmpack:libmpack-lua:1.0.9:libmpack_lua