#46265: New port: Neovim (nvim) -------------------------+-------------------------------- Reporter: franck@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: neovim | -------------------------+-------------------------------- Comment (by ryandesign@…): Fetching from master is not allowed. Disabling the checksum phase is not allowed. You need to fetch and checksum a specific version of the code that you have verified works correctly. When using the cmake portgroup, you probably shouldn't use `use_configure no`; doing so defeats the purpose of using the cmake portgroup. You probably don't need to set `build.args` to `CMAKE_EXTRA_FLAGS=\"-DCMAKE_INSTALL_PREFIX:PATH=${prefix}\"` because the cmake portgroup already sets `configure.pre_args` to `-DCMAKE_INSTALL_PREFIX=${prefix}`. Don't set `test.cmd` to `make test`. The default value of `test.cmd` is `make` and the default value of `test.target` is `test` which should work fine. -- Ticket URL: <https://trac.macports.org/ticket/46265#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X