diff --git a/deskutils/kdepim-runtime/Makefile b/deskutils/kdepim-runtime/Makefile --- a/deskutils/kdepim-runtime/Makefile +++ b/deskutils/kdepim-runtime/Makefile @@ -12,11 +12,12 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libcurl.so:ftp/curl \ libkolabxml.so:textproc/libkolabxml \ + libqca-qt6.so:devel/qca@qt6 \ libsasl2.so:security/cyrus-sasl2 \ libxerces-c.so:textproc/xerces-c3 \ libqt6keychain.so:security/qtkeychain@qt6 -USES= cmake:noninja compiler:c++11-lib gettext kde:6 qca qt:6 \ +USES= cmake:noninja compiler:c++11-lib gettext kde:6 qt:6 \ shared-mime-info tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons guiaddons holidays i18n iconthemes \ diff --git a/devel/okteta/Makefile b/devel/okteta/Makefile --- a/devel/okteta/Makefile +++ b/devel/okteta/Makefile @@ -13,7 +13,9 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSES/GPL-2.0-only.txt LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-only.txt -USES= cmake compiler:c++11-lang gettext kde:5 qca qt:5 \ +LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 + +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \ shared-mime-info tar:xz xorg USE_KDE= attica auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools i18n iconthemes itemviews \ diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -25,6 +25,7 @@ libodfgen-0.1.so:textproc/libodfgen01 \ libpoppler-qt6.so:graphics/poppler-qt6 \ libpoppler.so:graphics/poppler \ + libqca-qt6.so:devel/qca@qt6 \ libqt6keychain.so:security/qtkeychain@qt6 \ librevenge-0.0.so:textproc/librevenge \ libvisio-0.1.so:textproc/libvisio01 \ @@ -35,7 +36,7 @@ USES= cmake compiler:c++17-lang cpe desktop-file-utils eigen:3 \ gettext gl iconv:translit jpeg kde:6 localbase:ldflags perl5 \ - pkgconfig qca qt:6 shared-mime-info ssl tar:xz xorg + pkgconfig qt:6 shared-mime-info ssl tar:xz xorg USE_GL= gl opengl USE_LDCONFIG= yes USE_KDE= archive bookmarks colorscheme completion config configwidgets \ diff --git a/games/ksirk/Makefile b/games/ksirk/Makefile --- a/games/ksirk/Makefile +++ b/games/ksirk/Makefile @@ -6,7 +6,9 @@ COMMENT= ${${PORTNAME:tu}_DESC} WWW= https://www.kde.org/applications/games/ksirk/ -USES= cmake compiler:c++11-lang gettext kde:6 qca qt:6 tar:xz +LIB_DEPENDS= libqca-qt6.so:devel/qca@qt6 + +USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz USE_KDE= attica auth codecs completion config configwidgets coreaddons \ crash i18n iconthemes kio libkdegames newstuff phonon service \ wallet widgetsaddons xmlgui \ diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -17,12 +17,13 @@ libQMobipocket6.so:graphics/kdegraphics-mobipocket@qt6 \ libpoppler.so:graphics/poppler \ libpoppler-qt6.so:graphics/poppler-qt6 \ + libqca-qt6.so:devel/qca@qt6 \ libspectre.so:print/libspectre \ libtiff.so:graphics/tiff \ libzip.so:archivers/libzip USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext jpeg \ - kde:6 pkgconfig qca qt:6 tar:xz xorg + kde:6 pkgconfig qt:6 tar:xz xorg USE_KDE= activities archive auth bookmarks codecs completion config \ iconthemes itemmodels itemviews jobwidgets kio libkexiv2 parts \ phonon pty service solid sonnet textwidgets threadweaver \ diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -8,8 +8,10 @@ LICENSE= GPLv2+ +LIB_DEPENDS= libqca-qt6.so:devel/qca@qt6 + USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext kde:6 \ - qca qt:6 shebangfix tar:xz xorg \ + qt:6 shebangfix tar:xz xorg \ python:run USE_KDE= archive attica auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools globalaccel \ diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -13,7 +13,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs -USES= cmake compiler:c++11-lib cpe ldap pkgconfig qca qt:5 tar:xz +LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 + +USES= cmake compiler:c++11-lib cpe ldap pkgconfig qt:5 tar:xz USE_GITHUB= nodefault #GH_ACCOUNT= ${PORTNAME} #GH_PROJECT= ${PORTNAME} diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -10,10 +10,11 @@ LICENSE= GPLv2+ -LIB_DEPENDS= libidn.so:dns/libidn +LIB_DEPENDS= libidn.so:dns/libidn \ + libqca-qt5.so:devel/qca@qt5 USES= cmake compiler:c++11-lang desktop-file-utils minizip pkgconfig \ - qca qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_QT= concurrent core dbus gui multimedia network svg widgets \ x11extras xml buildtools:build qmake:build imageformats:run USE_XORG= ice sm x11 xcb xext xscrnsaver diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -8,9 +8,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libgmp.so:math/gmp + libgmp.so:math/gmp \ + libqca-qt6.so:devel/qca@qt6 -USES= cmake compiler:c++11-lang gettext kde:6 qca qt:6 tar:xz xorg +USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg USE_KDE= archive completion config coreaddons crash i18n jobwidgets kio \ service solid widgetsaddons windowsystem \ ecm:build diff --git a/net/kget/Makefile b/net/kget/Makefile --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -13,9 +13,10 @@ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ + libqca-qt6.so:devel/qca@qt6 \ libqgpgmeqt6.so:security/gpgme-qt@qt6 -USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:6 qca \ +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:6 \ qt:6 shebangfix sqlite tar:xz xorg USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons guiaddons i18n iconthemes \ diff --git a/net/messagelib/Makefile b/net/messagelib/Makefile --- a/net/messagelib/Makefile +++ b/net/messagelib/Makefile @@ -15,9 +15,10 @@ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libgpgmepp.so:security/gpgme-cpp \ + libqca-qt6.so:devel/qca@qt6 \ libqgpgmeqt6.so:security/gpgme-qt@qt6 -USES= cmake compiler:c++11-lib cpe gettext kde:6 qca qt:6 tar:xz \ +USES= cmake compiler:c++11-lib cpe gettext kde:6 qt:6 tar:xz \ xorg CPE_VENDOR= kde USE_KDE= archive auth bookmarks codecs completion config configwidgets \ diff --git a/net/qoauth-qt5/Makefile b/net/qoauth-qt5/Makefile --- a/net/qoauth-qt5/Makefile +++ b/net/qoauth-qt5/Makefile @@ -12,7 +12,9 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang qmake:outsource qca qt:5 +LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 + +USES= compiler:c++11-lang qmake:outsource qt:5 USE_LDCONFIG= yes USE_QT= core network testlib buildtools:build qmake:build diff --git a/sysutils/kf5-kwallet/Makefile b/sysutils/kf5-kwallet/Makefile --- a/sysutils/kf5-kwallet/Makefile +++ b/sysutils/kf5-kwallet/Makefile @@ -12,10 +12,11 @@ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ - libqgpgme.so:security/gpgme-qt@qt5 \ libgpgmepp.so:security/gpgme-cpp + libqca-qt5.so:devel/qca@qt5 \ + libqgpgme.so:security/gpgme-qt@qt5 \ -USES= cmake compiler:c++11-lib gettext kde:5 qca qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ i18n iconthemes notifications service \ widgetsaddons windowsystem \ diff --git a/sysutils/kf6-kwallet/Makefile b/sysutils/kf6-kwallet/Makefile --- a/sysutils/kf6-kwallet/Makefile +++ b/sysutils/kf6-kwallet/Makefile @@ -5,9 +5,10 @@ COMMENT= Safe desktop-wide storage for passwords MAINTAINER= kde@FreeBSD.org -LIB_DEPENDS= libgcrypt.so:security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libqca-qt6.so:devel/qca@qt6 -USES= cmake gettext gl kde:6 qca qt:6 tar:xz xorg +USES= cmake gettext gl kde:6 qt:6 tar:xz xorg USE_GL= gl opengl USE_KDE= colorscheme config configwidgets coreaddons crash dbusaddons i18n \ notifications service widgetsaddons windowsystem \ diff --git a/www/choqok/Makefile b/www/choqok/Makefile --- a/www/choqok/Makefile +++ b/www/choqok/Makefile @@ -12,11 +12,12 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libqjson-qt5.so:devel/qjson \ +LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 \ + libqjson-qt5.so:devel/qjson \ libqoauth-qt5.so:net/qoauth-qt5 \ libtelepathy-qt5.so:net-im/telepathy-qt -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 \ +USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 \ tar:xz xorg USE_KDE= attica auth bookmarks codecs completion config configwidgets \ coreaddons doctools emoticons globalaccel guiaddons i18n \