diff options
Diffstat (limited to 'security')
25 files changed, 36 insertions, 36 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 5a64565fab6f..48f5d4cd30e0 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -27,9 +27,9 @@ USES= autoreconf:build gmake libtool qmake:no_configure qt:5 ssl USE_GITHUB= yes PLIST_SUB= PORTVERSION=${PORTVERSION} USE_QT= buildtools gui \ - linguist_build \ + linguist:build \ printsupport \ - qmake_build \ + qmake:build \ svg \ xml diff --git a/security/globalprotect-openconnect/Makefile b/security/globalprotect-openconnect/Makefile index 3e2adc4aae17..094e23f89c5b 100644 --- a/security/globalprotect-openconnect/Makefile +++ b/security/globalprotect-openconnect/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libopenconnect.so:security/openconnect USES= cmake:noninja qt:5 USE_GITHUB= yes -USE_QT= buildtools core dbus declarative gui location network printsupport qmake_build webchannel webengine websockets widgets +USE_QT= buildtools core dbus declarative gui location network printsupport qmake:build webchannel webengine websockets widgets GH_ACCOUNT= yuezk GH_PROJECT= GlobalProtect-openconnect diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 2521bb5920f6..5afaf41f3f23 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -67,14 +67,14 @@ NO_TEST= yes . if ${SLAVEPORT} == "qt5" LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp USES+= compiler:c++11-lib pkgconfig qt:5 -USE_QT= buildtools_build core +USE_QT= buildtools:build core CONFIGURE_ARGS+=--enable-languages="cpp qt" DOCSDIR= ${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE+= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz -TEST_USE= QT=testlib_build +TEST_USE= QT=testlib:build . endif . if ${SLAVEPORT} == "python" diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 02667c2d6154..b97c7692c73c 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -23,8 +23,8 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \ USES= cmake compiler:c++17-lang desktop-file-utils pkgconfig qt:5 \ readline shared-mime-info tar:xz xorg -USE_QT= concurrent core dbus gui network svg widgets buildtools_build \ - linguisttools_build qmake_build testlib_build x11extras +USE_QT= concurrent core dbus gui network svg widgets buildtools:build \ + linguisttools:build qmake:build testlib:build x11extras USE_XORG= x11 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} diff --git a/security/kf5-kdesu/Makefile b/security/kf5-kdesu/Makefile index 44155e49f970..e72bea29f65e 100644 --- a/security/kf5-kdesu/Makefile +++ b/security/kf5-kdesu/Makefile @@ -7,9 +7,9 @@ COMMENT= KF5 integration with su for elevated privileges USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= config coreaddons dbusaddons i18n pty service \ - ecm_build + ecm:build USE_QT= core dbus xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= ice sm x11 xext .include <bsd.port.mk> diff --git a/security/kgpg/Makefile b/security/kgpg/Makefile index 59d92f97c6c8..412682febae0 100644 --- a/security/kgpg/Makefile +++ b/security/kgpg/Makefile @@ -15,9 +15,9 @@ USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \ dbusaddons doctools grantleetheme i18n iconthemes itemmodels itemviews \ jobwidgets kio notifications service solid sonnet textwidgets \ widgetsaddons windowsystem xmlgui \ - ecm_build + ecm:build USE_QT= concurrent core dbus gui network printsupport widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/security/kleopatra/Makefile b/security/kleopatra/Makefile index 35cd6ede9d87..2f107e734724 100644 --- a/security/kleopatra/Makefile +++ b/security/kleopatra/Makefile @@ -19,9 +19,9 @@ USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ doctools i18n iconthemes itemmodels kcmutils notifications \ service sonnet textwidgets widgetsaddons windowsystem xmlgui \ libkleo mime \ - ecm_build + ecm:build USE_QT= core dbus gui network printsupport testlib widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/security/kpkpass/Makefile b/security/kpkpass/Makefile index b603030d299e..bf62bf18ea7f 100644 --- a/security/kpkpass/Makefile +++ b/security/kpkpass/Makefile @@ -9,7 +9,7 @@ USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \ shared-mime-info tar:xz USE_KDE= archive ecm USE_QT= core gui testlib \ - buildtools_build qmake_build + buildtools:build qmake:build DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr diff --git a/security/kwalletmanager/Makefile b/security/kwalletmanager/Makefile index 04c411968044..ef288c093645 100644 --- a/security/kwalletmanager/Makefile +++ b/security/kwalletmanager/Makefile @@ -13,9 +13,9 @@ USE_KDE= archive auth codecs config configwidgets coreaddons crash \ itemmodels itemviews kcmutils kdelibs4support kio \ jobwidgets notifications service wallet widgetsaddons \ windowsystem xmlgui \ - ecm_build + ecm:build USE_QT= concurrent core dbus gui network widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build USE_XORG= x11 OPTIONS_DEFINE= DOCS diff --git a/security/libkleo/Makefile b/security/libkleo/Makefile index e653245426bf..1929b6f41a98 100644 --- a/security/libkleo/Makefile +++ b/security/libkleo/Makefile @@ -18,7 +18,7 @@ USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ i18n itemmodels pimtextedit widgetsaddons windowsystem USE_QT= core gui widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build _CORETOOLS= md5sum sha1sum sha256sum sha512sum diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile index a083c792957a..0b68b2ec7d2a 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21+ USES= cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \ pkgconfig qt:5 tar:xz gnome xorg -USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ +USE_QT= buildtools:build qmake:build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index deb20921135e..2698e42b47f7 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= sudo:security/sudo USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \ pkgconfig tar:xz gnome xorg -USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ +USE_QT= buildtools:build qmake:build core dbus gui svg widgets \ x11extras xml USE_KDE= windowsystem diff --git a/security/nitrokey-app/Makefile b/security/nitrokey-app/Makefile index 167cb755f280..4d7709393efa 100644 --- a/security/nitrokey-app/Makefile +++ b/security/nitrokey-app/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= Nitrokey GH_TUPLE= Nitrokey:nitrokey-app:${DISTVERSIONPREFIX}${DISTVERSION}\ tplgy:cppcodec:61d9b04:cppcodec -USE_QT= buildtools_build concurrent gui linguisttools_build qmake_build svg widgets +USE_QT= buildtools:build concurrent gui linguisttools:build qmake:build svg widgets post-extract: @${RMDIR} ${WRKSRC}/3rdparty/cppcodec diff --git a/security/openconnect-gui/Makefile b/security/openconnect-gui/Makefile index 40b3bf1cc608..7ddb88867f26 100644 --- a/security/openconnect-gui/Makefile +++ b/security/openconnect-gui/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= openconnect:security/openconnect \ USES= cmake:insource compiler:c++11-lang pkgconfig qt:5 USE_GITHUB= nodefault GH_TUPLE= qtproject:qt-solutions:a8dda66d:qtsolutions/external/src/qt-solutions-master -USE_QT= buildtools_build concurrent core gui network qmake_build widgets +USE_QT= buildtools:build concurrent core gui network qmake:build widgets CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release PLIST_FILES= bin/openconnect-gui diff --git a/security/ophcrack/Makefile b/security/ophcrack/Makefile index a099218ae623..e6381fdc677b 100644 --- a/security/ophcrack/Makefile +++ b/security/ophcrack/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= X11 X11_DESC= Build with Qt 5 GUI frontend X11_USES= pkgconfig qt:5 -X11_USE= QT=buildtools_build,qmake_build,charts,core,gui,widgets +X11_USE= QT=buildtools:build,qmake:build,charts,core,gui,widgets X11_CONFIGURE_OFF= --disable-gui post-patch: diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 6ca0e1fc4625..f0708de88822 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -97,7 +97,7 @@ CONFIGURE_ARGS+=--disable-pinentry-gnome3 .if ${PINENTRY_GUI} == "qt5" USES+= compiler:c++11-lib qt:5 -USE_QT= core gui widgets buildtools_build +USE_QT= core gui widgets buildtools:build PLIST_FILES= bin/pinentry-qt5 CONFIGURE_ARGS+=--enable-pinentry-qt5 \ --program-suffix=5 diff --git a/security/plasma5-kscreenlocker/Makefile b/security/plasma5-kscreenlocker/Makefile index 210444f2191e..7ba9e78e7c74 100644 --- a/security/plasma5-kscreenlocker/Makefile +++ b/security/plasma5-kscreenlocker/Makefile @@ -20,9 +20,9 @@ USE_KDE= auth codecs config configwidgets coreaddons crash emoticons \ kdeclarative layer-shell-qt notifications package \ plasma-framework service sonnet textwidgets wayland \ widgetsaddons windowsystem xmlgui \ - ecm_build + ecm:build USE_QT= core dbus declarative gui network qdbus widgets x11extras xml \ - buildtools_build qmake_build testlib_build + buildtools:build qmake:build testlib:build USE_XORG= ice sm x11 xcb xcursor xext xi CPE_VENDOR= kde diff --git a/security/plasma5-ksshaskpass/Makefile b/security/plasma5-ksshaskpass/Makefile index 954e116caed9..19a6d38b9a10 100644 --- a/security/plasma5-ksshaskpass/Makefile +++ b/security/plasma5-ksshaskpass/Makefile @@ -8,8 +8,8 @@ WWW= https://www.kde.org/plasma-desktop USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= coreaddons i18n wallet widgetsaddons \ - doctools_build ecm_build + doctools:build ecm:build USE_QT= core gui widgets \ - buildtools_build qmake_build + buildtools:build qmake:build .include <bsd.port.mk> diff --git a/security/plasma5-kwallet-pam/Makefile b/security/plasma5-kwallet-pam/Makefile index c6f01076fd61..714c3f129558 100644 --- a/security/plasma5-kwallet-pam/Makefile +++ b/security/plasma5-kwallet-pam/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ USES= cmake gettext kde:5 qt:5 tar:xz USE_KDE= ecm wallet USE_QT= gui \ - buildtools_build qmake_build + buildtools:build qmake:build post-patch: @${REINPLACE_CMD} -e 's,socat,nc,' -e 's,/security,,' \ diff --git a/security/qtkeychain/Makefile b/security/qtkeychain/Makefile index f666872a7a71..a9b92b829cb7 100644 --- a/security/qtkeychain/Makefile +++ b/security/qtkeychain/Makefile @@ -21,7 +21,7 @@ _WITH_QT6_qt6= ON CMAKE_ARGS= -DBUILD_WITH_QT6=${_WITH_QT6_${FLAVOR}} \ -DQT_MKSPECDIR_REL=${QT_MKSPECDIR_REL} USE_GITHUB= yes -_USE_QT_qt5= core dbus buildtools_build qmake_build +_USE_QT_qt5= core dbus buildtools:build qmake:build _USE_QT_qt6= base USE_QT= ${_USE_QT_${FLAVOR}} GH_ACCOUNT= frankosterfeld @@ -37,8 +37,8 @@ LIBSECRET_DESC= Enable libsecret backend LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret LIBSECRET_CMAKE_BOOL= LIBSECRET_SUPPORT -_QT_LINGUIST_qt5= linguisttools_build -_QT_LINGUIST_qt6= tools_build +_QT_LINGUIST_qt5= linguisttools:build +_QT_LINGUIST_qt6= tools:build NLS_USE= qt=${_QT_LINGUIST_${FLAVOR}} NLS_CMAKE_BOOL= BUILD_TRANSLATIONS diff --git a/security/spass-qt5/Makefile b/security/spass-qt5/Makefile index a1e61b1188fb..7bcdca060cc8 100644 --- a/security/spass-qt5/Makefile +++ b/security/spass-qt5/Makefile @@ -4,7 +4,7 @@ PKGNAMESUFFIX= -qt5 COMMENT= Secure password generator with a true RNG (Qt5 GUI) USES= qmake:no_env qt:5 -USE_QT= buildtools_build core gui widgets +USE_QT= buildtools:build core gui widgets MASTERDIR= ${.CURDIR}/../spass diff --git a/security/xca/Makefile b/security/xca/Makefile index 71917f724d40..9d64c47d3390 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl USES= compiler:c++11-lang desktop-file-utils gmake localbase \ pkgconfig qt:5 shared-mime-info ssl -USE_QT= buildtools_build core gui help linguist_build sql widgets +USE_QT= buildtools:build core gui help linguist:build sql widgets USE_CXXSTD= c++11 GNU_CONFIGURE= yes diff --git a/security/yubikey-manager-qt/Makefile b/security/yubikey-manager-qt/Makefile index f8284724e12a..deaf894a3c47 100644 --- a/security/yubikey-manager-qt/Makefile +++ b/security/yubikey-manager-qt/Makefile @@ -20,7 +20,7 @@ USES= compiler:c++11-lang gl pkgconfig python:3.5+ qt:5 qmake \ shebangfix USE_GL= gl USE_QT= core declarative graphicaleffects gui network quickcontrols \ - quickcontrols2 svg widgets buildtools_build + quickcontrols2 svg widgets buildtools:build USE_GITHUB= yes GH_ACCOUNT= Yubico diff --git a/security/yubikey-personalization-gui/Makefile b/security/yubikey-personalization-gui/Makefile index 01c6987d0e40..7f9c70bdeb99 100644 --- a/security/yubikey-personalization-gui/Makefile +++ b/security/yubikey-personalization-gui/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libykpers-1.so:security/ykpers \ USES= compiler:c++11-lang pkgconfig qmake qt:5 USE_GITHUB= yes -USE_QT= buildtools_build core gui testlib_build widgets +USE_QT= buildtools:build core gui testlib:build widgets GH_ACCOUNT= Yubico diff --git a/security/yubioath-desktop/Makefile b/security/yubioath-desktop/Makefile index 4ebf2c87bb45..ba0cf1f571da 100644 --- a/security/yubioath-desktop/Makefile +++ b/security/yubioath-desktop/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>=0.7.0:security/py-yubikey-m USES= compiler:c++11-lang desktop-file-utils gl python:3.5+ qmake qt:5 \ shebangfix ssl USE_GL= gl -USE_QT= core declarative gui network quickcontrols2 svg widgets buildtools_build +USE_QT= core declarative gui network quickcontrols2 svg widgets buildtools:build USE_GITHUB= yes GH_ACCOUNT= Yubico |