Re: git: 7209221c6146 - main - devel/zls: Update to 0.15.1

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 28 Dec 2025 20:05:27 UTC
Gleb Popov <arrowd@FreeBSD.org> writes:

> -post-patch:
> -# Respect PREFIX for global_configuration
> -	@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
> -		${WRKSRC_known_folders}/known-folders.zig

Looks still necessary:

$ truss zls 2>&1 | fgrep zls.json
openat(AT_FDCWD,"/home/foo/.config/zls.json",O_RDONLY|O_NOCTTY|O_CLOEXEC,00) ERR#2 'No such file or directory'
openat(AT_FDCWD,"/etc/zls.json",O_RDONLY|O_NOCTTY|O_CLOEXEC,00) ERR#2 'No such file or directory'