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: |
|
Created attachment 247145 [details]
patch
Also disable build time flood with warnings.
Created attachment 247366 [details]
patch
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(-) Commit mistakenly tagged this PR when it primarily should have been bug 283981, but some of these have been incorporated. |
Created attachment 247064 [details] patch Remove: "WARNING: GnuTLS not enabled; data will be written to disk unencrypted!" for builds witout GNUTLS.