Page MenuHomeFreeBSD

[phb][Uses]: Add missing Uses=qca
AbandonedPublic

Authored by fernape on Wed, Feb 19, 4:08 PM.
Tags
None
Referenced Files
F110683483: D49064.diff
Fri, Feb 21, 8:59 PM
F110664527: D49064.id.diff
Fri, Feb 21, 3:39 PM
F110656218: D49064.id.diff
Fri, Feb 21, 1:00 PM
Unknown Object (File)
Thu, Feb 20, 11:00 AM
Unknown Object (File)
Thu, Feb 20, 7:52 AM
Subscribers

Details

Reviewers
None
Group Reviewers
kde

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

fernape created this revision.

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.

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.

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?

If replacing USES=qca with LIB_DEPENDS=... works for all these consumers - yes, I'm strongly support the removal.

I am also for removal of the qca uses. It will be especially useless once the qt5 flavor is eventually removed.