Created attachment 176771 [details] up to 0.1.6 Update neovim to version 0.1.6 Release info: https://github.com/neovim/neovim/releases/tag/v0.1.6
Build failed on FreeBSD-12. wen
(In reply to Wen Heping from comment #1) I don't have system with 12-current. Can you upload build log?
.... -- Looking for pthread.h -- Looking for pthread.h - found -- Found Threads: TRUE -- Checking Lua interpreter lua52 -- [lua52] file not found -- Using the Lua interpreter lua52. -- Log level not specified, defaulting to INFO(1) -- Performing Test HAS_WNO_STATIC_IN_INLINE_FLAG -- Performing Test HAS_WNO_STATIC_IN_INLINE_FLAG - Success CMake Error at src/nvim/CMakeLists.txt:231 (message): gperf was not found. ......
Created attachment 176843 [details] up to 0.1.6 fixed
This is not 12-current issue, is unhandled build dependency to devel/gperf. My mistake, updloaded fixed patch. Thanks.
(In reply to Oleg Gushchenkov from comment #5) It build without depend on devel/gperf on FreeBSD-9. wen
(In reply to Wen Heping from comment #6) 9-stable using gcc in base and install gperf as part of base system.
(In reply to Oleg Gushchenkov from comment #7) Yes, I mean better limit the build depend. wen
(In reply to Wen Heping from comment #8) EoL of stable/9 branch is December 31, 2016.
(In reply to Oleg Gushchenkov from comment #9) OK, then I commit the patch :) wen
A commit references this bug: Author: wen Date: Thu Nov 10 08:06:04 UTC 2016 New revision: 425833 URL: https://svnweb.freebsd.org/changeset/ports/425833 Log: - Update to 0.1.6 PR: 214311 Submitted by: gor@clogic.com.ua(maintainer) Changes: head/editors/neovim/Makefile head/editors/neovim/distinfo head/editors/neovim/files/patch-CMakeLists.txt head/editors/neovim/files/patch-src_nvim_os_pty__process__unix.c head/editors/neovim/pkg-plist