Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovim: switch back to LuaJIT #11168

Merged
merged 3 commits into from Jun 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also taking the chance to upgrade msgpack. Few ports in the tree are using msgpack1.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also taking the chance to upgrade msgpack. Few ports in the tree are using msgpack1.

Since msgpack and msgpack1 conflict, it would have been nice to use the "deactivate hack" or something to prevent upgrade from failing over the conflict

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