Date: Sat, 09 May 2026 17:21:48 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Eric Camachat <eric@camachat.org> Subject: git: ce86bc65f1a6 - main - www/dooble: Fix build on 16-CURRENT Message-ID: <69ff6d2c.3f366.4c722860@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce86bc65f1a6f19fb2861f03f1c902efd45f067c commit ce86bc65f1a6f19fb2861f03f1c902efd45f067c Author: Eric Camachat <eric@camachat.org> AuthorDate: 2026-05-09 17:19:52 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-05-09 17:21:43 +0000 www/dooble: Fix build on 16-CURRENT In file included from Source/dooble_charts_file.cc:30: In file included from /usr/local/include/qt6/QtQml/QJSEngine:1: In file included from /usr/local/include/qt6/QtQml/qjsengine.h:12: /usr/local/include/qt6/QtCore/qtimezone.h:85:9: error: '= delete' with a message is a C++2c extension [-Werror,-Wc++26-extensions] 85 | "Would be treated as int offsetSeconds. " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 86 | "Use QTimeZone::UTC or QTimeZone::LocalTime instead."); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/qt6/QtCore/qcompilerdetection.h:1041:49: note: expanded from macro 'Q_DECL_EQ_DELETE_X' 1041 | # define Q_DECL_EQ_DELETE_X(reason) = delete(reason) | ^~~~~~ PR: 295116 Reported by: pkg-fallout Sponsored by: UNIS Labs MFH: 2026Q2 --- www/dooble/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/dooble/Makefile b/www/dooble/Makefile index e76a37fe210c..3a30f8fd350b 100644 --- a/www/dooble/Makefile +++ b/www/dooble/Makefile @@ -23,6 +23,8 @@ USE_XORG= xcb QMAKE_ENV+= DOOBLE_DICTIONARIES_DIRECTORY=${WRKSRC_dictionaries}/Dictionaries QMAKE_SOURCE_PATH= dooble.pro +CXXFLAGS+= -Wno-c++26-extensions + QTWEBENGINE_DICTIONARIES= ${QT_DATADIR}/qtwebengine_dictionaries PLIST_SUB= QTWEBENGINE_DICTIONARIES=${QTWEBENGINE_DICTIONARIES}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ff6d2c.3f366.4c722860>
