Bug 275778

Summary: x11-toolkits/vte3: remove ugly warning message for builds without GNUTLS
Product: Ports & Packages Reporter: Ivan Rozhuk <rozhuk.im>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed Overcome By Events    
Severity: Affects Some People CC: rozhuk.im, tcberner, vishwin
Priority: --- Flags: vishwin: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283981
Attachments:
Description Flags
patch
none
patch
none
patch rozhuk.im: maintainer-approval?

Description Ivan Rozhuk 2023-12-15 14:32:05 UTC
Created attachment 247064 [details]
patch

Remove: "WARNING: GnuTLS not enabled; data will be written to disk unencrypted!" for builds witout GNUTLS.
Comment 1 Ivan Rozhuk 2023-12-18 18:10:33 UTC
Created attachment 247145 [details]
patch

Also disable build time flood with warnings.
Comment 2 Ivan Rozhuk 2023-12-31 04:21:49 UTC
Created attachment 247366 [details]
patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-01-11 15:18:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=147214361b86df30e08f74a02a4c7640ced92528

commit 147214361b86df30e08f74a02a4c7640ced92528
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-01-10 15:26:19 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-01-11 15:12:01 +0000

    x11-toolkits/vte3: update to 0.78.2

    Grab commits from upstream to fix a build issue as our libc++ does
    not support formatting floats with std::from_chars and a radix
    argument.

    Incorporates a suggestion by Ivan Rozhuk to remove a flood of bogus
    warnings.

    Still broken on armv7 unfortunately.

    While here, add missing dependencies and fix meson handling in
    OPTIONS, as gtk4 became default enabled upstream.

    PR:             275778
    Co-authored-by: vishwin (gnome)

 x11-toolkits/vte3/Makefile  | 25 +++++++++++++++++--------
 x11-toolkits/vte3/distinfo  | 18 +++++++++++++-----
 x11-toolkits/vte3/pkg-plist |  5 ++++-
 3 files changed, 34 insertions(+), 14 deletions(-)
Comment 4 Charlie Li freebsd_committer freebsd_triage 2025-01-11 15:21:24 UTC
Commit mistakenly tagged this PR when it primarily should have been bug 283981, but some of these have been incorporated.