svn commit: r416357 - head/editors/neovim
Antoine Brodin
antoine at FreeBSD.org
Sat Jun 4 12:31:38 UTC 2016
Author: antoine
Date: Sat Jun 4 12:31:36 2016
New Revision: 416357
URL: https://svnweb.freebsd.org/changeset/ports/416357
Log:
Mark BROKEN: fails to build
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c: In function 'shada_write_file':
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected declaration specifiers or '...' before '(' token
/wrkdirs/usr/ports/editors/neovim/work/neovim-0.1.4/src/nvim/shada.c:3232: error: expected ')' before '?' token
Reported by: pkg-fallout
Modified:
head/editors/neovim/Makefile
Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile Sat Jun 4 12:10:13 2016 (r416356)
+++ head/editors/neovim/Makefile Sat Jun 4 12:31:36 2016 (r416357)
@@ -12,6 +12,8 @@ COMMENT= Next generation Vim
LICENSE= APACHE20
+BROKEN= fails to build
+
BUILD_DEPENDS= ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop \
${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg
LIB_DEPENDS= libunibilium.so:devel/unibilium \
More information about the svn-ports-all
mailing list