On Thu, 04 Jul 2019, Edd Barrett wrote: > Hi all,
Hi Edd > Index: Makefile > =================================================================== > RCS file: /cvs/ports/editors/neovim/Makefile,v > retrieving revision 1.16 > diff -u -p -r1.16 Makefile > --- Makefile 6 Jun 2019 16:35:41 -0000 1.16 > +++ Makefile 4 Jul 2019 09:54:28 -0000 > @@ -4,15 +4,14 @@ COMMENT = continuation and extension of > > GH_ACCOUNT = neovim > GH_PROJECT = neovim > -GH_TAGNAME = v0.3.4 > -REVISION = 1 > +GH_TAGNAME = v0.3.8 > > CATEGORIES = editors devel > HOMEPAGE = http://neovim.org > MAINTAINER = Edd Barrett <[email protected]> > > # Apache 2.0 + Vim License > -PERMIT_PACKAGE_CDROM = Yes > +PERMIT_PACKAGE = Yes > > WANTLIB += c iconv intl ${MODLUA_WANTLIB} m msgpackc pthread termkey > WANTLIB += unibilium util uv vterm > @@ -56,7 +55,7 @@ TEST_DEPENDS = shells/bash \ > # "busted" test suite for Lua, which is not yet ported. > # > # There is currently one (minor) test failure: > -# https://github.com/neovim/neovim/issues/9704 > +# https://github.com/neovim/neovim/issues/10420 > do-test: > cd ${WRKSRC} && env LC_CTYPE=en_US.UTF-8 ${MAKE_PROGRAM} \ > -C src/nvim/testdir NVIM_PRG=${WRKBUILD}/bin/nvim ${MAKE_FLAGS} For some reason this does not apply cleanly, at least for me afther a cvs up. It may be because currentlu we have REVISION = 2 at CVS not 1 ?? This is the Makefile.rej I get: @@ -4,15 +4,14 @@ GH_ACCOUNT = neovim GH_PROJECT = neovim -GH_TAGNAME = v0.3.4 -REVISION = 1 +GH_TAGNAME = v0.3.8 CATEGORIES = editors devel HOMEPAGE = http://neovim.org MAINTAINER = Edd Barrett <[email protected]> # Apache 2.0 + Vim License -PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE = Yes WANTLIB += c iconv intl ${MODLUA_WANTLIB} m msgpackc pthread termkey WANTLIB += unibilium util uv vterm I'll try it too, this is my $EDITOR ;-) Cheers, -- Paco Esteban. https://onna.be/gpgkey.asc 9A6B 6083 AD9E FDC2 0EAF 5CB3 5818 130B 8A6D BC03
