On 2018/06/22 15:32, Jon Bernard wrote: > Hello, > > Here is an update to neovim. The patch we carried in our tree was > merged upstream, so no longer needed. > > OK? > > -- > Jon
> Index: Makefile > =================================================================== > RCS file: /cvs/ports/editors/neovim/Makefile,v > retrieving revision 1.7 > diff -u -p -r1.7 Makefile > --- Makefile 20 May 2018 08:30:56 -0000 1.7 > +++ Makefile 21 Jun 2018 18:45:07 -0000 > @@ -4,8 +4,7 @@ COMMENT = continuation and extension of > > GH_ACCOUNT = neovim > GH_PROJECT = neovim > -GH_TAGNAME = v0.2.2 > -REVISION = 0 > +GH_TAGNAME = v0.3.0 > > CATEGORIES = editors devel > HOMEPAGE = http://neovim.org > @@ -16,6 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes > > WANTLIB += c iconv intl ${MODLUA_WANTLIB} m msgpackc pthread termkey > WANTLIB += unibilium util uv vterm > +WANTLIB += c++abi c++abi is only on architectures with clang in base, so this will fail on other arches.