Re: editors/neovim and devel/libvterm

2022-11-20 Thread Laurence Tratt
On Sun, Nov 20, 2022 at 01:17:55PM +, Stuart Henderson wrote: Hello Stuart, > This would need to be 0.3v0 to take EPOCH into account (otherwise > libvterm-20191009 matches). > > I don't object to listing a version spec, but I would simply not bother > with it here though. ports doesn't

Re: editors/neovim and devel/libvterm

2022-11-20 Thread Stuart Henderson
On 2022/11/19 09:00, Laurence Tratt wrote: > On Fri, Nov 18, 2022 at 01:38:06PM -0700, Anthony J. Bentley wrote: > > Hello Anthony, > > > When a version number decreases like libvterm's does, the port needs to set > > EPOCH so the smaller number is considered newer. Without it package > >

Re: editors/neovim and devel/libvterm

2022-11-19 Thread Laurence Tratt
On Fri, Nov 18, 2022 at 01:38:06PM -0700, Anthony J. Bentley wrote: Hello Anthony, > When a version number decreases like libvterm's does, the port needs to set > EPOCH so the smaller number is considered newer. Without it package > upgrades won't work either. Aha, I did not know about EPOCH!

Re: editors/neovim and devel/libvterm

2022-11-18 Thread Anthony J. Bentley
Laurence Tratt writes: > On Fri, Nov 18, 2022 at 02:14:07PM +, Edd Barrett wrote: > > Hello Edd, > > >> @@ -62,7 +62,7 @@ BUILD_DEPENDS = ${RUN_DEPENDS} \ > >> LIB_DEPENDS = devel/gettext,-runtime \ > >>devel/libtermkey \ > >>

Re: editors/neovim and devel/libvterm

2022-11-18 Thread Laurence Tratt
On Fri, Nov 18, 2022 at 02:14:07PM +, Edd Barrett wrote: Hello Edd, >> @@ -62,7 +62,7 @@ BUILD_DEPENDS =${RUN_DEPENDS} \ >> LIB_DEPENDS = devel/gettext,-runtime \ >> devel/libtermkey \ >> devel/libuv \ >> -

Re: editors/neovim and devel/libvterm

2022-11-18 Thread Rafael Sadowski
On Fri Nov 18, 2022 at 02:14:07PM +, Edd Barrett wrote: > On Thu, Nov 17, 2022 at 11:04:07PM +, Laurence Tratt wrote: > > @@ -62,7 +62,7 @@ BUILD_DEPENDS = ${RUN_DEPENDS} \ > > LIB_DEPENDS = devel/gettext,-runtime \ > > devel/libtermkey \ > >

Re: editors/neovim and devel/libvterm

2022-11-18 Thread Edd Barrett
On Thu, Nov 17, 2022 at 11:04:07PM +, Laurence Tratt wrote: > @@ -62,7 +62,7 @@ BUILD_DEPENDS = ${RUN_DEPENDS} \ > LIB_DEPENDS =devel/gettext,-runtime \ > devel/libtermkey \ > devel/libuv \ > -

editors/neovim and devel/libvterm

2022-11-17 Thread Laurence Tratt
This is a mostly an update of neovim to 0.8.0. neovim 0.8.0.also requires a newer libvterm -- which, happily, now has a proper release number (and some breaking changes that require a shared libs bump). edd@ (maintainer) has helped me whip this into some sort of shape, and I've been using this for