Bug 279925 - devel/gn: Update to v2175
Summary: devel/gn: Update to v2175
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://gn.googlesource.com/gn/
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-23 10:20 UTC by Oleh Hushchenkov
Modified: 2024-06-25 16:19 UTC (History)
2 users (show)

See Also:


Attachments
Update to v2175 (2.70 KB, patch)
2024-06-23 10:20 UTC, Oleh Hushchenkov
o.hushchenkov: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Hushchenkov 2024-06-23 10:20:22 UTC
Created attachment 251638 [details]
Update to v2175

Update and bump compiler requirement to C++20.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-06-25 16:15:16 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-25 16:15:23 UTC
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(-)
Comment 3 Oleh Hushchenkov 2024-06-25 16:19:41 UTC
Thank you.