summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-12-25 20:25:39 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-12-25 20:25:39 +0000
commit707c6bf295fc3955c86c9244533c1524bb7dea15 (patch)
tree5754f0a521127b72390a51a263bc6e84b5177927 /deskutils
parentUpdate netbeans-devel to 10.0.vc5. (diff)
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=488341
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/akonadi-calendar-tools/Makefile2
-rw-r--r--deskutils/akonadi-import-wizard/Makefile2
-rw-r--r--deskutils/akonadiconsole/Makefile2
-rw-r--r--deskutils/akregator/Makefile2
-rw-r--r--deskutils/belcard/Makefile2
-rw-r--r--deskutils/charmtimetracker/Makefile2
-rw-r--r--deskutils/copyq/Makefile2
-rw-r--r--deskutils/go-for-it/Makefile2
-rw-r--r--deskutils/grantlee-editor/Makefile2
-rw-r--r--deskutils/grantleetheme/Makefile2
-rw-r--r--deskutils/homerun/Makefile2
-rw-r--r--deskutils/kaddressbook/Makefile2
-rw-r--r--deskutils/kalarm/Makefile2
-rw-r--r--deskutils/kcharselect-kde4/Makefile2
-rw-r--r--deskutils/kcharselect/Makefile2
-rw-r--r--deskutils/kdeconnect-kde/Makefile2
-rw-r--r--deskutils/kdepim-addons/Makefile2
-rw-r--r--deskutils/kdepim-apps-libs/Makefile2
-rw-r--r--deskutils/kdepim-kde4/Makefile2
-rw-r--r--deskutils/kdepim-runtime-kde4/Makefile2
-rw-r--r--deskutils/kdepim-runtime/Makefile2
-rw-r--r--deskutils/kdepimlibs-kde4/Makefile2
-rw-r--r--deskutils/kdeplasma-addons-kde4/Makefile2
-rw-r--r--deskutils/keditbookmarks/Makefile2
-rw-r--r--deskutils/kfind/Makefile2
-rw-r--r--deskutils/kmail-account-wizard/Makefile2
-rw-r--r--deskutils/kmail/Makefile2
-rw-r--r--deskutils/knotes/Makefile2
-rw-r--r--deskutils/kontact/Makefile2
-rw-r--r--deskutils/korganizer/Makefile2
-rw-r--r--deskutils/kruler-kde4/Makefile2
-rw-r--r--deskutils/kruler/Makefile2
-rw-r--r--deskutils/latte-dock/Makefile2
-rw-r--r--deskutils/libkdepim/Makefile2
-rw-r--r--deskutils/lxqt-notificationd/Makefile2
-rw-r--r--deskutils/mbox-importer/Makefile2
-rw-r--r--deskutils/nextcloudclient/Makefile2
-rw-r--r--deskutils/osynctool/Makefile2
-rw-r--r--deskutils/owncloudclient/Makefile2
-rw-r--r--deskutils/pim-data-exporter/Makefile2
-rw-r--r--deskutils/pim-sieve-editor/Makefile2
-rw-r--r--deskutils/plasma5-milou/Makefile2
-rw-r--r--deskutils/plasma5-sddm-kcm/Makefile2
-rw-r--r--deskutils/qlipper/Makefile2
-rw-r--r--deskutils/strigi/Makefile.common2
-rw-r--r--deskutils/superkaramba-kde4/Makefile2
-rw-r--r--deskutils/taskd/Makefile2
-rw-r--r--deskutils/zanshin/Makefile2
48 files changed, 48 insertions, 48 deletions
diff --git a/deskutils/akonadi-calendar-tools/Makefile b/deskutils/akonadi-calendar-tools/Makefile
index 11d5403d4eeb..bc7a3df7004e 100644
--- a/deskutils/akonadi-calendar-tools/Makefile
+++ b/deskutils/akonadi-calendar-tools/Makefile
@@ -9,7 +9,7 @@ COMMENT= CLI tools to manage akonadi calendars
LIB_DEPENDS= libical.so:devel/libical
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm guiaddons i18n iconthemes itemmodels \
itemviews jobwidgets kdelibs4support kio notifications parts \
diff --git a/deskutils/akonadi-import-wizard/Makefile b/deskutils/akonadi-import-wizard/Makefile
index 3463864e350d..ec57e3585aeb 100644
--- a/deskutils/akonadi-import-wizard/Makefile
+++ b/deskutils/akonadi-import-wizard/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
crash dbusaddons ecm i18n itemmodels kio service wallet \
widgetsaddons xmlgui
diff --git a/deskutils/akonadiconsole/Makefile b/deskutils/akonadiconsole/Makefile
index 74392a9cec3a..40b3013e284a 100644
--- a/deskutils/akonadiconsole/Makefile
+++ b/deskutils/akonadiconsole/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libical.so:devel/libical \
libxapian.so:databases/xapian-core
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
itemmodels itemviews jobwidgets kdelibs4support kio \
diff --git a/deskutils/akregator/Makefile b/deskutils/akregator/Makefile
index 5088d5bd6b08..9a9bb106c989 100644
--- a/deskutils/akregator/Makefile
+++ b/deskutils/akregator/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
ecm i18n iconthemes itemmodels jobwidgets kcmutils kio \
notifications notifyconfig parts service sonnet texteditor\
diff --git a/deskutils/belcard/Makefile b/deskutils/belcard/Makefile
index 2b31bad1bb49..779900bd420a 100644
--- a/deskutils/belcard/Makefile
+++ b/deskutils/belcard/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbelr.so:textproc/belr
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO -DENABLE_UNIT_TESTS=NO
diff --git a/deskutils/charmtimetracker/Makefile b/deskutils/charmtimetracker/Makefile
index eed093a01ebf..334299314f85 100644
--- a/deskutils/charmtimetracker/Makefile
+++ b/deskutils/charmtimetracker/Makefile
@@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5
-USES= cmake:outsource compiler:c++11-lib pkgconfig qt:5
+USES= cmake compiler:c++11-lib pkgconfig qt:5
CMAKE_ARGS= -DCharm_VERSION:STRING=${PORTVERSION}
USE_GITHUB= yes
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile
index d6893d33aab4..2b977a88837c 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -11,7 +11,7 @@ COMMENT= Qt5 based clipboard manager
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource qt:5
+USES= cmake qt:5
USE_XORG= ice sm x11 xext xfixes xtst
USE_QT= core gui network script svg widgets x11extras xml \
buildtools_build linguist_build qmake_build \
diff --git a/deskutils/go-for-it/Makefile b/deskutils/go-for-it/Makefile
index ebe84e6b0f6f..150b4ce831b3 100644
--- a/deskutils/go-for-it/Makefile
+++ b/deskutils/go-for-it/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libnotify.so:devel/libnotify
-USES= cmake:outsource gettext pkgconfig
+USES= cmake gettext pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= JMoerman
diff --git a/deskutils/grantlee-editor/Makefile b/deskutils/grantlee-editor/Makefile
index 641153b58435..7f3d5339bf8f 100644
--- a/deskutils/grantlee-editor/Makefile
+++ b/deskutils/grantlee-editor/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 \
+USES= cmake compiler:c++11-lib gettext grantlee:5 \
kde:5 qt:5 tar:xz
USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n itemmodels jobwidgets \
diff --git a/deskutils/grantleetheme/Makefile b/deskutils/grantleetheme/Makefile
index f242438598d3..36c4d89d65ad 100644
--- a/deskutils/grantleetheme/Makefile
+++ b/deskutils/grantleetheme/Makefile
@@ -9,7 +9,7 @@ COMMENT= KDE PIM grantleetheme
LICENSE= LGPL21
-USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \
+USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
pkgconfig qt:5 tar:xz
USE_KDE= attica auth codecs config configwidgets coreaddons ecm i18n \
iconthemes newstuff service widgetsaddons xmlgui
diff --git a/deskutils/homerun/Makefile b/deskutils/homerun/Makefile
index 10011014a036..342f9eb55551 100644
--- a/deskutils/homerun/Makefile
+++ b/deskutils/homerun/Makefile
@@ -12,7 +12,7 @@ COMMENT= Fullscreen launcher with content organized in tabs
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource compiler:c++0x gettext kde:4 qt:4 tar:bzip2
+USES= cmake compiler:c++0x gettext kde:4 qt:4 tar:bzip2
USE_KDE= kdelibs automoc4 workspace
USE_QT= moc_build qmake_build rcc_build uic_build corelib gui
USE_XORG= x11
diff --git a/deskutils/kaddressbook/Makefile b/deskutils/kaddressbook/Makefile
index 4eb24f65fca0..ee10a10b65b9 100644
--- a/deskutils/kaddressbook/Makefile
+++ b/deskutils/kaddressbook/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \
+USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
diff --git a/deskutils/kalarm/Makefile b/deskutils/kalarm/Makefile
index e5a96ea0c7fc..d1a2290fbc68 100644
--- a/deskutils/kalarm/Makefile
+++ b/deskutils/kalarm/Makefile
@@ -9,7 +9,7 @@ COMMENT= Personal alarm scheduler
LIB_DEPENDS= libical.so:devel/libical
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
diff --git a/deskutils/kcharselect-kde4/Makefile b/deskutils/kcharselect-kde4/Makefile
index 11b3acdd2b70..aec137decf09 100644
--- a/deskutils/kcharselect-kde4/Makefile
+++ b/deskutils/kcharselect-kde4/Makefile
@@ -12,7 +12,7 @@ COMMENT= Character selector for KDE
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= qmake_build moc_build rcc_build uic_build
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index 052d8dac42ac..57d6bb3b94a4 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -10,7 +10,7 @@ COMMENT= Character selector for KDE
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash ecm bookmarks \
doctools i18n widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
diff --git a/deskutils/kdeconnect-kde/Makefile b/deskutils/kdeconnect-kde/Makefile
index 001ee065e7ba..83ddf3cbcb30 100644
--- a/deskutils/kdeconnect-kde/Makefile
+++ b/deskutils/kdeconnect-kde/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= sshfs:sysutils/fusefs-sshfs
CONFLICTS_INSTALL= kdeconnect-kde-0.7* kdeconnect-kde-kde4-0.7.*
-USES= cmake:outsource compiler:c++11-lang desktop-file-utils gettext kde:5 \
+USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
pkgconfig qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dbusaddons doctools ecm i18n iconthemes \
diff --git a/deskutils/kdepim-addons/Makefile b/deskutils/kdepim-addons/Makefile
index 821747d81418..777f891fc373 100644
--- a/deskutils/kdepim-addons/Makefile
+++ b/deskutils/kdepim-addons/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \
+USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
pkgconfig qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
dbusaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \
diff --git a/deskutils/kdepim-apps-libs/Makefile b/deskutils/kdepim-apps-libs/Makefile
index c86dfd296fc9..1321561840a2 100644
--- a/deskutils/kdepim-apps-libs/Makefile
+++ b/deskutils/kdepim-apps-libs/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons ecm i18n iconthemes itemmodels jobwidgets \
kdewebkit kio service sonnet widgetsaddons xmlgui
diff --git a/deskutils/kdepim-kde4/Makefile b/deskutils/kdepim-kde4/Makefile
index 229490ba289a..ee9c99451d6f 100644
--- a/deskutils/kdepim-kde4/Makefile
+++ b/deskutils/kdepim-kde4/Makefile
@@ -28,7 +28,7 @@ CONFLICTS_INSTALL= kdepim44-4.*
USE_GNOME= libxml2 libxslt:build
USE_KDE= kdelibs pimlibs kactivities \
akonadi automoc4 soprano nepomuk-widgets baloo
-USES= cmake:outsource grantlee:4 iconv kde:4 qt:4 shebangfix tar:xz
+USES= cmake grantlee:4 iconv kde:4 qt:4 shebangfix tar:xz
SHEBANG_FILES= agents/mailfilteragent/kconf_update/migrate-kmail-filters.pl \
kalarm/*.pl kmail/kconf_update/*.pl \
libkpgp/kconf_update/kpgp-3.1-upgrade-address-data.pl
diff --git a/deskutils/kdepim-runtime-kde4/Makefile b/deskutils/kdepim-runtime-kde4/Makefile
index 93fba8cd31a8..7e968caa3a10 100644
--- a/deskutils/kdepim-runtime-kde4/Makefile
+++ b/deskutils/kdepim-runtime-kde4/Makefile
@@ -24,7 +24,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
CONFLICTS_INSTALL= kdepim-runtime44-4.*
-USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
+USES= cmake kde:4 qt:4 shared-mime-info tar:xz
USE_GNOME= libxml2 libxslt:build
USE_KDE= kdelibs pimlibs \
akonadi automoc4
diff --git a/deskutils/kdepim-runtime/Makefile b/deskutils/kdepim-runtime/Makefile
index b09923585f31..1ef13ea5dd67 100644
--- a/deskutils/kdepim-runtime/Makefile
+++ b/deskutils/kdepim-runtime/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libsasl2.so:security/cyrus-sasl2 \
libxerces-c-3.2.so:textproc/xerces-c3
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons guiaddons holidays i18n iconthemes \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
diff --git a/deskutils/kdepimlibs-kde4/Makefile b/deskutils/kdepimlibs-kde4/Makefile
index ec1644ed71c7..ef236422d0b3 100644
--- a/deskutils/kdepimlibs-kde4/Makefile
+++ b/deskutils/kdepimlibs-kde4/Makefile
@@ -24,7 +24,7 @@ LIB_DEPENDS= libgpgme.so:security/gpgme \
libprison.so:graphics/prison \
libqjson.so:devel/qjson@qt4
-USES= cmake:outsource kde:4 qt:4 shared-mime-info shebangfix tar:xz
+USES= cmake kde:4 qt:4 shared-mime-info shebangfix tar:xz
USE_KDE= kdelibs akonadi \
automoc4 ontologies soprano
SHEBANG_FILES= mailtransport/kconf_update/migrate-transports.pl
diff --git a/deskutils/kdeplasma-addons-kde4/Makefile b/deskutils/kdeplasma-addons-kde4/Makefile
index 391586f5f24a..5f21fc643ebc 100644
--- a/deskutils/kdeplasma-addons-kde4/Makefile
+++ b/deskutils/kdeplasma-addons-kde4/Makefile
@@ -18,7 +18,7 @@ CONFLICTS_INSTALL= plasma-applet-icontasks-0.[89].*
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource eigen:2 kde:4 pkgconfig qt:4 shared-mime-info tar:xz
+USES= cmake eigen:2 kde:4 pkgconfig qt:4 shared-mime-info tar:xz
USE_KDE= kdelibs libkexiv2 pimlibs workspace \
akonadi attica automoc4 qimageblitz soprano
USE_QT= corelib dbus declarative gui network script sql webkit \
diff --git a/deskutils/keditbookmarks/Makefile b/deskutils/keditbookmarks/Makefile
index cfcaba0f5a69..23f7b5b55f32 100644
--- a/deskutils/keditbookmarks/Makefile
+++ b/deskutils/keditbookmarks/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Bookmark Organizer and Editor
-USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n iconthemes jobwidgets kio parts service \
sonnet textwidgets widgetsaddons windowsystem xmlgui
diff --git a/deskutils/kfind/Makefile b/deskutils/kfind/Makefile
index f0a1c5051d0a..4741552a5ce8 100644
--- a/deskutils/kfind/Makefile
+++ b/deskutils/kfind/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Find files and folders
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm filemetadata guiaddons i18n iconthemes itemviews \
jobwidgets kdelibs4support kio notifications parts service \
diff --git a/deskutils/kmail-account-wizard/Makefile b/deskutils/kmail-account-wizard/Makefile
index 81194e9384a2..f7b4a5144c68 100644
--- a/deskutils/kmail-account-wizard/Makefile
+++ b/deskutils/kmail-account-wizard/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
dbusaddons ecm i18n itemmodels itemviews kcmutils kio kross \
newstuff notifications notifyconfig service texteditor wallet \
diff --git a/deskutils/kmail/Makefile b/deskutils/kmail/Makefile
index e93382d0bd31..57f0795b2dcc 100644
--- a/deskutils/kmail/Makefile
+++ b/deskutils/kmail/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= accountwizard:deskutils/kmail-account-wizard \
mboximporter:deskutils/mbox-importer \
sieveeditor:deskutils/pim-sieve-editor
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
diff --git a/deskutils/knotes/Makefile b/deskutils/knotes/Makefile
index eb38a21f90d7..44a1bfdf72e5 100644
--- a/deskutils/knotes/Makefile
+++ b/deskutils/knotes/Makefile
@@ -11,7 +11,7 @@ LICENSE= LGPL21
LIB_DEPENDS= libical.so:devel/libical
-USES= cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons dnssd globalaccel guiaddons i18n \
iconthemes itemmodels itemviews jobwidgets kcmutils \
diff --git a/deskutils/kontact/Makefile b/deskutils/kontact/Makefile
index e1b65d59dcbb..93f67cba9007 100644
--- a/deskutils/kontact/Makefile
+++ b/deskutils/kontact/Makefile
@@ -9,7 +9,7 @@ COMMENT= KDE Personal Information Manager
LICENSE= LGPL21
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
service sonnet textwidgets widgetsaddons windowsystem xmlgui
diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile
index 3b57c6085dd9..f54eeaeab717 100644
--- a/deskutils/korganizer/Makefile
+++ b/deskutils/korganizer/Makefile
@@ -9,7 +9,7 @@ COMMENT= Calendar and scheduling Program
LIB_DEPENDS= libical.so:devel/libical
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
diff --git a/deskutils/kruler-kde4/Makefile b/deskutils/kruler-kde4/Makefile
index 96981d4802eb..973f060e9e24 100644
--- a/deskutils/kruler-kde4/Makefile
+++ b/deskutils/kruler-kde4/Makefile
@@ -11,7 +11,7 @@ COMMENT= KDE 4 screen ruler
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
USE_XORG= x11
diff --git a/deskutils/kruler/Makefile b/deskutils/kruler/Makefile
index 8eba1e1f1d72..56abd987ac39 100644
--- a/deskutils/kruler/Makefile
+++ b/deskutils/kruler/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE screen ruler
-USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm doctools i18n \
notifications widgetsaddons windowsystem xmlgui
USE_QT= core dbus gui widgets x11extras xml \
diff --git a/deskutils/latte-dock/Makefile b/deskutils/latte-dock/Makefile
index 991b2def2f45..2b63c69c07e2 100644
--- a/deskutils/latte-dock/Makefile
+++ b/deskutils/latte-dock/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= activities archive attica auth codecs config configwidgets \
coreaddons crash dbusaddons globalaccel i18n iconthemes \
kdeclarative newstuff notifications package plasma-framework service \
diff --git a/deskutils/libkdepim/Makefile b/deskutils/libkdepim/Makefile
index e18b381167e8..83e04c99609d 100644
--- a/deskutils/libkdepim/Makefile
+++ b/deskutils/libkdepim/Makefile
@@ -11,7 +11,7 @@ LICENSE= LGPL21
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource gettext compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake gettext compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
i18n iconthemes itemmodels itemviews jobwidgets kcmutils \
kio service wallet widgetsaddons
diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile
index a32415095873..2b4d7461888e 100644
--- a/deskutils/lxqt-notificationd/Makefile
+++ b/deskutils/lxqt-notificationd/Makefile
@@ -12,7 +12,7 @@ COMMENT= LXQt notification daemon
LICENSE= LGPL21+
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt qt:5 \
+USES= cmake compiler:c++11-lib gettext kde:5 lxqt qt:5 \
pkgconfig tar:xz
USE_QT= buildtools_build qmake_build dbus core gui \
linguisttools svg widgets x11extras xml
diff --git a/deskutils/mbox-importer/Makefile b/deskutils/mbox-importer/Makefile
index f35b78900cc7..18852fdbb204 100644
--- a/deskutils/mbox-importer/Makefile
+++ b/deskutils/mbox-importer/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
crash ecm i18n itemmodels kio service widgetsaddons
# pim components
diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile
index 3336207170d9..30d72ca337f6 100644
--- a/deskutils/nextcloudclient/Makefile
+++ b/deskutils/nextcloudclient/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libinotify.so:devel/libinotify \
libqt5keychain.so:security/qtkeychain@qt5
-USES= cmake:outsource,noninja compiler:c++11-lib gmake iconv \
+USES= cmake:noninja compiler:c++11-lib gmake iconv \
localbase:ldflags pkgconfig qt:5 sqlite ssl
USE_QT= buildtools_build concurrent core dbus gui linguist_build network \
qmake_build sql webkit widgets xml
diff --git a/deskutils/osynctool/Makefile b/deskutils/osynctool/Makefile
index ee3b7b9063fd..782c0e219246 100644
--- a/deskutils/osynctool/Makefile
+++ b/deskutils/osynctool/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libopensync.so:devel/libopensync
CONFLICTS= msynctool-0.2*
-USES= cmake:outsource pkgconfig tar:bzip2
+USES= cmake pkgconfig tar:bzip2
PLIST_FILES= bin/${PORTNAME} \
etc/bash_completion.d/${PORTNAME}.sh
diff --git a/deskutils/owncloudclient/Makefile b/deskutils/owncloudclient/Makefile
index 94fc1b83ba98..8a66795b04d4 100644
--- a/deskutils/owncloudclient/Makefile
+++ b/deskutils/owncloudclient/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libinotify.so:devel/libinotify \
libqt5keychain.so:security/qtkeychain@qt5
-USES= cmake:outsource,noninja compiler:c++11-lib gmake iconv kde:5 \
+USES= cmake:noninja compiler:c++11-lib gmake iconv kde:5 \
localbase:ldflags pkgconfig qt:5 sqlite
USE_QT= buildtools_build concurrent core dbus gui linguist_build network \
qmake_build sql webkit widgets xml
diff --git a/deskutils/pim-data-exporter/Makefile b/deskutils/pim-data-exporter/Makefile
index 69aa2fce139a..b2759be96652 100644
--- a/deskutils/pim-data-exporter/Makefile
+++ b/deskutils/pim-data-exporter/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n itemmodels itemviews \
jobwidgets kio notifications service solid wallet \
diff --git a/deskutils/pim-sieve-editor/Makefile b/deskutils/pim-sieve-editor/Makefile
index 6dfad70358a7..a23f76d5c8c6 100644
--- a/deskutils/pim-sieve-editor/Makefile
+++ b/deskutils/pim-sieve-editor/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Mail sieve editor
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs config configwidgets coreaddons crash \
dbusaddons ecm i18n iconthemes kio service wallet \
widgetsaddons xmlgui
diff --git a/deskutils/plasma5-milou/Makefile b/deskutils/plasma5-milou/Makefile
index 34d094a5871f..df4ffd141dff 100644
--- a/deskutils/plasma5-milou/Makefile
+++ b/deskutils/plasma5-milou/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= deskutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Plasmoid for search
-USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config coreaddons i18n kdeclarative package \
plasma-framework runner service
USE_QT= core declarative gui network script testlib widgets \
diff --git a/deskutils/plasma5-sddm-kcm/Makefile b/deskutils/plasma5-sddm-kcm/Makefile
index 6b21e510d7ab..bb91cb4c1701 100644
--- a/deskutils/plasma5-sddm-kcm/Makefile
+++ b/deskutils/plasma5-sddm-kcm/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= deskutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 config module for SDDM
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 cpe pkgconfig \
+USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \
qt:5 tar:xz
USE_KDE= auth archive attica codecs completion config configwidgets \
coreaddons ecm i18n jobwidgets kio newstuff service \
diff --git a/deskutils/qlipper/Makefile b/deskutils/qlipper/Makefile
index 11b3d071f31d..bcb841dd0a67 100644
--- a/deskutils/qlipper/Makefile
+++ b/deskutils/qlipper/Makefile
@@ -11,7 +11,7 @@ COMMENT= Lightweight clipboard history applet
LICENSE= GPLv2
-USES= cmake:outsource compiler:c++11-lang gettext qt:5
+USES= cmake compiler:c++11-lang gettext qt:5
USE_GITHUB= yes
GH_ACCOUNT= pvanek
diff --git a/deskutils/strigi/Makefile.common b/deskutils/strigi/Makefile.common
index 7444f9508084..322352ced521 100644
--- a/deskutils/strigi/Makefile.common
+++ b/deskutils/strigi/Makefile.common
@@ -11,7 +11,7 @@ DESCR= ${.CURDIR}/../strigi/pkg-descr
CONFLICTS_INSTALL= strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1
-USES+= cmake:outsource tar:bzip2
+USES+= cmake tar:bzip2
CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}
PLIST_SUB= SHLIB_VER=${STRIGI_VERSION}
diff --git a/deskutils/superkaramba-kde4/Makefile b/deskutils/superkaramba-kde4/Makefile
index 08a7c95a7825..a98495ed751d 100644
--- a/deskutils/superkaramba-kde4/Makefile
+++ b/deskutils/superkaramba-kde4/Makefile
@@ -11,7 +11,7 @@ COMMENT= Widget framework for KDE
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 python:2.7 qt:4 tar:xz
+USES= cmake kde:4 python:2.7 qt:4 tar:xz
USE_KDE= kdelibs automoc4 qimageblitz
USE_QT= qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
diff --git a/deskutils/taskd/Makefile b/deskutils/taskd/Makefile
index 26d91934f4b9..83e8bba7210e 100644
--- a/deskutils/taskd/Makefile
+++ b/deskutils/taskd/Makefile
@@ -15,7 +15,7 @@ LICENSE= MIT
LIB_DEPENDS= libgnutls.so:security/gnutls
RUN_DEPENDS= bash:shells/bash
-USES= cmake:outsource compiler:c++11-lib shebangfix
+USES= cmake compiler:c++11-lib shebangfix
USE_RC_SUBR= taskd
USERS= taskd
diff --git a/deskutils/zanshin/Makefile b/deskutils/zanshin/Makefile
index 58bad19f924c..63baf18d22aa 100644
--- a/deskutils/zanshin/Makefile
+++ b/deskutils/zanshin/Makefile
@@ -11,7 +11,7 @@ COMMENT= Daily organizer for KDE
LIB_DEPENDS= libical.so:devel/libical
-USES= cmake:outsource compiler:c++14-lang gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++14-lang gettext kde:5 qt:5 tar:xz
USE_KDE= akonadi auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm guiaddons i18n iconthemes itemmodels \
itemviews jobwidgets kdelibs4support kio notifications package \