Created attachment 257161 [details] Update to 25.0 Update to 25.0
(In reply to Wen Heping from comment #0) Please change kde:5 to kde:6 in USES.
and 'tools' to 'tools:build' in USE_QT
Nice to see gcompris move to Qt6! I flavorized x11-toolkits/qml-box2d to help with this transition, but it can probably be unflavored after this since qcompris is its only consumer. I think this still needs USE_QT=imageformats:run for displaying the webp images, though.
Wen, I don't know what's going on with your patch, but it was formatted CRLF. Not sure if that was something on your end or a Bugzilla thing, by submitting a patch as plain text. I eventually managed to get it to apply, but either way it didn't build in poudriere after applying makc's and my own feedback. Needed gettext-tools for build too. Wayland dependencies weren't taken into consideration, either. makc, other kde@ members: I've taken care of all of this and will commit shortly. I'm also unflavoring x11-toolkits/qml-box2d in coordination with this update. Runtime looks good too.
(In reply to Jason E. Hale from comment #4) Thank you !
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fa1ca16bc6746ca55e5f40be1eea79265418d98 commit 1fa1ca16bc6746ca55e5f40be1eea79265418d98 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2025-02-04 07:43:51 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-02-04 07:49:42 +0000 games/gcompris-qt: Update to 25.0 https://gcompris.net/news/2025-01-30-en.html PR: 284501 Co-authored-by: Jason E. Hale <jhale@FreeBSD.org> games/gcompris-qt/Makefile | 25 +++++++++++++++++-------- games/gcompris-qt/distinfo | 6 +++--- games/gcompris-qt/pkg-plist | 7 +++++++ 3 files changed, 27 insertions(+), 11 deletions(-)
Committed with some adjustments, thanks!