Skip to content

Commit

Permalink
neovim: dependency updates (#11168)
Browse files Browse the repository at this point in the history
* neovim: switch back to LuaJIT

Neovim 0.5 will only build with Lua 5.1 or LuaJIT

* neovim: remove unused dependency

* neovim: update to msgpack 3

Merge policy: maintainer timeout
  • Loading branch information
l2dy committed Jun 1, 2021
1 parent 6d27493 commit 31d7941
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions editors/neovim/Portfile
Expand Up @@ -5,7 +5,7 @@ PortGroup github 1.0
PortGroup cmake 1.0

github.setup neovim neovim 0.4.4 v
revision 1
revision 2
categories editors
platforms darwin
maintainers {raimue @raimue} \
Expand Down Expand Up @@ -33,20 +33,16 @@ depends_lib port:gettext \
port:libvterm \
port:libtermkey \
port:unibilium \
port:jemalloc \
port:msgpack1 \
port:lua \
port:lua-lpeg \
port:lua-mpack \
port:lua-luabitop \
port:luv
port:msgpack \
path:lib/libluajit-5.1.2.dylib:luajit \
port:lua51-lpeg \
port:lua51-mpack \
port:luv-luajit

cmake.out_of_source yes

configure.args-append -DUSE_BUNDLED=OFF \
-DPREFER_LUA=ON \
-DLUA_PRG=${prefix}/bin/lua \
-DENABLE_JEMALLOC=ON
-DLUA_PRG=${prefix}/bin/luajit

notes {
If you want to share your existing Vim configuration with Neovim, you can add these symlinks:
Expand Down

0 comments on commit 31d7941

Please sign in to comment.