Date: Fri, 05 Dec 2025 01:04:31 +0000 From: Jason E. Hale <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c7595e16da32 - main - math/rkward: Prepare for Qt 6.10 Message-ID: <69322f9f.25830.7d951cfa@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7595e16da325846fd3621bb6140216f8a81afb4 commit c7595e16da325846fd3621bb6140216f8a81afb4 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-12-05 00:06:09 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-12-05 01:03:41 +0000 math/rkward: Prepare for Qt 6.10 Add patch to fix missing header. With hat: kde@ --- math/rkward/files/patch-rkward_autotests_core__test.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/math/rkward/files/patch-rkward_autotests_core__test.cpp b/math/rkward/files/patch-rkward_autotests_core__test.cpp new file mode 100644 index 000000000000..1b33db536c80 --- /dev/null +++ b/math/rkward/files/patch-rkward_autotests_core__test.cpp @@ -0,0 +1,12 @@ +Add missing header for Qt 6.10 + +--- rkward/autotests/core_test.cpp.orig 2025-10-01 11:59:03 UTC ++++ rkward/autotests/core_test.cpp +@@ -9,6 +9,7 @@ SPDX-License-Identifier: GPL-2.0-or-later + #include <QApplication> + #include <QButtonGroup> + #include <QDir> ++#include <QElapsedTimer> + #include <QFile> + #include <QLoggingCategory> + #include <QObject>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69322f9f.25830.7d951cfa>
