Re: [update] editors/neovim 0.11.0

2025-04-17 Thread Edd Barrett
Hi Stuart, On Tue, Apr 15, 2025 at 08:29:34PM +0100, Stuart Henderson wrote: > > I see that FreeBSD's netsurf port (same netsurf version as ours) uses a > > plain (updated) port of https://github.com/JuliaStrings/utf8proc rather > > than netsurf's outdated fork of that same library. > > > > Here'

Re: [update] editors/neovim 0.11.0

2025-04-15 Thread Stuart Henderson
On 2025/04/15 20:26, Stuart Henderson wrote: > cc'ing netsurf maintainer (in case you didn't read the earlier thread, > neovim wants libutf8proc, Laurent has proposed a diff that builds a > static library as part of neovim build, but this doesn't seem a good > idea overall) > > On 2025/04/15 15:49

Re: [update] editors/neovim 0.11.0

2025-04-15 Thread Stuart Henderson
cc'ing netsurf maintainer (in case you didn't read the earlier thread, neovim wants libutf8proc, Laurent has proposed a diff that builds a static library as part of neovim build, but this doesn't seem a good idea overall) On 2025/04/15 15:49, Laurent Cheylus wrote: > Hi Edd, > > - Mail origin

Re: [update] editors/neovim 0.11.0

2025-04-15 Thread Laurent Cheylus
Hi Edd, - Mail original - > On Thu, Apr 03, 2025 at 05:12:38PM +0100, Stuart Henderson wrote: > > You still need to be careful even if it's statically linked. In > > particular you need to make sure that it can't accidentally pick up > > anything from /usr/local/{include,lib} if present at

Re: [update] editors/neovim 0.11.0

2025-04-15 Thread Laurence Tratt
On Mon, Apr 14, 2025 at 10:18:35PM +0100, Edd Barrett wrote: Hello Edd, >> You still need to be careful even if it's statically linked. In >> particular you need to make sure that it can't accidentally pick up >> anything from /usr/local/{include,lib} if present at build time. >> Especially consi

Re: [update] editors/neovim 0.11.0

2025-04-15 Thread Edd Barrett
Morning, On Mon, Apr 14, 2025 at 10:18:35PM +0100, Edd Barrett wrote: > On Thu, Apr 03, 2025 at 05:12:38PM +0100, Stuart Henderson wrote: > > You still need to be careful even if it's statically linked. In > > particular you need to make sure that it can't accidentally pick up > > anything from /u

Re: [update] editors/neovim 0.11.0

2025-04-14 Thread Edd Barrett
On Thu, Apr 03, 2025 at 05:12:38PM +0100, Stuart Henderson wrote: > You still need to be careful even if it's statically linked. In > particular you need to make sure that it can't accidentally pick up > anything from /usr/local/{include,lib} if present at build time. > Especially considering what

Re: [update] editors/neovim 0.11.0

2025-04-03 Thread Stuart Henderson
On 2025/04/03 17:23, Laurent Cheylus wrote: > Hi Stuart, > > On Thu, 3 Apr 2025 15:00:13 +0100, Stuart Henderson wrote: > > > On 2025/03/28 10:51, Laurent Cheylus wrote: > >> - utf8proc library (https://github.com/JuliaStrings/utf8proc) needed to > >> build neovim 0.11 > >> * download v2.10.0 v

Re: [update] editors/neovim 0.11.0

2025-04-03 Thread Laurent Cheylus
Hi Stuart, On Thu, 3 Apr 2025 15:00:13 +0100, Stuart Henderson wrote: > On 2025/03/28 10:51, Laurent Cheylus wrote: >> - utf8proc library (https://github.com/JuliaStrings/utf8proc) needed to >> build neovim 0.11 >> * download v2.10.0 via DIST_TUPLE * build it with cmake and install >> {includ

Re: [update] editors/neovim 0.11.0

2025-04-03 Thread Edd Barrett
On Thu, Apr 03, 2025 at 03:00:13PM +0100, Stuart Henderson wrote: > > * set UTF8PROC_LIBRARY and UTF8PROC_INCLUDE_DIR vars for configure > > there might be a problem between this and www/netsurf/libutf8proc In addition to this, I think we should hold off the neovim+treesitter update until after

Re: [update] editors/neovim 0.11.0

2025-04-03 Thread Stuart Henderson
On 2025/03/28 10:51, Laurent Cheylus wrote: > - utf8proc library (https://github.com/JuliaStrings/utf8proc) needed to build > neovim 0.11 > * download v2.10.0 via DIST_TUPLE > * build it with cmake and install {include,lib} in ${STATIC_DEPS_INST} > * set UTF8PROC_LIBRARY and UTF8PROC_INCLUDE

Re: [update] editors/neovim 0.11.0

2025-04-03 Thread Laurence Tratt
On Thu, Apr 03, 2025 at 07:53:13AM +, Laurent Cheylus wrote: Hello Laurent, >>> update for editors/neovim to the latest version 0.11.0 >> I've realised one minor problem: there is a missing dependency on >> libutf8proc. Apart from that, this has worked well on two machines. > utf8proc v2.10.0

Re: [update] editors/neovim 0.11.0

2025-04-03 Thread Laurent Cheylus
Hi Laurence, On Wed, 2 Apr 2025 08:44:07 +0100, Laurence Tratt wrote: > On Fri, Mar 28, 2025 at 10:51:37AM +0100, Laurent Cheylus wrote: >> update for editors/neovim to the latest version 0.11.0 > > I've realised one minor problem: there is a missing dependency on > libutf8proc. Apart from that,

Re: [update] editors/neovim 0.11.0

2025-04-02 Thread Laurence Tratt
On Fri, Mar 28, 2025 at 10:51:37AM +0100, Laurent Cheylus wrote: Hello Laurent, > update for editors/neovim to the latest version 0.11.0 I've realised one minor problem: there is a missing dependency on libutf8proc. Apart from that, this has worked well on two machines. Laurie

Re: [update] editors/neovim 0.11.0

2025-03-30 Thread Edd Barrett
On Fri, Mar 28, 2025 at 10:51:37AM +0100, Laurent Cheylus wrote: > update for editors/neovim to the latest version 0.11.0 Diff looks good to me. I'll be testing this during my workday tomorrow. -- Best Regards Edd Barrett https://www.theunixzoo.co.uk

Re: [update] editors/neovim 0.11.0

2025-03-30 Thread Laurence Tratt
On Fri, Mar 28, 2025 at 10:51:37AM +0100, Laurent Cheylus wrote: Hello Laurent, > [cc edd@ as maintainer] > > update for editors/neovim to the latest version 0.11.0 After applying the treesitter update, this works well! My old config worked as expected; updating it for some of the new features a

[update] editors/neovim 0.11.0

2025-03-28 Thread Laurent Cheylus
Hi ports@ [cc edd@ as maintainer] update for editors/neovim to the latest version 0.11.0 **What's New in Neovim 0.11** https://gpanders.com/blog/whats-new-in-neovim-0-11/ - update Makefile and distinfo for depends (according to https://github.com/neovim/neovim/blob/v0.11.0/cmake.deps/deps.txt