Created attachment 246130 [details] Patch v1 On 14-STABLE build fails with: command_manager.cc:97:24: error: no matching function for call to 'gather' | gather<HashSet>(); ^~~~~~~~~~~~~~~ ./ranges.hh:633:6: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Container' auto gather() ^ Fix it by apply the same workaround as for 13.2-STABLE.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4ba027e472dbee15bdb5f46884a488e8d44e882 commit d4ba027e472dbee15bdb5f46884a488e8d44e882 Author: Oleh Hushchenkov <o.hushchenkov@gmail.com> AuthorDate: 2023-11-07 23:32:40 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-11-07 23:35:12 +0000 editors/kakoune: Fix build on 14-STABLE PR: 274919 MFH: 2023Q4 (fixes build on 14-STABLE) editors/kakoune/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
A commit in branch 2023Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=baa36d1a0899f060acdc5f0deba564690d9935ea commit baa36d1a0899f060acdc5f0deba564690d9935ea Author: Oleh Hushchenkov <o.hushchenkov@gmail.com> AuthorDate: 2023-11-07 23:32:40 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-11-07 23:36:07 +0000 editors/kakoune: Fix build on 14-STABLE PR: 274919 MFH: 2023Q4 (fixes build on 14-STABLE) (cherry picked from commit d4ba027e472dbee15bdb5f46884a488e8d44e882) editors/kakoune/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Committed, thanks!