https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283290
--- Comment #5 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=76b77437de642cdf13a24cb518b15d1bb81ba528 commit 76b77437de642cdf13a24cb518b15d1bb81ba528 Author: Jason E. Hale <jh...@freebsd.org> AuthorDate: 2024-12-17 05:47:26 +0000 Commit: Jason E. Hale <jh...@freebsd.org> CommitDate: 2024-12-17 05:54:56 +0000 www/ladybird: Fix build with Qt 6.8.x While not offically deprecated until Qt 6.9, use of the QCheckBox::stateChanged() signal fails with -Werror due to the deprecation warnings added in Qt 6.8. This signal has been replaced by QCheckBox::checkStateChanged(). PR: 283290 Approved by: portmgr (blanket) .../patch-Ladybird_Qt_SettingsDialog.cpp (new) | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.