Details
Details
- Reviewers
- None
- Group Reviewers
kde
Diff Detail
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 62523 Build 59407: arc lint + arc unit
Event Timeline
Comment Actions
The USES=qca was only added to help with the migration from OpenSSL<1.1 for FreeBSD 11. Now it is not really needed, we may remove this USES and use devel/qca as usually.
Comment Actions
There are still consumers in the tree:
./deskutils/kdepim-runtime/Makefile:USES= cmake:noninja compiler:c++11-lib gettext kde:6 qca qt:6 \ ./devel/okteta/Makefile:USES= cmake compiler:c++11-lang gettext kde:5 qca qt:5 \ ./editors/calligra/Makefile: pkgconfig qca qt:6 shared-mime-info ssl tar:xz xorg ./games/ksirk/Makefile:USES= cmake compiler:c++11-lang gettext kde:6 qca qt:6 tar:xz ./graphics/okular/Makefile: kde:6 pkgconfig qca qt:6 tar:xz xorg ./graphics/qgis-ltr/Makefile: fortran gl gmake gnome iconv pgsql pyqt:5 python qca qt:5 \ ./graphics/qgis/Makefile: fortran gl gmake gnome iconv pgsql pyqt:5 python qca qt:5 \ ./irc/konversation/Makefile: qca qt:6 shebangfix tar:xz xorg \ ./irc/quassel/Makefile:USES= cmake compiler:c++11-lib cpe ldap pkgconfig qca qt:5 tar:xz ./net-im/psi/Makefile: qca qt:5 tar:xz xorg ./net-im/kopete/Makefile: qca qt:5 shebangfix tar:xz xorg ./net-im/qxmpp/Makefile:USES= cmake compiler:c++20-lang pathfix pkgconfig qca \ ./net-p2p/libktorrent/Makefile:USES= cmake compiler:c++11-lang gettext kde:6 qca qt:6 tar:xz xorg ./net/kget/Makefile:USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:6 qca \ ./net/messagelib/Makefile:USES= cmake compiler:c++11-lib cpe gettext kde:6 qca qt:6 tar:xz \ ./net/qoauth-qt5/Makefile:USES= compiler:c++11-lang qmake:outsource qca qt:5 ./sysutils/kf6-kwallet/Makefile:USES= cmake gettext gl kde:6 qca qt:6 tar:xz xorg ./sysutils/kf5-kwallet/Makefile:USES= cmake compiler:c++11-lib gettext kde:5 qca qt:5 tar:xz xorg ./www/choqok/Makefile:USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 \
Does kde@ have plans to do this change?
Comment Actions
If replacing USES=qca with LIB_DEPENDS=... works for all these consumers - yes, I'm strongly support the removal.
Comment Actions
I am also for removal of the qca uses. It will be especially useless once the qt5 flavor is eventually removed.