Created attachment 237542 [details] Update to 2022.10.15. Update to 2022.10.15.
Release Notes * 24-hour floating digital clock, as requested. * Improving text interpretation for address widget. * Include Qt translation files. * Prefer foreach() for Qt containers. * Windows 7 and Qt 5.15.2.
--- ====> Running Q/A tests (stage-qa) Warning: you may not need USES=desktop-file-utils Warning: you may not need USES=ssl Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5Quick.so.5 from x11-toolkits/qt5-declarative but it is not declared as a dependency Warning: you need USES=qt:5 and USE_QT+=declarative Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5QmlModels.so.5 from x11-toolkits/qt5-declarative but it is not declared as a dependency Warning: you need USES=qt:5 and USE_QT+=declarative Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5WebChannel.so.5 from www/qt5-webchannel but it is not declared as a dependency Warning: you need USES=qt:5 and USE_QT+=webchannel Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5Qml.so.5 from x11-toolkits/qt5-declarative but it is not declared as a dependency Warning: you need USES=qt:5 and USE_QT+=declarative Error: /usr/local/bin/dooble is linked to /usr/local/lib/qt5/libQt5Positioning.so.5 from devel/qt5-location but it is not declared as a dependency Warning: you need USES=qt:5 and USE_QT+=location Error: /usr/local/bin/dooble is linked to /usr/local/lib/libGL.so.1 from graphics/libglvnd but it is not declared as a dependency Warning: you need USE_GL+=gl --- Sugestion: USES+= ql USE_QT+= declarative location webchannel USE_GL+= gl
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e192d644c57ca3f27bdf85681dc9c687ae2c427c commit e192d644c57ca3f27bdf85681dc9c687ae2c427c Author: Eric Camachat <eric@camachat.org> AuthorDate: 2022-11-11 16:14:00 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-11-11 16:37:15 +0000 www/dooble: Update to 2022.10.15 ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2022.10.15 PR: 267280 www/dooble/Makefile | 16 ++++++++-------- www/dooble/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-)
Committed with minor fixes, thanks!