Created attachment 251638 [details] Update to v2175 Update and bump compiler requirement to C++20.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee27eedcdbc765a8034d438f074ece2055275bda commit ee27eedcdbc765a8034d438f074ece2055275bda Author: Oleh Hushchenkov <o.hushchenkov@gmail.com> AuthorDate: 2024-06-24 08:39:09 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-06-25 16:15:00 +0000 devel/gn: Update to v2175 ChangeLog: https://gn.googlesource.com/gn/ * Do not cleanup args.gn imports located in the output directory. * Fix expectations in NinjaRustBinaryTargetWriterTest.SwiftModule * Do not add native dependencies to the library search path * Support linking frameworks and swiftmodules in Rust targets * [desc] Silence print() statements when outputing json PR: 279925 Reported by: o.hushchenkov@gmail.com (maintainer) devel/gn/Makefile | 4 ++-- devel/gn/distinfo | 6 +++--- devel/gn/files/patch-build_gen.py | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-)
Thank you.