Bug 275778 - x11-toolkits/vte3: remove ugly warning message for builds without GNUTLS
Summary: x11-toolkits/vte3: remove ugly warning message for builds without GNUTLS
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-15 14:32 UTC by Ivan Rozhuk
Modified: 2025-01-11 15:21 UTC (History)
3 users (show)

See Also:
vishwin: maintainer-feedback+


Attachments
patch (693 bytes, patch)
2023-12-15 14:32 UTC, Ivan Rozhuk
no flags Details | Diff
patch (979 bytes, patch)
2023-12-18 18:10 UTC, Ivan Rozhuk
no flags Details | Diff
patch (1013 bytes, patch)
2023-12-31 04:21 UTC, Ivan Rozhuk
rozhuk.im: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.