Page MenuHomeFreeBSD

D17447.id48821.largetrue.diff
No OneTemporary

D17447.id48821.largetrue.diff

This file is larger than 256 KB, so syntax highlighting was skipped.
Index: CHANGES
===================================================================
--- CHANGES
+++ CHANGES
@@ -10,6 +10,12 @@
All ports committers are allowed to commit to this file.
+20181010:
+AUTHOR: kde@FreeBSD.org
+
+ cmake.mk now defaults to out-of-sourcetree builds. The option 'outsource'
+ has been removed. Ports that need an intree build now can pass 'insource'.
+
20180630:
AUTHOR: kde@FreeBSD.org
Index: Mk/Uses/cmake.mk
===================================================================
--- Mk/Uses/cmake.mk
+++ Mk/Uses/cmake.mk
@@ -4,9 +4,9 @@
#
# Feature: cmake
# Usage: USES=cmake or USES=cmake:ARGS
-# Valid ARGS: outsource, run, noninja
+# Valid ARGS: insource, run, noninja
# ARGS description:
-# outsource perform an out-of-source build
+# insource do not perform an out-of-source build
# noninja don't use ninja instead of make
# Setting this should be an exception, and hints to an issue
# inside the ports build system.
@@ -46,7 +46,7 @@
.if !defined(_INCLUDE_USES_CMAKE_MK)
_INCLUDE_USES_CMAKE_MK= yes
-_valid_ARGS= outsource run noninja
+_valid_ARGS= insource run noninja
# Sanity check
.for arg in ${cmake_ARGS}
@@ -111,7 +111,7 @@
_CMAKE_MSG= "===> Performing in-source build"
CMAKE_SOURCE_PATH?= ${WRKSRC}
-.if ${cmake_ARGS:Moutsource}
+.if empty(cmake_ARGS:Minsource)
_CMAKE_MSG= "===> Performing out-of-source build"
CONFIGURE_WRKSRC= ${WRKDIR}/.build
BUILD_WRKSRC?= ${CONFIGURE_WRKSRC}
Index: accessibility/jovie-kde4/Makefile
===================================================================
--- accessibility/jovie-kde4/Makefile
+++ accessibility/jovie-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= xml qmake_build moc_build uic_build rcc_build
USE_LDCONFIG= yes
Index: accessibility/kaccessible-kde4/Makefile
===================================================================
--- accessibility/kaccessible-kde4/Makefile
+++ accessibility/kaccessible-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib dbus gui xml \
qmake_build moc_build rcc_build uic_build
Index: accessibility/kmag-kde4/Makefile
===================================================================
--- accessibility/kmag-kde4/Makefile
+++ accessibility/kmag-kde4/Makefile
@@ -11,7 +11,7 @@
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= qmake_build moc_build rcc_build uic_build
Index: accessibility/kmag/Makefile
===================================================================
--- accessibility/kmag/Makefile
+++ accessibility/kmag/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm \
i18n kio service widgetsaddons xmlgui
USE_QT= core dbus gui printsupport widgets xml \
Index: accessibility/kmousetool-kde4/Makefile
===================================================================
--- accessibility/kmousetool-kde4/Makefile
+++ accessibility/kmousetool-kde4/Makefile
@@ -11,7 +11,7 @@
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= qmake_build moc_build rcc_build uic_build
USE_XORG= xtst
Index: accessibility/kmousetool/Makefile
===================================================================
--- accessibility/kmousetool/Makefile
+++ accessibility/kmousetool/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
ecm i18n iconthemes notifications widgetsaddons xmlgui
USE_QT= core dbus gui phonon4 widgets xml \
Index: accessibility/kmouth-kde4/Makefile
===================================================================
--- accessibility/kmouth-kde4/Makefile
+++ accessibility/kmouth-kde4/Makefile
@@ -11,7 +11,7 @@
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= qmake_build moc_build rcc_build uic_build
Index: accessibility/kmouth/Makefile
===================================================================
--- accessibility/kmouth/Makefile
+++ accessibility/kmouth/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
ecm i18n jobwidgets kio service widgetsaddons xmlgui
USE_QT= core dbus gui network printsupport speech widgets xml \
Index: archivers/ark-kde4/Makefile
===================================================================
--- archivers/ark-kde4/Makefile
+++ archivers/ark-kde4/Makefile
@@ -17,7 +17,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource kde:4 libarchive cpe qt:4 tar:xz
+USES= cmake kde:4 libarchive cpe qt:4 tar:xz
USE_KDE= automoc4 kdelibs libkonq
CPE_VENDOR= kde
USE_QT= qtestlib qmake_build moc_build rcc_build uic_build
Index: archivers/ark/Makefile
===================================================================
--- archivers/ark/Makefile
+++ archivers/ark/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource gettext libarchive kde:5 qt:5 tar:xz
+USES= cmake gettext libarchive kde:5 qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools ecm i18n iconthemes \
itemmodels itemviews jobwidgets khtml kio parts pty service \
Index: archivers/kf5-karchive/Makefile
===================================================================
--- archivers/kf5-karchive/Makefile
+++ archivers/kf5-karchive/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core qmake_build
Index: archivers/lazperf/Makefile
===================================================================
--- archivers/lazperf/Makefile
+++ archivers/lazperf/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= hobu
GH_PROJECT= laz-perf
Index: archivers/libzip/Makefile
===================================================================
--- archivers/libzip/Makefile
+++ archivers/libzip/Makefile
@@ -14,7 +14,7 @@
CPE_VENDOR= nih
-USES= cmake:outsource cpe perl5 ssl tar:xz
+USES= cmake cpe perl5 ssl tar:xz
USE_LDCONFIG= yes
USE_PERL5= test
TEST_TARGET= test
Index: archivers/quazip/Makefile
===================================================================
--- archivers/quazip/Makefile
+++ archivers/quazip/Makefile
@@ -16,7 +16,7 @@
FLAVORS= qt4 qt5
FLAVOR?= ${FLAVORS:[1]}
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
. if ${FLAVOR} == qt4
Index: astro/gpstk/Makefile
===================================================================
--- astro/gpstk/Makefile
+++ astro/gpstk/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL3
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: astro/kstars-kde4/Makefile
===================================================================
--- astro/kstars-kde4/Makefile
+++ astro/kstars-kde4/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS= xplanet:astro/xplanet
RUN_DEPENDS= xplanet:astro/xplanet
-USES= cmake:outsource compiler:c++11-lib eigen:3 kde:4 qt:4 tar:xz
+USES= cmake compiler:c++11-lib eigen:3 kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= opengl qmake_build moc_build rcc_build uic_build
Index: astro/kstars/Makefile
===================================================================
--- astro/kstars/Makefile
+++ astro/kstars/Makefile
@@ -18,7 +18,7 @@
BUILD_DEPENDS= xplanet:astro/xplanet
RUN_DEPENDS= xplanet:astro/xplanet
-USES= cmake:outsource compiler:c++11-lib eigen:3 gettext kde:5 \
+USES= cmake compiler:c++11-lib eigen:3 gettext kde:5 \
pkgconfig qt:5 tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets\
coreaddons crash dbusaddons doctools ecm guiaddons i18n \
Index: astro/libkgeomap-kde4/Makefile
===================================================================
--- astro/libkgeomap-kde4/Makefile
+++ astro/libkgeomap-kde4/Makefile
@@ -19,7 +19,7 @@
BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs
-USES= cmake:outsource kde:4 pathfix qt:4 tar:xz
+USES= cmake kde:4 pathfix qt:4 tar:xz
USE_KDE= kdelibs automoc4 marble
USE_LDCONFIG= yes
USE_QT= network phonon xml moc_build qmake_build rcc_build uic_build
Index: astro/libkgeomap/Makefile
===================================================================
--- astro/libkgeomap/Makefile
+++ astro/libkgeomap/Makefile
@@ -13,7 +13,7 @@
BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs
LIB_DEPENDS= libopencv_video.so:graphics/opencv
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= config coreaddons ecm i18n kio marble service textwidgets
USE_QT= concurrent core gui network webkit widgets xml \
buildtools_build qmake_build
Index: astro/marble-kde4/Makefile
===================================================================
--- astro/marble-kde4/Makefile
+++ astro/marble-kde4/Makefile
@@ -13,7 +13,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
+USES= cmake kde:4 qt:4 shared-mime-info tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib dbus declarative designer_build gui network phonon \
qtestlib script sql svg webkit xml \
Index: astro/marble/Makefile
===================================================================
--- astro/marble/Makefile
+++ astro/marble/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash doctools ecm i18n jobwidgets kio newstuff package parts \
plasma-framework runner service sonnet textwidgets wallet \
Index: astro/oskar/Makefile
===================================================================
--- astro/oskar/Makefile
+++ astro/oskar/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libcfitsio.so:astro/cfitsio
-USES= cmake:outsource localbase:ldflags python qt:5 shebangfix
+USES= cmake localbase:ldflags python qt:5 shebangfix
SHEBANG_FILES= apps/oskar_convert_cst_to_scalar.py
USE_GITHUB= yes
GH_ACCOUNT= OxfordSKA
Index: audio/aften/Makefile
===================================================================
--- audio/aften/Makefile
+++ audio/aften/Makefile
@@ -9,7 +9,7 @@
MAINTAINER= Gabor@Zahemszky.HU
COMMENT= ATSC A/52 audio encoder
-USES= tar:bzip2 cmake:outsource
+USES= tar:bzip2 cmake
OPTIONS_DEFINE= SHARED_LIB CXX_BINDINGS DOUBLE
OPTIONS_DEFAULT=
Index: audio/alure/Makefile
===================================================================
--- audio/alure/Makefile
+++ audio/alure/Makefile
@@ -13,7 +13,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource openal:soft pkgconfig
+USES= cmake openal:soft pkgconfig
USE_LDCONFIG= yes
LLD_UNSAFE= yes # lld disallows preemption of protected visibility syms
CMAKE_OFF= BUILD_DOCS BUILD_STATIC
Index: audio/amarok-kde4/Makefile
===================================================================
--- audio/amarok-kde4/Makefile
+++ audio/amarok-kde4/Makefile
@@ -26,7 +26,7 @@
RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator \
${KDE_PREFIX}/lib/kde4/kio_upnp_ms.so:net/kio-upnp-ms
-USES= cmake:outsource kde:4 mysql:client,embedded pkgconfig \
+USES= cmake kde:4 mysql:client,embedded pkgconfig \
qt:4 shared-mime-info shebangfix ssl tar:bzip2
USE_GL= gl
USE_KDE= automoc4 kdelibs libkcddb libkcompactdisc \
Index: audio/artyfx-lv2/Makefile
===================================================================
--- audio/artyfx-lv2/Makefile
+++ audio/artyfx-lv2/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libsndfile.so:audio/libsndfile
-USES= cmake:outsource localbase:ldflags pkgconfig
+USES= cmake localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-ArtyFX
Index: audio/audiocd-kio/Makefile
===================================================================
--- audio/audiocd-kio/Makefile
+++ audio/audiocd-kio/Makefile
@@ -16,7 +16,7 @@
libKF5Cddb.so:audio/libkcddb \
libKF5CompactDisc.so:audio/libkcompactdisc
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash guiaddons i18n iconthemes itemviews \
jobwidgets kdelibs4support kio notifications parts \
Index: audio/cantata/Makefile
===================================================================
--- audio/cantata/Makefile
+++ audio/cantata/Makefile
@@ -11,7 +11,7 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource cpe pkgconfig qt:5 shebangfix
+USES= cmake cpe pkgconfig qt:5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= CDrummond
Index: audio/ccaudio2/Makefile
===================================================================
--- audio/ccaudio2/Makefile
+++ audio/ccaudio2/Makefile
@@ -18,7 +18,7 @@
libgsm.so:audio/gsm \
libspeex.so:audio/speex
-USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig
+USES= cmake compiler:c++11-lib pathfix pkgconfig
USE_LDCONFIG= yes
CMAKE_ARGS= -DWITH_INCLUDES:PATH=${LOCALBASE}/include
Index: audio/chromaprint/Makefile
===================================================================
--- audio/chromaprint/Makefile
+++ audio/chromaprint/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
-USES= cmake:outsource compiler:c++11-lib pathfix
+USES= cmake compiler:c++11-lib pathfix
USE_LDCONFIG= yes
CMAKE_ARGS= -DBUILD_TOOLS:BOOL=true \
Index: audio/codec2/Makefile
===================================================================
--- audio/codec2/Makefile
+++ audio/codec2/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
CONFLICTS= libcodec2-[0-9]*
-USES= cmake:outsource pathfix pkgconfig shebangfix tar:xz
+USES= cmake pathfix pkgconfig shebangfix tar:xz
USE_LDCONFIG= yes
OPTIONS_DEFINE= EXAMPLES TEST
Index: audio/creox/Makefile
===================================================================
--- audio/creox/Makefile
+++ audio/creox/Makefile
@@ -18,7 +18,7 @@
GH_ACCOUNT= laudrup
GH_PROJECT= Creox4
-USES= cmake:outsource kde:4 qt:4
+USES= cmake kde:4 qt:4
USE_KDE= automoc4 kdelibs
USE_QT= moc_build qmake_build rcc_build uic_build
USE_XORG= xft xpm
Index: audio/csound6/Makefile
===================================================================
--- audio/csound6/Makefile
+++ audio/csound6/Makefile
@@ -24,7 +24,7 @@
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
-USES= alias bison cmake:outsource,noninja eigen:3 localbase python:2.7
+USES= alias bison cmake:noninja eigen:3 localbase python:2.7
# math/gmm++ requires c++11
USE_CXXSTD= c++11
CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \
Index: audio/drumstick/Makefile
===================================================================
--- audio/drumstick/Makefile
+++ audio/drumstick/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
RUN_DEPENDS= ${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont
-USES= cmake:outsource pkgconfig qt:5 shared-mime-info tar:bz2
+USES= cmake pkgconfig qt:5 shared-mime-info tar:bz2
USE_QT= core gui network svg testlib widgets buildtools_build qmake_build
USE_LDCONFIG= yes
Index: audio/eq10q-lv2/Makefile
===================================================================
--- audio/eq10q-lv2/Makefile
+++ audio/eq10q-lv2/Makefile
@@ -18,7 +18,7 @@
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-USES= cmake:outsource compiler:c++11-lang dos2unix localbase:ldflags pkgconfig
+USES= cmake compiler:c++11-lang dos2unix localbase:ldflags pkgconfig
USE_GNOME= glib20 gtk20 gtkmm24 gdkpixbuf2 atkmm cairo cairomm pangomm
DOS2UNIX_FILES= dsp/vu.h
Index: audio/eteroj-lv2/Makefile
===================================================================
--- audio/eteroj-lv2/Makefile
+++ audio/eteroj-lv2/Makefile
@@ -19,7 +19,7 @@
libsord-0.so:devel/sord \
libuv.so:devel/libuv
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= OpenMusicKontrollers
GH_PROJECT= eteroj.lv2
Index: audio/fabla2-lv2/Makefile
===================================================================
--- audio/fabla2-lv2/Makefile
+++ audio/fabla2-lv2/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-Fabla2
Index: audio/infamous-plugins-lv2/Makefile
===================================================================
--- audio/infamous-plugins-lv2/Makefile
+++ audio/infamous-plugins-lv2/Makefile
@@ -20,7 +20,7 @@
libntk.so:x11-toolkits/ntk \
libzita-resampler.so:audio/zita-resampler
-USES= cmake:outsource localbase pkgconfig
+USES= cmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ssj71
GH_PROJECT= infamousPlugins
Index: audio/juk-kde4/Makefile
===================================================================
--- audio/juk-kde4/Makefile
+++ audio/juk-kde4/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libtag.so:audio/taglib
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= moc_build qmake_build rcc_build uic_build
Index: audio/juk/Makefile
===================================================================
--- audio/juk/Makefile
+++ audio/juk/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libtag.so:audio/taglib
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash globalaccel i18n iconthemes itemviews \
jobwidgets kio notifications service solid sonnet textwidgets \
Index: audio/kid3-kde4/Makefile
===================================================================
--- audio/kid3-kde4/Makefile
+++ audio/kid3-kde4/Makefile
@@ -15,7 +15,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl
-USES= cmake:outsource gnome pkgconfig
+USES= cmake gnome pkgconfig
USE_GNOME= libxslt:build
USE_LDCONFIG= yes
Index: audio/kio-audiocd-kde4/Makefile
===================================================================
--- audio/kio-audiocd-kde4/Makefile
+++ audio/kio-audiocd-kde4/Makefile
@@ -19,7 +19,7 @@
libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs libkcddb libkcompactdisc \
automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: audio/kmix-kde4/Makefile
===================================================================
--- audio/kmix-kde4/Makefile
+++ audio/kmix-kde4/Makefile
@@ -14,7 +14,7 @@
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= gui phonon xml \
moc_build qmake_build rcc_build uic_build
Index: audio/kmix/Makefile
===================================================================
--- audio/kmix/Makefile
+++ audio/kmix/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libasound.so:audio/alsa-lib
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
emoticons globalaccel i18n iconthemes init itemmodels \
itemviews kcmutils kdelibs4support notifications package \
Index: audio/kscd-kde4/Makefile
===================================================================
--- audio/kscd-kde4/Makefile
+++ audio/kscd-kde4/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libdiscid.so:audio/libdiscid \
libmusicbrainz5.so:audio/libmusicbrainz5
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= phonon moc_build qmake_build rcc_build uic_build
Index: audio/kwave/Makefile
===================================================================
--- audio/kwave/Makefile
+++ audio/kwave/Makefile
@@ -18,7 +18,7 @@
libsamplerate.so:audio/libsamplerate \
libvorbisenc.so:audio/libvorbis
-USES= cmake:outsource desktop-file-utils gettext kde:5 \
+USES= cmake desktop-file-utils gettext kde:5 \
localbase:ldflags pkgconfig qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
Index: audio/libebur128/Makefile
===================================================================
--- audio/libebur128/Makefile
+++ audio/libebur128/Makefile
@@ -17,7 +17,7 @@
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
-USES= cmake:outsource localbase:ldflags pkgconfig
+USES= cmake localbase:ldflags pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>
Index: audio/libgroove/Makefile
===================================================================
--- audio/libgroove/Makefile
+++ audio/libgroove/Makefile
@@ -20,7 +20,7 @@
USE_GITHUB= yes
GH_ACCOUNT= andrewrk
-USES= cmake:outsource
+USES= cmake
USE_SDL= sdl2
USE_LDCONFIG= yes
CFLAGS+= -Wno-error=deprecated-declarations # ffmpeg 3.1
Index: audio/libkcddb-kde4/Makefile
===================================================================
--- audio/libkcddb-kde4/Makefile
+++ audio/libkcddb-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= qtestlib moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: audio/libkcddb/Makefile
===================================================================
--- audio/libkcddb/Makefile
+++ audio/libkcddb/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libmusicbrainz5.so:audio/libmusicbrainz5
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets \
coreaddons ecm i18n jobwidgets kio service \
widgetsaddons
Index: audio/libkcompactdisc-kde4/Makefile
===================================================================
--- audio/libkcompactdisc-kde4/Makefile
+++ audio/libkcompactdisc-kde4/Makefile
@@ -12,7 +12,7 @@
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= phonon moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: audio/libkcompactdisc/Makefile
===================================================================
--- audio/libkcompactdisc/Makefile
+++ audio/libkcompactdisc/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE library for interfacing with audio CDs
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm emoticons i18n itemmodels itemviews \
kdelibs4support solid
USE_QT= core dbus phonon4\
Index: audio/libmusicxml/Makefile
===================================================================
--- audio/libmusicxml/Makefile
+++ audio/libmusicxml/Makefile
@@ -11,7 +11,7 @@
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/license.txt
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= grame-cncm
GH_TAGNAME= 91347ae
Index: audio/lmms/Makefile
===================================================================
--- audio/lmms/Makefile
+++ audio/lmms/Makefile
@@ -28,7 +28,7 @@
${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \
${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins
-USES= cmake:outsource desktop-file-utils localbase:ldflags pkgconfig \
+USES= cmake desktop-file-utils localbase:ldflags pkgconfig \
qt:4 shared-mime-info
USE_GITHUB= yes
GH_ACCOUNT= LMMS
Index: audio/luppp/Makefile
===================================================================
--- audio/luppp/Makefile
+++ audio/luppp/Makefile
@@ -17,7 +17,7 @@
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-Luppp
Index: audio/moony-lv2/Makefile
===================================================================
--- audio/moony-lv2/Makefile
+++ audio/moony-lv2/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= lv2>0:audio/lv2
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_XORG= x11 xext
USE_GL= gl glu
Index: audio/mous/Makefile
===================================================================
--- audio/mous/Makefile
+++ audio/mous/Makefile
@@ -14,7 +14,7 @@
BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
-USES= cmake:outsource compiler:c++14-lang
+USES= cmake compiler:c++14-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= bsdelf
Index: audio/musescore/Makefile
===================================================================
--- audio/musescore/Makefile
+++ audio/musescore/Makefile
@@ -22,7 +22,7 @@
libogg.so:audio/libogg \
libfreetype.so:print/freetype2
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
pkgconfig qt:5 shared-mime-info zip
USE_QT= core gui widgets opengl concurrent designer help network \
scripttools qml quick svg sql printsupport testlib webkit \
Index: audio/openal-soft/Makefile
===================================================================
--- audio/openal-soft/Makefile
+++ audio/openal-soft/Makefile
@@ -13,7 +13,7 @@
CONFLICTS= openal-200[0-9]*
-USES= cmake:outsource compiler:c11 tar:bzip2
+USES= cmake compiler:c11 tar:bzip2
USE_LDCONFIG= yes
LLD_UNSAFE= yes
CMAKE_ARGS= -DCMAKE_INSTALL_DATADIR:STRING="${PREFIX}/etc"
Index: audio/plasma5-plasma-pa/Makefile
===================================================================
--- audio/plasma5-plasma-pa/Makefile
+++ audio/plasma5-plasma-pa/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libpulse.so:audio/pulseaudio
-USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 \
+USES= cmake compiler:c++11-lib cpe gettext kde:5 \
pkgconfig qt:5 shebangfix tar:xz
USE_GNOME= gconf2
USE_KDE= config configwidgets coreaddons ecm globalaccel i18n \
Index: audio/rkr-lv2/Makefile
===================================================================
--- audio/rkr-lv2/Makefile
+++ audio/rkr-lv2/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libsamplerate.so:audio/libsamplerate
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ssj71
GH_PROJECT= ${PORTNAME}lv2
Index: audio/rosegarden/Makefile
===================================================================
--- audio/rosegarden/Makefile
+++ audio/rosegarden/Makefile
@@ -24,7 +24,7 @@
xdg-open:devel/xdg-utils \
lilypond:print/lilypond
-USES= alias cmake:outsource desktop-file-utils localbase:ldflags \
+USES= alias cmake desktop-file-utils localbase:ldflags \
pkgconfig shared-mime-info tar:bzip2
OPTIONS_DEFINE= LIRC
Index: audio/sayonara/Makefile
===================================================================
--- audio/sayonara/Makefile
+++ audio/sayonara/Makefile
@@ -18,7 +18,7 @@
LIB_DEPENDS= libtag.so:audio/taglib \
libmtp.so:multimedia/libmtp
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
pkgconfig qt:5
USE_GNOME= glib20
USE_GSTREAMER1= flac libav mpg123 ogg opus vorbis
Index: audio/sc3-plugins/Makefile
===================================================================
--- audio/sc3-plugins/Makefile
+++ audio/sc3-plugins/Makefile
@@ -23,7 +23,7 @@
SUPERNOVA_DESC= Build plugins for supernova
OPTIONS_SUB= yes
-USES= cmake:outsource localbase pkgconfig
+USES= cmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= supercollider
GH_TUPLE= timblechmann:nova-simd:3140689:n/external_libraries/nova-simd
Index: audio/simon/Makefile
===================================================================
--- audio/simon/Makefile
+++ audio/simon/Makefile
@@ -17,7 +17,7 @@
libsphinxad.so:audio/sphinxbase \
libqwt6.so:x11-toolkits/qwt6@qt4
-USES= cmake:outsource gettext kde:4 qt:4 tar:bz2
+USES= cmake gettext kde:4 qt:4 tar:bz2
USE_KDE= kdelibs automoc4 pimlibs
USE_QT= accessible corelib dbus gui network script sql svg testlib xml \
moc_build qmake_build rcc_build uic_build
Index: audio/sorcer-lv2/Makefile
===================================================================
--- audio/sorcer-lv2/Makefile
+++ audio/sorcer-lv2/Makefile
@@ -17,7 +17,7 @@
${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
LIB_DEPENDS= libntk.so:x11-toolkits/ntk
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= openAVproductions
GH_PROJECT= openAV-${PORTNAME}
Index: audio/soundkonverter/Makefile
===================================================================
--- audio/soundkonverter/Makefile
+++ audio/soundkonverter/Makefile
@@ -16,7 +16,7 @@
libphonon4qt5.so:multimedia/phonon@qt5
GH_ACCOUNT= HessiJames
-USES= cmake:outsource compiler:c++11-lang kde:5 qt:5
+USES= cmake compiler:c++11-lang kde:5 qt:5
USE_GITHUB= yes
USE_QT= dbus concurrent core buildtools_build gui network printsupport \
qmake_build widgets xml
Index: audio/supercollider/Makefile
===================================================================
--- audio/supercollider/Makefile
+++ audio/supercollider/Makefile
@@ -20,7 +20,7 @@
libsndfile.so:audio/libsndfile \
libfftw3f.so:math/fftw3-float
-USES= cmake:outsource iconv localbase pkgconfig qt:5 readline \
+USES= cmake iconv localbase pkgconfig qt:5 readline \
shared-mime-info tar:bzip2
USE_QT= buildtools_build concurrent core gui linguisttools location \
network opengl printsupport qmake_build qml quick sensors \
Index: audio/vmpk/Makefile
===================================================================
--- audio/vmpk/Makefile
+++ audio/vmpk/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick
-USES= cmake:outsource pkgconfig qt:5 tar:bz2
+USES= cmake pkgconfig qt:5 tar:bz2
USE_QT= core gui network svg widgets x11extras \
buildtools_build linguisttools_build qmake_build
USE_XORG= xcb
Index: audio/wildmidi/Makefile
===================================================================
--- audio/wildmidi/Makefile
+++ audio/wildmidi/Makefile
@@ -11,7 +11,7 @@
# player: GPLv3, library: LGPL3
LICENSE= LGPL3
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: audio/yoshimi/Makefile
===================================================================
--- audio/yoshimi/Makefile
+++ audio/yoshimi/Makefile
@@ -25,7 +25,7 @@
BROKEN_armv6= fails to compile: c++: warning: argument unused during compilation: '-msse'
BROKEN_armv7= fails to compile: c++: warning: argument unused during compilation: '-msse'
-USES= cmake:outsource ncurses pkgconfig readline:port
+USES= cmake ncurses pkgconfig readline:port
USE_GITHUB= yes
USE_GNOME= cairo
USE_GL= gl glu
Index: biology/avida/Makefile
===================================================================
--- biology/avida/Makefile
+++ biology/avida/Makefile
@@ -20,7 +20,7 @@
BROKEN_sparc64= missing atomics implementation
BROKEN_powerpc64= fails to compile: sibling call optimization does not allow automatic multiple TOCs
-USES= cmake:outsource ncurses
+USES= cmake ncurses
USE_CXXSTD= gnu++98
CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF \
-DAVD_UNIT_TESTS:BOOL=OFF \
Index: biology/bamtools/Makefile
===================================================================
--- biology/bamtools/Makefile
+++ biology/bamtools/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS+= libjsoncpp.so:devel/jsoncpp
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pezmaster31
Index: biology/diamond/Makefile
===================================================================
--- biology/diamond/Makefile
+++ biology/diamond/Makefile
@@ -13,7 +13,7 @@
ONLY_FOR_ARCHS= amd64 i386
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= bbuchfink
Index: biology/hyphy/Makefile
===================================================================
--- biology/hyphy/Makefile
+++ biology/hyphy/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libcurl.so:ftp/curl
-USES= compiler:c++14-lang cmake:outsource localbase:ldflags ssl
+USES= compiler:c++14-lang cmake localbase:ldflags ssl
USE_GITHUB= yes
GH_ACCOUNT= veg
Index: biology/libsbml/Makefile
===================================================================
--- biology/libsbml/Makefile
+++ biology/libsbml/Makefile
@@ -15,7 +15,7 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= cmake:outsource iconv:build
+USES= cmake iconv:build
USE_CXXSTD= c++98
USE_GNOME= libxml2
USE_LDCONFIG= yes
Index: biology/seqan-apps/Makefile
===================================================================
--- biology/seqan-apps/Makefile
+++ biology/seqan-apps/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
-USES= cmake:outsource compiler:openmp # once #199603 is resolved, add c++14-lang
+USES= cmake compiler:openmp # once #199603 is resolved, add c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= seqan
GH_PROJECT= seqan
Index: cad/brlcad/Makefile
===================================================================
--- cad/brlcad/Makefile
+++ cad/brlcad/Makefile
@@ -27,7 +27,7 @@
CONFLICTS_INSTALL= py[23][0-9]-epsilon
-USES= bison cmake:outsource pathfix pkgconfig python:env shebangfix \
+USES= bison cmake pathfix pkgconfig python:env shebangfix \
tar:bzip2 tk:85
USE_GL= gl glu
USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
Index: cad/elmerfem/Makefile
===================================================================
--- cad/elmerfem/Makefile
+++ cad/elmerfem/Makefile
@@ -18,7 +18,7 @@
GH_ACCOUNT= ElmerCSC
GH_TAGNAME= release-8.3
-USES= blaslapack:netlib cmake:outsource fortran gmake tcl
+USES= blaslapack:netlib cmake fortran gmake tcl
USE_LDCONFIG= ${PREFIX}/lib/elmersolver
ALL_TARGET= # empty
Index: cad/freecad/Makefile
===================================================================
--- cad/freecad/Makefile
+++ cad/freecad/Makefile
@@ -31,7 +31,7 @@
libhdf5.so:science/hdf5
RUN_DEPENDS= pivy>0:graphics/py-pivy@${PY_FLAVOR}
-USES= dos2unix compiler:c++11-lib cmake:outsource eigen:3 fortran jpeg \
+USES= dos2unix compiler:c++11-lib cmake eigen:3 fortran jpeg \
python:2.7 localbase qt:4
USE_XORG= ice sm x11 xext xt
USE_GL= gl glu
Index: cad/opencascade/Makefile
===================================================================
--- cad/opencascade/Makefile
+++ cad/opencascade/Makefile
@@ -22,7 +22,7 @@
# Check ${WRKSRC}/dox/overview/overview.md
# and ${WRKSRC}/dox/dev_guides/building
-USES= alias:10 cmake:outsource compiler:c++14-lang dos2unix \
+USES= alias:10 cmake compiler:c++14-lang dos2unix \
shebangfix tk tar:tgz
USE_XORG= ice sm x11 xext xi xmu xt
USE_GL= gl glu
Index: cad/openvsp/Makefile
===================================================================
--- cad/openvsp/Makefile
+++ cad/openvsp/Makefile
@@ -33,7 +33,7 @@
CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject
CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX}
-USES= cmake:outsource,noninja jpeg
+USES= cmake:noninja jpeg
USE_GITHUB= yes
GH_PROJECT= OpenVSP
Index: cad/stepcode/Makefile
===================================================================
--- cad/stepcode/Makefile
+++ cad/stepcode/Makefile
@@ -14,7 +14,7 @@
BROKEN_powerpc64= fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_ARGS+= -DSC_INSTALL_PREFIX=${PREFIX} \
Index: comms/airspy/Makefile
===================================================================
--- comms/airspy/Makefile
+++ comms/airspy/Makefile
@@ -17,7 +17,7 @@
BROKEN_aarch64= fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
BROKEN_powerpc64= fails to build: iqconverter_float.c:45:23: error: immintrin.h: No such file or directory
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_GITHUB= yes
GH_PROJECT= airspyone_host
USE_LDCONFIG= yes
Index: comms/freedv/Makefile
===================================================================
--- comms/freedv/Makefile
+++ comms/freedv/Makefile
@@ -19,7 +19,7 @@
libspeex.so:audio/speex \
libspeexdsp.so:audio/speexdsp
-USES= cmake:outsource compiler:c++11-lib tar:xz
+USES= cmake compiler:c++11-lib tar:xz
USE_WX= 3.0+
CMAKE_ARGS+= -DCODEC2_INCLUDE_DIRS=${LOCALBASE}/include/codec2 \
-DCODEC2_LIBRARY=${LOCALBASE}/lib/libcodec2.so \
Index: comms/gammu/Makefile
===================================================================
--- comms/gammu/Makefile
+++ comms/gammu/Makefile
@@ -18,7 +18,7 @@
CMAKE_ARGS= -DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \
-DINSTALL_MAN_DIR:PATH=${PREFIX}/man
-USES= cmake:outsource compiler:c++11-lang gettext iconv pkgconfig shebangfix tar:xz
+USES= cmake compiler:c++11-lang gettext iconv pkgconfig shebangfix tar:xz
SHEBANG_FILES= utils/jadmaker utils/gammu-config
bash_CMD= /bin/sh
USE_GNOME= glib20
Index: comms/gnuradio/Makefile
===================================================================
--- comms/gnuradio/Makefile
+++ comms/gnuradio/Makefile
@@ -47,7 +47,7 @@
# volk/lib/volk_cpu.c: In function 'i_can_has_3dnow':
# volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm'
# volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints
-USES= cmake:outsource compiler:c11 fortran iconv perl5 pkgconfig pyqt:4 python:2.7 qt:4 shebangfix
+USES= cmake compiler:c11 fortran iconv perl5 pkgconfig pyqt:4 python:2.7 qt:4 shebangfix
SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \
gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
Index: comms/hackrf/Makefile
===================================================================
--- comms/hackrf/Makefile
+++ comms/hackrf/Makefile
@@ -14,7 +14,7 @@
GH_ACCOUNT= mossmann
GH_TAGNAME= 31a37bd
-USES= cmake:outsource
+USES= cmake
CMAKE_SOURCE_PATH= ${WRKSRC}/host
CMAKE_ARGS= -DLIBUSB_LIBRARIES=/usr/lib/libusb.so
Index: comms/kremotecontrol-kde4/Makefile
===================================================================
--- comms/kremotecontrol-kde4/Makefile
+++ comms/kremotecontrol-kde4/Makefile
@@ -13,7 +13,7 @@
RUN_DEPENDS= lircd:comms/lirc
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= corelib script xmlpatterns \
qmake_build moc_build rcc_build uic_build
Index: comms/libbtbb/Makefile
===================================================================
--- comms/libbtbb/Makefile
+++ comms/libbtbb/Makefile
@@ -13,7 +13,7 @@
BUILD_DEPENDS= ${PYNUMPY}
-USES= cmake:outsource \
+USES= cmake \
python:2.7,build
USE_GITHUB= yes
Index: comms/sdr-wspr/Makefile
===================================================================
--- comms/sdr-wspr/Makefile
+++ comms/sdr-wspr/Makefile
@@ -17,7 +17,7 @@
USE_GITHUB= yes
GH_ACCOUNT= hmatuschek
USE_QT= core buildtools_build qmake webkit widgets
-USES= cmake:outsource compiler:gcc-c++11-lib fortran pkgconfig qt:5
+USES= cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
PLIST_FILES= bin/sdr-wspr share/applications/sdr-wspr.desktop \
share/icons/sdr-wspr.svg
Index: comms/ubertooth/Makefile
===================================================================
--- comms/ubertooth/Makefile
+++ comms/ubertooth/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS= ${PYNUMPY}
-USES= cmake:outsource \
+USES= cmake \
python
USE_GITHUB= yes
Index: comms/uhd/Makefile
===================================================================
--- comms/uhd/Makefile
+++ comms/uhd/Makefile
@@ -30,7 +30,7 @@
BROKEN_FreeBSD_12_armv7= fails to configure: Could not find standard set_new_handler function
BROKEN_powerpc64= fails to link: undefined reference to boost function
-USES= compiler:c++11-lib cmake:outsource ncurses pkgconfig \
+USES= compiler:c++11-lib cmake ncurses pkgconfig \
dos2unix python:2.7 shebangfix
USE_LDCONFIG= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/host
Index: converters/osm2pgrouting/Makefile
===================================================================
--- converters/osm2pgrouting/Makefile
+++ converters/osm2pgrouting/Makefile
@@ -16,7 +16,7 @@
libexpat.so:textproc/expat2 \
libpqxx.so:databases/postgresql-libpqxx
-USES= cmake:outsource compiler:c++11-lang pgsql
+USES= cmake compiler:c++11-lang pgsql
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
WANT_PGSQL= client
Index: converters/osm2pgsql/Makefile
===================================================================
--- converters/osm2pgsql/Makefile
+++ converters/osm2pgsql/Makefile
@@ -21,7 +21,7 @@
USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
-USES= cmake:outsource lua:53 pgsql
+USES= cmake lua:53 pgsql
PLIST_FILES= bin/osm2pgsql \
man/man1/osm2pgsql.1.gz
Index: databases/akonadi-kde4/Makefile
===================================================================
--- databases/akonadi-kde4/Makefile
+++ databases/akonadi-kde4/Makefile
@@ -21,7 +21,7 @@
# Let process generate meaningful backtrace on core dump.
BUILD_DEPENDS= xsltproc:textproc/libxslt
-USES= cmake:outsource kde:4 qt:4 shared-mime-info \
+USES= cmake kde:4 qt:4 shared-mime-info \
compiler:c++11-lang pathfix tar:bzip2
USE_KDE= automoc4 soprano
USE_QT= corelib dbus gui network qtestlib_build sql xml \
Index: databases/akonadi/Makefile
===================================================================
--- databases/akonadi/Makefile
+++ databases/akonadi/Makefile
@@ -15,7 +15,7 @@
CONFLICTS= akonadi-[0-9]* akonadi-kf5-git-[0-9]*
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 \
+USES= cmake compiler:c++11-lib gettext kde:5 \
qt:5 shared-mime-info tar:xz
USE_GNOME= libxml2
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
Index: databases/arangodb32/Makefile
===================================================================
--- databases/arangodb32/Makefile
+++ databases/arangodb32/Makefile
@@ -17,7 +17,7 @@
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= "Only builds on amd64"
BROKEN_FreeBSD_10= libc++ is too old
-USES= gmake ssl cmake:outsource,noninja python:2.7 compiler
+USES= gmake ssl cmake:noninja python:2.7 compiler
USE_GITHUB= yes
CMAKE_ARGS= -DUSE_JEMALLOC:BOOL=off \
Index: databases/arangodb33/Makefile
===================================================================
--- databases/arangodb33/Makefile
+++ databases/arangodb33/Makefile
@@ -20,7 +20,7 @@
CONFLICTS_INSTALL= arangodb32
CONFLICTS_BUILD= v8
-USES= cmake:outsource,noninja compiler gmake python:2.7 ssl # ninja: error: loading 'build.ninja': No such file or directory
+USES= cmake:noninja compiler gmake python:2.7 ssl # ninja: error: loading 'build.ninja': No such file or directory
USE_GITHUB= yes
CMAKE_OFF= USE_JEMALLOC
Index: databases/cassandra-cpp-driver/Makefile
===================================================================
--- databases/cassandra-cpp-driver/Makefile
+++ databases/cassandra-cpp-driver/Makefile
@@ -18,7 +18,7 @@
GH_ACCOUNT= datastax
GH_PROJECT= cpp-driver
-USES= cmake:outsource pkgconfig pathfix ssl
+USES= cmake pkgconfig pathfix ssl
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \
-DCASS_BUILD_STATIC:BOOL=ON
Index: databases/cppdb/Makefile
===================================================================
--- databases/cppdb/Makefile
+++ databases/cppdb/Makefile
@@ -41,7 +41,7 @@
SQLITE3_MODULE_DESC= Build SQLite 3 backend as a CppDB module
USE_LDCONFIG= yes
-USES= cmake:outsource tar:bzip2
+USES= cmake tar:bzip2
.include <bsd.port.options.mk>
Index: databases/iowow/Makefile
===================================================================
--- databases/iowow/Makefile
+++ databases/iowow/Makefile
@@ -11,7 +11,7 @@
LICENSE= MIT
-USES= cmake:outsource compiler:c11
+USES= cmake compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= Softmotions
USE_LDCONFIG= yes
Index: databases/kdb/Makefile
===================================================================
--- databases/kdb/Makefile
+++ databases/kdb/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libicuuc.so:devel/icu
-USES= cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
+USES= cmake gettext kde:5 python:2.7 qt:5 tar:xz
USE_KDE= coreaddons ecm i18n
USE_QT= core gui network widgets xml \
buildtools_build qmake_build
Index: databases/kexi/Makefile
===================================================================
--- databases/kexi/Makefile
+++ databases/kexi/Makefile
@@ -13,7 +13,7 @@
libKPropertyCore3.so:x11-toolkits/kproperty \
libKReport3.so:textproc/kreport
-USES= cmake:outsource desktop-file-utils gettext iconv \
+USES= cmake desktop-file-utils gettext iconv \
kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= glib20
USE_KDE= auth bookmarks codecs completion config \
Index: databases/mysql-connector-c++/Makefile
===================================================================
--- databases/mysql-connector-c++/Makefile
+++ databases/mysql-connector-c++/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
-USES= cmake:outsource compiler:c++11-lang mysql ssl
+USES= cmake compiler:c++11-lang mysql ssl
USE_LDCONFIG= yes
CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}"
Index: databases/mysql-connector-c/Makefile
===================================================================
--- databases/mysql-connector-c/Makefile
+++ databases/mysql-connector-c/Makefile
@@ -16,7 +16,7 @@
BROKEN_SSL= openssl-devel
BROKEN_SSL_REASON_openssl-devel= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
-USES= cmake:outsource compiler:features mysql ssl
+USES= cmake compiler:features mysql ssl
CMAKE_ARGS+= -DOPENSSL_INCLUDE_DIR="${OPENSSLINC}"
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
Index: databases/mysql56-server/Makefile
===================================================================
--- databases/mysql56-server/Makefile
+++ databases/mysql56-server/Makefile
@@ -14,7 +14,7 @@
LICENSE= GPLv2
SLAVEDIRS= databases/mysql56-client
-USES= bison:build cmake:outsource,noninja compiler:c11 compiler:c++11-lib \
+USES= bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
cpe libedit localbase perl5 shebangfix ssl
USE_PERL5= run
Index: databases/mysql57-server/Makefile
===================================================================
--- databases/mysql57-server/Makefile
+++ databases/mysql57-server/Makefile
@@ -17,7 +17,7 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SLAVEDIRS= databases/mysql57-client
-USES= bison:build cmake:outsource,noninja compiler:c11 compiler:c++11-lib \
+USES= bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
cpe libedit localbase perl5 shebangfix ssl
USE_PERL5= run
Index: databases/mysql80-server/Makefile
===================================================================
--- databases/mysql80-server/Makefile
+++ databases/mysql80-server/Makefile
@@ -17,7 +17,7 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
SLAVEDIRS= databases/mysql80-client
-USES= bison:build cmake:outsource,noninja compiler:c++14-lang \
+USES= bison:build cmake:noninja compiler:c++14-lang \
compiler:c++14-lib cpe libedit localbase perl5 shebangfix ssl
USE_PERL5= run
Index: databases/mysqlwsrep56-server/Makefile
===================================================================
--- databases/mysqlwsrep56-server/Makefile
+++ databases/mysqlwsrep56-server/Makefile
@@ -30,7 +30,7 @@
ETCDIR= ${PREFIX}/etc/mysql
USES= bison \
- cmake:outsource,noninja \
+ cmake:noninja \
compiler:c++11-lib \
compiler:c11 \
libedit \
Index: databases/mysqlwsrep57-server/Makefile
===================================================================
--- databases/mysqlwsrep57-server/Makefile
+++ databases/mysqlwsrep57-server/Makefile
@@ -24,7 +24,7 @@
LIB_DEPENDS= libevent.so:devel/libevent liblz4.so:archivers/liblz4
USES= bison \
- cmake:outsource,noninja \
+ cmake:noninja \
compiler:c++11-lib \
compiler:c11 \
libedit \
Index: databases/opendbviewer/Makefile
===================================================================
--- databases/opendbviewer/Makefile
+++ databases/opendbviewer/Makefile
@@ -12,7 +12,7 @@
BUILD_DEPENDS= convert:graphics/ImageMagick
-USES= cmake:outsource compiler:c++11-lang qt:5
+USES= cmake compiler:c++11-lang qt:5
USE_GITHUB= yes
GH_ACCOUNT= Jet1oeil
USE_QT= core gui network sql sql-sqlite3 testlib widgets \
Index: databases/pgrouting/Makefile
===================================================================
--- databases/pgrouting/Makefile
+++ databases/pgrouting/Makefile
@@ -18,7 +18,7 @@
libgmp.so:math/gmp
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.2/postgis.sql:databases/postgis22
-USES= compiler:c++11-lib cmake:outsource localbase pgsql:9.1+ pkgconfig
+USES= compiler:c++11-lib cmake localbase pgsql:9.1+ pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
Index: databases/timescaledb/Makefile
===================================================================
--- databases/timescaledb/Makefile
+++ databases/timescaledb/Makefile
@@ -11,7 +11,7 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= compiler:c11 cmake:outsource pgsql:9.6,10 ssl
+USES= compiler:c11 cmake pgsql:9.6,10 ssl
USE_GITHUB= YES
GH_ACCOUNT= timescale
Index: databases/xrootd/Makefile
===================================================================
--- databases/xrootd/Makefile
+++ databases/xrootd/Makefile
@@ -20,7 +20,7 @@
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= librados.so:net/ceph
-USES= cmake:outsource localbase:ldflags pkgconfig readline shebangfix ssl
+USES= cmake localbase:ldflags pkgconfig readline shebangfix ssl
SHEBANG_GLOB= *.sh
USE_GNOME= libxml2
USE_LDCONFIG= yes
Index: deskutils/akonadi-calendar-tools/Makefile
===================================================================
--- deskutils/akonadi-calendar-tools/Makefile
+++ deskutils/akonadi-calendar-tools/Makefile
@@ -9,7 +9,7 @@
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 \
Index: deskutils/akonadi-import-wizard/Makefile
===================================================================
--- deskutils/akonadi-import-wizard/Makefile
+++ deskutils/akonadi-import-wizard/Makefile
@@ -13,7 +13,7 @@
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
Index: deskutils/akonadiconsole/Makefile
===================================================================
--- deskutils/akonadiconsole/Makefile
+++ deskutils/akonadiconsole/Makefile
@@ -17,7 +17,7 @@
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 \
Index: deskutils/akregator/Makefile
===================================================================
--- deskutils/akregator/Makefile
+++ deskutils/akregator/Makefile
@@ -15,7 +15,7 @@
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\
Index: deskutils/charmtimetracker/Makefile
===================================================================
--- deskutils/charmtimetracker/Makefile
+++ deskutils/charmtimetracker/Makefile
@@ -18,7 +18,7 @@
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
Index: deskutils/go-for-it/Makefile
===================================================================
--- deskutils/go-for-it/Makefile
+++ deskutils/go-for-it/Makefile
@@ -13,7 +13,7 @@
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
Index: deskutils/grantlee-editor/Makefile
===================================================================
--- deskutils/grantlee-editor/Makefile
+++ deskutils/grantlee-editor/Makefile
@@ -15,7 +15,7 @@
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 \
Index: deskutils/grantleetheme/Makefile
===================================================================
--- deskutils/grantleetheme/Makefile
+++ deskutils/grantleetheme/Makefile
@@ -9,7 +9,7 @@
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
Index: deskutils/homerun/Makefile
===================================================================
--- deskutils/homerun/Makefile
+++ deskutils/homerun/Makefile
@@ -9,7 +9,7 @@
MAINTAINER= yurkis@gmail.com
COMMENT= Fullscreen launcher with content organized in tabs
-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
Index: deskutils/kaddressbook/Makefile
===================================================================
--- deskutils/kaddressbook/Makefile
+++ deskutils/kaddressbook/Makefile
@@ -13,7 +13,7 @@
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 \
Index: deskutils/kalarm/Makefile
===================================================================
--- deskutils/kalarm/Makefile
+++ deskutils/kalarm/Makefile
@@ -9,7 +9,7 @@
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 \
Index: deskutils/kcharselect-kde4/Makefile
===================================================================
--- deskutils/kcharselect-kde4/Makefile
+++ deskutils/kcharselect-kde4/Makefile
@@ -12,7 +12,7 @@
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
Index: deskutils/kcharselect/Makefile
===================================================================
--- deskutils/kcharselect/Makefile
+++ deskutils/kcharselect/Makefile
@@ -10,7 +10,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake 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 \
Index: deskutils/kdeconnect-kde/Makefile
===================================================================
--- deskutils/kdeconnect-kde/Makefile
+++ deskutils/kdeconnect-kde/Makefile
@@ -18,7 +18,7 @@
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 \
Index: deskutils/kdepim-addons/Makefile
===================================================================
--- deskutils/kdepim-addons/Makefile
+++ deskutils/kdepim-addons/Makefile
@@ -15,7 +15,7 @@
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 \
Index: deskutils/kdepim-apps-libs/Makefile
===================================================================
--- deskutils/kdepim-apps-libs/Makefile
+++ deskutils/kdepim-apps-libs/Makefile
@@ -15,7 +15,7 @@
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
Index: deskutils/kdepim-kde4/Makefile
===================================================================
--- deskutils/kdepim-kde4/Makefile
+++ deskutils/kdepim-kde4/Makefile
@@ -28,7 +28,7 @@
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
Index: deskutils/kdepim-runtime-kde4/Makefile
===================================================================
--- deskutils/kdepim-runtime-kde4/Makefile
+++ deskutils/kdepim-runtime-kde4/Makefile
@@ -24,7 +24,7 @@
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
Index: deskutils/kdepim-runtime/Makefile
===================================================================
--- deskutils/kdepim-runtime/Makefile
+++ deskutils/kdepim-runtime/Makefile
@@ -15,7 +15,7 @@
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 \
Index: deskutils/kdepimlibs-kde4/Makefile
===================================================================
--- deskutils/kdepimlibs-kde4/Makefile
+++ deskutils/kdepimlibs-kde4/Makefile
@@ -24,7 +24,7 @@
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
Index: deskutils/kdeplasma-addons-kde4/Makefile
===================================================================
--- deskutils/kdeplasma-addons-kde4/Makefile
+++ deskutils/kdeplasma-addons-kde4/Makefile
@@ -18,7 +18,7 @@
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 \
Index: deskutils/keditbookmarks/Makefile
===================================================================
--- deskutils/keditbookmarks/Makefile
+++ deskutils/keditbookmarks/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Bookmark Organizer and Editor
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake 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
Index: deskutils/kfind/Makefile
===================================================================
--- deskutils/kfind/Makefile
+++ deskutils/kfind/Makefile
@@ -7,7 +7,7 @@
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 guiaddons i18n iconthemes itemviews \
jobwidgets kdelibs4support kio notifications parts service \
Index: deskutils/kmail-account-wizard/Makefile
===================================================================
--- deskutils/kmail-account-wizard/Makefile
+++ deskutils/kmail-account-wizard/Makefile
@@ -13,7 +13,7 @@
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 \
Index: deskutils/kmail/Makefile
===================================================================
--- deskutils/kmail/Makefile
+++ deskutils/kmail/Makefile
@@ -20,7 +20,7 @@
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 \
Index: deskutils/knotes/Makefile
===================================================================
--- deskutils/knotes/Makefile
+++ deskutils/knotes/Makefile
@@ -11,7 +11,7 @@
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 \
Index: deskutils/kontact/Makefile
===================================================================
--- deskutils/kontact/Makefile
+++ deskutils/kontact/Makefile
@@ -9,7 +9,7 @@
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
Index: deskutils/korganizer/Makefile
===================================================================
--- deskutils/korganizer/Makefile
+++ deskutils/korganizer/Makefile
@@ -9,7 +9,7 @@
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 \
Index: deskutils/kruler-kde4/Makefile
===================================================================
--- deskutils/kruler-kde4/Makefile
+++ deskutils/kruler-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: deskutils/kruler/Makefile
===================================================================
--- deskutils/kruler/Makefile
+++ deskutils/kruler/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE screen ruler
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake 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 \
Index: deskutils/latte-dock/Makefile
===================================================================
--- deskutils/latte-dock/Makefile
+++ deskutils/latte-dock/Makefile
@@ -13,7 +13,7 @@
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 auth codecs config configwidgets \
coreaddons crash dbusaddons globalaccel i18n iconthemes \
kdeclarative newstuff notifications package plasma-framework service \
Index: deskutils/libkdepim/Makefile
===================================================================
--- deskutils/libkdepim/Makefile
+++ deskutils/libkdepim/Makefile
@@ -11,7 +11,7 @@
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
Index: deskutils/lxqt-notificationd/Makefile
===================================================================
--- deskutils/lxqt-notificationd/Makefile
+++ deskutils/lxqt-notificationd/Makefile
@@ -11,7 +11,7 @@
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
Index: deskutils/mbox-importer/Makefile
===================================================================
--- deskutils/mbox-importer/Makefile
+++ deskutils/mbox-importer/Makefile
@@ -13,7 +13,7 @@
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
Index: deskutils/nextcloudclient/Makefile
===================================================================
--- deskutils/nextcloudclient/Makefile
+++ deskutils/nextcloudclient/Makefile
@@ -15,7 +15,7 @@
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
Index: deskutils/osynctool/Makefile
===================================================================
--- deskutils/osynctool/Makefile
+++ deskutils/osynctool/Makefile
@@ -15,7 +15,7 @@
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
Index: deskutils/owncloudclient/Makefile
===================================================================
--- deskutils/owncloudclient/Makefile
+++ deskutils/owncloudclient/Makefile
@@ -16,7 +16,7 @@
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
Index: deskutils/pim-data-exporter/Makefile
===================================================================
--- deskutils/pim-data-exporter/Makefile
+++ deskutils/pim-data-exporter/Makefile
@@ -13,7 +13,7 @@
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 \
Index: deskutils/pim-sieve-editor/Makefile
===================================================================
--- deskutils/pim-sieve-editor/Makefile
+++ deskutils/pim-sieve-editor/Makefile
@@ -7,7 +7,7 @@
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
Index: deskutils/plasma5-milou/Makefile
===================================================================
--- deskutils/plasma5-milou/Makefile
+++ deskutils/plasma5-milou/Makefile
@@ -8,7 +8,7 @@
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 gui network qml quick script testlib widgets \
Index: deskutils/plasma5-sddm-kcm/Makefile
===================================================================
--- deskutils/plasma5-sddm-kcm/Makefile
+++ deskutils/plasma5-sddm-kcm/Makefile
@@ -8,7 +8,7 @@
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 \
Index: deskutils/superkaramba-kde4/Makefile
===================================================================
--- deskutils/superkaramba-kde4/Makefile
+++ deskutils/superkaramba-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: deskutils/taskd/Makefile
===================================================================
--- deskutils/taskd/Makefile
+++ deskutils/taskd/Makefile
@@ -15,7 +15,7 @@
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
Index: deskutils/zanshin/Makefile
===================================================================
--- deskutils/zanshin/Makefile
+++ deskutils/zanshin/Makefile
@@ -11,7 +11,7 @@
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 \
Index: devel/RStudio/Makefile
===================================================================
--- devel/RStudio/Makefile
+++ devel/RStudio/Makefile
@@ -29,7 +29,7 @@
libinotify.so:devel/libinotify \
libuuid.so:misc/e2fsprogs-libuuid
-USES= cmake:outsource desktop-file-utils fortran pkgconfig qt:5 shared-mime-info ssl
+USES= cmake desktop-file-utils fortran pkgconfig qt:5 shared-mime-info ssl
USE_QT= core dbus gui location network opengl printsupport qml quick sensors \
sql svg webchannel webengine webkit widgets xml xmlpatterns buildtools_build qmake_build
USE_JAVA= yes
Index: devel/apitrace/Makefile
===================================================================
--- devel/apitrace/Makefile
+++ devel/apitrace/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libpng.so:graphics/png
-USES= cmake:outsource compiler:c++11-lang pkgconfig python:2.7 shebangfix
+USES= cmake compiler:c++11-lang pkgconfig python:2.7 shebangfix
USE_GITHUB= yes
USE_XORG= x11
Index: devel/benchmark/Makefile
===================================================================
--- devel/benchmark/Makefile
+++ devel/benchmark/Makefile
@@ -12,7 +12,7 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= google
USE_LDCONFIG= yes
Index: devel/binaryen/Makefile
===================================================================
--- devel/binaryen/Makefile
+++ devel/binaryen/Makefile
@@ -11,7 +11,7 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource python:2.7,build compiler:c++11-lang
+USES= cmake python:2.7,build compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= WebAssembly
USE_LDCONFIG= yes
Index: devel/caf/Makefile
===================================================================
--- devel/caf/Makefile
+++ devel/caf/Makefile
@@ -14,7 +14,7 @@
CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic
LDFLAGS+= -pthread
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
TEST_TARGET= test
USE_GITHUB= yes
Index: devel/catch/Makefile
===================================================================
--- devel/catch/Makefile
+++ devel/catch/Makefile
@@ -14,7 +14,7 @@
BROKEN_powerpc64= fails to compile: catch_tostring.cpp:206:21: comparison is always true due to limited range of data type
-USES= compiler:c++14-lang cmake:outsource pathfix
+USES= compiler:c++14-lang cmake pathfix
USE_GITHUB= yes
GH_ACCOUNT= catchorg
GH_PROJECT= Catch2
Index: devel/cdash/Makefile
===================================================================
--- devel/cdash/Makefile
+++ devel/cdash/Makefile
@@ -14,7 +14,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/License.txt
-USES= dos2unix cmake:outsource zip
+USES= dos2unix cmake zip
DOS2UNIX_GLOB= *.php *.xml *.xsl *.txt
CMAKE_ARGS= -DCDASH_DB_NAME:STRING=cdash \
-DCDASH_DB_LOGIN:STRING=cdash \
Index: devel/cervisia-kde4/Makefile
===================================================================
--- devel/cervisia-kde4/Makefile
+++ devel/cervisia-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: devel/cervisia/Makefile
===================================================================
--- devel/cervisia/Makefile
+++ devel/cervisia/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= CVS Frontend for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= dbusaddons doctools ecm iconthemes init itemviews kdesu \
notifications parts widgetsaddons
USE_QT= core dbus gui widgets \
Index: devel/cmake-doc/Makefile
===================================================================
--- devel/cmake-doc/Makefile
+++ devel/cmake-doc/Makefile
@@ -17,7 +17,7 @@
DISTINFO_FILE= ${.CURDIR}/../cmake/distinfo
NO_ARCH= yes
-USES= cmake:outsource qt:5
+USES= cmake qt:5
USE_QT= help_build
CMAKE_OFF= SPHINX_MAN
Index: devel/cmake-modules-webos/Makefile
===================================================================
--- devel/cmake-modules-webos/Makefile
+++ devel/cmake-modules-webos/Makefile
@@ -13,7 +13,7 @@
GH_ACCOUNT= FreeWebOS
GH_TAGNAME= submissions/19
-USES= cmake:outsource
+USES= cmake
INSTALL_TARGET= install
.include <bsd.port.mk>
Index: devel/cpp-netlib/Makefile
===================================================================
--- devel/cpp-netlib/Makefile
+++ devel/cpp-netlib/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
asio>0:net/asio
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
CFLAGS+= -fPIC
CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \
Index: devel/cpp2py/Makefile
===================================================================
--- devel/cpp2py/Makefile
+++ devel/cpp2py/Makefile
@@ -21,7 +21,7 @@
RUN_DEPENDS= ${PY_DEPENDS} \
llvm${LLVM_VER}>0:devel/llvm${LLVM_VER}
-USES= cmake:outsource compiler:c++14-lang python:2.7 shebangfix
+USES= cmake compiler:c++14-lang python:2.7 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= TRIQS
SHEBANG_FILES= bin/c*
Index: devel/cxxopts/Makefile
===================================================================
--- devel/cxxopts/Makefile
+++ devel/cxxopts/Makefile
@@ -11,7 +11,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= jarro2783
NO_ARCH= yes
Index: devel/dcmtk/Makefile
===================================================================
--- devel/dcmtk/Makefile
+++ devel/dcmtk/Makefile
@@ -18,7 +18,7 @@
USE_GNOME= libxml2
USE_LDCONFIG= yes
-USES= cmake:outsource jpeg ssl
+USES= cmake jpeg ssl
CMAKE_ARGS+= -DDCMTK_WITH_DOXYGEN:BOOL=OFF \
-DDCMTK_WITH_OPENSSL:BOOL=ON
Index: devel/dolphin-plugins-kde4/Makefile
===================================================================
--- devel/dolphin-plugins-kde4/Makefile
+++ devel/dolphin-plugins-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkonq automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: devel/dolphin-plugins/Makefile
===================================================================
--- devel/dolphin-plugins/Makefile
+++ devel/dolphin-plugins/Makefile
@@ -10,7 +10,7 @@
BUILD_DEPENDS= dolphin:x11-fm/dolphin
RUN_DEPENDS= dolphin:x11-fm/dolphin
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash guiaddons i18n iconthemes itemviews jobwidgets \
kdelibs4support kio notifications parts service solid sonnet \
Index: devel/doxygen/Makefile
===================================================================
--- devel/doxygen/Makefile
+++ devel/doxygen/Makefile
@@ -15,7 +15,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= bison cmake:outsource,noninja compiler:c++11-lang iconv python shebangfix
+USES= bison cmake:noninja compiler:c++11-lang iconv python shebangfix
ALL_TARGET= all
CMAKE_ARGS+= -DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL}
# Parallel jobs breaks when the DOCS option is on
Index: devel/eastl/Makefile
===================================================================
--- devel/eastl/Makefile
+++ devel/eastl/Makefile
@@ -10,7 +10,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource compiler:c++14-lang
+USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= electronicarts
GH_PROJECT= ${PORTNAME:tu}
Index: devel/easyloggingpp/Makefile
===================================================================
--- devel/easyloggingpp/Makefile
+++ devel/easyloggingpp/Makefile
@@ -11,7 +11,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= muflihun
USE_LDCONFIG= yes
Index: devel/embb/Makefile
===================================================================
--- devel/embb/Makefile
+++ devel/embb/Makefile
@@ -16,7 +16,7 @@
USE_GITHUB= yes
GH_ACCOUNT= siemens
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
CMAKE_ARGS= -DINSTALL_PREFIX=${PREFIX} \
-DUSE_C11_AND_CXX11:BOOL=true
Index: devel/fifechan/Makefile
===================================================================
--- devel/fifechan/Makefile
+++ devel/fifechan/Makefile
@@ -12,7 +12,7 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= fifengine
Index: devel/flang-clang/Makefile
===================================================================
--- devel/flang-clang/Makefile
+++ devel/flang-clang/Makefile
@@ -20,7 +20,7 @@
BUILD_DEPENDS= llvm60>=0:devel/llvm60
RUN_DEPENDS= llvm60>=0:devel/llvm60
-USES= cmake:outsource compiler:c++11-lib libedit tar:xz perl5 \
+USES= cmake compiler:c++11-lib libedit tar:xz perl5 \
python shebangfix
USE_LDCONFIG= ${PREFIX}/flang/lib
USE_GNOME= libxml2
Index: devel/flang/Makefile
===================================================================
--- devel/flang/Makefile
+++ devel/flang/Makefile
@@ -23,7 +23,7 @@
OPTIONS_DEFINE= TESTS
TESTS_DESC= build unit tests for flang
-USES= cmake:outsource,noninja compiler:c++11-lib libedit perl5 tar:xz \
+USES= cmake:noninja compiler:c++11-lib libedit perl5 tar:xz \
shebangfix
_USES_PYTHON?= python:build
USES+= ${_USES_PYTHON}
Index: devel/flatbuffers/Makefile
===================================================================
--- devel/flatbuffers/Makefile
+++ devel/flatbuffers/Makefile
@@ -13,7 +13,7 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= google
Index: devel/fuzzylite/Makefile
===================================================================
--- devel/fuzzylite/Makefile
+++ devel/fuzzylite/Makefile
@@ -13,7 +13,7 @@
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-type-limits"
-USES= cmake:outsource compiler
+USES= cmake compiler
USE_GITHUB= yes
USE_LDCONFIG= yes
Index: devel/gdcm/Makefile
===================================================================
--- devel/gdcm/Makefile
+++ devel/gdcm/Makefile
@@ -40,7 +40,7 @@
VTK5_VERSION= 5.10
VTK6_VERSION= 6.2
-USES= alias cmake:outsource tar:bzip2 ssl
+USES= alias cmake tar:bzip2 ssl
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
CMAKE_ARGS= -DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \
Index: devel/glslang/Makefile
===================================================================
--- devel/glslang/Makefile
+++ devel/glslang/Makefile
@@ -11,7 +11,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKDIR}/LICENSE
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
Index: devel/grantlee/Makefile
===================================================================
--- devel/grantlee/Makefile
+++ devel/grantlee/Makefile
@@ -17,7 +17,7 @@
USE_QT= corelib gui qtestlib_build script \
qmake_build moc_build rcc_build uic_build
-USES= cmake:outsource grantlee:4,selfbuild qt:4
+USES= cmake grantlee:4,selfbuild qt:4
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
USE_LDCONFIG= yes
Index: devel/grantlee5/Makefile
===================================================================
--- devel/grantlee5/Makefile
+++ devel/grantlee5/Makefile
@@ -16,7 +16,7 @@
PORTSCOUT= limit:^5\.
USE_QT= buildtools_build core gui qmake_build script
-USES= cmake:outsource compiler:c++11-lib grantlee:5,selfbuild qt:5
+USES= cmake compiler:c++11-lib grantlee:5,selfbuild qt:5
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=FALSE
USE_LDCONFIG= yes
Index: devel/hyperscan/Makefile
===================================================================
--- devel/hyperscan/Makefile
+++ devel/hyperscan/Makefile
@@ -17,7 +17,7 @@
USE_GITHUB= yes
GH_ACCOUNT= 01org
-USES= compiler:c++11-lib cmake:outsource pathfix python:build
+USES= compiler:c++11-lib cmake pathfix python:build
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= SSSE3 is required for work
Index: devel/inastemp/Makefile
===================================================================
--- devel/inastemp/Makefile
+++ devel/inastemp/Makefile
@@ -11,7 +11,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource
+USES= cmake
NO_ARCH= yes
CMAKE_ARGS= -DINASTEMP_DO_INSTALL:BOOL=ON \
-DINASTEMP_JUST_LIB:BOOL=ON
Index: devel/include-what-you-use/Makefile
===================================================================
--- devel/include-what-you-use/Makefile
+++ devel/include-what-you-use/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS= clang60:devel/llvm60
RUN_DEPENDS= clang60:devel/llvm60
-USES= cmake:outsource ncurses python:run shebangfix
+USES= cmake ncurses python:run shebangfix
USE_GITHUB= yes
SHEBANG_FILES= fix_includes.py \
Index: devel/kapptemplate-kde4/Makefile
===================================================================
--- devel/kapptemplate-kde4/Makefile
+++ devel/kapptemplate-kde4/Makefile
@@ -11,7 +11,7 @@
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 \
corelib dbus declarative
Index: devel/kapptemplate/Makefile
===================================================================
--- devel/kapptemplate/Makefile
+++ devel/kapptemplate/Makefile
@@ -10,7 +10,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth archive codecs completion config configwidgets coreaddons \
doctools ecm i18n jobwidgets kio newstuff service widgetsaddons
USE_QT= core dbus gui network testlib widgets xml \
Index: devel/kcachegrind-kde4/Makefile
===================================================================
--- devel/kcachegrind-kde4/Makefile
+++ devel/kcachegrind-kde4/Makefile
@@ -12,7 +12,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 python:run qt:4 tar:xz shebangfix
+USES= cmake kde:4 python:run qt:4 tar:xz shebangfix
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build \
corelib dbus gui
Index: devel/kcachegrind/Makefile
===================================================================
--- devel/kcachegrind/Makefile
+++ devel/kcachegrind/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Profiler frontend for KDE
-USES= cmake:outsource kde:5 python:run qt:5 shebangfix tar:xz
+USES= cmake kde:5 python:run qt:5 shebangfix tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio service solid \
widgetsaddons xmlgui
Index: devel/kcov/Makefile
===================================================================
--- devel/kcov/Makefile
+++ devel/kcov/Makefile
@@ -21,7 +21,7 @@
libdw.so:devel/elfutils \
libelf.so:devel/elfutils
-USES= cmake:outsource shebangfix python:build gettext-runtime
+USES= cmake shebangfix python:build gettext-runtime
# Remove -DPORTVERSION (and associated patch) when basing the port on an
# official release
Index: devel/kde-dev-scripts-kde4/Makefile
===================================================================
--- devel/kde-dev-scripts-kde4/Makefile
+++ devel/kde-dev-scripts-kde4/Makefile
@@ -11,7 +11,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 python:run qt:4 shebangfix tar:xz
+USES= cmake kde:4 python:run qt:4 shebangfix tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: devel/kde-dev-scripts/Makefile
===================================================================
--- devel/kde-dev-scripts/Makefile
+++ devel/kde-dev-scripts/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE development scripts
-USES= cmake:outsource kde:5 perl5 python:run qt:5 shebangfix tar:xz
+USES= cmake kde:5 perl5 python:run qt:5 shebangfix tar:xz
USE_KDE= doctools ecm
USE_QT= buildtools_build qmake_build
Index: devel/kde-dev-utils-kde4/Makefile
===================================================================
--- devel/kde-dev-utils-kde4/Makefile
+++ devel/kde-dev-utils-kde4/Makefile
@@ -11,7 +11,7 @@
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 \
corelib designer gui qt3support xml
Index: devel/kde-dev-utils/Makefile
===================================================================
--- devel/kde-dev-utils/Makefile
+++ devel/kde-dev-utils/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE development utilities
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio parts service \
solid sonnet textwidgets widgetsaddons xmlgui
Index: devel/kdesdk-kioslaves-kde4/Makefile
===================================================================
--- devel/kdesdk-kioslaves-kde4/Makefile
+++ devel/kdesdk-kioslaves-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libsvn_client-1.so:devel/subversion
-USES= cmake:outsource kde:4 perl5 qt:4 shebangfix tar:xz
+USES= cmake kde:4 perl5 qt:4 shebangfix tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: devel/kdesdk-strigi-analyzers-kde4/Makefile
===================================================================
--- devel/kdesdk-strigi-analyzers-kde4/Makefile
+++ devel/kdesdk-strigi-analyzers-kde4/Makefile
@@ -12,7 +12,7 @@
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 strigi
USE_QT= moc_build qmake_build rcc_build uic_build
Index: devel/kdesdk-thumbnailers-kde4/Makefile
===================================================================
--- devel/kdesdk-thumbnailers-kde4/Makefile
+++ devel/kdesdk-thumbnailers-kde4/Makefile
@@ -12,7 +12,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource gettext kde:4 qt:4 tar:xz
+USES= cmake gettext kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: devel/kdesdk-thumbnailers/Makefile
===================================================================
--- devel/kdesdk-thumbnailers/Makefile
+++ devel/kdesdk-thumbnailers/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE thumbnail generator for gettext po files
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm i18n jobwidgets \
kio service widgetsaddons
USE_QT= core dbus gui network widgets xml \
Index: devel/kdesvn-kde4/Makefile
===================================================================
--- devel/kdesvn-kde4/Makefile
+++ devel/kdesvn-kde4/Makefile
@@ -28,7 +28,7 @@
CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 \
-DMAN_INSTALL_DIR=${MANPREFIX}/man
-USES= cmake:outsource compiler:c11 bdb kde:4 qt:4 tar:xz
+USES= cmake compiler:c11 bdb kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs soprano baseapps_run
USE_LDCONFIG= yes
USE_QT= corelib gui xml network dbus svg sql \
Index: devel/kdesvn/Makefile
===================================================================
--- devel/kdesvn/Makefile
+++ devel/kdesvn/Makefile
@@ -20,7 +20,7 @@
CONFLICTS_INSTALL= kdesvn-kde4 \
qsvn-[0-9]*
-USES= bdb cmake:outsource kde:5 qt:5 tar:xz
+USES= bdb cmake kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \
kio notifications parts service sonnet texteditor textwidgets \
Index: devel/kdev-php/Makefile
===================================================================
--- devel/kdev-php/Makefile
+++ devel/kdev-php/Makefile
@@ -13,7 +13,7 @@
BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt
LIB_DEPENDS= libkdevcmakecommon.so:devel/kdevelop
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
i18n itemmodels jobwidgets kcmutils kio parts service sonnet \
texteditor textwidgets threadweaver widgetsaddons xmlgui
Index: devel/kdev-python/Makefile
===================================================================
--- devel/kdev-python/Makefile
+++ devel/kdev-python/Makefile
@@ -13,7 +13,7 @@
BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt
LIB_DEPENDS= libkdevcmakecommon.so:devel/kdevelop
-USES= cmake:outsource compiler:c++11-lib kde:5 python:3.4+ qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 python:3.4+ qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
ecm i18n itemmodels jobwidgets kio newstuff parts service \
sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
Index: devel/kdevelop-kde4/Makefile
===================================================================
--- devel/kdevelop-kde4/Makefile
+++ devel/kdevelop-kde4/Makefile
@@ -18,7 +18,7 @@
LIB_DEPENDS= libkdevplatforminterfaces.so:devel/kdevplatform-kde4
RUN_DEPENDS= gmake:devel/gmake
-USES= cmake:outsource compiler:c++11-lib kde:4 \
+USES= cmake compiler:c++11-lib kde:4 \
qt:4 shared-mime-info tar:xz
USE_KDE= kdelibs workspace automoc4
USE_QT= qmake_build moc_build uic_build rcc_build \
Index: devel/kdevelop-pg-qt-kde4/Makefile
===================================================================
--- devel/kdevelop-pg-qt-kde4/Makefile
+++ devel/kdevelop-pg-qt-kde4/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
-USES= bison cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:bzip2
+USES= bison cmake compiler:c++11-lib kde:4 qt:4 tar:bzip2
USE_KDE= automoc4 kdelibs
USE_QT= qmake_build moc_build uic_build rcc_build
Index: devel/kdevelop-pg-qt/Makefile
===================================================================
--- devel/kdevelop-pg-qt/Makefile
+++ devel/kdevelop-pg-qt/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
-USES= bison cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= core testlib \
buildtools_build qmake_build
Index: devel/kdevelop-php-docs-kde4/Makefile
===================================================================
--- devel/kdevelop-php-docs-kde4/Makefile
+++ devel/kdevelop-php-docs-kde4/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libkdevplatforminterfaces.so:devel/kdevplatform-kde4
-USES= cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
+USES= cmake compiler:c++11-lib kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build webkit
Index: devel/kdevelop-php-kde4/Makefile
===================================================================
--- devel/kdevelop-php-kde4/Makefile
+++ devel/kdevelop-php-kde4/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libkdevplatforminterfaces.so:devel/kdevplatform-kde4
BUILD_DEPENDS= ${KDE_PREFIX}/bin/kdev-pg-qt:devel/kdevelop-pg-qt-kde4
-USES= cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
+USES= cmake compiler:c++11-lib kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
MAKE_JOBS_UNSAFE= yes
Index: devel/kdevelop/Makefile
===================================================================
--- devel/kdevelop/Makefile
+++ devel/kdevelop/Makefile
@@ -22,7 +22,7 @@
libclang.so.6:devel/llvm60
RUN_DEPENDS= gmake:devel/gmake
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
gettext grantlee:5 kde:5 qt:5 shared-mime-info shebangfix tar:xz
USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \
coreaddons crash guiaddons emoticons i18n iconthemes init \
Index: devel/kdevplatform-kde4/Makefile
===================================================================
--- devel/kdevplatform-kde4/Makefile
+++ devel/kdevplatform-kde4/Makefile
@@ -19,7 +19,7 @@
libboost_thread.so:devel/boost-libs \
libqjson.so:devel/qjson@qt4
-USES= cmake:outsource compiler:c++11-lib grantlee:4 kde:4 qt:4 shebangfix \
+USES= cmake compiler:c++11-lib grantlee:4 kde:4 qt:4 shebangfix \
tar:xz
USE_KDE= kate_run kdelibs automoc4
USE_QT= qmake_build moc_build uic_build rcc_build \
Index: devel/kf5-extra-cmake-modules/Makefile
===================================================================
--- devel/kf5-extra-cmake-modules/Makefile
+++ devel/kf5-extra-cmake-modules/Makefile
@@ -11,7 +11,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_QT= #
HELP_USES= qt:5
Index: devel/kf5-kapidox/Makefile
===================================================================
--- devel/kf5-kapidox/Makefile
+++ devel/kf5-kapidox/Makefile
@@ -10,7 +10,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource kde:5 python qt:5 tar:xz
+USES= cmake kde:5 python qt:5 tar:xz
USE_KDE= archive ecm
USE_QT= buildtools_build qmake_build
USE_PYTHON= py3kplist
Index: devel/kf5-kauth/Makefile
===================================================================
--- devel/kf5-kauth/Makefile
+++ devel/kf5-kauth/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm
USE_QT= buildtools_build core dbus gui linguisttools qmake_build \
widgets
Index: devel/kf5-kbookmarks/Makefile
===================================================================
--- devel/kf5-kbookmarks/Makefile
+++ devel/kf5-kbookmarks/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for bookmarks and the XBEL format
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm \
iconthemes widgetsaddons xmlgui
USE_QT= buildtools_build core dbus gui linguisttools \
Index: devel/kf5-kcmutils/Makefile
===================================================================
--- devel/kf5-kcmutils/Makefile
+++ devel/kf5-kcmutils/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 utilities for working with KCModules
-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 config configwidgets coreaddons ecm i18n \
iconthemes itemviews kdeclarative package service \
widgetsaddons xmlgui
Index: devel/kf5-kconfig/Makefile
===================================================================
--- devel/kf5-kconfig/Makefile
+++ devel/kf5-kconfig/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build concurrent core gui linguisttools \
qmake_build testlib xml
Index: devel/kf5-kcoreaddons/Makefile
===================================================================
--- devel/kf5-kcoreaddons/Makefile
+++ devel/kf5-kcoreaddons/Makefile
@@ -12,7 +12,7 @@
LICENSE_FILE_LGPL21+= ${WRKSRC}/COPYING.LIB
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 shared-mime-info tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 shared-mime-info tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core linguisttools qmake_build
Index: devel/kf5-kcrash/Makefile
===================================================================
--- devel/kf5-kcrash/Makefile
+++ devel/kf5-kcrash/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library to handle crash analysis and bug report from apps
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm windowsystem
USE_QT= buildtools_build core gui qmake_build widgets x11extras
USE_XORG= ice sm x11 xext
Index: devel/kf5-kdbusaddons/Makefile
===================================================================
--- devel/kf5-kdbusaddons/Makefile
+++ devel/kf5-kdbusaddons/Makefile
@@ -10,7 +10,7 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core dbus gui linguisttools \
qmake_build testlib x11extras
Index: devel/kf5-kdeclarative/Makefile
===================================================================
--- devel/kf5-kdeclarative/Makefile
+++ devel/kf5-kdeclarative/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libepoxy.so:graphics/libepoxy
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_KDE= completion config coreaddons globalaccel guiaddons i18n \
iconthemes jobwidgets kio package service widgetsaddons \
Index: devel/kf5-kdoctools/Makefile
===================================================================
--- devel/kf5-kdoctools/Makefile
+++ devel/kf5-kdoctools/Makefile
@@ -13,7 +13,7 @@
RUN_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-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_GNOME= libxml2 libxslt
USE_KDE= archive ecm i18n
USE_QT= buildtools_build core qmake_build
Index: devel/kf5-kfilemetadata/Makefile
===================================================================
--- devel/kf5-kfilemetadata/Makefile
+++ devel/kf5-kfilemetadata/Makefile
@@ -14,7 +14,7 @@
libtag.so:audio/taglib
# TODO: maybe depend on textproc/catdoc
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_KDE= archive ecm i18n
USE_QT= buildtools_build core qmake_build xml
Index: devel/kf5-ki18n/Makefile
===================================================================
--- devel/kf5-ki18n/Makefile
+++ devel/kf5-ki18n/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 advanced internationalization framework
-USES= cmake:outsource compiler:c++11-lib gettext-runtime \
+USES= cmake compiler:c++11-lib gettext-runtime \
gettext-tools:build,run kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build concurrent core qmake_build qml script testlib
Index: devel/kf5-kidletime/Makefile
===================================================================
--- devel/kf5-kidletime/Makefile
+++ devel/kf5-kidletime/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for monitoring user activity
-USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core dbus gui qmake_build widgets x11extras
USE_XORG= ice sm x11 xext xcb xscrnsaver
Index: devel/kf5-kio/Makefile
===================================================================
--- devel/kf5-kio/Makefile
+++ devel/kf5-kio/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 resource and network access abstraction
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
gettext kde:5 qt:5 ssl tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config \
Index: devel/kf5-kitemmodels/Makefile
===================================================================
--- devel/kf5-kitemmodels/Makefile
+++ devel/kf5-kitemmodels/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 models for Qt Model/View system
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core qmake_build testlib_build
Index: devel/kf5-knewstuff/Makefile
===================================================================
--- devel/kf5-knewstuff/Makefile
+++ devel/kf5-knewstuff/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for downloading application assets from the network
-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 attica5 auth codecs completion config \
configwidgets coreaddons ecm i18n iconthemes itemviews \
jobwidgets kio service sonnet textwidgets widgetsaddons \
Index: devel/kf5-knotifications/Makefile
===================================================================
--- devel/kf5-knotifications/Makefile
+++ devel/kf5-knotifications/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@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= codecs config coreaddons ecm windowsystem
USE_QT= buildtools_build core dbus gui linguisttools phonon4 \
qmake_build widgets x11extras
Index: devel/kf5-knotifyconfig/Makefile
===================================================================
--- devel/kf5-knotifyconfig/Makefile
+++ devel/kf5-knotifyconfig/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 configuration system for KNotify
-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= completion config coreaddons ecm i18n jobwidgets kio \
service widgetsaddons
USE_QT= buildtools_build core dbus gui network phonon4 \
Index: devel/kf5-kpackage/Makefile
===================================================================
--- devel/kf5-kpackage/Makefile
+++ devel/kf5-kpackage/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library to load and install packages
-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 config coreaddons doctools ecm i18n
USE_QT= buildtools_build core qmake_build xml
Index: devel/kf5-kparts/Makefile
===================================================================
--- devel/kf5-kparts/Makefile
+++ devel/kf5-kparts/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 document centric plugin system
-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 \
i18n iconthemes jobwidgets kio notifications service \
sonnet textwidgets widgetsaddons xmlgui
Index: devel/kf5-kpeople/Makefile
===================================================================
--- devel/kf5-kpeople/Makefile
+++ devel/kf5-kpeople/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library providing access to contacts
-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= config coreaddons ecm i18n itemviews service widgetsaddons
USE_QT= buildtools_build core dbus gui network qmake_build qml \
sql widgets
Index: devel/kf5-kpty/Makefile
===================================================================
--- devel/kf5-kpty/Makefile
+++ devel/kf5-kpty/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 pty abstraction
-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= coreaddons ecm i18n
USE_QT= buildtools_build core qmake_build
Index: devel/kf5-kservice/Makefile
===================================================================
--- devel/kf5-kservice/Makefile
+++ devel/kf5-kservice/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 advanced plugin and service introspection
-USES= bison cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons crash dbusaddons \
doctools ecm i18n
USE_QT= buildtools_build core dbus gui qmake_build xml
Index: devel/kf5-ktexteditor/Makefile
===================================================================
--- devel/kf5-ktexteditor/Makefile
+++ devel/kf5-ktexteditor/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libgit2.so:devel/libgit2
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets \
coreaddons ecm guiaddons i18n iconthemes itemviews \
jobwidgets kio parts service sonnet syntaxhighlighting \
Index: devel/kf5-kunitconversion/Makefile
===================================================================
--- devel/kf5-kunitconversion/Makefile
+++ devel/kf5-kunitconversion/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for unit conversion
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm i18n
USE_QT= buildtools_build core network qmake_build xml
Index: devel/kf5-solid/Makefile
===================================================================
--- devel/kf5-solid/Makefile
+++ devel/kf5-solid/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 hardware integration and detection
-USES= bison cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build concurrent core dbus gui linguisttools \
network qmake_build qml testlib widgets xml
Index: devel/kf5-threadweaver/Makefile
===================================================================
--- devel/kf5-threadweaver/Makefile
+++ devel/kf5-threadweaver/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 addons to QtDBus
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core network qmake_build testlib widgets xml
Index: devel/kio-extras/Makefile
===================================================================
--- devel/kio-extras/Makefile
+++ devel/kio-extras/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libtag.so:audio/taglib \
libHalf.so:graphics/ilmbase
-USES= cmake:outsource compiler:c++11-lib gettext gperf kde:5 \
+USES= cmake compiler:c++11-lib gettext gperf kde:5 \
pkgconfig qt:5 shared-mime-info shebangfix tar:xz
USE_KDE= activities archive auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons dnssd doctools ecm \
Index: devel/leatherman/Makefile
===================================================================
--- devel/leatherman/Makefile
+++ devel/leatherman/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl
-USES= compiler:c++11-lang cmake:outsource gettext
+USES= compiler:c++11-lang cmake gettext
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
Index: devel/libarea/Makefile
===================================================================
--- devel/libarea/Makefile
+++ devel/libarea/Makefile
@@ -17,7 +17,7 @@
GH_ACCOUNT= Heeks
GH_TAGNAME= f1986ac
-USES= cmake:outsource python
+USES= cmake python
USE_LDCONFIG= yes
post-patch:
Index: devel/libbson/Makefile
===================================================================
--- devel/libbson/Makefile
+++ devel/libbson/Makefile
@@ -13,7 +13,7 @@
USE_GITHUB= yes
GH_ACCOUNT= mongodb
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>
Index: devel/libdbusmenu-qt/Makefile
===================================================================
--- devel/libdbusmenu-qt/Makefile
+++ devel/libdbusmenu-qt/Makefile
@@ -18,7 +18,7 @@
FLAVORS= qt4 qt5
FLAVOR?= ${FLAVORS:[1]}
-USES= compiler:c++11-lib cmake:outsource
+USES= compiler:c++11-lib cmake
USE_LDCONFIG= yes
. if ${FLAVOR} == qt4
Index: devel/libflatarray/Makefile
===================================================================
--- devel/libflatarray/Makefile
+++ devel/libflatarray/Makefile
@@ -15,7 +15,7 @@
BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE
Index: devel/libfmt/Makefile
===================================================================
--- devel/libfmt/Makefile
+++ devel/libfmt/Makefile
@@ -11,7 +11,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= fmtlib
GH_PROJECT= fmt
Index: devel/libkgapi-kde4/Makefile
===================================================================
--- devel/libkgapi-kde4/Makefile
+++ devel/libkgapi-kde4/Makefile
@@ -18,7 +18,7 @@
LIB_DEPENDS= libqjson.so:devel/qjson@qt4
-USES= cmake:outsource kde:4 qt:4 tar:bzip2
+USES= cmake kde:4 qt:4 tar:bzip2
USE_KDE= automoc4 kdelibs pimlibs
USE_LDCONFIG= yes
USE_QT= corelib network webkit xml \
Index: devel/libkolab/Makefile
===================================================================
--- devel/libkolab/Makefile
+++ devel/libkolab/Makefile
@@ -25,7 +25,7 @@
-DPHP_BINDINGS:BOOL=OFF \
-DPYTHON_BINDINGS:BOOL=OFF \
-DUSE_LIBCALENDARING:BOOL=OFF
-USES= cmake:outsource kde:4 qt:4
+USES= cmake kde:4 qt:4
USE_KDE= automoc4 kdelibs pimlibs
USE_LDCONFIG= yes
USE_QT= corelib dbus gui network svg xml \
Index: devel/liblxqt-l10n/Makefile
===================================================================
--- devel/liblxqt-l10n/Makefile
+++ devel/liblxqt-l10n/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
+USES= cmake lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build linguisttools
USE_LXQT= buildtools
Index: devel/liblxqt/Makefile
===================================================================
--- devel/liblxqt/Makefile
+++ devel/liblxqt/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \
+USES= cmake compiler:c++11-lib gettext kde:5 lxqt \
pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build dbus core gui linguisttools \
svg widgets x11extras xml
Index: devel/libqtxdg/Makefile
===================================================================
--- devel/libqtxdg/Makefile
+++ devel/libqtxdg/Makefile
@@ -12,7 +12,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource compiler:c++11-lib lxqt pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib lxqt pkgconfig qt:5 tar:xz
USE_LDCONFIG= yes
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
xml
Index: devel/librolegen/Makefile
===================================================================
--- devel/librolegen/Makefile
+++ devel/librolegen/Makefile
@@ -14,7 +14,7 @@
USE_GITHUB= yes
GH_ACCOUNT= FreeWebOS
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
Index: devel/libsimdpp/Makefile
===================================================================
--- devel/libsimdpp/Makefile
+++ devel/libsimdpp/Makefile
@@ -13,7 +13,7 @@
PORTSCOUT= limit:^[v1-9]
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= p12tic
NO_BUILD= yes
Index: devel/llbuild/Makefile
===================================================================
--- devel/llbuild/Makefile
+++ devel/llbuild/Makefile
@@ -18,7 +18,7 @@
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= apple
Index: devel/llvm-cheri/Makefile
===================================================================
--- devel/llvm-cheri/Makefile
+++ devel/llvm-cheri/Makefile
@@ -17,7 +17,7 @@
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
-USES= cmake:outsource compiler:c++11-lib libedit perl5 \
+USES= cmake compiler:c++11-lib libedit perl5 \
shebangfix
USE_LDCONFIG= ${LLVM_PREFIX}/lib
SHEBANG_FILES= utils/lit/lit.py utils/llvm-lit/llvm-lit.in \
Index: devel/llvm-devel/Makefile
===================================================================
--- devel/llvm-devel/Makefile
+++ devel/llvm-devel/Makefile
@@ -19,7 +19,7 @@
BUILD_DEPENDS=
-USES= cmake:outsource compiler:c++11-lib libedit perl5 \
+USES= cmake compiler:c++11-lib libedit perl5 \
shebangfix
USE_LDCONFIG= ${LLVM_PREFIX}/lib
_USES_PYTHON?= python:build:2.7
Index: devel/llvm38/Makefile
===================================================================
--- devel/llvm38/Makefile
+++ devel/llvm38/Makefile
@@ -25,7 +25,7 @@
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
-USES= cmake:outsource,noninja compiler:c++11-lib libedit perl5 tar:xz \
+USES= cmake:noninja compiler:c++11-lib libedit perl5 tar:xz \
shebangfix
USE_LDCONFIG= ${LLVM_PREFIX}/lib
SHEBANG_FILES= utils/lit/lit.py utils/llvm-lit/llvm-lit.in \
Index: devel/llvm40/Makefile
===================================================================
--- devel/llvm40/Makefile
+++ devel/llvm40/Makefile
@@ -25,7 +25,7 @@
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
-USES= cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
+USES= cmake compiler:c++11-lib libedit perl5 tar:xz \
shebangfix
_USES_PYTHON?= python:2.7,build
USES+= ${_USES_PYTHON}
Index: devel/llvm50/Makefile
===================================================================
--- devel/llvm50/Makefile
+++ devel/llvm50/Makefile
@@ -28,7 +28,7 @@
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
-USES= cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
+USES= cmake compiler:c++11-lib libedit perl5 tar:xz \
shebangfix
_USES_PYTHON?= python:2.7,build
USES+= ${_USES_PYTHON}
Index: devel/llvm60/Makefile
===================================================================
--- devel/llvm60/Makefile
+++ devel/llvm60/Makefile
@@ -28,7 +28,7 @@
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
-USES= cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
+USES= cmake compiler:c++11-lib libedit perl5 tar:xz \
shebangfix
_USES_PYTHON?= python:2.7,build
USES+= ${_USES_PYTHON}
Index: devel/llvm70/Makefile
===================================================================
--- devel/llvm70/Makefile
+++ devel/llvm70/Makefile
@@ -40,7 +40,7 @@
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
-USES= cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
+USES= cmake compiler:c++11-lib libedit perl5 tar:xz \
shebangfix
_USES_PYTHON?= python:2.7,build
USES+= ${_USES_PYTHON}
Index: devel/lokalize-kde4/Makefile
===================================================================
--- devel/lokalize-kde4/Makefile
+++ devel/lokalize-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
-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 \
sql
Index: devel/lokalize/Makefile
===================================================================
--- devel/lokalize/Makefile
+++ devel/lokalize/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools ecm i18n itemviews \
jobwidgets kio kross notifications parts service solid sonnet \
Index: devel/lxqt-build-tools/Makefile
===================================================================
--- devel/lxqt-build-tools/Makefile
+++ devel/lxqt-build-tools/Makefile
@@ -12,7 +12,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/BSD-3-Clause
-USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
+USES= cmake lxqt pkgconfig qt:5 tar:xz
USE_QT= qmake_build buildtools_build core
USE_GNOME= glib20
Index: devel/mongo-c-driver/Makefile
===================================================================
--- devel/mongo-c-driver/Makefile
+++ devel/mongo-c-driver/Makefile
@@ -17,7 +17,7 @@
USE_GITHUB= yes
GH_ACCOUNT= mongodb
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
#USES= cmake:noninja pkgconfig
USE_LDCONFIG= yes
LDFLAGS+= -pthread
Index: devel/nlohmann-json/Makefile
===================================================================
--- devel/nlohmann-json/Makefile
+++ devel/nlohmann-json/Makefile
@@ -14,7 +14,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= nlohmann
NO_BUILD= yes
Index: devel/nss_wrapper/Makefile
===================================================================
--- devel/nss_wrapper/Makefile
+++ devel/nss_wrapper/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv3
-USES= cmake:outsource perl5 shebangfix
+USES= cmake perl5 shebangfix
USE_PERL5= run
USE_LDCONFIG= yes
Index: devel/okteta-kde4/Makefile
===================================================================
--- devel/okteta-kde4/Makefile
+++ devel/okteta-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libqca.so:devel/qca@qt4
-USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
+USES= cmake kde:4 qt:4 shared-mime-info tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build \
corelib designer gui script scripttools xml
Index: devel/okteta/Makefile
===================================================================
--- devel/okteta/Makefile
+++ devel/okteta/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5
-USES= cmake:outsource gettext kde:5 qt:5 shared-mime-info tar:xz
+USES= cmake gettext kde:5 qt:5 shared-mime-info tar:xz
USE_KDE= attica auth bookmarks codecs completion crash \
config configwidgets coreaddons dbusaddons doctools \
ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
Index: devel/opendht/Makefile
===================================================================
--- devel/opendht/Makefile
+++ devel/opendht/Makefile
@@ -17,7 +17,7 @@
libnettle.so:security/nettle \
libgnutls.so:security/gnutls
-USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig readline:port
+USES= cmake compiler:c++11-lib pathfix pkgconfig readline:port
USE_GITHUB= yes
GH_ACCOUNT= savoirfairelinux
USE_LDCONFIG= yes
Index: devel/p5-perlkde-kde4/Makefile
===================================================================
--- devel/p5-perlkde-kde4/Makefile
+++ devel/p5-perlkde-kde4/Makefile
@@ -12,7 +12,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource compiler:c++11-lib kde:4 perl5 qt:4 tar:xz
+USES= cmake compiler:c++11-lib kde:4 perl5 qt:4 tar:xz
USE_KDE= perlqt smokekde automoc4
USE_QT= network opengl sql svg xml \
qmake_build moc_build uic_build rcc_build
Index: devel/p5-perlqt-kde4/Makefile
===================================================================
--- devel/p5-perlqt-kde4/Makefile
+++ devel/p5-perlqt-kde4/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 \
libqwt.so:x11-toolkits/qwt5
-USES= cmake:outsource kde:4 perl5 qt:4 tar:xz
+USES= cmake kde:4 perl5 qt:4 tar:xz
USE_KDE= smokeqt qimageblitz
USE_QT= corelib dbus gui network xml \
qmake_build moc_build uic_build rcc_build
Index: devel/pam_wrapper/Makefile
===================================================================
--- devel/pam_wrapper/Makefile
+++ devel/pam_wrapper/Makefile
@@ -13,7 +13,7 @@
EXTRA_PATCHES= ${PATCHDIR}/python-detection.patch:-p1
-USES= cmake:outsource python:2.7+
+USES= cmake python:2.7+
USE_LDCONFIG= yes
CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
Index: devel/plasma5-khotkeys/Makefile
===================================================================
--- devel/plasma5-khotkeys/Makefile
+++ devel/plasma5-khotkeys/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 library for hotkeys
-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 bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm emoticons globalaccel \
guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \
Index: devel/plasma5-kwrited/Makefile
===================================================================
--- devel/plasma5-kwrited/Makefile
+++ devel/plasma5-kwrited/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 daemon listening for wall and write messages
-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= coreaddons dbusaddons ecm i18n notifications pty
USE_QT= core dbus gui widgets \
buildtools_build qmake_build
Index: devel/plasma5-plasma-sdk/Makefile
===================================================================
--- devel/plasma5-plasma-sdk/Makefile
+++ devel/plasma5-plasma-sdk/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 applications useful for Plasma development
-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= archive attica auth codecs completion config configwidgets \
coreaddons dbusaddons ecm i18n iconthemes itemmodels \
jobwidgets kdeclarative kio kirigami2 newstuff package parts \
Index: devel/poxml-kde4/Makefile
===================================================================
--- devel/poxml-kde4/Makefile
+++ devel/poxml-kde4/Makefile
@@ -13,7 +13,7 @@
BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr
-USES= cmake:outsource gettext-tools:build,run kde:4 qt:4 tar:xz
+USES= cmake gettext-tools:build,run kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build \
corelib xml
Index: devel/poxml/Makefile
===================================================================
--- devel/poxml/Makefile
+++ devel/poxml/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Tools to translate Docbook XML using gettext
-USES= cmake:outsource gettext-tools:build,run kde:5 qt:5 tar:xz
+USES= cmake gettext-tools:build,run kde:5 qt:5 tar:xz
USE_KDE= doctools ecm
USE_QT= core xml \
buildtools_build qmake_build
Index: devel/py-krosspython-kde4/Makefile
===================================================================
--- devel/py-krosspython-kde4/Makefile
+++ devel/py-krosspython-kde4/Makefile
@@ -13,7 +13,7 @@
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
USE_QT= corelib gui qmake_build moc_build uic_build rcc_build
CMAKE_ARGS+= -DBUILD_falcon:BOOL=FALSE \
Index: devel/py-opendht/Makefile
===================================================================
--- devel/py-opendht/Makefile
+++ devel/py-opendht/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libopendht.so:devel/opendht \
libgnutls.so:security/gnutls
-USES= cmake:outsource compiler:c++11-lib localbase python:3.4+
+USES= cmake compiler:c++11-lib localbase python:3.4+
USE_GITHUB= yes
GH_ACCOUNT= savoirfairelinux
USE_PYTHON= distutils cython autoplist
Index: devel/py-pykde4-kde4/Makefile
===================================================================
--- devel/py-pykde4-kde4/Makefile
+++ devel/py-pykde4-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5
-USES= cmake:outsource kde:4 python:2.7 pyqt:4 qt:4 tar:xz
+USES= cmake kde:4 python:2.7 pyqt:4 qt:4 tar:xz
USE_KDE= kdelibs nepomuk-core okular pimlibs \
akonadi automoc4 soprano
USE_PYQT= declarative designer gui network opengl phonon script sip \
Index: devel/py-pykdeuic4-kde4/Makefile
===================================================================
--- devel/py-pykdeuic4-kde4/Makefile
+++ devel/py-pykdeuic4-kde4/Makefile
@@ -13,7 +13,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource python:2.7 kde:4 qt:4 shebangfix tar:xz
+USES= cmake python:2.7 kde:4 qt:4 shebangfix tar:xz
USE_KDE= kdelibs automoc4 pykde4
USE_QT= moc_build qmake_build rcc_build uic_build
DISTINFO_FILE= ${.CURDIR:H:H}/devel/py-pykde4-kde4/distinfo
Index: devel/pybind11/Makefile
===================================================================
--- devel/pybind11/Makefile
+++ devel/pybind11/Makefile
@@ -12,7 +12,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pybind
NO_ARCH= yes
Index: devel/qca/Makefile
===================================================================
--- devel/qca/Makefile
+++ devel/qca/Makefile
@@ -17,7 +17,7 @@
FLAVORS= qt4 qt5
FLAVOR?= ${FLAVORS:[1]}
-USES= cmake:outsource tar:xz
+USES= cmake tar:xz
CMAKE_ARGS= -DBUILD_PLUGINS=none -DBUILD_TESTS=no \
-DPKGCONFIG_INSTALL_PREFIX=${PREFIX}/libdata/pkgconfig \
-DQCA_FEATURE_INSTALL_DIR=${QT_MKSPECDIR}/features \
Index: devel/qgit/Makefile
===================================================================
--- devel/qgit/Makefile
+++ devel/qgit/Makefile
@@ -11,7 +11,7 @@
LICENSE= GPLv2
-USES= cmake:outsource qt:5
+USES= cmake qt:5
USE_QT= core gui widgets \
buildtools_build qmake_build
Index: devel/range-v3/Makefile
===================================================================
--- devel/range-v3/Makefile
+++ devel/range-v3/Makefile
@@ -10,7 +10,7 @@
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= ericniebler
NO_BUILD= yes
Index: devel/rapidjson/Makefile
===================================================================
--- devel/rapidjson/Makefile
+++ devel/rapidjson/Makefile
@@ -44,7 +44,7 @@
post-patch:
@${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"| ; s| -march=native||' ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/example/CMakeLists.txt ${WRKSRC}/test/unittest/CMakeLists.txt
- @${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt # travis_doc breaks cmake, see https://github.com/miloyip/rapidjson/issues/715
+ @${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt # travis_doc breaks cmake: see https://github.com/miloyip/rapidjson/issues/715
@${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt
post-install:
Index: devel/raylib/Makefile
===================================================================
--- devel/raylib/Makefile
+++ devel/raylib/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libglfw.so:graphics/glfw
-USES= cmake:outsource localbase:ldflags
+USES= cmake localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= raysan5
USE_LDCONFIG= yes
Index: devel/replxx/Makefile
===================================================================
--- devel/replxx/Makefile
+++ devel/replxx/Makefile
@@ -11,7 +11,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USES= cmake:outsource compiler:c++14-lang
+USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= AmokHuginnsson
Index: devel/resolv_wrapper/Makefile
===================================================================
--- devel/resolv_wrapper/Makefile
+++ devel/resolv_wrapper/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv3
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
Index: devel/ruby-korundum-kde4/Makefile
===================================================================
--- devel/ruby-korundum-kde4/Makefile
+++ devel/ruby-korundum-kde4/Makefile
@@ -12,7 +12,7 @@
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= kate kdelibs okular pimlibs \
qtruby smokegen smokekde smokeqt \
akonadi automoc4 soprano
Index: devel/ruby-krossruby-kde4/Makefile
===================================================================
--- devel/ruby-krossruby-kde4/Makefile
+++ devel/ruby-krossruby-kde4/Makefile
@@ -13,7 +13,7 @@
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 pimlibs automoc4
USE_QT= corelib gui qmake_build moc_build uic_build rcc_build
USE_RUBY= yes
Index: devel/ruby-qtruby-kde4/Makefile
===================================================================
--- devel/ruby-qtruby-kde4/Makefile
+++ devel/ruby-qtruby-kde4/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5 \
libqscintilla2_qt4.so:devel/qscintilla2
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= smokeqt
USE_QT= corelib dbus declarative gui network phonon script webkit xml \
qmake_build moc_build uic_build rcc_build
Index: devel/silentbob/Makefile
===================================================================
--- devel/silentbob/Makefile
+++ devel/silentbob/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv2
-USES= cmake:outsource
+USES= cmake
PORTDOCS= README
PLIST_FILES= bin/silentbob
Index: devel/smokegen-kde4/Makefile
===================================================================
--- devel/smokegen-kde4/Makefile
+++ devel/smokegen-kde4/Makefile
@@ -10,7 +10,7 @@
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_QT= corelib xml qmake_build moc_build uic_build rcc_build
CMAKE_ARGS+= -DSMOKE_CMAKE_MODULE_DIR:PATH=${PREFIX}/lib/cmake/smoke
USE_LDCONFIG= yes
Index: devel/smokekde-kde4/Makefile
===================================================================
--- devel/smokekde-kde4/Makefile
+++ devel/smokekde-kde4/Makefile
@@ -11,7 +11,7 @@
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= kate kdelibs okular pimlibs \
smokegen smokeqt akonadi automoc4 soprano
USE_QT= corelib dbus designer_build gui network opengl sql svg xml \
Index: devel/smokeqt-kde4/Makefile
===================================================================
--- devel/smokeqt-kde4/Makefile
+++ devel/smokeqt-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 \
libqwt.so:x11-toolkits/qwt5
-USES= cmake:outsource kde:4 pkgconfig qt:4 tar:xz
+USES= cmake kde:4 pkgconfig qt:4 tar:xz
USE_KDE= smokegen qimageblitz
USE_QT= corelib dbus declarative designer_build gui help \
multimedia network opengl phonon qtestlib script \
Index: devel/socket_wrapper/Makefile
===================================================================
--- devel/socket_wrapper/Makefile
+++ devel/socket_wrapper/Makefile
@@ -12,7 +12,7 @@
BROKEN_aarch64= fails to compile: socket_wrapper.c:4036:9: cast to 'void *' from smaller integer type 'uintptr_t' (aka 'unsigned int')
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
Index: devel/spirv-tools/Makefile
===================================================================
--- devel/spirv-tools/Makefile
+++ devel/spirv-tools/Makefile
@@ -10,7 +10,7 @@
LICENSE= APACHE20
-USES= cmake:outsource compiler:c++11-lib python:build shebangfix
+USES= cmake compiler:c++11-lib python:build shebangfix
USE_LDCONFIG= yes
SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh
Index: devel/stxxl/Makefile
===================================================================
--- devel/stxxl/Makefile
+++ devel/stxxl/Makefile
@@ -12,7 +12,7 @@
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
-USES= cmake:outsource
+USES= cmake
CMAKE_ARGS= -DINSTALL_PKGCONFIG_DIR:STRING="libdata/pkgconfig" \
-DUSE_GNU_PARALLEL:BOOL=OFF # may be enabled for future versions of clang with openmp support
Index: devel/ucommon/Makefile
===================================================================
--- devel/ucommon/Makefile
+++ devel/ucommon/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
-USES= compiler:c++11-lib cmake:outsource pathfix pkgconfig ssl
+USES= compiler:c++11-lib cmake pathfix pkgconfig ssl
CMAKE_ARGS= -DBUILD_TESTING:BOOL=ON \
-DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME}
USE_LDCONFIG= yes
Index: devel/uid_wrapper/Makefile
===================================================================
--- devel/uid_wrapper/Makefile
+++ devel/uid_wrapper/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv3
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
Index: devel/umbrello-kde4/Makefile
===================================================================
--- devel/umbrello-kde4/Makefile
+++ devel/umbrello-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_GNOME= libxml2 libxslt
USE_QT= moc_build qmake_build rcc_build uic_build
Index: devel/umbrello/Makefile
===================================================================
--- devel/umbrello/Makefile
+++ devel/umbrello/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm guiaddons i18n iconthemes itemviews \
Index: devel/vera++/Makefile
===================================================================
--- devel/vera++/Makefile
+++ devel/vera++/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
-USES= cmake:outsource tk
+USES= cmake tk
CMAKE_ARGS+= -DTCL_INCLUDE_PATH=${TCL_INCLUDEDIR} \
-DTK_INCLUDE_PATH=${TK_INCLUDEDIR} \
Index: devel/vexcl/Makefile
===================================================================
--- devel/vexcl/Makefile
+++ devel/vexcl/Makefile
@@ -15,7 +15,7 @@
opencl>0:devel/opencl \
ocl-icd>0:devel/ocl-icd
-USES= cmake:outsource localbase:ldflags
+USES= cmake localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= ddemidov
NO_ARCH= yes
Index: devel/vulkan-headers/Makefile
===================================================================
--- devel/vulkan-headers/Makefile
+++ devel/vulkan-headers/Makefile
@@ -10,7 +10,7 @@
LICENSE= APACHE20
-USES= cmake:outsource
+USES= cmake
STRIP= # nothing to strip
USE_GITHUB= yes
Index: devel/vulkan-tools/Makefile
===================================================================
--- devel/vulkan-tools/Makefile
+++ devel/vulkan-tools/Makefile
@@ -17,7 +17,7 @@
libXrandr.so:x11/libXrandr \
libxcb.so:x11/libxcb
-USES= cmake:outsource compiler:c++11-lib pkgconfig python:3.4+,build
+USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
Index: devel/vulkan-validation-layers/Makefile
===================================================================
--- devel/vulkan-validation-layers/Makefile
+++ devel/vulkan-validation-layers/Makefile
@@ -15,7 +15,7 @@
${LOCALBASE}/include/spirv-tools/libspirv.h:devel/spirv-tools \
${LOCALBASE}/include/SPIRV/spirv.hpp:devel/glslang
-USES= cmake:outsource compiler:c++11-lib pkgconfig python:3.4+,build
+USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: devel/woff2/Makefile
===================================================================
--- devel/woff2/Makefile
+++ devel/woff2/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libbrotlidec.so:archivers/brotli
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= google
USE_LDCONFIG= yes
Index: devel/xeus-cling/Makefile
===================================================================
--- devel/xeus-cling/Makefile
+++ devel/xeus-cling/Makefile
@@ -22,7 +22,7 @@
libxeus.so:devel/xeus \
libzmq.so:net/libzmq4
-USES= cmake:outsource compiler:c++14-lang pkgconfig
+USES= cmake compiler:c++14-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= QuantStack
Index: devel/xeus/Makefile
===================================================================
--- devel/xeus/Makefile
+++ devel/xeus/Makefile
@@ -18,7 +18,7 @@
libuuid.so:misc/e2fsprogs-libuuid \
libzmq.so:net/libzmq4
-USES= cmake:outsource compiler:c++14-lang localbase:ldflags pkgconfig
+USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= QuantStack
USE_LDCONFIG= yes
Index: devel/xxhash/Makefile
===================================================================
--- devel/xxhash/Makefile
+++ devel/xxhash/Makefile
@@ -15,7 +15,7 @@
GH_ACCOUNT= Cyan4973
GH_PROJECT= xxHash
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/cmake_unofficial
Index: devel/yajl/Makefile
===================================================================
--- devel/yajl/Makefile
+++ devel/yajl/Makefile
@@ -15,7 +15,7 @@
CFLAGS+= -g -O0
USE_LDCONFIG= yes
-USES= cmake:outsource
+USES= cmake
PLIST_SUB= VERSION=${PORTVERSION}
Index: devel/zapcc/Makefile
===================================================================
--- devel/zapcc/Makefile
+++ devel/zapcc/Makefile
@@ -14,7 +14,7 @@
BUILD_DEPENDS= googletest>0:devel/googletest
-USES= cmake:outsource libedit python:3.4+ shebangfix
+USES= cmake libedit python:3.4+ shebangfix
USE_GITHUB= yes
GH_ACCOUNT= yrnkrn
GH_PROJECT= zapcc
Index: devel/zeal/Makefile
===================================================================
--- devel/zeal/Makefile
+++ devel/zeal/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libxcb.so:x11/libxcb \
libxcb-keysyms.so:x11/xcb-util-keysyms
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
kde:5 libarchive pkgconfig qt:5 sqlite
USE_GL= gl # Dependency added by qt5-gui.
USE_GITHUB= yes
Index: dns/kf5-kdnssd/Makefile
===================================================================
--- dns/kf5-kdnssd/Makefile
+++ dns/kf5-kdnssd/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 abstraction to system DNSSD features
-USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core linguisttools network qmake_build
Index: dns/mdnsd/Makefile
===================================================================
--- dns/mdnsd/Makefile
+++ dns/mdnsd/Makefile
@@ -17,7 +17,7 @@
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wpedantic"
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= Pro
USE_LDCONFIG= yes
Index: dns/qmdnsengine/Makefile
===================================================================
--- dns/qmdnsengine/Makefile
+++ dns/qmdnsengine/Makefile
@@ -12,7 +12,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:outsource qt:5
+USES= cmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= nitroshare
USE_QT= core network buildtools_build qmake_build
Index: editors/calligra/Makefile
===================================================================
--- editors/calligra/Makefile
+++ editors/calligra/Makefile
@@ -36,7 +36,7 @@
BUILD_DEPENDS= pstoedit:graphics/pstoedit
RUN_DEPENDS= pstoedit:graphics/pstoedit
-USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils eigen:3 \
+USES= cmake cpe compiler:c++11-lib desktop-file-utils eigen:3 \
gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \
qt:5 shared-mime-info sqlite tar:xz
USE_KDE= activities archive auth bookmarks codecs completion config \
Index: editors/calligraplan/Makefile
===================================================================
--- editors/calligraplan/Makefile
+++ editors/calligraplan/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libKChart.so:graphics/kdiagram
-USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils kde:5 \
+USES= cmake cpe compiler:c++11-lib desktop-file-utils kde:5 \
qt:5 tar:xz
USE_KDE= activities akonadi archive auth bookmarks codecs completion config \
configwidgets coreaddons dbusaddons ecm guiaddons holidays i18n \
Index: editors/codelite/Makefile
===================================================================
--- editors/codelite/Makefile
+++ editors/codelite/Makefile
@@ -19,7 +19,7 @@
USE_GITHUB= yes
GH_ACCOUNT= eranif
-USES= cmake:outsource,noninja compiler:c++11-lib dos2unix gettext \
+USES= cmake:noninja compiler:c++11-lib dos2unix gettext \
pathfix shebangfix sqlite
USE_GNOME+= cairo gtk20
DOS2UNIX_GLOB= *.cpp *.txt
Index: editors/ecrire/Makefile
===================================================================
--- editors/ecrire/Makefile
+++ editors/ecrire/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libefl.so:devel/efl
-USES= cmake:outsource desktop-file-utils pkgconfig
+USES= cmake desktop-file-utils pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= Obsidian-StudiosInc
Index: editors/jucipp/Makefile
===================================================================
--- editors/jucipp/Makefile
+++ editors/jucipp/Makefile
@@ -20,7 +20,7 @@
libgit2.so:devel/libgit2 \
libclang.so.5:devel/llvm50
-USES= cmake:outsource desktop-file-utils pkgconfig
+USES= cmake desktop-file-utils pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= cppit
GH_TUPLE= cppit:libclangmm:5a0195e:libclangmm/libclangmm \
Index: editors/kate-kde4/Makefile
===================================================================
--- editors/kate-kde4/Makefile
+++ editors/kate-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libqjson.so:devel/qjson@qt4
-USES= cmake:outsource gettext kde:4 perl5 qt:4 tar:xz
+USES= cmake gettext kde:4 perl5 qt:4 tar:xz
USE_KDE= kdelibs automoc4 kactivities
USE_PERL5= build
USE_QT= dbus gui script sql webkit xml \
Index: editors/kate-plugin-pate-kde4/Makefile
===================================================================
--- editors/kate-plugin-pate-kde4/Makefile
+++ editors/kate-plugin-pate-kde4/Makefile
@@ -12,7 +12,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource,noninja kde:4 python:2.7 qt:4 tar:xz
+USES= cmake:noninja kde:4 python:2.7 qt:4 tar:xz
USE_KDE= kdelibs automoc4 kate \
pykde4_build pykde4_run
USE_QT= gui webkit \
Index: editors/kate/Makefile
===================================================================
--- editors/kate/Makefile
+++ editors/kate/Makefile
@@ -11,7 +11,7 @@
docbook-xml>0:textproc/docbook-xml
LIB_DEPENDS= libgit2.so:devel/libgit2
-USES= cmake:outsource desktop-file-utils gettext pkgconfig kde:5 qt:5 tar:xz
+USES= cmake desktop-file-utils gettext pkgconfig kde:5 qt:5 tar:xz
USE_KDE= activities attica auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons doctools ecm \
guiaddons i18n iconthemes init itemmodels itemviews \
Index: editors/kile/Makefile
===================================================================
--- editors/kile/Makefile
+++ editors/kile/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libpoppler-qt5.so:graphics/poppler-qt5
-USES= cmake:outsource desktop-file-utils kde:5 \
+USES= cmake desktop-file-utils kde:5 \
qt:5 shared-mime-info shebangfix
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
Index: editors/neovim-qt/Makefile
===================================================================
--- editors/neovim-qt/Makefile
+++ editors/neovim-qt/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libmsgpackc.so:devel/msgpack
RUN_DEPENDS= neovim>=0:editors/neovim
-USES= cmake:outsource desktop-file-utils qt:5
+USES= cmake desktop-file-utils qt:5
USE_GITHUB= yes
GH_ACCOUNT= equalsraf
USE_QT= core gui testlib network widgets buildtools_build qmake_build
Index: editors/neovim/Makefile
===================================================================
--- editors/neovim/Makefile
+++ editors/neovim/Makefile
@@ -22,7 +22,7 @@
libuv.so:devel/libuv \
libvterm.so:devel/libvterm
-USES= cmake:outsource iconv lua:build pathfix pkgconfig
+USES= cmake iconv lua:build pathfix pkgconfig
USE_GITHUB= yes
GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \
libmpack:libmpack-lua:1.0.7:libmpack_lua
Index: emulators/citra/Makefile
===================================================================
--- emulators/citra/Makefile
+++ emulators/citra/Makefile
@@ -39,7 +39,7 @@
zeromq:cppzmq:v4.2.3:cppzmq/externals/cppzmq \
zeromq:libzmq:v4.2.5:libzmq/externals/libzmq
-USES= cmake:outsource compiler:c++17-lang iconv localbase:ldflags
+USES= cmake compiler:c++17-lang iconv localbase:ldflags
USE_SDL= sdl2
CMAKE_OFF= ENABLE_SCRIPTING # XXX #4206 and #4207
LDFLAGS+= -Wl,--as-needed # Qt5Network
Index: emulators/mgba/Makefile
===================================================================
--- emulators/mgba/Makefile
+++ emulators/mgba/Makefile
@@ -21,7 +21,7 @@
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libpng.so:graphics/png
-USES= cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig sqlite:3
+USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig sqlite:3
USE_GITHUB= yes
GH_ACCOUNT= mgba-emu
Index: emulators/ppsspp/Makefile
===================================================================
--- emulators/ppsspp/Makefile
+++ emulators/ppsspp/Makefile
@@ -36,7 +36,7 @@
CONFLICTS_INSTALL= ${PORTNAME}-*
-USES= cmake:outsource compiler:c++11-lib localbase:ldflags pkgconfig
+USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig
EXCLUDE= libzip zlib
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
USE_GL= gl glew glu
Index: emulators/rpcs3/Makefile
===================================================================
--- emulators/rpcs3/Makefile
+++ emulators/rpcs3/Makefile
@@ -38,7 +38,7 @@
USCiLab:cereal:v1.2.0:cereal/3rdparty/cereal \
zeux:pugixml:v1.9:pugixml/3rdparty/pugixml
-USES= cmake:outsource compiler:c++17-lang iconv:wchar_t localbase:ldflags \
+USES= cmake compiler:c++17-lang iconv:wchar_t localbase:ldflags \
openal:soft pkgconfig qt:5
USE_GL= gl glew
USE_QT= qmake_build buildtools_build core dbus gui network widgets qml
Index: emulators/tpm-emulator/Makefile
===================================================================
--- emulators/tpm-emulator/Makefile
+++ emulators/tpm-emulator/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libgmp.so:math/gmp
-USES= cmake:outsource
+USES= cmake
USE_RC_SUBR= tpmd
CONFIGURE_ENV= PREFIX="${PREFIX}"
CMAKE_ARGS= -DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \
Index: finance/alkimia/Makefile
===================================================================
--- finance/alkimia/Makefile
+++ finance/alkimia/Makefile
@@ -15,7 +15,7 @@
# Depending on ecm via USE_KDE causes unwanted CMAKE_ARGS to be set
BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
-USES= cmake:outsource pathfix tar:xz
+USES= cmake pathfix tar:xz
USE_LDCONFIG= yes
SLAVE?= qt5
Index: finance/skrooge/Makefile
===================================================================
--- finance/skrooge/Makefile
+++ finance/skrooge/Makefile
@@ -17,7 +17,7 @@
libqca-qt5.so:devel/qca@qt5 \
libsqlcipher.so:databases/sqlcipher
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
gettext grantlee:5 kde:5 pkgconfig python:3.4+ qt:5 shared-mime-info \
shebangfix sqlite:3 tar:xz
USE_KDE= activities archive attica5 auth bookmarks codecs completion \
Index: games/blinken-kde4/Makefile
===================================================================
--- games/blinken-kde4/Makefile
+++ games/blinken-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: games/blinken/Makefile
===================================================================
--- games/blinken/Makefile
+++ games/blinken/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Memory enhancement game for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
doctools ecm guiaddons i18n widgetsaddons xmlgui
USE_QT= core dbus gui phonon4 svg widgets xml \
Index: games/bomber-kde4/Makefile
===================================================================
--- games/bomber-kde4/Makefile
+++ games/bomber-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/bomber/Makefile
===================================================================
--- games/bomber/Makefile
+++ games/bomber/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm i18n kio libkdegames widgetsaddons xmlgui
USE_QT= core dbus gui network widgets phonon4 qml quick xml \
Index: games/bovo-kde4/Makefile
===================================================================
--- games/bovo-kde4/Makefile
+++ games/bovo-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
USE_CXXSTD= gnu++98
Index: games/bovo/Makefile
===================================================================
--- games/bovo/Makefile
+++ games/bovo/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui
USE_QT= concurrent core dbus gui network qml quick svg widgets xml \
Index: games/bstone/Makefile
===================================================================
--- games/bstone/Makefile
+++ games/bstone/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../LICENSE
-USES= cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig
+USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= bibendovsky
USE_SDL= sdl2
Index: games/doomsday/Makefile
===================================================================
--- games/doomsday/Makefile
+++ games/doomsday/Makefile
@@ -17,7 +17,7 @@
libfluidsynth.so:audio/fluidsynth
RUN_DEPENDS= timidity:audio/timidity
-USES= cmake:outsource compiler:c++11-lib localbase:ldflags ninja openal pkgconfig python:2.7,build qt:5
+USES= cmake compiler:c++11-lib localbase:ldflags ninja openal pkgconfig python:2.7,build qt:5
USE_GL= gl glu
USE_LDCONFIG= yes
USE_SDL= sdl2 mixer2
Index: games/dustrac/Makefile
===================================================================
--- games/dustrac/Makefile
+++ games/dustrac/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis
-USES= compiler:c++11-lib cmake:outsource openal pkgconfig qt:5
+USES= compiler:c++11-lib cmake openal pkgconfig qt:5
USE_GL= glu
USE_QT= core opengl xml widgets \
buildtools_build linguisttools_build qmake_build
Index: games/emptyepsilon/Makefile
===================================================================
--- games/emptyepsilon/Makefile
+++ games/emptyepsilon/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libsfml-system.so:devel/sfml
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= daid
GH_PROJECT= EmptyEpsilon SeriousProton:sproton
Index: games/freecell-solver/Makefile
===================================================================
--- games/freecell-solver/Makefile
+++ games/freecell-solver/Makefile
@@ -24,7 +24,7 @@
OPTIONS_DEFINE= DOCS EXAMPLES TCMALLOC
TCMALLOC_DESC= Use Google's TCMalloc
-USES= cmake:outsource compiler:c11 perl5 python:3.4+ shebangfix tar:xz
+USES= cmake compiler:c11 perl5 python:3.4+ shebangfix tar:xz
USE_PERL5= build
SHEBANG_FILES= board_gen/make_pysol_freecell_board.py \
board_gen/transpose-freecell-board.py \
Index: games/gcompris-qt/Makefile
===================================================================
--- games/gcompris-qt/Makefile
+++ games/gcompris-qt/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libBox2D.so:x11-toolkits/qml-box2d
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= doctools
USE_QT= core graphicaleffects gui multimedia network qml quick quickcontrols \
sensors svg widgets xml xmlpatterns \
Index: games/gemrb/Makefile
===================================================================
--- games/gemrb/Makefile
+++ games/gemrb/Makefile
@@ -23,7 +23,7 @@
OPENGL_CMAKE_ON=-DOPENGL_BACKEND=OpenGL
PLIST_SUB= PORTVERSION=${PORTVERSION}
-USES= cmake:outsource openal:al,alut python:2.7 shebangfix iconv localbase
+USES= cmake openal:al,alut python:2.7 shebangfix iconv localbase
SHEBANG_FILES= admin/extend2da.py
USE_SDL= sdl2
USE_LDCONFIG= yes
Index: games/granatier-kde4/Makefile
===================================================================
--- games/granatier-kde4/Makefile
+++ games/granatier-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui xml \
moc_build qmake_build rcc_build uic_build
Index: games/granatier/Makefile
===================================================================
--- games/granatier/Makefile
+++ games/granatier/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
libkdegames newstuff notifyconfig service widgetsaddons xmlgui
Index: games/gzdoom/Makefile
===================================================================
--- games/gzdoom/Makefile
+++ games/gzdoom/Makefile
@@ -24,7 +24,7 @@
DATADIR= ${DMDIR}/${PORTNAME}
-USES= cmake:outsource gettext jpeg openal pkgconfig
+USES= cmake gettext jpeg openal pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= coelckers
Index: games/instead/Makefile
===================================================================
--- games/instead/Makefile
+++ games/instead/Makefile
@@ -13,7 +13,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource iconv lua:51 pkgconfig
+USES= cmake iconv lua:51 pkgconfig
CMAKE_ARGS= -DMANDIR=man
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Index: games/julius/Makefile
===================================================================
--- games/julius/Makefile
+++ games/julius/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv3
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= bvschaik
Index: games/kajongg-kde4/Makefile
===================================================================
--- games/kajongg-kde4/Makefile
+++ games/kajongg-kde4/Makefile
@@ -14,7 +14,7 @@
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
NO_ARCH= yes
-USES= cmake:outsource kde:4 python:2.7 qt:4 tar:xz shebangfix sqlite
+USES= cmake kde:4 python:2.7 qt:4 tar:xz shebangfix sqlite
USE_KDE= kdelibs pykde4 automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
CMAKE_ARGS= -DINSTALL_KAJONGG:BOOL=TRUE
Index: games/kajongg/Makefile
===================================================================
--- games/kajongg/Makefile
+++ games/kajongg/Makefile
@@ -11,7 +11,7 @@
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
-USES= cmake:outsource pkgconfig python:3 pyqt:5 kde:5 qt:5 tar:xz \
+USES= cmake pkgconfig python:3 pyqt:5 kde:5 qt:5 tar:xz \
sqlite
USE_KDE= config doctools ecm
USE_PYQT= core gui svg widgets
Index: games/kanagram-kde4/Makefile
===================================================================
--- games/kanagram-kde4/Makefile
+++ games/kanagram-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkeduvocdocument automoc4
USE_QT= xml corelib declarative gui opengl script xml \
moc_build qmake_build rcc_build uic_build
Index: games/kanagram/Makefile
===================================================================
--- games/kanagram/Makefile
+++ games/kanagram/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Letter order game for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
doctools ecm i18n kdeclarative kio libkeduvocdocument newstuff \
package service sonnet widgetsaddons xmlgui
Index: games/kapman-kde4/Makefile
===================================================================
--- games/kapman-kde4/Makefile
+++ games/kapman-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui xml \
moc_build qmake_build rcc_build uic_build
Index: games/kapman/Makefile
===================================================================
--- games/kapman/Makefile
+++ games/kapman/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm i18n libkdegames notifyconfig widgetsaddons \
windowsystem xmlgui
Index: games/katomic-kde4/Makefile
===================================================================
--- games/katomic-kde4/Makefile
+++ games/katomic-kde4/Makefile
@@ -11,7 +11,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 qt:4 shebangfix tar:xz
+USES= cmake kde:4 qt:4 shebangfix tar:xz
USE_KDE= kdelibs libkdegames automoc4
SHEBANG_FILES= katomic-levelset-upd.pl
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/katomic/Makefile
===================================================================
--- games/katomic/Makefile
+++ games/katomic/Makefile
@@ -6,7 +6,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz
+USES= cmake gettext kde:5 qt:5 shebangfix tar:xz
USE_KDE= attica auth codecs config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
libkdegames newstuff notifyconfig service widgetsaddons xmlgui
Index: games/kblackbox-kde4/Makefile
===================================================================
--- games/kblackbox-kde4/Makefile
+++ games/kblackbox-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui xml \
moc_build qmake_build rcc_build uic_build
Index: games/kblackbox/Makefile
===================================================================
--- games/kblackbox/Makefile
+++ games/kblackbox/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= archive auth codecs config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes libkdegames sonnet \
textwidgets widgetsaddons xmlgui
Index: games/kblocks-kde4/Makefile
===================================================================
--- games/kblocks-kde4/Makefile
+++ games/kblocks-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui network \
moc_build qmake_build rcc_build uic_build
Index: games/kblocks/Makefile
===================================================================
--- games/kblocks/Makefile
+++ games/kblocks/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons i18n itemmodels kio libkdegames newstuff \
notifyconfig textwidgets widgetsaddons windowsystem xmlgui
Index: games/kbounce-kde4/Makefile
===================================================================
--- games/kbounce-kde4/Makefile
+++ games/kbounce-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kbounce/Makefile
===================================================================
--- games/kbounce/Makefile
+++ games/kbounce/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio \
libkdegames notifyconfig service textwidgets widgetsaddons xmlgui
Index: games/kbreakout-kde4/Makefile
===================================================================
--- games/kbreakout-kde4/Makefile
+++ games/kbreakout-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui xml \
moc_build qmake_build rcc_build uic_build
Index: games/kbreakout/Makefile
===================================================================
--- games/kbreakout/Makefile
+++ games/kbreakout/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio libkdegames \
service widgetsaddons xmlgui
Index: games/kdiamond-kde4/Makefile
===================================================================
--- games/kdiamond-kde4/Makefile
+++ games/kdiamond-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kdiamond/Makefile
===================================================================
--- games/kdiamond/Makefile
+++ games/kdiamond/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
doctools ecm guiaddons i18n iconthemes libkdegames \
notifications notifyconfig widgetsaddons xmlgui
Index: games/kfourinline-kde4/Makefile
===================================================================
--- games/kfourinline-kde4/Makefile
+++ games/kfourinline-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kfourinline/Makefile
===================================================================
--- games/kfourinline/Makefile
+++ games/kfourinline/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons dnssd ecm i18n iconthemes itemmodels itemviews \
kdeclarative kdelibs4support kio libkdegames notifyconfig \
Index: games/kgoldrunner-kde4/Makefile
===================================================================
--- games/kgoldrunner-kde4/Makefile
+++ games/kgoldrunner-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kgoldrunner/Makefile
===================================================================
--- games/kgoldrunner/Makefile
+++ games/kgoldrunner/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash dbusaddons ecm i18n kio libkdegames service \
widgetsaddons xmlgui
Index: games/khangman-kde4/Makefile
===================================================================
--- games/khangman-kde4/Makefile
+++ games/khangman-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkeduvocdocument automoc4
USE_QT= corelib declarative gui opengl script xml \
moc_build qmake_build rcc_build uic_build
Index: games/khangman/Makefile
===================================================================
--- games/khangman/Makefile
+++ games/khangman/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Hangman game for KDE 4
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash doctools ecm i18n kdeclarative libkeduvocdocument \
newstuff notifications package service widgetsaddons xmlgui
Index: games/kigo-kde4/Makefile
===================================================================
--- games/kigo-kde4/Makefile
+++ games/kigo-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kigo/Makefile
===================================================================
--- games/kigo/Makefile
+++ games/kigo/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n jobwidgets kio \
libkdegames newstuff notifyconfig service sonnet textwidgets \
Index: games/killbots-kde4/Makefile
===================================================================
--- games/killbots-kde4/Makefile
+++ games/killbots-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui qtestlib xml \
moc_build qmake_build rcc_build uic_build
Index: games/killbots/Makefile
===================================================================
--- games/killbots/Makefile
+++ games/killbots/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
libkdegames notifyconfig widgetsaddons xmlgui
Index: games/kiriki-kde4/Makefile
===================================================================
--- games/kiriki-kde4/Makefile
+++ games/kiriki-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kiriki/Makefile
===================================================================
--- games/kiriki/Makefile
+++ games/kiriki/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm guiaddons i18n iconthemes kio libkdegames widgetsaddons xmlgui
USE_QT= core dbus gui network printsupport qml quick svg widgets xml \
Index: games/kjumpingcube-kde4/Makefile
===================================================================
--- games/kjumpingcube-kde4/Makefile
+++ games/kjumpingcube-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kjumpingcube/Makefile
===================================================================
--- games/kjumpingcube/Makefile
+++ games/kjumpingcube/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes itemviews jobwidgets \
kio libkdegames newstuff notifyconfig service widgetsaddons \
Index: games/klickety-kde4/Makefile
===================================================================
--- games/klickety-kde4/Makefile
+++ games/klickety-kde4/Makefile
@@ -11,7 +11,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 qt:4 shebangfix tar:xz
+USES= cmake kde:4 qt:4 shebangfix tar:xz
USE_KDE= kdelibs libkdegames automoc4
SHEBANG_FILES= klickety-2.0-inherit-ksame-highscore.pl
USE_QT= corelib gui xml \
Index: games/klickety/Makefile
===================================================================
--- games/klickety/Makefile
+++ games/klickety/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz
+USES= cmake gettext kde:5 qt:5 shebangfix tar:xz
SHEBANG_FILES= klickety-2.0-inherit-ksame-highscore.pl
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools ecm i18n itemviews \
Index: games/klines-kde4/Makefile
===================================================================
--- games/klines-kde4/Makefile
+++ games/klines-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/klines/Makefile
===================================================================
--- games/klines/Makefile
+++ games/klines/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm guiaddons i18n iconthemes itemviews kio libkdegames \
newstuff service widgetsaddons xmlgui
Index: games/kmahjongg-kde4/Makefile
===================================================================
--- games/kmahjongg-kde4/Makefile
+++ games/kmahjongg-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libkmahjongglib.so:games/libkmahjongg-kde4
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kmahjongg/Makefile
===================================================================
--- games/kmahjongg/Makefile
+++ games/kmahjongg/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libKF5KMahjongglib.so:games/libkmahjongg
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons doctools ecm i18n kdeclarative libkdegames newstuff \
widgetsaddons xmlgui
Index: games/kmines-kde4/Makefile
===================================================================
--- games/kmines-kde4/Makefile
+++ games/kmines-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kmines/Makefile
===================================================================
--- games/kmines/Makefile
+++ games/kmines/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm i18n kio libkdegames notifyconfig sonnet textwidgets \
widgetsaddons xmlgui
Index: games/knavalbattle-kde4/Makefile
===================================================================
--- games/knavalbattle-kde4/Makefile
+++ games/knavalbattle-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui network xml \
moc_build qmake_build rcc_build uic_build
Index: games/knavalbattle/Makefile
===================================================================
--- games/knavalbattle/Makefile
+++ games/knavalbattle/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons dnssd doctools ecm i18n libkdegames sonnet \
textwidgets widgetsaddons xmlgui
Index: games/knetwalk-kde4/Makefile
===================================================================
--- games/knetwalk-kde4/Makefile
+++ games/knetwalk-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/knetwalk/Makefile
===================================================================
--- games/knetwalk/Makefile
+++ games/knetwalk/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm guiaddons i18n iconthemes itemviews kio libkdegames \
notifyconfig sonnet textwidgets widgetsaddons xmlgui
Index: games/knights-kde4/Makefile
===================================================================
--- games/knights-kde4/Makefile
+++ games/knights-kde4/Makefile
@@ -14,7 +14,7 @@
LICENSE= GPLv2
-USES= cmake:outsource kde:4 qt:4 tar:bzip2
+USES= cmake kde:4 qt:4 tar:bzip2
USE_KDE= kdelibs automoc4 workspace libkdegames
USE_QT= qmake_build moc_build rcc_build uic_build
Index: games/kolf-kde4/Makefile
===================================================================
--- games/kolf-kde4/Makefile
+++ games/kolf-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: games/kolf/Makefile
===================================================================
--- games/kolf/Makefile
+++ games/kolf/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
itemviews jobwidgets kdelibs4support kio libkdegames \
Index: games/kollision-kde4/Makefile
===================================================================
--- games/kollision-kde4/Makefile
+++ games/kollision-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kollision/Makefile
===================================================================
--- games/kollision/Makefile
+++ games/kollision/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
ecm i18n kio libkdegames newstuff notifyconfig textwidgets \
widgetsaddons xmlgui
Index: games/konquest-kde4/Makefile
===================================================================
--- games/konquest-kde4/Makefile
+++ games/konquest-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/konquest/Makefile
===================================================================
--- games/konquest/Makefile
+++ games/konquest/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n libkdegames widgetsaddons \
xmlgui
Index: games/kpat-kde4/Makefile
===================================================================
--- games/kpat-kde4/Makefile
+++ games/kpat-kde4/Makefile
@@ -11,7 +11,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
+USES= cmake kde:4 qt:4 shared-mime-info tar:xz
USE_KDE= kdelibs libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kpat/Makefile
===================================================================
--- games/kpat/Makefile
+++ games/kpat/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libfreecell-solver.so:games/freecell-solver
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 shared-mime-info tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 shared-mime-info tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash dbusaddons ecm guiaddons i18n iconthemes itemviews \
kdeclarative kio libkdegames newstuff notifyconfig service \
Index: games/kreversi-kde4/Makefile
===================================================================
--- games/kreversi-kde4/Makefile
+++ games/kreversi-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kreversi/Makefile
===================================================================
--- games/kreversi/Makefile
+++ games/kreversi/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
jobwidgets kdeclarative kio libkdegames package service \
Index: games/kshisen-kde4/Makefile
===================================================================
--- games/kshisen-kde4/Makefile
+++ games/kshisen-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libkmahjongglib.so:games/libkmahjongg-kde4
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kshisen/Makefile
===================================================================
--- games/kshisen/Makefile
+++ games/kshisen/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libKF5KMahjongglib.so:games/libkmahjongg
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons dnssd ecm i18n kdeclarative kio libkdegames \
newstuff widgetsaddons xmlgui
Index: games/ksirk-kde4/Makefile
===================================================================
--- games/ksirk-kde4/Makefile
+++ games/ksirk-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libqca.so:devel/qca@qt4
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs libkdegames automoc4
USE_QT= corelib gui corelib gui network qt3support svg xml \
moc_build qmake_build rcc_build uic_build
Index: games/ksirk/Makefile
===================================================================
--- games/ksirk/Makefile
+++ games/ksirk/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets \
coreaddons crash i18n iconthemes kio libkdegames newstuff \
service wallet widgetsaddons xmlgui
Index: games/ksnakeduel-kde4/Makefile
===================================================================
--- games/ksnakeduel-kde4/Makefile
+++ games/ksnakeduel-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/ksnakeduel/Makefile
===================================================================
--- games/ksnakeduel/Makefile
+++ games/ksnakeduel/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash dbusaddons ecm guiaddons i18n libkdegames \
widgetsaddons xmlgui
Index: games/kspaceduel-kde4/Makefile
===================================================================
--- games/kspaceduel-kde4/Makefile
+++ games/kspaceduel-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/kspaceduel/Makefile
===================================================================
--- games/kspaceduel/Makefile
+++ games/kspaceduel/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash dbusaddons ecm i18n libkdegames widgetsaddons xmlgui
USE_QT= core dbus gui network qml quick svg widgets xml \
Index: games/ksquares-kde4/Makefile
===================================================================
--- games/ksquares-kde4/Makefile
+++ games/ksquares-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/ksquares/Makefile
===================================================================
--- games/ksquares/Makefile
+++ games/ksquares/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
libkdegames notifyconfig widgetsaddons xmlgui
Index: games/ksudoku-kde4/Makefile
===================================================================
--- games/ksudoku-kde4/Makefile
+++ games/ksudoku-kde4/Makefile
@@ -11,7 +11,7 @@
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_GL= glu
USE_KDE= kdelibs libkdegames automoc4
USE_QT= corelib gui corelib gui opengl \
Index: games/ksudoku/Makefile
===================================================================
--- games/ksudoku/Makefile
+++ games/ksudoku/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_GL= gl glu
USE_KDE= archive auth codecs completion config configwidgets \
coreaddons crash ecm guiaddons i18n jobwidgets kio \
Index: games/ktuberling-kde4/Makefile
===================================================================
--- games/ktuberling-kde4/Makefile
+++ games/ktuberling-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: games/ktuberling/Makefile
===================================================================
--- games/ktuberling/Makefile
+++ games/ktuberling/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets \
Index: games/kubrick-kde4/Makefile
===================================================================
--- games/kubrick-kde4/Makefile
+++ games/kubrick-kde4/Makefile
@@ -11,7 +11,7 @@
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_GL= glu
USE_KDE= kdelibs libkdegames automoc4
USE_QT= corelib gui opengl \
Index: games/kubrick/Makefile
===================================================================
--- games/kubrick/Makefile
+++ games/kubrick/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_GL= gl glu
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
i18n kio libkdegames service widgetsaddons xmlgui
Index: games/libkdegames-kde4/Makefile
===================================================================
--- games/libkdegames-kde4/Makefile
+++ games/libkdegames-kde4/Makefile
@@ -11,7 +11,7 @@
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= network phonon xml moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: games/libkdegames/Makefile
===================================================================
--- games/libkdegames/Makefile
+++ games/libkdegames/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libsndfile.so:audio/libsndfile
-USES= cmake:outsource gettext kde:5 openal qt:5 tar:xz
+USES= cmake gettext kde:5 openal qt:5 tar:xz
USE_KDE= archive attica auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons dnssd ecm emoticons \
globalaccel guiaddons i18n iconthemes init itemmodels \
Index: games/libkmahjongg-kde4/Makefile
===================================================================
--- games/libkmahjongg-kde4/Makefile
+++ games/libkmahjongg-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: games/libkmahjongg/Makefile
===================================================================
--- games/libkmahjongg/Makefile
+++ games/libkmahjongg/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for the Mahjongg Solitaire for KDE 5
-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= completion config configwidgets coreaddons ecm i18n widgetsaddons
USE_QT= core gui svg widgets \
buildtools_build qmake_build
Index: games/lskat-kde4/Makefile
===================================================================
--- games/lskat-kde4/Makefile
+++ games/lskat-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= corelib gui gui svg \
moc_build qmake_build rcc_build uic_build
Index: games/lskat/Makefile
===================================================================
--- games/lskat/Makefile
+++ games/lskat/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui
USE_QT= core dbus gui network qml quick svg widgets xml \
Index: games/multimc/Makefile
===================================================================
--- games/multimc/Makefile
+++ games/multimc/Makefile
@@ -13,7 +13,7 @@
RUN_DEPENDS= lwjgl>=2.9.3:games/lwjgl
-USES= cmake:outsource compiler:c++14-lang qt:5
+USES= cmake compiler:c++14-lang qt:5
USE_GITHUB= yes
GH_ACCOUNT= MultiMC
GH_PROJECT= MultiMC5
Index: games/nxengine/Makefile
===================================================================
--- games/nxengine/Makefile
+++ games/nxengine/Makefile
@@ -32,7 +32,7 @@
DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \
"${PORTNAME}" "Game;AdventureGame;" ""
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_SDL= mixer2 sdl2
SUB_FILES= ${PORTNAME}
Index: games/openage/Makefile
===================================================================
--- games/openage/Makefile
+++ games/openage/Makefile
@@ -30,7 +30,7 @@
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
-USES= cmake:outsource compiler:c++17-lang python:3.4+ qt:5 shebangfix
+USES= cmake compiler:c++17-lang python:3.4+ qt:5 shebangfix
SHEBANG_FILES= configure run.py buildsystem/cythonize.py
USE_GITHUB= yes
GH_ACCOUNT= SFTtech
Index: games/openclaw/Makefile
===================================================================
--- games/openclaw/Makefile
+++ games/openclaw/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libtinyxml.so:textproc/tinyxml
-USES= cmake:outsource compiler:c++11-lib pkgconfig localbase:ldflags
+USES= cmake compiler:c++11-lib pkgconfig localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= pjasicek
USE_SDL= gfx2 image2 mixer2 ttf2
Index: games/openmw/Makefile
===================================================================
--- games/openmw/Makefile
+++ games/openmw/Makefile
@@ -23,7 +23,7 @@
USE_GITHUB= yes
GH_ACCOUNT= OpenMW
-USES= cmake:outsource compiler:c++14-lang openal pkgconfig qt:5
+USES= cmake compiler:c++14-lang openal pkgconfig qt:5
USE_GL= gl
USE_QT= qmake_build buildtools_build core gui network opengl \
printsupport widgets
Index: games/openrct2/Makefile
===================================================================
--- games/openrct2/Makefile
+++ games/openrct2/Makefile
@@ -21,7 +21,7 @@
libcurl.so:ftp/curl \
libfreetype.so:print/freetype2
-USES= compiler:c++14-lang cmake:outsource desktop-file-utils iconv localbase:ldflags pkgconfig shared-mime-info ssl
+USES= compiler:c++14-lang cmake desktop-file-utils iconv localbase:ldflags pkgconfig shared-mime-info ssl
USE_GITHUB= yes
GH_ACCOUNT= OpenRCT2
GH_PROJECT= OpenRCT2
Index: games/pairs-kde4/Makefile
===================================================================
--- games/pairs-kde4/Makefile
+++ games/pairs-kde4/Makefile
@@ -14,7 +14,7 @@
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= declarative opengl phonon xmlpatterns \
moc_build qmake_build rcc_build uic_build
Index: games/palapeli-kde4/Makefile
===================================================================
--- games/palapeli-kde4/Makefile
+++ games/palapeli-kde4/Makefile
@@ -11,7 +11,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
+USES= cmake kde:4 qt:4 shared-mime-info tar:xz
USE_KDE= kdelibs libkdegames automoc4
USE_QT= corelib gui gui \
moc_build qmake_build rcc_build uic_build
Index: games/palapeli/Makefile
===================================================================
--- games/palapeli/Makefile
+++ games/palapeli/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource kde:5 qt:5 shared-mime-info tar:xz
+USES= cmake kde:5 qt:5 shared-mime-info tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
crash i18n itemviews jobwidgets kio libkdegames notifications service \
widgetsaddons xmlgui
Index: games/picmi-kde4/Makefile
===================================================================
--- games/picmi-kde4/Makefile
+++ games/picmi-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkdegames automoc4
USE_QT= moc_build qmake_build rcc_build uic_build \
svg xml
Index: games/picmi/Makefile
===================================================================
--- games/picmi/Makefile
+++ games/picmi/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME}_DESC}
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
libkdegames newstuff service widgetsaddons xmlgui
Index: games/py-fife/Makefile
===================================================================
--- games/py-fife/Makefile
+++ games/py-fife/Makefile
@@ -19,7 +19,7 @@
BROKEN_powerpc64= fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit
-USES= openal:al pkgconfig cmake:outsource
+USES= openal:al pkgconfig cmake
USE_GL= gl
USE_SDL= sdl2 ttf2 image2
USE_XORG= xcursor
Index: games/stepmania-devel/Makefile
===================================================================
--- games/stepmania-devel/Makefile
+++ games/stepmania-devel/Makefile
@@ -22,7 +22,7 @@
USE_GITHUB= yes
-USES= cmake:outsource iconv jpeg perl5 pkgconfig shebangfix
+USES= cmake iconv jpeg perl5 pkgconfig shebangfix
SHEBANG_FILES= Utils/*.pl extern/zlib/zlib2ansi
USE_XORG= x11 xrandr xtst
USE_GL= glew
Index: games/stratagus/Makefile
===================================================================
--- games/stratagus/Makefile
+++ games/stratagus/Makefile
@@ -21,7 +21,7 @@
USE_GITHUB= yes
GH_ACCOUNT= Wargus
-USES= cmake:outsource lua:51 pkgconfig sqlite
+USES= cmake lua:51 pkgconfig sqlite
USE_GL= gl glu
USE_SDL= sdl
CMAKE_ARGS= -DGAMEDIR:STRING="bin" \
Index: games/stuntrally/Makefile
===================================================================
--- games/stuntrally/Makefile
+++ games/stuntrally/Makefile
@@ -20,7 +20,7 @@
USE_GITHUB= yes
GH_TUPLE= stuntrally:tracks:${PORTVERSION}:tracks/data/tracks
-USES= compiler:c++11-lib cmake:outsource dos2unix pkgconfig
+USES= compiler:c++11-lib cmake dos2unix pkgconfig
USE_CXXSTD= gnu++11
DOS2UNIX_FILES= source/ogre/BaseApp_Create.cpp
CMAKE_ARGS= -DSHARE_INSTALL="${DATADIR_REL}" \
Index: games/supertux2/Makefile
===================================================================
--- games/supertux2/Makefile
+++ games/supertux2/Makefile
@@ -20,7 +20,7 @@
LLD_UNSAFE= yes
USE_SDL= sdl2 image2
USE_GL= glew
-USES= cmake:outsource compiler:c++11-lib dos2unix iconv \
+USES= cmake compiler:c++11-lib dos2unix iconv \
openal:al pkgconfig tar:bzip2
# Unhide std::to_string() to fix build with GCC (see ports/193528 for details)
CFLAGS+= -D_GLIBCXX_USE_C99
Index: games/wesnoth/Makefile
===================================================================
--- games/wesnoth/Makefile
+++ games/wesnoth/Makefile
@@ -28,7 +28,7 @@
PORTSCOUT= limitw:1,even
-USES= cmake:outsource cpe pkgconfig python:2.7,run readline:port shebangfix ssl tar:bzip2
+USES= cmake cpe pkgconfig python:2.7,run readline:port shebangfix ssl tar:bzip2
USE_SDL= image2 mixer2 ttf2
USE_LDCONFIG= yes
USE_GNOME= cairo pango
Index: games/widelands/Makefile
===================================================================
--- games/widelands/Makefile
+++ games/widelands/Makefile
@@ -19,7 +19,7 @@
libicuuc.so:devel/icu \
libboost_regex.so:devel/boost-libs
-USES= cmake:outsource compiler:c++11-lib gettext \
+USES= cmake compiler:c++11-lib gettext \
tar:bzip2 python:build
CMAKE_ARGS= -DWL_INSTALL_BASEDIR="${PREFIX}" \
-DWL_INSTALL_DATADIR="${DATADIR}" \
Index: games/wxlauncher/Makefile
===================================================================
--- games/wxlauncher/Makefile
+++ games/wxlauncher/Makefile
@@ -20,7 +20,7 @@
GH_ACCOUNT= scp-fs2open
GH_PROJECT= wxLauncher
-USES= cmake:outsource openal pkgconfig python:2.7,build
+USES= cmake openal pkgconfig python:2.7,build
USE_SDL= sdl2
CMAKE_ARGS+= -DRESOURCES_PATH:STRING="${DATADIR}"
Index: games/wyrmgus/Makefile
===================================================================
--- games/wyrmgus/Makefile
+++ games/wyrmgus/Makefile
@@ -22,7 +22,7 @@
GH_ACCOUNT= Andrettin
GH_PROJECT= Wyrmgus
-USES= compiler:c++11-lib cmake:outsource lua:51 pkgconfig sqlite
+USES= compiler:c++11-lib cmake lua:51 pkgconfig sqlite
USE_SDL= sdl
CMAKE_ARGS= -DGAMEDIR:STRING="bin" \
-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
Index: games/zdoom/Makefile
===================================================================
--- games/zdoom/Makefile
+++ games/zdoom/Makefile
@@ -29,7 +29,7 @@
DATADIR= ${DMDIR}/${PORTNAME}
-USES= cmake:outsource gettext jpeg openal pkgconfig
+USES= cmake gettext jpeg openal pkgconfig
USE_GNOME= atk cairo gdkpixbuf2 gtk20 pango
USE_SDL= sdl2
CMAKE_ARGS= -DNO_FMOD:BOOL=ON
Index: graphics/ampasCTL/Makefile
===================================================================
--- graphics/ampasCTL/Makefile
+++ graphics/ampasCTL/Makefile
@@ -19,7 +19,7 @@
libtiff.so:graphics/tiff \
libAcesContainer.so:graphics/ampasACES-container
-USES= cmake:outsource pathfix pkgconfig
+USES= cmake pathfix pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: graphics/appleseed/Makefile
===================================================================
--- graphics/appleseed/Makefile
+++ graphics/appleseed/Makefile
@@ -24,7 +24,7 @@
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= not ported to it yet
-USES= cmake:outsource compiler:env
+USES= cmake compiler:env
LDFLAGS+= -lboost_atomic
CMAKE_ARGS= -DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \
Index: graphics/aqsis/Makefile
===================================================================
--- graphics/aqsis/Makefile
+++ graphics/aqsis/Makefile
@@ -26,7 +26,7 @@
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
qt:4 shared-mime-info shebangfix
USE_CXXSTD= gnu++11
SHEBANG_FILES= examples/*/*/*.sh \
Index: graphics/aseprite/Makefile
===================================================================
--- graphics/aseprite/Makefile
+++ graphics/aseprite/Makefile
@@ -36,7 +36,7 @@
BROKEN_powerpc64= fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0"
BROKEN_sparc64= fails to compile: vsnprintf is not a member of std
-USES= cmake:outsource compiler:c++11-lib iconv:wchar_t jpeg localbase:ldflags pkgconfig ssl
+USES= cmake compiler:c++11-lib iconv:wchar_t jpeg localbase:ldflags pkgconfig ssl
USE_GITHUB= yes
GH_TUPLE= aseprite:libarchive:c51dbfc:libarchive/third_party/libarchive
GH_TUPLE+= aseprite:clip:964a64a:clip/src/clip
Index: graphics/blender/Makefile
===================================================================
--- graphics/blender/Makefile
+++ graphics/blender/Makefile
@@ -26,7 +26,7 @@
# 10.4 fails to build with clang3.4 so we want to use clang50
# clang50 is already in place for opengl
-USES= cmake:outsource compiler:c++14-lang desktop-file-utils \
+USES= cmake compiler:c++14-lang desktop-file-utils \
jpeg python:3.5 shebangfix
USE_XORG= x11 xext xfixes xmu xrender
USE_GL= gl glu glew
Index: graphics/cloudcompare/Makefile
===================================================================
--- graphics/cloudcompare/Makefile
+++ graphics/cloudcompare/Makefile
@@ -16,7 +16,7 @@
BROKEN_FreeBSD_10= error: "SSE instruction set not enabled"
BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
-USES= cmake:outsource localbase:ldflags qt:5
+USES= cmake localbase:ldflags qt:5
USE_GITHUB= yes
GH_ACCOUNT= CloudCompare
GH_PROJECT= ${GH_ACCOUNT}
@@ -60,7 +60,7 @@
INSTALL_QSRA_PLUGIN INSTALL_QSSAO_PLUGIN # plugins requiring rare external libs are left out, TODO maybe add some of them?
PLUGINS_CMAKE_ON= -DEIGEN_ROOT_DIR:BOOL=${LOCALBASE}/include/eigen3
PLUGINS_CXXFLAGS= -Wno-narrowing
-PLUGINS_CXXFLAGS+= -DEIGEN_DONT_PARALLELIZE # OpenMP is broken in cmake, see bug#223678
+PLUGINS_CXXFLAGS+= -DEIGEN_DONT_PARALLELIZE # OpenMP is broken in cmake: see bug#223678
PLUGINS_USE= XORG=ice,sm,x11,xext,xt GL=gl,glu
PLUGINS_LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libexpat.so:textproc/expat2 \
Index: graphics/converseen/Makefile
===================================================================
--- graphics/converseen/Makefile
+++ graphics/converseen/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick
-USES= cmake:outsource compiler:c++11-lang qt:5 tar:bzip2
+USES= cmake compiler:c++11-lang qt:5 tar:bzip2
USE_QT= core gui network widgets \
buildtools_build linguisttools_build qmake_build
Index: graphics/cuneiform/Makefile
===================================================================
--- graphics/cuneiform/Makefile
+++ graphics/cuneiform/Makefile
@@ -18,7 +18,7 @@
EXPIRATION_DATE= 2018-12-15
ONLY_FOR_ARCHS= amd64 i386
-USES= cmake:outsource tar:bzip2
+USES= cmake tar:bzip2
USE_CXXSTD= gnu++98
USE_LDCONFIG= yes
Index: graphics/darktable/Makefile
===================================================================
--- graphics/darktable/Makefile
+++ graphics/darktable/Makefile
@@ -28,7 +28,7 @@
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= uses SSE instructions and 64-bit address space
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
jpeg pkgconfig sqlite tar:xz
USE_GL= glu
USE_GNOME= cairo gtk30 intltool librsvg2 libxml2
Index: graphics/digikam/Makefile
===================================================================
--- graphics/digikam/Makefile
+++ graphics/digikam/Makefile
@@ -30,7 +30,7 @@
libpng.so:graphics/png \
libtiff.so:graphics/tiff
-USES= cmake:outsource compiler:c++11-lib eigen:3 jpeg kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib eigen:3 jpeg kde:5 pkgconfig \
qt:5 shebangfix tar:xz
USE_GNOME= glib20 libxml2 libxslt
USE_KDE= archive auth bookmarks calendarcore codecs completion config \
Index: graphics/drawpile/Makefile
===================================================================
--- graphics/drawpile/Makefile
+++ graphics/drawpile/Makefile
@@ -15,7 +15,7 @@
libminiupnpc.so:net/miniupnpc \
libsodium.so:security/libsodium
-USES= cmake:outsource desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
+USES= cmake desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tl}
USE_QT= core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build
Index: graphics/exiv2/Makefile
===================================================================
--- graphics/exiv2/Makefile
+++ graphics/exiv2/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libexpat.so:textproc/expat2
-USES= cmake:outsource cpe gettext iconv pathfix
+USES= cmake cpe gettext iconv pathfix
USE_LDCONFIG= yes
CMAKE_ON= EXIV2_ENABLE_VIDEO \
Index: graphics/frei0r/Makefile
===================================================================
--- graphics/frei0r/Makefile
+++ graphics/frei0r/Makefile
@@ -15,7 +15,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
.if defined(BUILDING_FREI0R_OPENCV) && defined(BUILDING_FREI0R_GAVL)
IGNORE= cannot build OpenCV and gavl plugins simultaneously
Index: graphics/gmic-qt/Makefile
===================================================================
--- graphics/gmic-qt/Makefile
+++ graphics/gmic-qt/Makefile
@@ -21,7 +21,7 @@
libfftw3.so:math/fftw3 \
libpng.so:graphics/png
-USES= cmake:outsource compiler:c++14-lang pkgconfig qt:5
+USES= cmake compiler:c++14-lang pkgconfig qt:5
USE_QT= core gui network widgets \
buildtools_build linguisttools_build qmake_build
USE_XORG= ice sm x11 xext
Index: graphics/gmic/Makefile
===================================================================
--- graphics/gmic/Makefile
+++ graphics/gmic/Makefile
@@ -29,7 +29,7 @@
PORTSCOUT= limit:[0-9]\..* # not v.220 and similar
-USES= cmake:outsource compiler:c++11-lang jpeg pkgconfig
+USES= cmake compiler:c++11-lang jpeg pkgconfig
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_LIB_STATIC
Index: graphics/gwenview-kde4/Makefile
===================================================================
--- graphics/gwenview-kde4/Makefile
+++ graphics/gwenview-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libpng.so:graphics/png
-USES= cmake:outsource jpeg kde:4 pkgconfig qt:4 tar:xz
+USES= cmake jpeg kde:4 pkgconfig qt:4 tar:xz
USE_KDE= kactivities kdelibs baloo kfilemetadata \
libkdcraw libkipi libkonq automoc4 soprano
USE_QT= corelib gui opengl qmake_build moc_build uic_build rcc_build
Index: graphics/gwenview/Makefile
===================================================================
--- graphics/gwenview/Makefile
+++ graphics/gwenview/Makefile
@@ -13,7 +13,7 @@
liblcms2.so:graphics/lcms2 \
libpng.so:graphics/png
-USES= cmake:outsource gettext jpeg pkgconfig kde:5 qt:5 tar:xz
+USES= cmake gettext jpeg pkgconfig kde:5 qt:5 tar:xz
USE_KDE= activities auth baloo bookmarks codecs completion config \
configwidgets coreaddons ecm emoticons filemetadata i18n \
iconthemes init itemmodels itemviews jobwidgets \
Index: graphics/instant-meshes/Makefile
===================================================================
--- graphics/instant-meshes/Makefile
+++ graphics/instant-meshes/Makefile
@@ -17,7 +17,7 @@
libtbb.so:devel/tbb
RUN_DEPENDS= zenity:x11/zenity
-USES= cmake:outsource compiler:c++14-lang eigen:3 localbase:ldflags pkgconfig
+USES= cmake compiler:c++14-lang eigen:3 localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= wjakob
GH_TUPLE= wjakob:nanogui:2a61f03:nanogui/ext/nanogui \
Index: graphics/jpeg-turbo/Makefile
===================================================================
--- graphics/jpeg-turbo/Makefile
+++ graphics/jpeg-turbo/Makefile
@@ -20,7 +20,7 @@
LICENSE_FILE_ZLIB= ${WRKSRC}/LICENSE.md
LICENSE_PERMS_IJG= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-USES= cmake:outsource cpe
+USES= cmake cpe
USE_LDCONFIG= yes
CMAKE_ON= WITH_JPEG8
CPE_VENDOR= d.r.commander
Index: graphics/kamera-kde4/Makefile
===================================================================
--- graphics/kamera-kde4/Makefile
+++ graphics/kamera-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2
-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
Index: graphics/kamera/Makefile
===================================================================
--- graphics/kamera/Makefile
+++ graphics/kamera/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \
kio service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Index: graphics/kcolorchooser-kde4/Makefile
===================================================================
--- graphics/kcolorchooser-kde4/Makefile
+++ graphics/kcolorchooser-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: graphics/kcolorchooser/Makefile
===================================================================
--- graphics/kcolorchooser/Makefile
+++ graphics/kcolorchooser/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE application to select colors from the screen or from a palette
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Index: graphics/kdegraphics-mobipocket-kde4/Makefile
===================================================================
--- graphics/kdegraphics-mobipocket-kde4/Makefile
+++ graphics/kdegraphics-mobipocket-kde4/Makefile
@@ -12,7 +12,7 @@
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 strigi
USE_QT= corelib gui qmake_build moc_build uic_build rcc_build
USE_LDCONFIG= yes
Index: graphics/kdegraphics-mobipocket/Makefile
===================================================================
--- graphics/kdegraphics-mobipocket/Makefile
+++ graphics/kdegraphics-mobipocket/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Mobipocket plugins for Strigi indexing and thumbnails
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm jobwidgets kio service \
widgetsaddons
USE_QT= core gui network widgets \
Index: graphics/kdegraphics-strigi-analyzer-kde4/Makefile
===================================================================
--- graphics/kdegraphics-strigi-analyzer-kde4/Makefile
+++ graphics/kdegraphics-strigi-analyzer-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libtiff.so:graphics/tiff
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4 strigi
USE_QT= moc_build qmake_build rcc_build uic_build
Index: graphics/kdegraphics-svgpart-kde4/Makefile
===================================================================
--- graphics/kdegraphics-svgpart-kde4/Makefile
+++ graphics/kdegraphics-svgpart-kde4/Makefile
@@ -13,7 +13,7 @@
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
Index: graphics/kdegraphics-svgpart/Makefile
===================================================================
--- graphics/kdegraphics-svgpart/Makefile
+++ graphics/kdegraphics-svgpart/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= SVG KPart
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
i18n jobwidgets kio parts service sonnet textwidgets \
widgetsaddons xmlgui
Index: graphics/kdegraphics-thumbnailers-kde4/Makefile
===================================================================
--- graphics/kdegraphics-thumbnailers-kde4/Makefile
+++ graphics/kdegraphics-thumbnailers-kde4/Makefile
@@ -12,7 +12,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource kde:4 pkgconfig qt:4 tar:xz
+USES= cmake kde:4 pkgconfig qt:4 tar:xz
USE_KDE= kdelibs libkdcraw libkexiv2 automoc4
USE_QT= gui qmake_build moc_build uic_build rcc_build
Index: graphics/kdegraphics-thumbnailers/Makefile
===================================================================
--- graphics/kdegraphics-thumbnailers/Makefile
+++ graphics/kdegraphics-thumbnailers/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Thumbnailers for various graphics file formats
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm jobwidgets libkdcraw \
libkexiv2 kio service widgetsaddons
USE_QT= core gui network widgets \
Index: graphics/kdiagram/Makefile
===================================================================
--- graphics/kdiagram/Makefile
+++ graphics/kdiagram/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= core gui linguisttools printsupport sql svg widgets \
buildtools_build qmake_build
Index: graphics/kf5-kimageformats/Makefile
===================================================================
--- graphics/kf5-kimageformats/Makefile
+++ graphics/kf5-kimageformats/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libHalf.so:graphics/ilmbase
-USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= archive ecm
USE_QT= buildtools_build core gui printsupport qmake_build widgets
Index: graphics/kf5-kplotting/Makefile
===================================================================
--- graphics/kf5-kplotting/Makefile
+++ graphics/kf5-kplotting/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 lightweight plotting framework
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui qmake_build testlib widgets
Index: graphics/kf5-prison/Makefile
===================================================================
--- graphics/kf5-prison/Makefile
+++ graphics/kf5-prison/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libdmtx.so:graphics/libdmtx \
libqrencode.so:graphics/libqrencode
-USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui qmake_build testlib widgets
Index: graphics/kgraphviewer/Makefile
===================================================================
--- graphics/kgraphviewer/Makefile
+++ graphics/kgraphviewer/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libgvc.so:graphics/graphviz
-USES= cmake:outsource desktop-file-utils kde:5 qt:5 tar:xz pkgconfig
+USES= cmake desktop-file-utils kde:5 qt:5 tar:xz pkgconfig
USE_KDE= auth codecs completion config configwidgets \
coreaddons i18n iconthemes jobwidgets kio parts service \
sonnet textwidgets widgetsaddons xmlgui \
Index: graphics/kimagemapeditor/Makefile
===================================================================
--- graphics/kimagemapeditor/Makefile
+++ graphics/kimagemapeditor/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE generator of HTML image maps
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash guiaddons i18n iconthemes itemviews \
jobwidgets js kdelibs4support khtml kio notifications \
Index: graphics/kipiplugins/Makefile
===================================================================
--- graphics/kipiplugins/Makefile
+++ graphics/kipiplugins/Makefile
@@ -10,7 +10,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plugins for digikam
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio libkipi service \
Index: graphics/klatexformula/Makefile
===================================================================
--- graphics/klatexformula/Makefile
+++ graphics/klatexformula/Makefile
@@ -13,7 +13,7 @@
BUILD_DEPENDS= help2man:misc/help2man
-USES= cmake:outsource desktop-file-utils ghostscript:run \
+USES= cmake desktop-file-utils ghostscript:run \
qt:4 shared-mime-info localbase
USE_QT= gui xml dbus designer_build linguisttools_build \
qmake_build moc_build rcc_build uic_build
Index: graphics/kolourpaint-kde4/Makefile
===================================================================
--- graphics/kolourpaint-kde4/Makefile
+++ graphics/kolourpaint-kde4/Makefile
@@ -11,7 +11,7 @@
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 qimageblitz
USE_QT= moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: graphics/kolourpaint/Makefile
===================================================================
--- graphics/kolourpaint/Makefile
+++ graphics/kolourpaint/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE paint program
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
itemmodels itemviews jobwidgets kdelibs4support kio libkexiv2 \
Index: graphics/kphotoalbum-kde4/Makefile
===================================================================
--- graphics/kphotoalbum-kde4/Makefile
+++ graphics/kphotoalbum-kde4/Makefile
@@ -19,7 +19,7 @@
SHEBANG_FILES= script/open-raw.pl script/kpa-backup.sh
-USES= cmake:outsource jpeg kde:4 pkgconfig qt:4 shebangfix tar:bzip2
+USES= cmake jpeg kde:4 pkgconfig qt:4 shebangfix tar:bzip2
USE_KDE= kdelibs libkdcraw libkipi automoc4
USE_QT= phonon sql \
qmake_build moc_build rcc_build uic_build
Index: graphics/kphotoalbum/Makefile
===================================================================
--- graphics/kphotoalbum/Makefile
+++ graphics/kphotoalbum/Makefile
@@ -14,7 +14,7 @@
libKF5KGeoMap.so:astro/libkgeomap \
libKF5Kipi.so:graphics/libkipi
-USES= cmake:outsource jpeg kde:5 pkgconfig qt:5 shebangfix tar:xz
+USES= cmake jpeg kde:5 pkgconfig qt:5 shebangfix tar:xz
USE_KDE= archive auth codecs completion config \
configwidgets coreaddons ecm i18n \
iconthemes jobwidgets kio marble service \
Index: graphics/kqtquickcharts-kde4/Makefile
===================================================================
--- graphics/kqtquickcharts-kde4/Makefile
+++ graphics/kqtquickcharts-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: graphics/krita/Makefile
===================================================================
--- graphics/krita/Makefile
+++ graphics/krita/Makefile
@@ -30,7 +30,7 @@
libxcb.so:x11/libxcb \
libxcb-util.so:x11/xcb-util
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
eigen:3 gettext jpeg kde:5 pkgconfig python:3.4+ qt:5 \
shared-mime-info
USE_KDE= archive completion config coreaddons crash guiaddons i18n \
Index: graphics/ksaneplugin-kde4/Makefile
===================================================================
--- graphics/ksaneplugin-kde4/Makefile
+++ graphics/ksaneplugin-kde4/Makefile
@@ -11,7 +11,7 @@
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 libksane automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: graphics/ksnapshot-kde4/Makefile
===================================================================
--- graphics/ksnapshot-kde4/Makefile
+++ graphics/ksnapshot-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkipi automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
USE_XORG= x11 xext xfixes
Index: graphics/libkdcraw-kde4/Makefile
===================================================================
--- graphics/libkdcraw-kde4/Makefile
+++ graphics/libkdcraw-kde4/Makefile
@@ -19,7 +19,7 @@
CMAKE_ARGS+= -DWITH_OpenMP:BOOL=False \
-DENABLE_RAWSPEED=True
-USES= cmake:outsource jpeg kde:4 pkgconfig qt:4 tar:xz
+USES= cmake jpeg kde:4 pkgconfig qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= corelib gui moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: graphics/libkdcraw/Makefile
===================================================================
--- graphics/libkdcraw/Makefile
+++ graphics/libkdcraw/Makefile
@@ -15,7 +15,7 @@
CMAKE_ARGS+= -DWITH_OpenMP:BOOL=False \
-DENABLE_RAWSPEED=True
-USES= cmake:outsource compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm
USE_QT= core gui \
buildtools_build qmake_build
Index: graphics/libkexiv2-kde4/Makefile
===================================================================
--- graphics/libkexiv2-kde4/Makefile
+++ graphics/libkexiv2-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libexiv2.so:graphics/exiv2
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= corelib gui xml \
moc_build qmake_build rcc_build uic_build
Index: graphics/libkexiv2/Makefile
===================================================================
--- graphics/libkexiv2/Makefile
+++ graphics/libkexiv2/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libexiv2.so:graphics/exiv2
-USES= cmake:outsource compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm
USE_QT= core gui \
buildtools_build qmake_build
Index: graphics/libkipi-kde4/Makefile
===================================================================
--- graphics/libkipi-kde4/Makefile
+++ graphics/libkipi-kde4/Makefile
@@ -9,7 +9,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Image Plugin Interface
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= gui moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: graphics/libkipi/Makefile
===================================================================
--- graphics/libkipi/Makefile
+++ graphics/libkipi/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Image Plugin Interface
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
libkdcraw libkexiv2 service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Index: graphics/libksane-kde4/Makefile
===================================================================
--- graphics/libksane-kde4/Makefile
+++ graphics/libksane-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libsane.so:graphics/sane-backends
-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_LDCONFIG= yes
Index: graphics/libksane/Makefile
===================================================================
--- graphics/libksane/Makefile
+++ graphics/libksane/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libsane.so:graphics/sane-backends
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= config ecm i18n sonnet textwidgets wallet widgetsaddons
USE_QT= core gui testlib widgets \
buildtools_build qmake_build
Index: graphics/libkscreen/Makefile
===================================================================
--- graphics/libkscreen/Makefile
+++ graphics/libkscreen/Makefile
@@ -15,7 +15,7 @@
libxcb-image.so:x11/xcb-util-image \
libxcb-render-util.so:x11/xcb-util-renderutil
-USES= cmake:outsource kde:4 pkgconfig qt:4 tar:xz
+USES= cmake kde:4 pkgconfig qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib dbus gui script \
moc_build qmake_build rcc_build uic_build
Index: graphics/libpillowfight/Makefile
===================================================================
--- graphics/libpillowfight/Makefile
+++ graphics/libpillowfight/Makefile
@@ -14,7 +14,7 @@
TEST_DEPENDS= gmake:devel/gmake \
tox:devel/py-tox@${PY_FLAVOR}
-USES= cmake:outsource
+USES= cmake
USE_GITLAB= yes
GL_SITE= https://gitlab.gnome.org/World
GL_ACCOUNT= OpenPaperwork
Index: graphics/libprojectm/Makefile
===================================================================
--- graphics/libprojectm/Makefile
+++ graphics/libprojectm/Makefile
@@ -17,7 +17,7 @@
libfreetype.so:print/freetype2 \
libvisual-0.4.so:graphics/libvisual04
-USES= cmake:outsource localbase:ldflags pkgconfig qt:4
+USES= cmake localbase:ldflags pkgconfig qt:4
USE_QT= corelib gui opengl xml moc_build qmake_build rcc_build uic_build
USE_SDL= sdl
USE_GL= gl glu glew
Index: graphics/luminance-qt5/Makefile
===================================================================
--- graphics/luminance-qt5/Makefile
+++ graphics/luminance-qt5/Makefile
@@ -22,7 +22,7 @@
libraw_r.so:graphics/libraw \
libboost_system.so:devel/boost-libs
-USES= cmake:outsource jpeg pkgconfig qt:5 tar:bzip2
+USES= cmake jpeg pkgconfig qt:5 tar:bzip2
USE_QT= concurrent gui printsupport sql webkit xml \
buildtools_build linguist_build qmake_build \
imageformats_run
Index: graphics/lximage-qt/Makefile
===================================================================
--- graphics/lximage-qt/Makefile
+++ graphics/lximage-qt/Makefile
@@ -16,7 +16,7 @@
libmenu-cache.so:x11/menu-cache \
libfm.so:x11/libfm
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils gettext-runtime \
+USES= cmake compiler:c++11-lib desktop-file-utils gettext-runtime \
localbase:ldflags lxqt pkgconfig qt:5 tar:xz
USE_GNOME= glib20
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
Index: graphics/lximageqt-l10n/Makefile
===================================================================
--- graphics/lximageqt-l10n/Makefile
+++ graphics/lximageqt-l10n/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
+USES= cmake lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build linguisttools
USE_LXQT= buildtools
Index: graphics/mapcache/Makefile
===================================================================
--- graphics/mapcache/Makefile
+++ graphics/mapcache/Makefile
@@ -21,7 +21,7 @@
USE_GITHUB= yes
GH_ACCOUNT= mapserver
-USES= cmake:outsource jpeg localbase
+USES= cmake jpeg localbase
USE_LDCONFIG= yes
CMAKE_ARGS+= -DWITH_OGR=1 -DWITH_PIXMAN=1 -DWITH_BERKELEY_DB=0
Index: graphics/mapserver/Makefile
===================================================================
--- graphics/mapserver/Makefile
+++ graphics/mapserver/Makefile
@@ -20,7 +20,7 @@
libfreetype.so:print/freetype2 \
libprotobuf-c.so:devel/protobuf-c
-USES= cpe cmake:outsource jpeg
+USES= cpe cmake jpeg
CPE_VENDOR= umn
USE_GNOME= libxml2
LDFLAGS+= -L${LOCALBASE} -pthread
Index: graphics/ogre3d/Makefile
===================================================================
--- graphics/ogre3d/Makefile
+++ graphics/ogre3d/Makefile
@@ -19,7 +19,7 @@
libfreeimage.so:graphics/freeimage
USE_LDCONFIG= yes
-USES= tar:bzip2 cmake:outsource pkgconfig compiler:c++11-lib
+USES= tar:bzip2 cmake pkgconfig compiler:c++11-lib
USE_SDL= sdl
USE_XORG= xaw xrandr
WRKSRC= ${WRKDIR}/sinbad-ogre-dd30349ea667
Index: graphics/okular-kde4/Makefile
===================================================================
--- graphics/okular-kde4/Makefile
+++ graphics/okular-kde4/Makefile
@@ -22,7 +22,7 @@
libepub.so:textproc/ebook-tools \
libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
-USES= cmake:outsource jpeg kde:4 pkgconfig qt:4 tar:xz
+USES= cmake jpeg kde:4 pkgconfig qt:4 tar:xz
USE_KDE= kdelibs automoc4 qimageblitz kactivities \
libkexiv2
USE_QT= corelib declarative gui opengl xml \
Index: graphics/okular/Makefile
===================================================================
--- graphics/okular/Makefile
+++ graphics/okular/Makefile
@@ -22,7 +22,7 @@
libtiff.so:graphics/tiff \
libzip.so:archivers/libzip
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
gettext jpeg kde:5 pkgconfig qt:5 tar:xz
USE_KDE= activities archive auth bookmarks codecs completion config \
configwidgets coreaddons dbusaddons ecm emoticons i18n \
Index: graphics/open3d/Makefile
===================================================================
--- graphics/open3d/Makefile
+++ graphics/open3d/Makefile
@@ -16,7 +16,7 @@
libjsoncpp.so:devel/jsoncpp \
libpng16.so:graphics/png
-USES= cmake:outsource compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig
+USES= cmake compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= IntelVCL
USE_GL= gl glew glu
Index: graphics/opencollada/Makefile
===================================================================
--- graphics/opencollada/Makefile
+++ graphics/opencollada/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libpcre.so:devel/pcre
-USES= cmake:outsource compiler:c++11-lib dos2unix iconv pkgconfig
+USES= cmake compiler:c++11-lib dos2unix iconv pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= KhronosGroup
Index: graphics/opencolorio/Makefile
===================================================================
--- graphics/opencolorio/Makefile
+++ graphics/opencolorio/Makefile
@@ -21,7 +21,7 @@
DOCS_CMAKE_BOOL= OCIO_BUILD_DOCS
LDFLAGS+= -L${LOCALBASE}/lib
-USES= alias cmake:outsource pkgconfig shebangfix
+USES= alias cmake pkgconfig shebangfix
CMAKE_ARGS= -DOCIO_BUILD_JNIGLUE:BOOL=OFF \
-DOCIO_BUILD_NUKE:BOOL=OFF \
-DOCIO_BUILD_STATIC:BOOL=OFF \
Index: graphics/opencv/Makefile
===================================================================
--- graphics/opencv/Makefile
+++ graphics/opencv/Makefile
@@ -22,7 +22,7 @@
libtesseract.so:graphics/tesseract
.endif
-USES= cmake:outsource compiler:c++14-lang localbase:ldflags pkgconfig
+USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
Index: graphics/openimageio/Makefile
===================================================================
--- graphics/openimageio/Makefile
+++ graphics/openimageio/Makefile
@@ -27,7 +27,7 @@
GH_ACCOUNT= OpenImageIO
GH_PROJECT= oiio
-USES= cmake:outsource jpeg compiler:c++11-lib
+USES= cmake jpeg compiler:c++11-lib
CMAKE_ARGS= -DBUILDSTATIC:BOOL=OFF \
-DLINKSTATIC:BOOL=OFF \
-DNOTHREADS:BOOL=OFF \
Index: graphics/openorienteering-mapper/Makefile
===================================================================
--- graphics/openorienteering-mapper/Makefile
+++ graphics/openorienteering-mapper/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libpolyclipping.so:graphics/polyclipping \
libproj.so:graphics/proj
-USES= cmake:outsource,noninja compiler:c++14-lang \
+USES= cmake:noninja compiler:c++14-lang \
desktop-file-utils gmake qt:5 shared-mime-info
USE_QT= buildtools_build help qmake_build core gui \
location network printsupport sensors widgets
Index: graphics/openshadinglanguage/Makefile
===================================================================
--- graphics/openshadinglanguage/Makefile
+++ graphics/openshadinglanguage/Makefile
@@ -19,7 +19,7 @@
libOpenImageIO.so:graphics/openimageio
RUN_DEPENDS= llvm-config40:devel/llvm40
-USES= bison cmake:outsource compiler:c++11-lang ncurses
+USES= bison cmake compiler:c++11-lang ncurses
USE_GITHUB= yes
GH_ACCOUNT= imageworks
GH_PROJECT= OpenShadingLanguage
Index: graphics/opensubdiv/Makefile
===================================================================
--- graphics/opensubdiv/Makefile
+++ graphics/opensubdiv/Makefile
@@ -14,7 +14,7 @@
BUILD_DEPENDS= glfw>2.7.0:graphics/glfw
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= PixarAnimationStudios
Index: graphics/osg-devel/Makefile
===================================================================
--- graphics/osg-devel/Makefile
+++ graphics/osg-devel/Makefile
@@ -23,7 +23,7 @@
CONFLICTS= osg-[0-9]*
-USES= alias cmake:outsource jpeg pkgconfig zip
+USES= alias cmake jpeg pkgconfig zip
USE_GL= gl glu
USE_XORG= x11
USE_LDCONFIG= yes
Index: graphics/osg/Makefile
===================================================================
--- graphics/osg/Makefile
+++ graphics/osg/Makefile
@@ -24,7 +24,7 @@
CONFLICTS= osg-devel-[0-9]*
-USES= alias cmake:outsource jpeg pkgconfig
+USES= alias cmake jpeg pkgconfig
USE_GL= gl glu
USE_XORG= x11
USE_LDCONFIG= yes
Index: graphics/partio/Makefile
===================================================================
--- graphics/partio/Makefile
+++ graphics/partio/Makefile
@@ -12,7 +12,7 @@
BUILD_DEPENDS= swig3.0:devel/swig30
-USES= cmake:outsource gl python shebangfix
+USES= cmake gl python shebangfix
SHEBANG_FILES= src/tools/partedit.py src/tools/partjson.py
USE_GL= gl glu glut
USE_LDCONFIG= yes
Index: graphics/pcl-pointclouds/Makefile
===================================================================
--- graphics/pcl-pointclouds/Makefile
+++ graphics/pcl-pointclouds/Makefile
@@ -26,7 +26,7 @@
libtiff.so:graphics/tiff \
libvtkCommonCore-6.2.so:math/vtk6
-USES= cmake:outsource eigen:3,build jpeg python
+USES= cmake eigen:3,build jpeg python
USE_GITHUB= yes
GH_ACCOUNT= PointCloudLibrary
USE_GL= gl glu
Index: graphics/pfstools/Makefile
===================================================================
--- graphics/pfstools/Makefile
+++ graphics/pfstools/Makefile
@@ -19,7 +19,7 @@
LDFLAGS+= -lthr
-USES= cmake:outsource tar:tgz dos2unix jpeg perl5
+USES= cmake tar:tgz dos2unix jpeg perl5
USE_PERL5= run
USE_LDCONFIG= yes
Index: graphics/photoqt/Makefile
===================================================================
--- graphics/photoqt/Makefile
+++ graphics/photoqt/Makefile
@@ -11,7 +11,7 @@
LICENSE= GPLv2
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
localbase:ldflags qt:5
USE_QT= core graphicaleffects gui multimedia network qml quick \
quickcontrols sql svg widgets xml \
Index: graphics/piglit/Makefile
===================================================================
--- graphics/piglit/Makefile
+++ graphics/piglit/Makefile
@@ -29,7 +29,7 @@
GH_PROJECT= piglit
GH_TAGNAME= a0db4427446ab50882a721ae3084fa26cc9e751a
-USES= cmake:outsource compiler:c11 pkgconfig python:2.7 shebangfix
+USES= cmake compiler:c11 pkgconfig python:2.7 shebangfix
USE_GL= egl gbm gl glu
USE_XORG= x11 xcb xext xrender
SHEBANG_FILES= piglit
Index: graphics/pngwriter/Makefile
===================================================================
--- graphics/pngwriter/Makefile
+++ graphics/pngwriter/Makefile
@@ -22,7 +22,7 @@
PORTDOCS= CHANGES EXAMPLES README PNGwriterQuickReference.pdf
-USES= cmake:outsource
+USES= cmake
CMAKE_ON= BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE
USE_GITHUB= yes
USE_LDCONFIG= yes
Index: graphics/polyclipping/Makefile
===================================================================
--- graphics/polyclipping/Makefile
+++ graphics/polyclipping/Makefile
@@ -13,7 +13,7 @@
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/License.txt
-USES= cmake:outsource zip
+USES= cmake zip
USE_LDCONFIG= yes
NO_WRKSUBDIR= yes
Index: graphics/prison/Makefile
===================================================================
--- graphics/prison/Makefile
+++ graphics/prison/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libdmtx.so:graphics/libdmtx \
libqrencode.so:graphics/libqrencode
-USES= cmake:outsource qt:4 tar:xz
+USES= cmake qt:4 tar:xz
USE_QT= corelib gui qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
Index: graphics/py-open3d-python/Makefile
===================================================================
--- graphics/py-open3d-python/Makefile
+++ graphics/py-open3d-python/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libOpen3D.so:graphics/open3d
-USES= cmake:outsource eigen:3 fortran localbase:ldflags pkgconfig python
+USES= cmake eigen:3 fortran localbase:ldflags pkgconfig python
USE_GITHUB= yes
GH_ACCOUNT= IntelVCL
GH_PROJECT= Open3D
Index: graphics/qcomicbook/Makefile
===================================================================
--- graphics/qcomicbook/Makefile
+++ graphics/qcomicbook/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4
-USES= cmake:outsource compiler:c++11-lang pkgconfig qt:4
+USES= cmake compiler:c++11-lang pkgconfig qt:4
USE_QT= corelib gui linguisttools_build moc_build qmake_build rcc_build \
uic_build xml
Index: graphics/rawtherapee/Makefile
===================================================================
--- graphics/rawtherapee/Makefile
+++ graphics/rawtherapee/Makefile
@@ -28,7 +28,7 @@
libsigc-2.0.so:devel/libsigc++20 \
libtiff.so:graphics/tiff
-USES= cmake:outsource desktop-file-utils dos2unix \
+USES= cmake desktop-file-utils dos2unix \
jpeg localbase:ldflags pkgconfig tar:xz
DOS2UNIX_REGEX= .*\.(cc|h)
LDFLAGS+= -Wl,--as-needed # fontconfig, freetype, gettext, libX11
Index: graphics/reactphysics3d/Makefile
===================================================================
--- graphics/reactphysics3d/Makefile
+++ graphics/reactphysics3d/Makefile
@@ -11,7 +11,7 @@
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= DanielChappuis
GH_TAGNAME= f3be5384997da7ddeccc526036985a80de660bae # branch 'fix37'
Index: graphics/showimage/Makefile
===================================================================
--- graphics/showimage/Makefile
+++ graphics/showimage/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource kde:5 qt:5 tar:bzip2
+USES= cmake kde:5 qt:5 tar:bzip2
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio service solid \
widgetsaddons xmlgui
Index: graphics/skanlite-kde4/Makefile
===================================================================
--- graphics/skanlite-kde4/Makefile
+++ graphics/skanlite-kde4/Makefile
@@ -19,7 +19,7 @@
LIB_DEPENDS= libksane.so:graphics/libksane-kde4
-USES= cmake:outsource gettext kde:4 qt:4 tar:xz
+USES= cmake gettext kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= qmake_build moc_build rcc_build uic_build
Index: graphics/skanlite/Makefile
===================================================================
--- graphics/skanlite/Makefile
+++ graphics/skanlite/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libKF5Sane.so:graphics/libksane \
libpng.so:graphics/png
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= ecm auth config configwidgets codecs completion \
coreaddons doctools i18n jobwidgets kio \
service widgetsaddons xmlgui
Index: graphics/spectacle/Makefile
===================================================================
--- graphics/spectacle/Makefile
+++ graphics/spectacle/Makefile
@@ -12,7 +12,7 @@
libxcb-image.so:x11/xcb-util-image \
libxcb-util.so:x11/xcb-util
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
libkipi newstuff notifications package service widgetsaddons \
Index: graphics/tulip/Makefile
===================================================================
--- graphics/tulip/Makefile
+++ graphics/tulip/Makefile
@@ -22,7 +22,7 @@
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= cmake:outsource,noninja compiler:c++11-lib dos2unix jpeg python \
+USES= cmake:noninja compiler:c++11-lib dos2unix jpeg python \
shebangfix
SHEBANG_FILES= tulip-config.in
DOS2UNIX_FILES= software/tulip/src/main.cpp
Index: graphics/vigra/Makefile
===================================================================
--- graphics/vigra/Makefile
+++ graphics/vigra/Makefile
@@ -18,7 +18,7 @@
LIB_DEPENDS= libHalf.so:graphics/ilmbase \
libsz.so:science/szip
-USES= cmake:outsource python:2.7,run shebangfix
+USES= cmake python:2.7,run shebangfix
CMAKE_ARGS= -DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \
-DDOCINSTALL:PATH=${DOCSDIR_REL}
Index: graphics/vulkan-loader/Makefile
===================================================================
--- graphics/vulkan-loader/Makefile
+++ graphics/vulkan-loader/Makefile
@@ -12,7 +12,7 @@
BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers
-USES= cmake:outsource compiler:c++11-lib pkgconfig python:3.4+,build
+USES= cmake compiler:c++11-lib pkgconfig python:3.4+,build
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: graphics/vv/Makefile
===================================================================
--- graphics/vv/Makefile
+++ graphics/vv/Makefile
@@ -22,7 +22,7 @@
libtiff.so:graphics/tiff \
libvtkIOSQL-8.1.so:math/vtk8
-USES= cmake:outsource compiler:c++11-lang jpeg qt:5
+USES= cmake compiler:c++11-lang jpeg qt:5
USE_GITHUB= yes
GH_ACCOUNT= open-vv
USE_QT= core designer gui network sql widgets xml buildtools_build qmake_build
Index: graphics/waffle/Makefile
===================================================================
--- graphics/waffle/Makefile
+++ graphics/waffle/Makefile
@@ -12,7 +12,7 @@
LICENSE= BSD2CLAUSE
-USES= cmake:outsource compiler:c11 localbase pathfix pkgconfig tar:xz
+USES= cmake compiler:c11 localbase pathfix pkgconfig tar:xz
USE_GL= egl gl
USE_LDCONFIG= yes
USE_XORG= x11 xcb
Index: graphics/waylandpp/Makefile
===================================================================
--- graphics/waylandpp/Makefile
+++ graphics/waylandpp/Makefile
@@ -10,7 +10,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource localbase pkgconfig
+USES= cmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= NilsBrause
USE_GL= egl
Index: graphics/xpdf4/Makefile
===================================================================
--- graphics/xpdf4/Makefile
+++ graphics/xpdf4/Makefile
@@ -26,7 +26,7 @@
MANPREFIX= ${PREFIX}/share/xpdf
SUB_FILES= xpdf-man.conf
-USES= cmake:outsource localbase
+USES= cmake localbase
CMAKE_ARGS+= -DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \
-DUSE_LCMS:BOOL=OFF -DSYSTEM_XPDFRC=${PREFIX}/etc/xpdfrc
Index: graphics/yafaray/Makefile
===================================================================
--- graphics/yafaray/Makefile
+++ graphics/yafaray/Makefile
@@ -32,7 +32,7 @@
libpng16.so:graphics/png \
libtiff.so:graphics/tiff
-USES= cmake:outsource jpeg
+USES= cmake jpeg
USE_GITHUB= yes
GH_ACCOUNT= YafaRay
GH_PROJECT= Core
Index: irc/anope/Makefile
===================================================================
--- irc/anope/Makefile
+++ irc/anope/Makefile
@@ -11,7 +11,7 @@
LICENSE= GPLv2
-USES= cmake:outsource shebangfix
+USES= cmake shebangfix
CMAKE_ARGS+= -DINSTDIR:STRING="${LOCALBASE}/anope"
CXXFLAGS+= "-I${LOCALBASE}/include"
LDFLAGS+= "-L${LOCALBASE}/lib"
Index: irc/konversation/Makefile
===================================================================
--- irc/konversation/Makefile
+++ irc/konversation/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5
-USES= cmake:outsource desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz
+USES= cmake desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz
USE_KDE= archive auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons doctools ecm \
emoticons globalaccel i18n iconthemes idletime itemviews \
Index: irc/quassel/Makefile
===================================================================
--- irc/quassel/Makefile
+++ irc/quassel/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource compiler:c++11-lib cpe pkgconfig qt:5 tar:bzip2
+USES= cmake compiler:c++11-lib cpe pkgconfig qt:5 tar:bzip2
CPE_VENDOR= quassel-irc
CPE_PRODUCT= quassel_irc
Index: irc/weechat/Makefile
===================================================================
--- irc/weechat/Makefile
+++ irc/weechat/Makefile
@@ -16,7 +16,7 @@
libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
-USES= cmake:outsource,noninja ncurses libtool tar:xz
+USES= cmake:noninja ncurses libtool tar:xz
USE_LDCONFIG= yes
CMAKE_ARGS+= -DENABLE_GUILE=no \
Index: japanese/kiten-kde4/Makefile
===================================================================
--- japanese/kiten-kde4/Makefile
+++ japanese/kiten-kde4/Makefile
@@ -11,7 +11,7 @@
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= corelib moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: japanese/kiten/Makefile
===================================================================
--- japanese/kiten/Makefile
+++ japanese/kiten/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Japanese reference/study tool for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth archive codecs completion config configwidgets coreaddons \
crash doctools ecm i18n jobwidgets js khtml kio parts service \
sonnet textwidgets widgetsaddons xmlgui
Index: lang/cling/Makefile
===================================================================
--- lang/cling/Makefile
+++ lang/cling/Makefile
@@ -30,7 +30,7 @@
LLVM_SUFFIX= 50_cern-root
LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX}
-USES= cmake:outsource compiler:c11 compiler:c++11-lib cpe \
+USES= cmake compiler:c11 compiler:c++11-lib cpe \
libedit ncurses python:build shebangfix tar:bzip2
USE_GNOME= libxml2
USE_LDCONFIG= ${LLVM_PREFIX}/lib
Index: lang/io-devel/Makefile
===================================================================
--- lang/io-devel/Makefile
+++ lang/io-devel/Makefile
@@ -14,7 +14,7 @@
CONFLICTS= io-[0-9]*
-USES= cmake:outsource,noninja compiler:c11
+USES= cmake:noninja compiler:c11
USE_LDCONFIG= yes
Index: lang/io/Makefile
===================================================================
--- lang/io/Makefile
+++ lang/io/Makefile
@@ -17,7 +17,7 @@
BROKEN_armv7= fails to compile: Coro.c:392:2: no member named 'arm_r0' in 'mcontext_t'
BROKEN_powerpc64= fails to build: unrecognized command line option -msse2
-USES= cmake:outsource,noninja compiler:c11 ssl
+USES= cmake:noninja compiler:c11 ssl
USE_GITHUB= yes
GH_ACCOUNT= stevedekorte
Index: lang/kf5-kross/Makefile
===================================================================
--- lang/kf5-kross/Makefile
+++ lang/kf5-kross/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 multi-language application scripting
-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 doctools ecm i18n iconthemes itemviews \
jobwidgets kio parts service solid sonnet textwidgets \
Index: lang/kross-interpreters/Makefile
===================================================================
--- lang/kross-interpreters/Makefile
+++ lang/kross-interpreters/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Language interpreters to enable in-process scripting with Kross
-USES= cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
+USES= cmake gettext kde:5 python:2.7 qt:5 tar:xz
USE_KDE= ecm kross
USE_QT= core gui script widgets xml \
buildtools_build qmake_build
Index: lang/kturtle-kde4/Makefile
===================================================================
--- lang/kturtle-kde4/Makefile
+++ lang/kturtle-kde4/Makefile
@@ -11,7 +11,7 @@
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= corelib gui xml moc_build qmake_build rcc_build uic_build
Index: lang/kturtle/Makefile
===================================================================
--- lang/kturtle/Makefile
+++ lang/kturtle/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Educational programming environment for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs config configwidgets coreaddons crash ecm \
emoticons i18n init itemmodels kdelibs4support kio newstuff \
service sonnet textwidgets widgetsaddons xmlgui
Index: lang/neko/Makefile
===================================================================
--- lang/neko/Makefile
+++ lang/neko/Makefile
@@ -19,7 +19,7 @@
libmbedtls.so:security/mbedtls libmbedcrypto.so:security/mbedtls libmbedx509.so:security/mbedtls \
libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2
-USES= cmake:outsource mysql pkgconfig sqlite:3
+USES= cmake mysql pkgconfig sqlite:3
USE_GITHUB= yes
GH_ACCOUNT= HaxeFoundation
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/neko
Index: lang/nyan/Makefile
===================================================================
--- lang/nyan/Makefile
+++ lang/nyan/Makefile
@@ -13,7 +13,7 @@
BROKEN_FreeBSD_10= conflicting types for '__hash_table<_Tp, _Hash, _Equal, _Alloc>'
-USES= cmake:outsource compiler:c++17-lang
+USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= SFTtech
GH_TAGNAME= 3c263e2
Index: lang/opencoarrays/Makefile
===================================================================
--- lang/opencoarrays/Makefile
+++ lang/opencoarrays/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS= bash:shells/bash
-USES= cmake:outsource fortran
+USES= cmake fortran
USE_CSTD= gnu99
USE_GITHUB= yes
GH_ACCOUNT= sourceryinstitute
Index: lang/pocl/Makefile
===================================================================
--- lang/pocl/Makefile
+++ lang/pocl/Makefile
@@ -25,7 +25,7 @@
LLVM_VERSION= ${MESA_LLVM_VER:U40}
-USES= cmake:outsource localbase:ldflags ncurses pkgconfig
+USES= cmake localbase:ldflags ncurses pkgconfig
USE_CXXSTD= gnu++11
USE_LDCONFIG= yes
Index: mail/geary/Makefile
===================================================================
--- mail/geary/Makefile
+++ mail/geary/Makefile
@@ -27,7 +27,7 @@
libsoup-2.4.so:devel/libsoup \
libenchant.so:textproc/enchant
-USES= cmake:outsource compiler:c11 desktop-file-utils gettext libtool \
+USES= cmake compiler:c11 desktop-file-utils gettext libtool \
localbase:ldflags pkgconfig shebangfix sqlite tar:xz
USE_GNOME= cairo gnomedocutils gnomeprefix gtk30 intlhack introspection
SHEBANG_FILES= desktop/geary-attach
Index: mail/libvmime/Makefile
===================================================================
--- mail/libvmime/Makefile
+++ mail/libvmime/Makefile
@@ -20,7 +20,7 @@
GH_ACCOUNT= kisli
GH_PROJECT= vmime
-USES= cmake:outsource,noninja compiler:c++11-lib iconv pkgconfig
+USES= cmake:noninja compiler:c++11-lib iconv pkgconfig
USE_LDCONFIG= yes
CMAKE_ARGS= -DLIB_SUFFIX:STRING="" \
Index: mail/rmilter/Makefile
===================================================================
--- mail/rmilter/Makefile
+++ mail/rmilter/Makefile
@@ -18,7 +18,7 @@
USE_GITHUB= yes
GH_ACCOUNT= vstakhov
-USES= cmake:outsource bison pkgconfig ssl
+USES= cmake bison pkgconfig ssl
USE_GNOME= glib20
USERS= _rmilter
Index: mail/rspamd-devel/Makefile
===================================================================
--- mail/rspamd-devel/Makefile
+++ mail/rspamd-devel/Makefile
@@ -19,7 +19,7 @@
BUILD_DEPENDS= ragel:devel/ragel
RUN_DEPENDS= ca_root_nss>=3.*:security/ca_root_nss
-USES= cmake:outsource pkgconfig perl5 \
+USES= cmake pkgconfig perl5 \
compiler:c11 sqlite ssl
USE_LDCONFIG= yes
USE_PERL5= build run
Index: mail/rspamd/Makefile
===================================================================
--- mail/rspamd/Makefile
+++ mail/rspamd/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= ragel:devel/ragel
RUN_DEPENDS= ca_root_nss>=3.*:security/ca_root_nss
-USES= cmake:outsource compiler:c11 gnome perl5 pkgconfig \
+USES= cmake compiler:c11 gnome perl5 pkgconfig \
sqlite ssl
USE_LDCONFIG= yes
USE_PERL5= build run
Index: math/SCIP/Makefile
===================================================================
--- math/SCIP/Makefile
+++ math/SCIP/Makefile
@@ -21,7 +21,7 @@
CONFLICTS_BUILD= Ipopt
-USES= cmake:outsource readline tar:tgz
+USES= cmake readline tar:tgz
EXTRACT_CMD= gtar
USE_LDCONFIG= yes
PLIST_SUB= SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
Index: math/SoPlex/Makefile
===================================================================
--- math/SoPlex/Makefile
+++ math/SoPlex/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libgmp.so:math/gmp
-USES= cmake:outsource compiler:c++11-lang tar:tgz
+USES= cmake compiler:c++11-lang tar:tgz
USE_LDCONFIG= yes
PLIST_SUB= SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
Index: math/ambit/Makefile
===================================================================
--- math/ambit/Makefile
+++ math/ambit/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libhdf5.so:science/hdf5 \
libsz.so:science/szip
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= jturney
Index: math/analitza-kde4/Makefile
===================================================================
--- math/analitza-kde4/Makefile
+++ math/analitza-kde4/Makefile
@@ -16,7 +16,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= cmake:outsource ncurses kde:4 qt:4 readline tar:xz
+USES= cmake ncurses kde:4 qt:4 readline tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib dbus gui opengl svg xml \
moc_build qmake_build rcc_build uic_build
Index: math/analitza/Makefile
===================================================================
--- math/analitza/Makefile
+++ math/analitza/Makefile
@@ -12,7 +12,7 @@
LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.DOC
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_GL= glu
USE_KDE= ecm
USE_QT= core gui network opengl printsupport qml quick svg widgets xml \
Index: math/aspcud/Makefile
===================================================================
--- math/aspcud/Makefile
+++ math/aspcud/Makefile
@@ -18,7 +18,7 @@
clasp:math/clasp \
bash:shells/bash
-USES= compiler:c++11-lang cmake:outsource python:run
+USES= compiler:c++11-lang cmake python:run
USE_GITHUB= yes
GH_ACCOUNT= potassco
Index: math/blaze/Makefile
===================================================================
--- math/blaze/Makefile
+++ math/blaze/Makefile
@@ -18,7 +18,7 @@
openblas>0:math/openblas \
openmp>0:devel/openmp
-USES= cmake:outsource compiler:c++14-lang fortran localbase:ldflags
+USES= cmake compiler:c++14-lang fortran localbase:ldflags
NO_ARCH= yes
BB_ACCOUNT= ${PORTNAME}-lib
Index: math/blazeiterative/Makefile
===================================================================
--- math/blazeiterative/Makefile
+++ math/blazeiterative/Makefile
@@ -15,7 +15,7 @@
openmp>0:devel/openmp
RUN_DEPENDS= blaze>0:math/blaze
-USES= cmake:outsource compiler:c++14-lang fortran localbase:ldflags
+USES= cmake compiler:c++14-lang fortran localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= tjolsen
GH_PROJECT= BlazeIterative
Index: math/cadabra2/Makefile
===================================================================
--- math/cadabra2/Makefile
+++ math/cadabra2/Makefile
@@ -24,7 +24,7 @@
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR}
-USES= compiler:c++14-lang cmake:outsource dos2unix gettext-runtime localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions
+USES= compiler:c++14-lang cmake dos2unix gettext-runtime localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions
USE_GITHUB= yes
GH_ACCOUNT= kpeeters
DOS2UNIX_FILES= cmake/version.cmake
Index: math/cantor-kde4/Makefile
===================================================================
--- math/cantor-kde4/Makefile
+++ math/cantor-kde4/Makefile
@@ -15,7 +15,7 @@
libqalculate.so:math/libqalculate \
libanalitza.so:math/analitza-kde4
-USES= cmake:outsource kde:4 pkgconfig python:2.7 qt:4 tar:xz
+USES= cmake kde:4 pkgconfig python:2.7 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib qtestlib_build xml xmlpatterns \
moc_build qmake_build rcc_build uic_build
Index: math/cantor/Makefile
===================================================================
--- math/cantor/Makefile
+++ math/cantor/Makefile
@@ -14,7 +14,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 pkgconfig python:3.4+ qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig python:3.4+ qt:5 tar:xz
USE_KDE= attica auth archive bookmarks codecs completion config \
configwidgets coreaddons crash ecm emoticons i18n iconthemes \
itemmodels itemviews init jobwidgets kdelibs4support kio \
Index: math/ceres-solver/Makefile
===================================================================
--- math/ceres-solver/Makefile
+++ math/ceres-solver/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libglog.so:devel/glog
RUN_DEPENDS:= ${BUILD_DEPENDS:Meigen*}
-USES= cmake:outsource compiler:${OPENMP}c++11-lib eigen:3 localbase shebangfix
+USES= cmake compiler:${OPENMP}c++11-lib eigen:3 localbase shebangfix
USE_GITHUB= yes
USE_LDCONFIG= yes
SHEBANG_FILES= examples/slam/pose_graph_*/plot_results.py \
Index: math/clasp/Makefile
===================================================================
--- math/clasp/Makefile
+++ math/clasp/Makefile
@@ -12,7 +12,7 @@
BROKEN_sparc64= Fails to build: internal compiler error
-USES= cmake:outsource
+USES= cmake
PLIST_FILES= bin/${PORTNAME}
Index: math/cminpack/Makefile
===================================================================
--- math/cminpack/Makefile
+++ math/cminpack/Makefile
@@ -10,7 +10,7 @@
LICENSE_FILE= ${WRKSRC}/CopyrightMINPACK.txt
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= devernay
Index: math/cryptominisat/Makefile
===================================================================
--- math/cryptominisat/Makefile
+++ math/cryptominisat/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: math/deal.ii/Makefile
===================================================================
--- math/deal.ii/Makefile
+++ math/deal.ii/Makefile
@@ -18,7 +18,7 @@
libsundials_arkode.so:math/sundials \
libtbb.so:devel/tbb
-USES= cmake:outsource compiler:c++17-lang localbase:ldflags
+USES= cmake compiler:c++17-lang localbase:ldflags
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tl:S/.//}
GH_PROJECT= ${PORTNAME:tl:S/.//}
Index: math/eigen3/Makefile
===================================================================
--- math/eigen3/Makefile
+++ math/eigen3/Makefile
@@ -16,7 +16,7 @@
LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL2
CMAKE_ARGS= -DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
-USES= cmake:outsource tar:bzip2
+USES= cmake tar:bzip2
NO_BUILD= yes
NO_ARCH= yes
Index: math/flann/Makefile
===================================================================
--- math/flann/Makefile
+++ math/flann/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libhdf5.so:science/hdf5 \
libsz.so:science/szip
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= mariusmuja
USE_LDCONFIG= yes
Index: math/flint2/Makefile
===================================================================
--- math/flint2/Makefile
+++ math/flint2/Makefile
@@ -24,7 +24,7 @@
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
-USES= cmake:outsource
+USES= cmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
Index: math/g2o/Makefile
===================================================================
--- math/g2o/Makefile
+++ math/g2o/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libcxsparse.so:math/suitesparse \
libQGLViewer-qt5.so:graphics/libQGLViewer
-USES= cmake:outsource eigen:3 qt:5
+USES= cmake eigen:3 qt:5
USE_GITHUB= yes
GH_ACCOUNT= RainerKuemmerle
USE_GL= gl glu
Index: math/glm/Makefile
===================================================================
--- math/glm/Makefile
+++ math/glm/Makefile
@@ -13,7 +13,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/copying.txt
-USES= cmake:outsource compiler:c++11-lang pkgconfig
+USES= cmake compiler:c++11-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= g-truc
Index: math/kalgebra-kde4/Makefile
===================================================================
--- math/kalgebra-kde4/Makefile
+++ math/kalgebra-kde4/Makefile
@@ -15,7 +15,7 @@
CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_GL= glu
USE_KDE= kdelibs libkeduvocdocument automoc4
USE_QT= corelib declarative gui opengl \
Index: math/kalgebra/Makefile
===================================================================
--- math/kalgebra/Makefile
+++ math/kalgebra/Makefile
@@ -12,7 +12,7 @@
docbook-xml>0:textproc/docbook-xml
CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_GL= glu
USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \
kio service widgetsaddons xmlgui
Index: math/kbruch-kde4/Makefile
===================================================================
--- math/kbruch-kde4/Makefile
+++ math/kbruch-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: math/kbruch/Makefile
===================================================================
--- math/kbruch/Makefile
+++ math/kbruch/Makefile
@@ -10,7 +10,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth config crash codecs configwidgets coreaddons doctools ecm \
i18n widgetsaddons xmlgui
USE_QT= core dbus gui xml widgets \
Index: math/kcalc-kde4/Makefile
===================================================================
--- math/kcalc-kde4/Makefile
+++ math/kcalc-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= xml qmake_build moc_build rcc_build uic_build
Index: math/kcalc/Makefile
===================================================================
--- math/kcalc/Makefile
+++ math/kcalc/Makefile
@@ -12,7 +12,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs coreaddons ecm config configwidgets doctools \
guiaddons i18n init notifications widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Index: math/kig-kde4/Makefile
===================================================================
--- math/kig-kde4/Makefile
+++ math/kig-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= ${PY_BOOST}
-USES= cmake:outsource compiler:c++11-lib kde:4 python:2.7,run \
+USES= cmake compiler:c++11-lib kde:4 python:2.7,run \
qt:4 shebangfix tar:xz
USE_KDE= kdelibs soprano automoc4
USE_QT= corelib dbus gui network svg xml \
Index: math/kig/Makefile
===================================================================
--- math/kig/Makefile
+++ math/kig/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= ${PY_BOOST}
-USES= cmake:outsource gettext compiler:c++11-lib kde:5 \
+USES= cmake gettext compiler:c++11-lib kde:5 \
python:2.7,run qt:5 shebangfix tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
crash doctools ecm emoticons i18n iconthemes init itemmodels \
Index: math/kmplot-kde4/Makefile
===================================================================
--- math/kmplot-kde4/Makefile
+++ math/kmplot-kde4/Makefile
@@ -11,7 +11,7 @@
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= xml moc_build qmake_build rcc_build uic_build
Index: math/kmplot/Makefile
===================================================================
--- math/kmplot/Makefile
+++ math/kmplot/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Mathematical function plotter for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets \
Index: math/labplot/Makefile
===================================================================
--- math/labplot/Makefile
+++ math/labplot/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libgsl.so:math/gsl
-USES= bison cmake:outsource desktop-file-utils kde:5 qt:5 shared-mime-info tar:xz
+USES= bison cmake desktop-file-utils kde:5 qt:5 shared-mime-info tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \
jobwidgets kdelibs4support kio newstuff notifications parts \
Index: math/lean/Makefile
===================================================================
--- math/lean/Makefile
+++ math/lean/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libgmp.so:math/gmp
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= leanprover
USE_LDCONFIG= yes
Index: math/liborigin/Makefile
===================================================================
--- math/liborigin/Makefile
+++ math/liborigin/Makefile
@@ -17,7 +17,7 @@
CONFLICTS_INSTALL= labplot-2.*
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
Index: math/libpgmath/Makefile
===================================================================
--- math/libpgmath/Makefile
+++ math/libpgmath/Makefile
@@ -18,7 +18,7 @@
BUILD_DEPENDS= llvm60>=0:devel/llvm60
RUN_DEPENDS= llvm60>=0:devel/llvm60
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: math/libpoly/Makefile
===================================================================
--- math/libpoly/Makefile
+++ math/libpoly/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libgmp.so:math/gmp
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= SRI-CSL
USE_LDCONFIG= yes
Index: math/mathgl/Makefile
===================================================================
--- math/mathgl/Makefile
+++ math/mathgl/Makefile
@@ -20,7 +20,7 @@
libpng.so:graphics/png \
libsz.so:science/szip
-USES= cmake:outsource jpeg gettext-runtime python:2.7
+USES= cmake jpeg gettext-runtime python:2.7
USE_GL= gl glu glut
USE_XORG= xi xmu
USE_LDCONFIG= yes
Index: math/mkl-dnn/Makefile
===================================================================
--- math/mkl-dnn/Makefile
+++ math/mkl-dnn/Makefile
@@ -16,7 +16,7 @@
TEST_DEPENDS= bash:shells/bash
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= intel
USE_LDCONFIG= yes
Index: math/mlpack/Makefile
===================================================================
--- math/mlpack/Makefile
+++ math/mlpack/Makefile
@@ -16,7 +16,7 @@
libboost_serialization.so:devel/boost-libs \
libarmadillo.so:math/armadillo
-USES= cmake:outsource compiler:c++14-lang
+USES= cmake compiler:c++14-lang
CMAKE_ARGS+= -DBUILD_TESTS:BOOL=false -DBUILD_CLI_EXECUTABLES=false -DBUILD_PYTHON_BINDINGS=false
USE_LDCONFIG= yes
Index: math/mppp/Makefile
===================================================================
--- math/mppp/Makefile
+++ math/mppp/Makefile
@@ -17,7 +17,7 @@
RUN_DEPENDS= ${LOCALBASE}/include/gmp.h:math/gmp \
${LOCALBASE}/include/mpfr.h:math/mpfr
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= bluescarni
NO_BUILD= yes
Index: math/nanoflann/Makefile
===================================================================
--- math/nanoflann/Makefile
+++ math/nanoflann/Makefile
@@ -11,7 +11,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= jlblancoc
Index: math/pantheon-calculator/Makefile
===================================================================
--- math/pantheon-calculator/Makefile
+++ math/pantheon-calculator/Makefile
@@ -19,7 +19,7 @@
LIB_DEPENDS= libgranite.so:x11-toolkits/granite \
libgee-0.8.so:devel/libgee
-USES= cmake:outsource pkgconfig gettext tar:xz
+USES= cmake pkgconfig gettext tar:xz
USE_GNOME= glib20 gtk30 cairo gdkpixbuf2 intltool
GLIB_SCHEMAS= org.pantheon.calculator.gschema.xml
Index: math/pdal/Makefile
===================================================================
--- math/pdal/Makefile
+++ math/pdal/Makefile
@@ -21,7 +21,7 @@
liblaszip.so:archivers/laszip \
libjsoncpp.so:devel/jsoncpp
-USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig
+USES= cmake compiler:c++11-lib pathfix pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tu}
Index: math/petiga/Makefile
===================================================================
--- math/petiga/Makefile
+++ math/petiga/Makefile
@@ -23,7 +23,7 @@
WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
-USES= cmake:outsource compiler:c++14-lang fortran
+USES= cmake compiler:c++14-lang fortran
USE_XORG= x11
USE_LDCONFIG= yes
Index: math/piranha/Makefile
===================================================================
--- math/piranha/Makefile
+++ math/piranha/Makefile
@@ -18,7 +18,7 @@
BUILD_DEPENDS= ${HEADER_DEPENDS}
RUN_DEPENDS= ${HEADER_DEPENDS}
-USES= cmake:outsource compiler:c++14-lang
+USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= bluescarni
NO_BUILD= yes
Index: math/plplot/Makefile
===================================================================
--- math/plplot/Makefile
+++ math/plplot/Makefile
@@ -23,7 +23,7 @@
USE_GNOME= cairo pango
USE_PERL5= build
-USES= cmake:outsource gettext-runtime ghostscript localbase perl5 pathfix pkgconfig
+USES= cmake gettext-runtime ghostscript localbase perl5 pathfix pkgconfig
CMAKE_ARGS= -DENABLE_java:BOOL=OFF \
-DENABLE_octave:BOOL=OFF \
-DENABLE_pdl:BOOL=OFF \
Index: math/py-libpoly/Makefile
===================================================================
--- math/py-libpoly/Makefile
+++ math/py-libpoly/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libpoly.so:math/libpoly
-USES= cmake:outsource localbase:ldflags python:2.7
+USES= cmake localbase:ldflags python:2.7
USE_GITHUB= yes
GH_ACCOUNT= SRI-CSL
USE_LDCONFIG= yes
Index: math/py-piranha/Makefile
===================================================================
--- math/py-piranha/Makefile
+++ math/py-piranha/Makefile
@@ -21,7 +21,7 @@
libmpfr.so:math/mpfr \
${PY_BOOST}
-USES= cmake:outsource compiler:c++14-lang python
+USES= cmake compiler:c++14-lang python
USE_GITHUB= yes
GH_ACCOUNT= bluescarni
USE_PYTHON= flavors
Index: math/rocs-kde4/Makefile
===================================================================
--- math/rocs-kde4/Makefile
+++ math/rocs-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource grantlee:4 kde:4 qt:4 tar:xz
+USES= cmake grantlee:4 kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= gui qtestlib script scripttools webkit xml \
moc_build qmake_build rcc_build uic_build
Index: math/rocs/Makefile
===================================================================
--- math/rocs/Makefile
+++ math/rocs/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource gettext grantlee:5 kde:5 qt:5 tar:xz
+USES= cmake gettext grantlee:5 kde:5 qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
crash doctools ecm i18n itemviews jobwidgets kdeclarative \
kio package parts service sonnet texteditor textwidgets \
Index: math/sleef/Makefile
===================================================================
--- math/sleef/Makefile
+++ math/sleef/Makefile
@@ -14,7 +14,7 @@
IGNORE_FreeBSD_10= base compiler too old
-USES= cmake:outsource compiler:c11
+USES= cmake compiler:c11
USE_LDCONFIG= yes
USE_GITHUB= yes
Index: math/speedcrunch/Makefile
===================================================================
--- math/speedcrunch/Makefile
+++ math/speedcrunch/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv2+
-USES= cmake:outsource qt:5
+USES= cmake qt:5
BB_ACCOUNT= heldercorreia
BB_PROJECT= ${PORTNAME}
Index: math/stp/Makefile
===================================================================
--- math/stp/Makefile
+++ math/stp/Makefile
@@ -20,7 +20,7 @@
libminisat.so:math/minisat \
libcryptominisat5.so:math/cryptominisat
-USES= bison:build cmake:outsource perl5 python
+USES= bison:build cmake perl5 python
USE_GITHUB= yes
USE_PERL5= build
USE_LDCONFIG= yes
Index: math/sundials/Makefile
===================================================================
--- math/sundials/Makefile
+++ math/sundials/Makefile
@@ -12,7 +12,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource,noninja python:build # ninja doesn't support fortran
+USES= cmake:noninja python:build # ninja doesn't support fortran
USE_LDCONFIG= yes
CMAKE_ARGS= -DPTHREAD_ENABLE:BOOL=ON \
Index: math/superlu/Makefile
===================================================================
--- math/superlu/Makefile
+++ math/superlu/Makefile
@@ -16,7 +16,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/License.txt
-USES= cmake:outsource fortran
+USES= cmake fortran
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/SuperLU_${PORTVERSION}
Index: math/viennacl/Makefile
===================================================================
--- math/viennacl/Makefile
+++ math/viennacl/Makefile
@@ -18,6 +18,6 @@
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl
-USES= cmake:outsource compiler:openmp localbase
+USES= cmake compiler:openmp localbase
.include <bsd.port.mk>
Index: math/vtk5/Makefile
===================================================================
--- math/vtk5/Makefile
+++ math/vtk5/Makefile
@@ -26,7 +26,7 @@
SUB_FILES= vtk.3
-USES= alias cmake:outsource jpeg qt:4
+USES= alias cmake jpeg qt:4
USE_XORG= xt
USE_LDCONFIG= ${PREFIX}/lib/vtk-${PORTVERSION:R}
CXXFLAGS+= -DUSE_INTERP_ERRORLINE
Index: math/vtk6/Makefile
===================================================================
--- math/vtk6/Makefile
+++ math/vtk6/Makefile
@@ -26,7 +26,7 @@
CONFLICTS= vtk5 vtk8
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
USE_XORG= xt sm ice x11 xext
-USES= alias cmake:outsource jpeg
+USES= alias cmake jpeg
CXXFLAGS+= -I${LOCALBASE}/include
VTK_SHORT_VER= ${PORTVERSION:R}
Index: math/vtk8/Makefile
===================================================================
--- math/vtk8/Makefile
+++ math/vtk8/Makefile
@@ -20,7 +20,7 @@
CONFLICTS= vtk5 vtk6
-USES= alias cmake:outsource jpeg localbase
+USES= alias cmake jpeg localbase
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
USE_XORG= ice x11 xt xext sm
Index: math/xlife++/Makefile
===================================================================
--- math/xlife++/Makefile
+++ math/xlife++/Makefile
@@ -15,7 +15,7 @@
BROKEN_aarch64= fails to compile: BlasUtil.h:63:63: no type named 'ReturnType' in 'Eigen::ScalarBinaryOpTraits<__attribute__
-USES= cmake:outsource eigen:3 fortran tar:tbz
+USES= cmake eigen:3 fortran tar:tbz
USE_LDCONFIG= yes
CMAKE_OFF= XLIFEPP_ENABLE_ARPACK # should be ON, but it fails to build. Reported to their bugs ML.
Index: math/yacas/Makefile
===================================================================
--- math/yacas/Makefile
+++ math/yacas/Makefile
@@ -28,7 +28,7 @@
TEST_TARGET= test
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= grzegorzmazur
Index: misc/artikulate/Makefile
===================================================================
--- misc/artikulate/Makefile
+++ misc/artikulate/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt@qt5
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= archive attica auth codecs config configwidgets coreaddons \
crash doctools ecm i18n kdeclarative newstuff service \
widgetsaddons xmlgui
Index: misc/bibletime/Makefile
===================================================================
--- misc/bibletime/Makefile
+++ misc/bibletime/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libclucene-core.so:textproc/clucene \
libsword.so:misc/sword
-USES= cmake:outsource qt:5 tar:xz ssl
+USES= cmake qt:5 tar:xz ssl
USE_QT= buildtools core dbus gui linguist_build network script svg \
webkit xml qmake_build
.include <bsd.port.mk>
Index: misc/kde-thumbnailer-epub/Makefile
===================================================================
--- misc/kde-thumbnailer-epub/Makefile
+++ misc/kde-thumbnailer-epub/Makefile
@@ -12,7 +12,7 @@
PORTSCOUT= limit:^1\.0
-USES= cmake:outsource kde:4 qt:4
+USES= cmake kde:4 qt:4
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Index: misc/kde-thumbnailer-fb2/Makefile
===================================================================
--- misc/kde-thumbnailer-fb2/Makefile
+++ misc/kde-thumbnailer-fb2/Makefile
@@ -10,7 +10,7 @@
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE thumbnail generator for fb2 files
-USES= cmake:outsource kde:4 qt:4
+USES= cmake kde:4 qt:4
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Index: misc/kdeedu-data/Makefile
===================================================================
--- misc/kdeedu-data/Makefile
+++ misc/kdeedu-data/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE edu data files
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build qmake_build
Index: misc/kf5-purpose/Makefile
===================================================================
--- misc/kf5-purpose/Makefile
+++ misc/kf5-purpose/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
libkaccounts.so:net-im/kaccounts-integration
-USES= cmake:outsource compiler:c++11-lang gettext \
+USES= cmake compiler:c++11-lang gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= intltool
USE_KDE= config coreaddons ecm i18n kdeclarative kio service widgetsaddons
Index: misc/kgeography-kde4/Makefile
===================================================================
--- misc/kgeography-kde4/Makefile
+++ misc/kgeography-kde4/Makefile
@@ -11,7 +11,7 @@
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= xml moc_build qmake_build rcc_build uic_build
Index: misc/kgeography/Makefile
===================================================================
--- misc/kgeography/Makefile
+++ misc/kgeography/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE geography trainer
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash doctools ecm \
i18n iconthemes itemviews service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Index: misc/klettres-kde4/Makefile
===================================================================
--- misc/klettres-kde4/Makefile
+++ misc/klettres-kde4/Makefile
@@ -11,7 +11,7 @@
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= xml moc_build qmake_build rcc_build uic_build
Index: misc/klettres/Makefile
===================================================================
--- misc/klettres/Makefile
+++ misc/klettres/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Alphabet learning tool for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
crash doctools ecm emoticons i18n init itemmodels \
kdelibs4support newstuff service widgetsaddons xmlgui
Index: misc/ktouch-kde4/Makefile
===================================================================
--- misc/ktouch-kde4/Makefile
+++ misc/ktouch-kde4/Makefile
@@ -13,7 +13,7 @@
RUN_DEPENDS= ${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtquickcharts-kde4
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib declarative opengl phonon script sql xmlpatterns \
moc_build qmake_build rcc_build uic_build
Index: misc/ktouch/Makefile
===================================================================
--- misc/ktouch/Makefile
+++ misc/ktouch/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Touch typing tutor for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
ecm i18n itemviews kcmutils kdeclarative kio newstuff package \
parts service sonnet texteditor textwidgets widgetsaddons \
Index: misc/kwordquiz-kde4/Makefile
===================================================================
--- misc/kwordquiz-kde4/Makefile
+++ misc/kwordquiz-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkeduvocdocument automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: misc/kwordquiz/Makefile
===================================================================
--- misc/kwordquiz/Makefile
+++ misc/kwordquiz/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Flash card trainer for KDE Applications
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons crash doctools ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets kdeclarative \
Index: misc/libkdeedu-kde4/Makefile
===================================================================
--- misc/libkdeedu-kde4/Makefile
+++ misc/libkdeedu-kde4/Makefile
@@ -11,7 +11,7 @@
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= corelib gui xml moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: misc/libkeduvocdocument/Makefile
===================================================================
--- misc/libkeduvocdocument/Makefile
+++ misc/libkeduvocdocument/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Library for reading and writing vocabulary files
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons ecm i18n kio service
USE_QT= core gui xml \
buildtools_build qmake_build
Index: misc/libpredict/Makefile
===================================================================
--- misc/libpredict/Makefile
+++ misc/libpredict/Makefile
@@ -11,7 +11,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= la1k
USE_LDCONFIG= yes
Index: misc/libsweep-lidar/Makefile
===================================================================
--- misc/libsweep-lidar/Makefile
+++ misc/libsweep-lidar/Makefile
@@ -13,7 +13,7 @@
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Weverything"
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= scanse
GH_PROJECT= sweep-sdk
Index: misc/morse/Makefile
===================================================================
--- misc/morse/Makefile
+++ misc/morse/Makefile
@@ -12,7 +12,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource pkgconfig python:3.4+ shebangfix
+USES= cmake pkgconfig python:3.4+ shebangfix
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}-simulator
SHEBANG_FILES= bin/morse_inspector
Index: misc/ompl/Makefile
===================================================================
--- misc/ompl/Makefile
+++ misc/ompl/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= cmake:outsource eigen:3 pkgconfig zip
+USES= cmake eigen:3 pkgconfig zip
USE_LDCONFIG= yes
CMAKE_OFF= OMPL_REGISTRATION OMPL_BUILD_TESTS OMPL_BUILD_DEMOS
Index: misc/openhmd/Makefile
===================================================================
--- misc/openhmd/Makefile
+++ misc/openhmd/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libhidapi.so:comms/hidapi
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
USE_LDCONFIG= yes
Index: misc/openmvg/Makefile
===================================================================
--- misc/openmvg/Makefile
+++ misc/openmvg/Makefile
@@ -18,7 +18,7 @@
libpng.so:graphics/png \
libtiff.so:graphics/tiff
-USES= cmake:outsource eigen:3 jpeg qt:5
+USES= cmake eigen:3 jpeg qt:5
USE_GITHUB= yes
GH_ACCOUNT= openMVG
GH_PROJECT= openMVG
Index: misc/parley-kde4/Makefile
===================================================================
--- misc/parley-kde4/Makefile
+++ misc/parley-kde4/Makefile
@@ -11,7 +11,7 @@
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_GNOME= libxml2 libxslt
USE_KDE= kdelibs libkeduvocdocument attica automoc4
USE_QT= corelib gui moc_build qmake_build rcc_build uic_build
Index: misc/parley/Makefile
===================================================================
--- misc/parley/Makefile
+++ misc/parley/Makefile
@@ -10,7 +10,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= attica auth codecs completion configwidgets coreaddons config \
crash doctools ecm i18n jobwidgets kcmutils kio newstuff \
Index: misc/py-SoapySDR/Makefile
===================================================================
--- misc/py-SoapySDR/Makefile
+++ misc/py-SoapySDR/Makefile
@@ -17,7 +17,7 @@
BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libSoapySDR.so:misc/soapysdr
-USES= cmake:outsource compiler:c++11-lang python
+USES= cmake compiler:c++11-lang python
USE_GITHUB= yes
GH_ACCOUNT= pothosware
USE_PYTHON= flavors
Index: misc/raspberrypi-userland/Makefile
===================================================================
--- misc/raspberrypi-userland/Makefile
+++ misc/raspberrypi-userland/Makefile
@@ -14,7 +14,7 @@
CONFLICTS_INSTALL= libglesv2 libEGL
-USES= cmake:outsource pkgconfig shebangfix
+USES= cmake pkgconfig shebangfix
USE_GITHUB= yes
GH_ACCOUNT= gonzoua
Index: misc/soapysdr/Makefile
===================================================================
--- misc/soapysdr/Makefile
+++ misc/soapysdr/Makefile
@@ -12,7 +12,7 @@
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pothosware
USE_LDCONFIG= yes
Index: misc/visp/Makefile
===================================================================
--- misc/visp/Makefile
+++ misc/visp/Makefile
@@ -20,7 +20,7 @@
libpng16.so:graphics/png \
libv4l2.so:multimedia/libv4l
-USES= cmake:outsource eigen:3 fortran jpeg
+USES= cmake eigen:3 fortran jpeg
USE_GNOME= libxml2
USE_XORG= ice sm x11 xext
USE_LDCONFIG= yes
Index: multimedia/Bento4/Makefile
===================================================================
--- multimedia/Bento4/Makefile
+++ multimedia/Bento4/Makefile
@@ -13,7 +13,7 @@
BROKEN_aarch64= fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
-USES= cmake:outsource,noninja
+USES= cmake:noninja
USE_GITHUB= yes
GH_ACCOUNT= axiomatic-systems
Index: multimedia/aom/Makefile
===================================================================
--- multimedia/aom/Makefile
+++ multimedia/aom/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS_amd64= nasm:devel/nasm
BUILD_DEPENDS_i386= nasm:devel/nasm
-USES= cmake:outsource compiler:c++11-lib perl5
+USES= cmake compiler:c++11-lib perl5
USE_GITHUB= yes
USE_PERL5= build
USE_LDCONFIG= yes
Index: multimedia/ccextractor/Makefile
===================================================================
--- multimedia/ccextractor/Makefile
+++ multimedia/ccextractor/Makefile
@@ -29,7 +29,7 @@
libx265.so:multimedia/x265 \
libxvidcore.so:multimedia/xvid
-USES= cmake:outsource iconv localbase:ldflags pkgconfig
+USES= cmake iconv localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= CCExtractor
USE_XORG= x11
Index: multimedia/chilitags/Makefile
===================================================================
--- multimedia/chilitags/Makefile
+++ multimedia/chilitags/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libopencv_imgproc.so:graphics/opencv-core \
libopencv_video.so:graphics/opencv
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= chili-epfl
USE_LDCONFIG= yes
Index: multimedia/dragon-kde4/Makefile
===================================================================
--- multimedia/dragon-kde4/Makefile
+++ multimedia/dragon-kde4/Makefile
@@ -14,7 +14,7 @@
LICENSE= GPLv2
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= phonon moc_build qmake_build rcc_build uic_build
Index: multimedia/dragon/Makefile
===================================================================
--- multimedia/dragon/Makefile
+++ multimedia/dragon/Makefile
@@ -10,7 +10,7 @@
LICENSE= GPLv2
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons doctools ecm kio service sonnet textwidgets i18n \
iconthemes jobwidgets notifications parts solid widgetsaddons \
Index: multimedia/ffmpegthumbnailer/Makefile
===================================================================
--- multimedia/ffmpegthumbnailer/Makefile
+++ multimedia/ffmpegthumbnailer/Makefile
@@ -18,7 +18,7 @@
USE_GITHUB= yes
GH_ACCOUNT= dirkvdb
-USES= cmake:outsource compiler:c++11-lib jpeg localbase pathfix pkgconfig
+USES= cmake compiler:c++11-lib jpeg localbase pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
Index: multimedia/gstreamer1-qt/Makefile
===================================================================
--- multimedia/gstreamer1-qt/Makefile
+++ multimedia/gstreamer1-qt/Makefile
@@ -19,7 +19,7 @@
CONFLICTS_INSTALL= gstreamer${PKGNAMESUFFIX}-*
-USES= bison cmake:outsource pathfix pkgconfig tar:xz
+USES= bison cmake pathfix pkgconfig tar:xz
USE_GSTREAMER1= yes
USE_GL= gl
Index: multimedia/kamoso/Makefile
===================================================================
--- multimedia/kamoso/Makefile
+++ multimedia/kamoso/Makefile
@@ -9,7 +9,7 @@
LICENSE= GPLv2
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= glib20
USE_GSTREAMER1= yes
USE_KDE= auth bookmarks codecs completion config configwidgets \
Index: multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile
===================================================================
--- multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile
+++ multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile
@@ -18,7 +18,7 @@
LIB_DEPENDS= libswscale.so:multimedia/ffmpeg
-USES= cmake:outsource kde:4 pkgconfig qt:4 tar:xz
+USES= cmake kde:4 pkgconfig qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= moc_build qmake_build rcc_build uic_build \
corelib dbus gui network svg xml
Index: multimedia/kdemultimedia-ffmpegthumbs/Makefile
===================================================================
--- multimedia/kdemultimedia-ffmpegthumbs/Makefile
+++ multimedia/kdemultimedia-ffmpegthumbs/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libswscale.so:multimedia/ffmpeg
-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz
+USES= cmake kde:5 pkgconfig qt:5 tar:xz
USE_KDE= completion config coreaddons i18n jobwidgets kio service widgetsaddons
USE_QT= core dbus gui network widgets xml \
buildtools_build qmake_build
Index: multimedia/kdemultimedia-mplayerthumbs-kde4/Makefile
===================================================================
--- multimedia/kdemultimedia-mplayerthumbs-kde4/Makefile
+++ multimedia/kdemultimedia-mplayerthumbs-kde4/Makefile
@@ -18,7 +18,7 @@
RUN_DEPENDS= mplayer:multimedia/mplayer
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= phonon moc_build qmake_build rcc_build uic_build
Index: multimedia/kdenlive/Makefile
===================================================================
--- multimedia/kdenlive/Makefile
+++ multimedia/kdenlive/Makefile
@@ -15,7 +15,7 @@
RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \
${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt5
-USES= cmake:outsource desktop-file-utils gettext-tools pkgconfig \
+USES= cmake desktop-file-utils gettext-tools pkgconfig \
qt:5 shared-mime-info kde:5 tar:xz
USE_GL= gl glu
USE_KDE= archive attica auth bookmarks codecs completion config \
Index: multimedia/kf5-kmediaplayer/Makefile
===================================================================
--- multimedia/kf5-kmediaplayer/Makefile
+++ multimedia/kf5-kmediaplayer/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 plugin interface for media player features
-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 \
ecm i18n jobwidgets kio parts service sonnet textwidgets \
widgetsaddons xmlgui
Index: multimedia/kmplayer-kde4/Makefile
===================================================================
--- multimedia/kmplayer-kde4/Makefile
+++ multimedia/kmplayer-kde4/Makefile
@@ -27,7 +27,7 @@
libfontconfig.so:x11-fonts/fontconfig
RUN_DEPENDS= mplayer:multimedia/mplayer
-USES= cmake:outsource gettext-runtime kde:4 pkgconfig qt:4
+USES= cmake gettext-runtime kde:4 pkgconfig qt:4
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_QT= corelib dbus gui network svg xml \
moc_build qmake_build rcc_build uic_build
Index: multimedia/kodi-addon-pvr-hts/Makefile
===================================================================
--- multimedia/kodi-addon-pvr-hts/Makefile
+++ multimedia/kodi-addon-pvr-hts/Makefile
@@ -15,7 +15,7 @@
libkodiplatform.so:devel/kodi-platform
RUN_DEPENDS= kodi:multimedia/kodi
-USES= cmake:outsource,noninja
+USES= cmake:noninja
USE_GITHUB= yes
GH_ACCOUNT= kodi-pvr
Index: multimedia/kodi-addon-pvr-iptvsimple/Makefile
===================================================================
--- multimedia/kodi-addon-pvr-iptvsimple/Makefile
+++ multimedia/kodi-addon-pvr-iptvsimple/Makefile
@@ -16,7 +16,7 @@
libkodiplatform.so:devel/kodi-platform
RUN_DEPENDS= kodi:multimedia/kodi
-USES= cmake:outsource,noninja
+USES= cmake:noninja
USE_GITHUB= yes
GH_ACCOUNT= kodi-pvr
Index: multimedia/kodi-devel/Makefile
===================================================================
--- multimedia/kodi-devel/Makefile
+++ multimedia/kodi-devel/Makefile
@@ -48,7 +48,7 @@
# Building libcpluff.a requires autoreconf and gmake. Using ninja
# leads to dependency problems where libcpluff.a is not yet finished
# building when it's required.
-USES= autoreconf:build cmake:outsource,noninja compiler:c++11-lib \
+USES= autoreconf:build cmake:noninja compiler:c++11-lib \
gettext gmake gnome iconv:wchar_t jpeg libtool pkgconfig \
python:2.7 ssl sqlite
USE_GITHUB= yes
Index: multimedia/libuvc/Makefile
===================================================================
--- multimedia/libuvc/Makefile
+++ multimedia/libuvc/Makefile
@@ -11,7 +11,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:outsource jpeg pkgconfig
+USES= cmake jpeg pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ktossell
Index: multimedia/nordlicht/Makefile
===================================================================
--- multimedia/nordlicht/Makefile
+++ multimedia/nordlicht/Makefile
@@ -20,7 +20,7 @@
USE_GITHUB= yes
-USES= cmake:outsource pkgconfig shebangfix
+USES= cmake pkgconfig shebangfix
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
Index: multimedia/obs-studio/Makefile
===================================================================
--- multimedia/obs-studio/Makefile
+++ multimedia/obs-studio/Makefile
@@ -33,7 +33,7 @@
libv4l2.so:multimedia/libv4l \
libx264.so:multimedia/libx264
-USES= cmake:outsource compiler:c++11-lib lua pkgconfig python:3.4+ qt:5
+USES= cmake compiler:c++11-lib lua pkgconfig python:3.4+ qt:5
USE_GITHUB= yes
GH_ACCOUNT= obsproject
USE_QT= core gui widgets x11extras buildtools_build imageformats_run qmake_build
Index: multimedia/phonon-vlc/Makefile
===================================================================
--- multimedia/phonon-vlc/Makefile
+++ multimedia/phonon-vlc/Makefile
@@ -21,7 +21,7 @@
qt4_LIB_DEPENDS= libvlc.so:multimedia/vlc-qt4
qt5_LIB_DEPENDS= libvlc.so:multimedia/vlc
-USES= cmake:outsource pkgconfig tar:xz
+USES= cmake pkgconfig tar:xz
. if ${FLAVOR} == qt4
USES+= kde:4 qt:4
Index: multimedia/qmmp-plugin-pack-qt5/Makefile
===================================================================
--- multimedia/qmmp-plugin-pack-qt5/Makefile
+++ multimedia/qmmp-plugin-pack-qt5/Makefile
@@ -20,7 +20,7 @@
CONFLICTS= ${PORTNAME}-0.*
PORTSCOUT= limit:^1\..*
-USES= cmake:outsource pkgconfig qt:5 tar:bzip2
+USES= cmake pkgconfig qt:5 tar:bzip2
USE_QT= core gui widgets \
buildtools_build linguisttools_build qmake_build
USE_LDCONFIG= yes
Index: multimedia/qmmp-plugin-pack/Makefile
===================================================================
--- multimedia/qmmp-plugin-pack/Makefile
+++ multimedia/qmmp-plugin-pack/Makefile
@@ -19,7 +19,7 @@
CONFLICTS= ${PORTNAME}-qt5-1.*
PORTSCOUT= limit:^0.*
-USES= cmake:outsource localbase pkgconfig qt:4 tar:bzip2
+USES= cmake localbase pkgconfig qt:4 tar:bzip2
USE_QT= corelib gui linguisttools_build moc_build qmake_build rcc_build
USE_LDCONFIG= yes
Index: multimedia/qmmp-qt5/Makefile
===================================================================
--- multimedia/qmmp-qt5/Makefile
+++ multimedia/qmmp-qt5/Makefile
@@ -17,7 +17,7 @@
CONFLICTS= ${PORTNAME}-0.*
PORTSCOUT= limit:^1\..*
-USES= cmake:outsource pathfix pkgconfig qt:5 tar:bzip2
+USES= cmake pathfix pkgconfig qt:5 tar:bzip2
USE_QT= core gui network widgets xml \
buildtools_build linguisttools_build qmake_build
USE_LDCONFIG= yes
Index: multimedia/qmmp/Makefile
===================================================================
--- multimedia/qmmp/Makefile
+++ multimedia/qmmp/Makefile
@@ -16,7 +16,7 @@
CONFLICTS= ${PORTNAME}-qt5-1.*
PORTSCOUT= limit:^0.*
-USES= cmake:outsource localbase pathfix pkgconfig qt:4 tar:bzip2
+USES= cmake localbase pathfix pkgconfig qt:4 tar:bzip2
USE_QT= corelib gui network xml \
linguisttools_build moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: multimedia/simplescreenrecorder/Makefile
===================================================================
--- multimedia/simplescreenrecorder/Makefile
+++ multimedia/simplescreenrecorder/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libavformat.so:multimedia/ffmpeg
-USES= cmake:outsource pkgconfig qt:5
+USES= cmake pkgconfig qt:5
USE_GITHUB= yes
GH_ACCOUNT= MaartenBaert
GH_PROJECT= ssr
Index: multimedia/subtitlecomposer-kde4/Makefile
===================================================================
--- multimedia/subtitlecomposer-kde4/Makefile
+++ multimedia/subtitlecomposer-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libicui18n.so:devel/icu
-USES= cmake:outsource gettext kde:4 qt:4 shared-mime-info
+USES= cmake gettext kde:4 qt:4 shared-mime-info
USE_KDE= kdelibs automoc4
USE_QT= qmake_build moc_build rcc_build uic_build phonon
USE_CXXSTD= gnu++98
Index: net-im/kaccounts-integration/Makefile
===================================================================
--- net-im/kaccounts-integration/Makefile
+++ net-im/kaccounts-integration/Makefile
@@ -14,7 +14,7 @@
libkeyring-kwallet.so:sysutils/signon-kwallet-extension
RUN_DEPENDS= signon-ui:sysutils/signon-ui
-USES= cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz
+USES= cmake gettext pkgconfig kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
i18n iconthemes kcmutils kio service wallet widgetsaddons \
akonadi
Index: net-im/kaccounts-providers/Makefile
===================================================================
--- net-im/kaccounts-providers/Makefile
+++ net-im/kaccounts-providers/Makefile
@@ -12,7 +12,7 @@
libaccounts-qt5.so:net-im/libaccounts-qt5 \
libsignon-qt5.so:sysutils/signon-qt5
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= intltool
USE_KDE= config coreaddons i18n kdeclarative kio package service
USE_QT= core gui network qml xml \
Index: net-im/kopete-kde4/Makefile
===================================================================
--- net-im/kopete-kde4/Makefile
+++ net-im/kopete-kde4/Makefile
@@ -21,7 +21,7 @@
libjasper.so:graphics/jasper
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
-USES= cmake:outsource jpeg kde:4 pkgconfig qt:4 shebangfix sqlite tar:xz \
+USES= cmake jpeg kde:4 pkgconfig qt:4 shebangfix sqlite tar:xz \
webplugin:native
USE_GNOME= libxml2 libxslt
USE_KDE= kdelibs pimlibs \
Index: net-im/kopete/Makefile
===================================================================
--- net-im/kopete/Makefile
+++ net-im/kopete/Makefile
@@ -15,7 +15,7 @@
libqca-qt5.so:devel/qca@qt5 \
libv4l2.so:multimedia/libv4l
-USES= cmake:outsource jpeg kde:5 qt:5 shebangfix tar:xz
+USES= cmake jpeg kde:5 qt:5 shebangfix tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \
Index: net-im/ktp-accounts-kcm/Makefile
===================================================================
--- net-im/ktp-accounts-kcm/Makefile
+++ net-im/ktp-accounts-kcm/Makefile
@@ -18,7 +18,7 @@
RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list \
${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= intltool
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
iconthemes itemviews kcmutils kio notifications notifyconfig \
Index: net-im/ktp-approver/Makefile
===================================================================
--- net-im/ktp-approver/Makefile
+++ net-im/ktp-approver/Makefile
@@ -11,7 +11,7 @@
libKTpCommonInternals.so:net-im/ktp-common-internals
RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons ecm dbusaddons service i18n notifications
USE_QT= core dbus gui network widgets xml \
buildtools_build qmake_build
Index: net-im/ktp-auth-handler/Makefile
===================================================================
--- net-im/ktp-auth-handler/Makefile
+++ net-im/ktp-auth-handler/Makefile
@@ -14,7 +14,7 @@
libkaccounts.so:net-im/kaccounts-integration \
libsignon-qt5.so:sysutils/signon-qt5
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= completion config coreaddons ecm i18n jobwidgets kdewebkit \
kio wallet service widgetsaddons
USE_QT= core dbus gui network webkit widgets xml \
Index: net-im/ktp-call-ui/Makefile
===================================================================
--- net-im/ktp-call-ui/Makefile
+++ net-im/ktp-call-ui/Makefile
@@ -15,7 +15,7 @@
libtelepathy-glib.so:net-im/telepathy-glib \
libtelepathy-qt5-farstream.so:net-im/telepathy-qt5
-USES= cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \
python:2.7 qt:5 tar:xz
USE_GNOME= glib20
USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \
Index: net-im/ktp-common-internals/Makefile
===================================================================
--- net-im/ktp-common-internals/Makefile
+++ net-im/ktp-common-internals/Makefile
@@ -17,7 +17,7 @@
RUN_DEPENDS= ${LOCALBASE}/lib/mission-control-plugins.0/mcp-account-manager-accounts-sso.so:net-im/telepathy-accounts-signon \
${LOCALBASE}/libexec/mission-control-5:net-im/telepathy-mission-control
-USES= cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz
+USES= cmake gettext pkgconfig kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
kio notifications notifyconfig parts people service solid \
Index: net-im/ktp-contact-list/Makefile
===================================================================
--- net-im/ktp-contact-list/Makefile
+++ net-im/ktp-contact-list/Makefile
@@ -11,7 +11,7 @@
libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \
libKTpCommonInternals.so:net-im/ktp-common-internals
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons ecm i18n iconthemes jobwidgets kcmutils kio \
notifications notifyconfig people service wallet widgetsaddons \
Index: net-im/ktp-contact-runner/Makefile
===================================================================
--- net-im/ktp-contact-runner/Makefile
+++ net-im/ktp-contact-runner/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \
libKTpCommonInternals.so:net-im/ktp-common-internals
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons ecm i18n package plasma-framework runner \
service wallet
USE_QT= core dbus gui network widgets xml\
Index: net-im/ktp-desktop-applets/Makefile
===================================================================
--- net-im/ktp-desktop-applets/Makefile
+++ net-im/ktp-desktop-applets/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= ecm plasma-framework windowsystem
USE_QT= core dbus gui network qml widgets \
buildtools_build qmake_build
Index: net-im/ktp-filetransfer-handler/Makefile
===================================================================
--- net-im/ktp-filetransfer-handler/Makefile
+++ net-im/ktp-filetransfer-handler/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \
libKTpCommonInternals.so:net-im/ktp-common-internals
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio service solid \
wallet widgetsaddons xmlgui
Index: net-im/ktp-kded-module/Makefile
===================================================================
--- net-im/ktp-kded-module/Makefile
+++ net-im/ktp-kded-module/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \
libKTpCommonInternals.so:net-im/ktp-common-internals
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= activities auth codecs completion config configwidgets coreaddons \
dbusaddons i18n idletime jobwidgets kcmutils kio notifications \
service wallet widgetsaddons
Index: net-im/ktp-send-file/Makefile
===================================================================
--- net-im/ktp-send-file/Makefile
+++ net-im/ktp-send-file/Makefile
@@ -12,7 +12,7 @@
RUN_DEPENDS= ${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \
${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
i18n iconthemes jobwidgets kcmutils kio service wallet \
widgetsaddons
Index: net-im/ktp-text-ui/Makefile
===================================================================
--- net-im/ktp-text-ui/Makefile
+++ net-im/ktp-text-ui/Makefile
@@ -12,7 +12,7 @@
libKTpCommonInternals.so:net-im/ktp-common-internals
RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
-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= archive auth codecs completion config configwidgets coreaddons \
dbusaddons ecm emoticons i18n iconthemes itemviews jobwidgets \
kcmutils kdewebkit kio notifications notifyconfig people \
Index: net-im/telepathy-logger-qt5/Makefile
===================================================================
--- net-im/telepathy-logger-qt5/Makefile
+++ net-im/telepathy-logger-qt5/Makefile
@@ -20,7 +20,7 @@
libtelepathy-logger.so:net-im/telepathy-logger \
libtelepathy-qt5.so:net-im/telepathy-qt5
-USES= bison:build cmake:outsource kde:5 pkgconfig python:2.7,build qt:5 tar:xz
+USES= bison:build cmake kde:5 pkgconfig python:2.7,build qt:5 tar:xz
USE_GNOME= glib20 libxml2
USE_KDE= ecm
USE_QT= core buildtools_build dbus network qmake_build xml
Index: net-im/uTox/Makefile
===================================================================
--- net-im/uTox/Makefile
+++ net-im/uTox/Makefile
@@ -26,7 +26,7 @@
libopus.so:audio/opus \
libtoxcore.so:net-im/tox
-USES= cmake:outsource compiler:c11 desktop-file-utils dos2unix \
+USES= cmake compiler:c11 desktop-file-utils dos2unix \
openal pkgconfig
USE_XORG= ice sm x11 xext xrender
CMAKE_OFF= ENABLE_LTO
Index: net-mgmt/ettercap/Makefile
===================================================================
--- net-mgmt/ettercap/Makefile
+++ net-mgmt/ettercap/Makefile
@@ -32,7 +32,7 @@
LDFLAGS+= ${ICONV_LIB} -lnet -lpcap
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
-USES= bison cmake:outsource cpe iconv localbase:ldflags pkgconfig
+USES= bison cmake cpe iconv localbase:ldflags pkgconfig
DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \
README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \
Index: net-mgmt/openbmp/Makefile
===================================================================
--- net-mgmt/openbmp/Makefile
+++ net-mgmt/openbmp/Makefile
@@ -18,7 +18,7 @@
libsasl2.so:security/cyrus-sasl2 \
libyaml-cpp.so:devel/yaml-cpp
-USES= cmake:outsource ssl
+USES= cmake ssl
USE_GITHUB= yes
GH_ACCOUNT= OpenBMP
Index: net-p2p/ktorrent-kde4/Makefile
===================================================================
--- net-p2p/ktorrent-kde4/Makefile
+++ net-p2p/ktorrent-kde4/Makefile
@@ -19,7 +19,7 @@
libgmp.so:math/gmp \
libktorrent.so:net-p2p/libktorrent-kde4
-USES= cmake:outsource gettext kde:4 qt:4 tar:bzip2
+USES= cmake gettext kde:4 qt:4 tar:bzip2
USE_KDE= kdelibs automoc4 pimlibs workspace
USE_QT= corelib gui network qt3support qtestlib webkit \
qmake_build moc_build rcc_build uic_build
Index: net-p2p/ktorrent/Makefile
===================================================================
--- net-p2p/ktorrent/Makefile
+++ net-p2p/ktorrent/Makefile
@@ -10,7 +10,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= BitTorrent client for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \
libgcrypt.so:security/libgcrypt \
Index: net-p2p/libktorrent-kde4/Makefile
===================================================================
--- net-p2p/libktorrent-kde4/Makefile
+++ net-p2p/libktorrent-kde4/Makefile
@@ -18,7 +18,7 @@
libgmp.so:math/gmp \
libqca.so:devel/qca
-USES= cmake:outsource gettext kde:4 qt:4 tar:bzip2
+USES= cmake gettext kde:4 qt:4 tar:bzip2
USE_KDE= kdelibs automoc4
USE_QT= qtestlib_build qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
Index: net-p2p/libktorrent/Makefile
===================================================================
--- net-p2p/libktorrent/Makefile
+++ net-p2p/libktorrent/Makefile
@@ -15,7 +15,7 @@
libgmp.so:math/gmp \
libqca-qt5.so:devel/qca@qt5
-USES= cmake:outsource gettext kde:5 qt:5
+USES= cmake gettext kde:5 qt:5
USE_KDE= archive completion config coreaddons crash ecm i18n \
jobwidgets kio service solid widgetsaddons
USE_QT= core gui network testlib xml \
Index: net-p2p/transmission-cli/Makefile
===================================================================
--- net-p2p/transmission-cli/Makefile
+++ net-p2p/transmission-cli/Makefile
@@ -26,7 +26,7 @@
libutp.so:net/libutp \
libminiupnpc.so:net/miniupnpc
-USES+= cmake:outsource cpe iconv libtool localbase pkgconfig
+USES+= cmake cpe iconv libtool localbase pkgconfig
. if ${SLAVEPORT:Mcli}
USES+= ssl
Index: net-p2p/xmrig/Makefile
===================================================================
--- net-p2p/xmrig/Makefile
+++ net-p2p/xmrig/Makefile
@@ -21,7 +21,7 @@
STATIC_PREVENTS=MICROHTTPD
STATIC_PREVENTS_MSG= libmicrohttpd support cannot be built static
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
USE_RC_SUBR= ${PORTNAME}
Index: net/akonadi-calendar/Makefile
===================================================================
--- net/akonadi-calendar/Makefile
+++ net/akonadi-calendar/Makefile
@@ -9,7 +9,7 @@
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 \
dbusaddons ecm kdelibs4support i18n iconthemes itemmodels \
jobwidgets kio service wallet widgetsaddons xmlgui
Index: net/akonadi-contacts/Makefile
===================================================================
--- net/akonadi-contacts/Makefile
+++ net/akonadi-contacts/Makefile
@@ -8,7 +8,7 @@
COMMENT= Libraries and daemons to implement Contact Management in Akonadi
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 \
qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons ecm i18n iconthemes itemmodels jobwidgets kio \
Index: net/akonadi-mime/Makefile
===================================================================
--- net/akonadi-mime/Makefile
+++ net/akonadi-mime/Makefile
@@ -9,7 +9,7 @@
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 config configwidgets coreaddons dbusaddons ecm \
i18n itemmodels kio service widgetsaddons xmlgui
# pim components
Index: net/akonadi-notes/Makefile
===================================================================
--- net/akonadi-notes/Makefile
+++ net/akonadi-notes/Makefile
@@ -9,7 +9,7 @@
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= ecm i18n
# pim components
USE_KDE+= akonadi mime
Index: net/akonadi-search/Makefile
===================================================================
--- net/akonadi-search/Makefile
+++ net/akonadi-search/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= 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 codecs completion config configwidgets coreaddons \
crash ecm i18n itemmodels kcmutils package plasma-framework \
runner service widgetsaddons
Index: net/calendarsupport/Makefile
===================================================================
--- net/calendarsupport/Makefile
+++ net/calendarsupport/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-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 ecm \
guiaddons i18n iconthemes itemmodels jobwidgets kio service \
widgetsaddons
Index: net/ceph/Makefile
===================================================================
--- net/ceph/Makefile
+++ net/ceph/Makefile
@@ -46,7 +46,7 @@
CONFLICTS_INSTALL= ceph-devel
PORTSCOUT= limit:^v12\.
-USES= cmake:outsource,noninja fuse gettext-runtime gmake \
+USES= cmake:noninja fuse gettext-runtime gmake \
pkgconfig python:2.7 shebangfix ssl
USE_PYTHON= cython
USE_OPENLDAP= yes
Index: net/crtmpserver/Makefile
===================================================================
--- net/crtmpserver/Makefile
+++ net/crtmpserver/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource lua ssl
+USES= cmake lua ssl
CMAKE_SOURCE_PATH= ${WRKSRC}/builders/cmake
CMAKE_ARGS= -DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION}
MAKE_JOBS_UNSAFE= yes
Index: net/eternalterminal/Makefile
===================================================================
--- net/eternalterminal/Makefile
+++ net/eternalterminal/Makefile
@@ -16,7 +16,7 @@
libprotobuf.so:devel/protobuf \
libsodium.so:security/libsodium
-USES= cmake:outsource ncurses
+USES= cmake ncurses
USE_GITHUB= yes
GH_ACCOUNT= MisterTea
GH_PROJECT= EternalTerminal
Index: net/eventviews/Makefile
===================================================================
--- net/eventviews/Makefile
+++ net/eventviews/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
libboost_system.so:devel/boost-libs
-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 ecm \
guiaddons i18n iconthemes itemmodels service widgetsaddons
# pim components
Index: net/freerdp/Makefile
===================================================================
--- net/freerdp/Makefile
+++ net/freerdp/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim
-USES= alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
+USES= alias cmake compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
USE_LDCONFIG= yes
CPE_VENDOR= freerdp_project
Index: net/freerdp1/Makefile
===================================================================
--- net/freerdp1/Makefile
+++ net/freerdp1/Makefile
@@ -20,7 +20,7 @@
GH_PROJECT= ${GH_ACCOUNT}
GH_TAGNAME= f5ff6e1
-USES= alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
+USES= alias cmake compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
USE_LDCONFIG= yes
CPE_VENDOR= freerdp_project
Index: net/incidenceeditor/Makefile
===================================================================
--- net/incidenceeditor/Makefile
+++ net/incidenceeditor/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
libboost_system.so:devel/boost-libs
-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 ecm \
i18n iconthemes itemmodels jobwidgets kio service sonnet \
textwidgets wallet widgetsaddons xmlgui
Index: net/kalarmcal/Makefile
===================================================================
--- net/kalarmcal/Makefile
+++ net/kalarmcal/Makefile
@@ -9,7 +9,7 @@
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 bookmarks codecs completion config configwidgets \
coreaddons crash ecm guiaddons holidays i18n iconthemes \
itemmodels itemviews jobwidgets kdelibs4support kio \
Index: net/kblog/Makefile
===================================================================
--- net/kblog/Makefile
+++ net/kblog/Makefile
@@ -9,7 +9,7 @@
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= config coreaddons ecm i18n kdelibs4support kio service xmlrpcclient
# pim components
USE_KDE+= calendarcore syndication
Index: net/kcalcore/Makefile
===================================================================
--- net/kcalcore/Makefile
+++ net/kcalcore/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libical.so:devel/libical
-USES= bison cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= ecm emoticons init itemmodels itemviews kdelibs4support
USE_QT= core gui \
buildtools_build qmake_build
Index: net/kcalutils/Makefile
===================================================================
--- net/kcalutils/Makefile
+++ net/kcalutils/Makefile
@@ -9,7 +9,7 @@
LICENSE= LGPL21
-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= codecs config coreaddons ecm i18n iconthemes kdelibs4support \
widgetsaddons
# pim components
Index: net/kcontacts/Makefile
===================================================================
--- net/kcontacts/Makefile
+++ net/kcontacts/Makefile
@@ -9,7 +9,7 @@
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= ecm codecs config coreaddons i18n
USE_QT= core dbus gui \
buildtools_build qmake_build
Index: net/kdav/Makefile
===================================================================
--- net/kdav/Makefile
+++ net/kdav/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= A DAV protocol implementation with KJobs
-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= config coreaddons ecm i18n kio service
USE_QT= core dbus gui network xml xmlpatterns \
buildtools_build qmake_build
Index: net/kdenetwork-filesharing-kde4/Makefile
===================================================================
--- net/kdenetwork-filesharing-kde4/Makefile
+++ net/kdenetwork-filesharing-kde4/Makefile
@@ -12,7 +12,7 @@
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
Index: net/kdenetwork-filesharing/Makefile
===================================================================
--- net/kdenetwork-filesharing/Makefile
+++ net/kdenetwork-filesharing/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Filesharing via Samba
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons doctools ecm i18n jobwidgets kio \
service widgetsaddons
USE_QT= core gui network widgets \
Index: net/kdenetwork-strigi-analyzers-kde4/Makefile
===================================================================
--- net/kdenetwork-strigi-analyzers-kde4/Makefile
+++ net/kdenetwork-strigi-analyzers-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs strigi automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: net/kf5-kholidays/Makefile
===================================================================
--- net/kf5-kholidays/Makefile
+++ net/kf5-kholidays/Makefile
@@ -9,7 +9,7 @@
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= ecm emoticons kdelibs4support init itemmodels itemviews
USE_QT= core gui qml buildtools_build qmake_build
USE_LDCONFIG= yes
Index: net/kf5-kxmlrpcclient/Makefile
===================================================================
--- net/kf5-kxmlrpcclient/Makefile
+++ net/kf5-kxmlrpcclient/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 interaction with XMLRPC services
-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= config coreaddons ecm doctools i18n kio service
USE_QT= buildtools_build core gui qmake_build xml
Index: net/kf5-syndication/Makefile
===================================================================
--- net/kf5-syndication/Makefile
+++ net/kf5-syndication/Makefile
@@ -10,7 +10,7 @@
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= codecs config coreaddons ecm kio service
USE_QT= core gui xml \
buildtools_build qmake_build
Index: net/kget-kde4/Makefile
===================================================================
--- net/kget-kde4/Makefile
+++ net/kget-kde4/Makefile
@@ -17,7 +17,7 @@
libqca.so:devel/qca@qt4 \
libboost_thread.so:devel/boost-libs
-USES= cmake:outsource kde:4 qt:4 shebangfix sqlite tar:xz
+USES= cmake kde:4 qt:4 shebangfix sqlite tar:xz
USE_KDE= kdelibs workspace libkonq \
nepomuk-core nepomuk-widgets automoc4 ontologies \
soprano
Index: net/kget/Makefile
===================================================================
--- net/kget/Makefile
+++ net/kget/Makefile
@@ -17,7 +17,7 @@
libqca-qt5.so:devel/qca@qt5 \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource kde:5 qt:5 shebangfix sqlite tar:xz
+USES= cmake kde:5 qt:5 shebangfix sqlite tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons emoticons guiaddons i18n \
Index: net/kidentitymanagement/Makefile
===================================================================
--- net/kidentitymanagement/Makefile
+++ net/kidentitymanagement/Makefile
@@ -9,7 +9,7 @@
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 ecm \
emoticons i18n init itemmodels itemviews jobwidgets \
kdelibs4support kio service widgetsaddons xmlgui
Index: net/kimap/Makefile
===================================================================
--- net/kimap/Makefile
+++ net/kimap/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libsasl2.so:security/cyrus-sasl2
-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= codecs config coreaddons ecm i18n kdelibs4support kio service
# pim components
USE_KDE+= mime
Index: net/kio-gdrive/Makefile
===================================================================
--- net/kio-gdrive/Makefile
+++ net/kio-gdrive/Makefile
@@ -17,7 +17,7 @@
libkaccounts.so:net-im/kaccounts-integration
RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= intltool
USE_KDE= completion config coreaddons ecm i18n jobwidgets kio \
notifications service widgetsaddons \
Index: net/kitinerary/Makefile
===================================================================
--- net/kitinerary/Makefile
+++ net/kitinerary/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libzxing.so:textproc/zxing-cpp
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm i18n
# Pim components
USE_KDE+= calendarcore contacts kpkpass mime
Index: net/kldap/Makefile
===================================================================
--- net/kldap/Makefile
+++ net/kldap/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
-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= ecm completion config coreaddons i18n kio widgetsaddons service
# pim components
USE_KDE+= mbox
Index: net/kmailtransport/Makefile
===================================================================
--- net/kmailtransport/Makefile
+++ net/kmailtransport/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
-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 i18n \
itemmodels jobwidgets kcmutils kio service wallet widgetsaddons
# pim components
Index: net/kmbox/Makefile
===================================================================
--- net/kmbox/Makefile
+++ net/kmbox/Makefile
@@ -9,7 +9,7 @@
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= ecm
# pim components
USE_KDE+= mime
Index: net/kmime/Makefile
===================================================================
--- net/kmime/Makefile
+++ net/kmime/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-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= codecs ecm emoticons i18n init itemmodels itemviews kdelibs4support
USE_QT= core \
buildtools_build qmake_build
Index: net/kontactinterface/Makefile
===================================================================
--- net/kontactinterface/Makefile
+++ net/kontactinterface/Makefile
@@ -9,7 +9,7 @@
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 ecm \
emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
kdelibs4support kio parts service sonnet textwidgets \
Index: net/kpimtextedit/Makefile
===================================================================
--- net/kpimtextedit/Makefile
+++ net/kpimtextedit/Makefile
@@ -9,7 +9,7 @@
LICENSE= LGPL21
-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 ecm \
emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
kdelibs4support kio service sonnet syntaxhighlighting textwidgets \
Index: net/krdc-kde4/Makefile
===================================================================
--- net/krdc-kde4/Makefile
+++ net/krdc-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libvncserver.so:net/libvncserver \
libtelepathy-qt4.so:net-im/telepathy-qt4
-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_LDCONFIG= yes
Index: net/krdc/Makefile
===================================================================
--- net/krdc/Makefile
+++ net/krdc/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libvncserver.so:net/libvncserver
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dnssd doctools ecm i18n iconthemes kcmutils \
notifications notifyconfig service wallet widgetsaddons \
Index: net/krfb-kde4/Makefile
===================================================================
--- net/krfb-kde4/Makefile
+++ net/krfb-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4
-USES= alias cmake:outsource jpeg kde:4 qt:4 tar:xz
+USES= alias cmake jpeg kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib gui network \
moc_build qmake_build rcc_build uic_build
Index: net/krfb/Makefile
===================================================================
--- net/krfb/Makefile
+++ net/krfb/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libvncserver.so:net/libvncserver \
libxcb-image.so:x11/xcb-util-image
-USES= alias cmake:outsource compiler:c++11-lib gettext jpeg \
+USES= alias cmake compiler:c++11-lib gettext jpeg \
kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash dbusaddons dnssd doctools ecm i18n notifications \
Index: net/ksmtp/Makefile
===================================================================
--- net/ksmtp/Makefile
+++ net/ksmtp/Makefile
@@ -10,7 +10,7 @@
LICENSE= LGPL21
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
-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= config coreaddons i18n kio service
# pim components
USE_KDE+= mime
Index: net/ktnef/Makefile
===================================================================
--- net/ktnef/Makefile
+++ net/ktnef/Makefile
@@ -9,7 +9,7 @@
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= config coreaddons ecm i18n kdelibs4support
# pim components
USE_KDE+= calendarcore calendarutils contacts
Index: net/libgravatar/Makefile
===================================================================
--- net/libgravatar/Makefile
+++ net/libgravatar/Makefile
@@ -9,7 +9,7 @@
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 config configwidgets coreaddons ecm i18n kio \
service sonnet textwidgets widgetsaddons
# pim components
Index: net/libkfbapi/Makefile
===================================================================
--- net/libkfbapi/Makefile
+++ net/libkfbapi/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libqjson.so:devel/qjson@qt4
-USES= cmake:outsource gettext kde:4 qt:4 tar:bzip2
+USES= cmake gettext kde:4 qt:4 tar:bzip2
USE_KDE= automoc4 kdelibs pimlibs
USE_LDCONFIG= yes
USE_QT= gui webkit \
Index: net/libkgapi/Makefile
===================================================================
--- net/libkgapi/Makefile
+++ net/libkgapi/Makefile
@@ -15,7 +15,7 @@
CONFLICTS_BUILD= kdepim-runtime-18.0[04]* \
kdepim-runtime-17.*
-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 emoticons guiaddons i18n iconthemes init \
itemmodels itemviews jobwidgets kdelibs4support kio \
Index: net/libksieve/Makefile
===================================================================
--- net/libksieve/Makefile
+++ net/libksieve/Makefile
@@ -12,7 +12,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libsasl2.so:security/cyrus-sasl2
-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 attica auth codecs completion config configwidgets \
coreaddons ecm i18n iconthemes jobwidgets kio newstuff service \
sonnet syntaxhighlighting wallet widgetsaddons windowsystem xmlgui
Index: net/libkvkontakte-kde4/Makefile
===================================================================
--- net/libkvkontakte-kde4/Makefile
+++ net/libkvkontakte-kde4/Makefile
@@ -19,7 +19,7 @@
LIB_DEPENDS= libqjson.so:devel/qjson@qt4
-USES= cmake:outsource gettext kde:4 pkgconfig qt:4 tar:xz
+USES= cmake gettext kde:4 pkgconfig qt:4 tar:xz
USE_QT= moc_build qmake_build rcc_build uic_build
USE_KDE= automoc4 kdelibs
USE_LDCONFIG= yes
Index: net/libkvkontakte/Makefile
===================================================================
--- net/libkvkontakte/Makefile
+++ net/libkvkontakte/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons ecm i18n kdewebkit kio service widgetsaddons
USE_QT= core gui network webkit widgets \
buildtools_build qmake_build
Index: net/libmediawiki/Makefile
===================================================================
--- net/libmediawiki/Makefile
+++ net/libmediawiki/Makefile
@@ -12,7 +12,7 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm
USE_QT= core network testlib \
buildtools_build qmake_build
Index: net/libproxy/Makefile
===================================================================
--- net/libproxy/Makefile
+++ net/libproxy/Makefile
@@ -12,7 +12,7 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES+= cmake:outsource cpe pathfix pkgconfig
+USES+= cmake cpe pathfix pkgconfig
CPE_VENDOR= libproxy_project
PATHFIX_CMAKELISTSTXT= devfiles.cmk
USE_GITHUB= yes
Index: net/mailcommon/Makefile
===================================================================
--- net/mailcommon/Makefile
+++ net/mailcommon/Makefile
@@ -16,7 +16,7 @@
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 \
ecm i18n iconthemes itemmodels itemviews jobwidgets kio \
service sonnet syntaxhighlighting textwidgets wallet \
Index: net/mailimporter/Makefile
===================================================================
--- net/mailimporter/Makefile
+++ net/mailimporter/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-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 config coreaddons ecm i18n itemmodels
# pim components
USE_KDE+= akonadi akonadimime libkdepim mime
Index: net/messagelib/Makefile
===================================================================
--- net/messagelib/Makefile
+++ net/messagelib/Makefile
@@ -16,7 +16,7 @@
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= archive auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \
kdewebkit kio service solid sonnet syntaxhighlighting \
Index: net/nitroshare/Makefile
===================================================================
--- net/nitroshare/Makefile
+++ net/nitroshare/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libqhttpengine.so:www/qhttpengine \
libqmdnsengine.so:dns/qmdnsengine
-USES= cmake:outsource qt:5
+USES= cmake qt:5
USE_GITHUB= yes
GH_PROJECT= ${PORTNAME}-desktop
USE_QT= core gui network widgets buildtools_build qmake_build
Index: net/nng/Makefile
===================================================================
--- net/nng/Makefile
+++ net/nng/Makefile
@@ -11,7 +11,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= nanomsg
Index: net/pimcommon/Makefile
===================================================================
--- net/pimcommon/Makefile
+++ net/pimcommon/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-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= archive attica auth codecs completion config configwidgets \
dbusaddons ecm emoticons i18n init iconthemes itemmodels \
jobwidgets kdelibs4support kio newstuff service sonnet textwidgets \
Index: net/remmina/Makefile
===================================================================
--- net/remmina/Makefile
+++ net/remmina/Makefile
@@ -19,7 +19,7 @@
GL_PROJECT= Remmina
GL_COMMIT= 65d552c9becc957cae124ab5c26562cf22c052b9
-USES= cmake:outsource desktop-file-utils gettext localbase:ldflags pathfix \
+USES= cmake desktop-file-utils gettext localbase:ldflags pathfix \
pkgconfig shared-mime-info ssl
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
USE_XORG= ice sm x11 xext xkbfile
Index: net/subnetcalc/Makefile
===================================================================
--- net/subnetcalc/Makefile
+++ net/subnetcalc/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libGeoIP.so:net/GeoIP
-USES= cmake:outsource
+USES= cmake
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH="man"
PLIST_FILES= bin/subnetcalc \
Index: net/userfw/Makefile
===================================================================
--- net/userfw/Makefile
+++ net/userfw/Makefile
@@ -23,7 +23,7 @@
EXPIRATION_DATE= 2018-10-31
SSP_UNSAFE= kernel module does not support ssp
-USES= cmake:outsource kmod tar:xz uidfix
+USES= cmake kmod tar:xz uidfix
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
Index: net/zeroconf-ioslave-kde4/Makefile
===================================================================
--- net/zeroconf-ioslave-kde4/Makefile
+++ net/zeroconf-ioslave-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: net/zeroconf-ioslave/Makefile
===================================================================
--- net/zeroconf-ioslave/Makefile
+++ net/zeroconf-ioslave/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Network monitor for DNS-SD services (Zeroconf)
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= config coreaddons dbusaddons dnssd i18n kio service
USE_QT= core dbus network \
buildtools_build qmake_build
Index: net/zyre/Makefile
===================================================================
--- net/zyre/Makefile
+++ net/zyre/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libczmq.so:net/czmq \
libzmq.so:net/libzmq4
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= zeromq
USE_LDCONFIG= yes
Index: print/gl2ps/Makefile
===================================================================
--- print/gl2ps/Makefile
+++ print/gl2ps/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libpng.so:graphics/png
-USES= cmake:outsource tar:tgz
+USES= cmake tar:tgz
USE_GL= gl
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
Index: print/libharu/Makefile
===================================================================
--- print/libharu/Makefile
+++ print/libharu/Makefile
@@ -15,7 +15,7 @@
OPTIONS_DEFINE= EXAMPLES
USE_LDCONFIG= yes
-USES+= cmake:outsource
+USES+= cmake
USE_GITHUB= yes
Index: print/print-manager-kde4/Makefile
===================================================================
--- print/print-manager-kde4/Makefile
+++ print/print-manager-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libcups.so:print/cups
RUN_DEPENDS= ${LOCALBASE}/share/cups/data/testprint:print/cups-filters
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= designer network \
qmake_build moc_build uic_build rcc_build
Index: print/print-manager/Makefile
===================================================================
--- print/print-manager/Makefile
+++ print/print-manager/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libcups.so:print/cups
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
kio notifications plasma-framework service widgetsaddons \
Index: print/scribus-devel/Makefile
===================================================================
--- print/scribus-devel/Makefile
+++ print/scribus-devel/Makefile
@@ -35,7 +35,7 @@
libharfbuzz.so:print/harfbuzz \
libicuuc.so:devel/icu
-USES= cmake:outsource desktop-file-utils jpeg pkgconfig python qt:5 shared-mime-info ssl tar:xz
+USES= cmake desktop-file-utils jpeg pkgconfig python qt:5 shared-mime-info ssl tar:xz
USE_QT= buildtools_build core gui linguisttools_build network opengl \
printsupport qmake_build qml quick widgets xml
USE_GNOME= libxml2
Index: print/scribus/Makefile
===================================================================
--- print/scribus/Makefile
+++ print/scribus/Makefile
@@ -30,7 +30,7 @@
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
-USES= cmake:outsource desktop-file-utils ghostscript:run jpeg \
+USES= cmake desktop-file-utils ghostscript:run jpeg \
pkgconfig python:2.7 qt:4 shared-mime-info tar:xz
USE_QT= corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network
USE_GNOME= libartlgpl2 libxml2
Index: science/ALPSCore/Makefile
===================================================================
--- science/ALPSCore/Makefile
+++ science/ALPSCore/Makefile
@@ -18,7 +18,7 @@
libhdf5.so:science/hdf5 \
libsz.so:science/szip
-USES= cmake:outsource eigen:3
+USES= cmake eigen:3
USE_GITHUB= yes
USE_LDCONFIG= yes
TEST_TARGET= test # 2 to 3 tests fail: https://github.com/ALPSCore/ALPSCore/issues/388
Index: science/InsightToolkit/Makefile
===================================================================
--- science/InsightToolkit/Makefile
+++ science/InsightToolkit/Makefile
@@ -21,7 +21,7 @@
libsz.so:science/szip \
libtiff.so:graphics/tiff
-USES= cmake:outsource jpeg
+USES= cmake jpeg
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON \
-DITK_USE_KWSTYLE:BOOL=OFF \
-DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \
Index: science/MOOSE-neural-simulator/Makefile
===================================================================
--- science/MOOSE-neural-simulator/Makefile
+++ science/MOOSE-neural-simulator/Makefile
@@ -25,7 +25,7 @@
${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:graphics/py-pygraphviz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}suds-jurko>=0.4:net/py-suds-jurko@${PY_FLAVOR}
-USES= cmake:outsource fortran gettext-runtime pyqt:4 python:2.7
+USES= cmake fortran gettext-runtime pyqt:4 python:2.7
USE_GITHUB= yes
GH_ACCOUNT= BhallaLab
GH_PROJECT= moose
Index: science/chemps2/Makefile
===================================================================
--- science/chemps2/Makefile
+++ science/chemps2/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libhdf5.so:science/hdf5 \
libsz.so:science/szip
-USES= blaslapack:openblas cmake:outsource fortran
+USES= blaslapack:openblas cmake fortran
USE_GITHUB= yes
GH_ACCOUNT= SebWouters
USE_LDCONFIG= yes
Index: science/chrono/Makefile
===================================================================
--- science/chrono/Makefile
+++ science/chrono/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS= openmpi>0:net/openmpi
-USES= cmake:outsource compiler:c++14-lang fortran
+USES= cmake compiler:c++14-lang fortran
USE_GITHUB= yes
GH_ACCOUNT= project${PORTNAME}
USE_LDCONFIG= yes
Index: science/clhep/Makefile
===================================================================
--- science/clhep/Makefile
+++ science/clhep/Makefile
@@ -17,7 +17,7 @@
WRKSRC= ${WRKDIR}/${PORTVERSION}/${PORTNAME:tu}
-USES= cmake:outsource compiler:c++11-lang perl5 tar:tgz
+USES= cmake compiler:c++11-lang perl5 tar:tgz
USE_PERL5= build
USE_LDCONFIG= yes
Index: science/dalton/Makefile
===================================================================
--- science/dalton/Makefile
+++ science/dalton/Makefile
@@ -13,7 +13,7 @@
libopenblas.so:math/openblas
RUN_DEPENDS= bash:shells/bash
-USES= cmake:outsource,noninja fortran python:build shebangfix
+USES= cmake:noninja fortran python:build shebangfix
SHEBANG_FILES= dalton.in
USE_GITLAB= yes
GL_COMMIT= 130ffaa0613bb3af6cac766fc8183d6df7d68917
Index: science/dft_tools/Makefile
===================================================================
--- science/dft_tools/Makefile
+++ science/dft_tools/Makefile
@@ -23,7 +23,7 @@
libsz.so:science/szip \
libtriqs.so:science/triqs
-USES= cmake:outsource,noninja fortran gettext-runtime python:-2.7
+USES= cmake:noninja fortran gettext-runtime python:-2.7
USE_GITHUB= yes
GH_ACCOUNT= TRIQS
Index: science/dkh/Makefile
===================================================================
--- science/dkh/Makefile
+++ science/dkh/Makefile
@@ -11,7 +11,7 @@
LICENSE= GPLv3
-USES= cmake:outsource fortran
+USES= cmake fortran
USE_GITHUB= yes
GH_ACCOUNT= psi4
USE_LDCONFIG= yes
Index: science/dlib-cpp/Makefile
===================================================================
--- science/dlib-cpp/Makefile
+++ science/dlib-cpp/Makefile
@@ -13,7 +13,7 @@
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/dlib/LICENSE.txt
-USES= cmake:outsource pkgconfig tar:bzip2
+USES= cmake pkgconfig tar:bzip2
USE_LDCONFIG= yes
OPTIONS_DEFINE= X11 JPEG PNG GIF SQLITE BLASLAPACK PYTHON AVX
Index: science/eccodes/Makefile
===================================================================
--- science/eccodes/Makefile
+++ science/eccodes/Makefile
@@ -29,7 +29,7 @@
CMAKE_OFF= ENABLE_ECCODES_OMP_THREADS ENABLE_FORTRAN ENABLE_MEMFS ENABLE_PYTHON
CMAKE_ON= ENABLE_ECCODES_THREADS ENABLE_NETCDF ENABLE_PNG
USE_LDCONFIG= yes
-USES= cmake:outsource shebangfix
+USES= cmake shebangfix
SHEBANG_FILES= tools/bufr_compare_dir
Index: science/erd/Makefile
===================================================================
--- science/erd/Makefile
+++ science/erd/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource fortran
+USES= cmake fortran
USE_GITHUB= yes
GH_ACCOUNT= psi4
USE_LDCONFIG= yes
Index: science/fleur/Makefile
===================================================================
--- science/fleur/Makefile
+++ science/fleur/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libopenblas.so:math/openblas
-USES= cmake:outsource,noninja fortran gnome localbase:ldflags tar:tgz
+USES= cmake:noninja fortran gnome localbase:ldflags tar:tgz
USE_GNOME= libxml2
FFLAGS= -I${LOCALBASE}/include
Index: science/gdma/Makefile
===================================================================
--- science/gdma/Makefile
+++ science/gdma/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource fortran
+USES= cmake fortran
USE_GITHUB= yes
GH_ACCOUNT= psi4
USE_LDCONFIG= yes
Index: science/gnudatalanguage/Makefile
===================================================================
--- science/gnudatalanguage/Makefile
+++ science/gnudatalanguage/Makefile
@@ -22,7 +22,7 @@
libps.so:print/pslib \
libgsl.so:math/gsl
-USES= cmake:outsource compiler:c++11-lang dos2unix ncurses pkgconfig readline tar:tgz
+USES= cmake compiler:c++11-lang dos2unix ncurses pkgconfig readline tar:tgz
USE_WX= 3.0+
USE_XORG= x11 sm ice xext
Index: science/gromacs/Makefile
===================================================================
--- science/gromacs/Makefile
+++ science/gromacs/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS= boost-libs>=1.44:devel/boost-libs
LIB_DEPENDS= libhwloc.so:devel/hwloc
-USES= cmake:outsource fortran perl5 pkgconfig shebangfix
+USES= cmake fortran perl5 pkgconfig shebangfix
SHEBANG_FILES= admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh
bash_CMD= ${SH}
USE_GNOME= libxml2
Index: science/jdftx/Makefile
===================================================================
--- science/jdftx/Makefile
+++ science/jdftx/Makefile
@@ -22,7 +22,7 @@
RUN_DEPENDS= bash:shells/bash
TEST_DEPENDS= bash:shells/bash
-USES= cmake:outsource fortran localbase:ldflags shebangfix
+USES= cmake fortran localbase:ldflags shebangfix
SHEBANG_GLOB= *.sh
SHEBANG_FILES= scripts/*
SHEBANG_LANG= octave
Index: science/kalzium-kde4/Makefile
===================================================================
--- science/kalzium-kde4/Makefile
+++ science/kalzium-kde4/Makefile
@@ -17,7 +17,7 @@
${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
-USES= cmake:outsource eigen:3 kde:4 pkgconfig qt:4 tar:xz
+USES= cmake eigen:3 kde:4 pkgconfig qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_OCAML= yes
NO_OCAML_RUNDEPENDS= yes
Index: science/kalzium/Makefile
===================================================================
--- science/kalzium/Makefile
+++ science/kalzium/Makefile
@@ -13,7 +13,7 @@
${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth archive bookmarks codecs completion config configwidgets \
coreaddons crash doctools ecm emoticons guiaddons i18n \
iconthemes itemmodels itemviews jobwidgets js kdelibs4support \
Index: science/kst2/Makefile
===================================================================
--- science/kst2/Makefile
+++ science/kst2/Makefile
@@ -18,7 +18,7 @@
KST_VERSION= 2.0.8
KST_DATE= 20180405
-USES= cmake:outsource desktop-file-utils pkgconfig \
+USES= cmake desktop-file-utils pkgconfig \
shared-mime-info
_USE_QT4= corelib gui xml designer network svg linguisttools_build \
qmake_build moc_build rcc_build uic_build
Index: science/lammps/Makefile
===================================================================
--- science/lammps/Makefile
+++ science/lammps/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libpng16.so:graphics/png \
libmpi_cxx.so:net/openmpi
-USES= cmake:outsource eigen:3 jpeg shebangfix
+USES= cmake eigen:3 jpeg shebangfix
USE_GITHUB= yes
GH_TAGNAME= stable_22Aug2018
SHEBANG_GLOB= *.sh *.bash
Index: science/libcint/Makefile
===================================================================
--- science/libcint/Makefile
+++ science/libcint/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libopenblas.so:math/openblas
-USES= cmake:outsource blaslapack:openblas
+USES= cmake blaslapack:openblas
USE_GITHUB= yes
GH_ACCOUNT= sunqm
USE_LDCONFIG= yes
Index: science/libefp/Makefile
===================================================================
--- science/libefp/Makefile
+++ science/libefp/Makefile
@@ -10,7 +10,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= ilyak
USE_LDCONFIG= yes
Index: science/libgeodecomp/Makefile
===================================================================
--- science/libgeodecomp/Makefile
+++ science/libgeodecomp/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs libboost_date_time.so:devel/boost-libs \
libboost_filesystem.so:devel/boost-libs
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
USE_GCC= yes
USE_LDCONFIG= yes
Index: science/luscus/Makefile
===================================================================
--- science/luscus/Makefile
+++ science/luscus/Makefile
@@ -20,7 +20,7 @@
RUN_DEPENDS= bash:shells/bash \
babel:science/openbabel
-USES= cmake:outsource gettext-runtime pkgconfig shebangfix
+USES= cmake gettext-runtime pkgconfig shebangfix
SHEBANG_GLOB= *.sh
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
USE_GL= gl glu
Index: science/madness/Makefile
===================================================================
--- science/madness/Makefile
+++ science/madness/Makefile
@@ -19,7 +19,7 @@
libtcmalloc.so:devel/google-perftools \
libxc.so:science/libxc
-USES= cmake:outsource compiler:c++14-lang fortran localbase:ldflags python:build
+USES= cmake compiler:c++14-lang fortran localbase:ldflags python:build
USE_GITHUB= yes
GH_ACCOUNT= m-a-d-n-e-s-s
GH_TAGNAME= ebb3fd7
Index: science/mcstas/Makefile
===================================================================
--- science/mcstas/Makefile
+++ science/mcstas/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21+
-USES= bison:build cmake:outsource
+USES= bison:build cmake
CMAKE_ARGS= "-Denable_mcstas=1"
MANDIRS= ${PREFIX}/${PORTNAME}/${DISTVERSION}/doc/man/man1
Index: science/mcxtrace-comps/Makefile
===================================================================
--- science/mcxtrace-comps/Makefile
+++ science/mcxtrace-comps/Makefile
@@ -13,7 +13,7 @@
RUN_DEPENDS= ${LOCALBASE}/mcxtrace/${DISTVERSION}/bin/mcxtrace:science/mcxtrace
-USES= cmake:outsource
+USES= cmake
# Apparently cmake does not generate an install/strip target if nothing
# is supposed to be stripped, so override the cmake-default install
# target of install/strip by resetting STRIP
Index: science/mcxtrace/Makefile
===================================================================
--- science/mcxtrace/Makefile
+++ science/mcxtrace/Makefile
@@ -12,7 +12,7 @@
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/lib/LGPL
-USES= bison:build cmake:outsource
+USES= bison:build cmake
PLIST_SUB= DISTVERSION=${DISTVERSION}
Index: science/openbabel/Makefile
===================================================================
--- science/openbabel/Makefile
+++ science/openbabel/Makefile
@@ -17,7 +17,7 @@
CONFLICTS_INSTALL= babel-*
-USES= cmake:outsource eigen:3
+USES= cmake eigen:3
USE_CXXSTD= gnu++98
USE_GNOME= libxml2
USE_LDCONFIG= yes
Index: science/openstructure/Makefile
===================================================================
--- science/openstructure/Makefile
+++ science/openstructure/Makefile
@@ -21,7 +21,7 @@
RUN_DEPENDS= ${PYNUMPY} \
bash:shells/bash
-USES= cmake:outsource eigen:3 python pyqt:4 qt:4 shebangfix
+USES= cmake eigen:3 python pyqt:4 qt:4 shebangfix
SHEBANG_FILES= scripts/dng.in scripts/ost.in scripts/ost_config.in
USE_QT= corelib gui network opengl xml qmake_build moc_build rcc_build uic_build
USE_PYQT= core gui
Index: science/paraview/Makefile
===================================================================
--- science/paraview/Makefile
+++ science/paraview/Makefile
@@ -35,7 +35,7 @@
RUN_DEPENDS= bash:shells/bash \
${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
-USES= alias cmake:outsource jpeg localbase python:2.7 qt:5 shebangfix
+USES= alias cmake jpeg localbase python:2.7 qt:5 shebangfix
USE_QT= core gui help network sql widgets x11extras xmlpatterns buildtools_build qmake_build
USE_GL= gl glu
USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
Index: science/pcmsolver/Makefile
===================================================================
--- science/pcmsolver/Makefile
+++ science/pcmsolver/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libflang.so:devel/flang # USES=fortran:clang breaks in configure: can't find libs directory
-USES= cmake:outsource,noninja python
+USES= cmake:noninja python
USE_GITHUB= yes
GH_ACCOUNT= PCMSolver
USE_LDCONFIG= yes
Index: science/py-rmf/Makefile
===================================================================
--- science/py-rmf/Makefile
+++ science/py-rmf/Makefile
@@ -14,7 +14,7 @@
BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libRMF.so:science/rmf
-USES= cmake:outsource python shebangfix
+USES= cmake python shebangfix
USE_GITHUB= yes
GH_ACCOUNT= salilab
GH_TAGNAME= f917cf2
Index: science/qmcpack/Makefile
===================================================================
--- science/qmcpack/Makefile
+++ science/qmcpack/Makefile
@@ -23,7 +23,7 @@
libopenblas.so:math/openblas \
libsz.so:science/szip
-USES= cmake:outsource compiler:c++11-lang fortran localbase:ldflags pkgconfig
+USES= cmake compiler:c++11-lang fortran localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tu}
USE_GNOME= libxml2
Index: science/rdkit/Makefile
===================================================================
--- science/rdkit/Makefile
+++ science/rdkit/Makefile
@@ -15,7 +15,7 @@
rapidjson>=0:devel/rapidjson
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= bison:build cmake:outsource eigen:3 python
+USES= bison:build cmake eigen:3 python
USE_GITHUB= yes
GH_TUPLE= schrodinger:maeparser:1.0.0:maeparser/External/CoordGen/maeparser \
schrodinger:coordgenlibs:ede3191:coordgenlibs/External/CoordGen/coordgenlibs
Index: science/rmf/Makefile
===================================================================
--- science/rmf/Makefile
+++ science/rmf/Makefile
@@ -15,7 +15,7 @@
libhdf5.so:science/hdf5 \
libsz.so:science/szip
-USES= cmake:outsource python:build shebangfix
+USES= cmake python:build shebangfix
USE_GITHUB= yes
GH_ACCOUNT= salilab
GH_TAGNAME= f917cf2
Index: science/step-kde4/Makefile
===================================================================
--- science/step-kde4/Makefile
+++ science/step-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libqalculate.so:math/libqalculate \
libgsl.so:math/gsl
-USES= cmake:outsource eigen:2 kde:4 pkgconfig qt:4 tar:xz
+USES= cmake eigen:2 kde:4 pkgconfig qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= opengl moc_build qmake_build rcc_build uic_build
Index: science/step/Makefile
===================================================================
--- science/step/Makefile
+++ science/step/Makefile
@@ -11,7 +11,7 @@
libgsl.so:math/gsl \
libqalculate.so:math/libqalculate
-USES= cmake:outsource eigen:3 gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake eigen:3 gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons crash doctools ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets js \
Index: science/teem/Makefile
===================================================================
--- science/teem/Makefile
+++ science/teem/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libpng16.so:graphics/png
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
Index: science/triqs/Makefile
===================================================================
--- science/triqs/Makefile
+++ science/triqs/Makefile
@@ -29,7 +29,7 @@
PORTSCOUT= limit:^[0-9]+\.[0-9].*$$
-USES= cmake:outsource,noninja fortran gettext-runtime python:2.7 # python:2.7 matches that in devel/cpp2py
+USES= cmake:noninja fortran gettext-runtime python:2.7 # python:2.7 matches that in devel/cpp2py
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tu}
USE_LDCONFIG= yes
Index: security/akmos/Makefile
===================================================================
--- security/akmos/Makefile
+++ security/akmos/Makefile
@@ -11,7 +11,7 @@
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= melanhit
Index: security/bro/Makefile
===================================================================
--- security/bro/Makefile
+++ security/bro/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libGeoIP.so:net/GeoIP
-USES= bison cmake:outsource compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
+USES= bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
CMAKE_ARGS+= -DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
CXXFLAGS+= -std=c++11 -Wall
Index: security/broccoli/Makefile
===================================================================
--- security/broccoli/Makefile
+++ security/broccoli/Makefile
@@ -18,7 +18,7 @@
EXTRACT_AFTER_ARGS= ${DISTNAME}/aux/broccoli
-USES= cmake:outsource ssl bison
+USES= cmake ssl bison
USE_LDCONFIG= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/aux/broccoli
BINARY_ALIAS= swig=swig3.0
Index: security/greenbone-security-assistant8/Makefile
===================================================================
--- security/greenbone-security-assistant8/Makefile
+++ security/greenbone-security-assistant8/Makefile
@@ -21,7 +21,7 @@
CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-*
-USES= cmake:outsource gettext gnome pkgconfig
+USES= cmake gettext gnome pkgconfig
USE_GNOME= glib20 libxml2 libxslt
USE_RC_SUBR= gsad
ETCDIR= ${PREFIX}/etc/openvas
Index: security/keepassxc/Makefile
===================================================================
--- security/keepassxc/Makefile
+++ security/keepassxc/Makefile
@@ -24,7 +24,7 @@
libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
-USES= cmake:outsource desktop-file-utils qt:5 shared-mime-info tar:xz
+USES= cmake desktop-file-utils qt:5 shared-mime-info tar:xz
USE_QT= buildtools_build concurrent core dbus gui linguisttools network \
qmake_build testlib widgets
USE_XORG= x11
Index: security/kf5-kdesu/Makefile
===================================================================
--- security/kf5-kdesu/Makefile
+++ security/kf5-kdesu/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 integration with su for elevated privileges
-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= config coreaddons dbusaddons ecm i18n pty service
USE_QT= buildtools_build core dbus qmake_build xml
USE_XORG= ice sm x11 xext
Index: security/kgpg-kde4/Makefile
===================================================================
--- security/kgpg-kde4/Makefile
+++ security/kgpg-kde4/Makefile
@@ -14,7 +14,7 @@
RUN_DEPENDS= gpg2:security/gnupg
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs pimlibs
USE_QT= qmake_build moc_build rcc_build uic_build
Index: security/kgpg/Makefile
===================================================================
--- security/kgpg/Makefile
+++ security/kgpg/Makefile
@@ -9,7 +9,7 @@
RUN_DEPENDS= gpg2:security/gnupg
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \
completion config configwidgets contacts coreaddons crash \
dbusaddons doctools ecm i18n iconthemes itemmodels itemviews \
Index: security/klee/Makefile
===================================================================
--- security/klee/Makefile
+++ security/klee/Makefile
@@ -17,7 +17,7 @@
LLVM_VERSION= 38 # the latest llvm version that the master branch (79ac709) currently supports
-USES= cmake:outsource localbase pkgconfig python:run shebangfix
+USES= cmake localbase pkgconfig python:run shebangfix
USE_GITHUB= yes
SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool
USE_LDCONFIG= yes
Index: security/kleopatra/Makefile
===================================================================
--- security/kleopatra/Makefile
+++ security/kleopatra/Makefile
@@ -14,7 +14,7 @@
libgpgmepp.so:security/gpgme-cpp \
libqgpgme.so:security/gpgme-qt5
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
doctools ecm i18n iconthemes itemmodels kcmutils notifications \
service sonnet textwidgets widgetsaddons windowsystem xmlgui \
Index: security/kpkpass/Makefile
===================================================================
--- security/kpkpass/Makefile
+++ security/kpkpass/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Library to deal with Apple Wallet pass files
-USES= cmake:outsource gettext kde:5 qt:5 shared-mime-info tar:xz
+USES= cmake gettext kde:5 qt:5 shared-mime-info tar:xz
USE_KDE= archive ecm
USE_QT= core gui testlib \
buildtools_build qmake_build
Index: security/kwalletmanager-kde4/Makefile
===================================================================
--- security/kwalletmanager-kde4/Makefile
+++ security/kwalletmanager-kde4/Makefile
@@ -12,7 +12,7 @@
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
Index: security/kwalletmanager/Makefile
===================================================================
--- security/kwalletmanager/Makefile
+++ security/kwalletmanager/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Password manager for KDE
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
USE_KDE= archive auth codecs config configwidgets coreaddons crash \
dbusaddons doctools ecm emoticons i18n iconthemes init \
itemmodels itemviews kcmutils kdelibs4support kio \
Index: security/libkleo/Makefile
===================================================================
--- security/libkleo/Makefile
+++ security/libkleo/Makefile
@@ -15,7 +15,7 @@
RUN_DEPENDS= ${LOCALBASE}/bin/gmd5sum:sysutils/coreutils
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= codecs completion config coreaddons i18n itemmodels \
widgetsaddons windowsystem \
pimtextedit
Index: security/libssh/Makefile
===================================================================
--- security/libssh/Makefile
+++ security/libssh/Makefile
@@ -21,7 +21,7 @@
OPTIONS_DEFAULT= OPENSSL STATIC
OPTIONS_SUB= yes
-USES= cmake:outsource cpe tar:xz
+USES= cmake cpe tar:xz
USE_LDCONFIG= yes
CMAKE_ARGS= -DWITH_EXAMPLES:BOOL=OFF \
Index: security/libuecc/Makefile
===================================================================
--- security/libuecc/Makefile
+++ security/libuecc/Makefile
@@ -17,6 +17,6 @@
USE_LDCONFIG= yes
-USES= cmake:outsource pkgconfig tar
+USES= cmake pkgconfig tar
.include <bsd.port.mk>
Index: security/libzrtpcppcore/Makefile
===================================================================
--- security/libzrtpcppcore/Makefile
+++ security/libzrtpcppcore/Makefile
@@ -16,7 +16,7 @@
GH_ACCOUNT= wernerd
GH_PROJECT= ZRTPCPP
-USES= cmake:outsource,noninja compiler:c++11-lib
+USES= cmake:noninja compiler:c++11-lib
USE_CXXSTD= c++11
CMAKE_ARGS= -DCORE_LIB:BOOL=ON
USE_LDCONFIG= yes
Index: security/lxqt-openssh-askpass/Makefile
===================================================================
--- security/lxqt-openssh-askpass/Makefile
+++ security/lxqt-openssh-askpass/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource gettext-runtime kde:5 lxqt pkgconfig tar:xz qt:5
+USES= cmake gettext-runtime kde:5 lxqt pkgconfig tar:xz qt:5
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
Index: security/lxqt-sudo/Makefile
===================================================================
--- security/lxqt-sudo/Makefile
+++ security/lxqt-sudo/Makefile
@@ -13,7 +13,7 @@
RUN_DEPENDS= sudo:security/sudo
-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 core dbus gui svg widgets \
x11extras xml
Index: security/openvas8-cli/Makefile
===================================================================
--- security/openvas8-cli/Makefile
+++ security/openvas8-cli/Makefile
@@ -19,7 +19,7 @@
CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-*
CFLAGS+= -Wno-missing-field-initializers
-USES= cmake:outsource gnome pkgconfig shebangfix
+USES= cmake gnome pkgconfig shebangfix
SHEBANG_FILES= dialog/omp-dialog
USE_GNOME= glib20 libxslt:run
Index: security/openvas8-libraries/Makefile
===================================================================
--- security/openvas8-libraries/Makefile
+++ security/openvas8-libraries/Makefile
@@ -25,7 +25,7 @@
CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-*
-USES= bison cmake:outsource gnome pkgconfig
+USES= bison cmake gnome pkgconfig
USE_LDCONFIG= yes
USE_GNOME= glib20
Index: security/openvas8-manager/Makefile
===================================================================
--- security/openvas8-manager/Makefile
+++ security/openvas8-manager/Makefile
@@ -24,7 +24,7 @@
CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-*
-USES= cmake:outsource gnome pkgconfig
+USES= cmake gnome pkgconfig
USE_GNOME= glib20 libxslt:run
PGSQL_USES= pgsql
SQLITE3_USES= sqlite
Index: security/openvas8-scanner/Makefile
===================================================================
--- security/openvas8-scanner/Makefile
+++ security/openvas8-scanner/Makefile
@@ -25,7 +25,7 @@
CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-*
-USES= cmake:outsource gettext-runtime gnome pkgconfig
+USES= cmake gettext-runtime gnome pkgconfig
USE_GNOME= glib20
USE_RC_SUBR= openvassd
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VER}//}
Index: security/plasma5-kscreenlocker/Makefile
===================================================================
--- security/plasma5-kscreenlocker/Makefile
+++ security/plasma5-kscreenlocker/Makefile
@@ -13,7 +13,7 @@
RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2\
dbus-send:devel/dbus
-USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
qt:5 shebangfix tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash ecm \
emoticons globalaccel i18n idletime init itemmodels kcmutils \
Index: security/plasma5-ksshaskpass/Makefile
===================================================================
--- security/plasma5-ksshaskpass/Makefile
+++ security/plasma5-ksshaskpass/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 ssh-add frontend
-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= coreaddons doctools ecm i18n wallet widgetsaddons
USE_QT= core gui widgets \
buildtools_build qmake_build
Index: security/plasma5-kwallet-pam/Makefile
===================================================================
--- security/plasma5-kwallet-pam/Makefile
+++ security/plasma5-kwallet-pam/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
-USES= cmake:outsource cpe gettext kde:5 qt:5 tar:xz
+USES= cmake cpe gettext kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build qmake_build
Index: security/rndpassw/Makefile
===================================================================
--- security/rndpassw/Makefile
+++ security/rndpassw/Makefile
@@ -13,7 +13,7 @@
USE_GITHUB= yes
GH_ACCOUNT= melanhit
-USES= cmake:outsource
+USES= cmake
PLIST_FILES= bin/rndpassw \
man/man1/rndpassw.1.gz
Index: sysutils/baloo-kde4/Makefile
===================================================================
--- sysutils/baloo-kde4/Makefile
+++ sysutils/baloo-kde4/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libxapian.so:databases/xapian-core \
libqjson.so:devel/qjson@qt4
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= akonadi automoc4 kdelibs kfilemetadata \
pimlibs
USE_QT= corelib qmake_build moc_build rcc_build uic_build
Index: sysutils/baloo-widgets-kde4/Makefile
===================================================================
--- sysutils/baloo-widgets-kde4/Makefile
+++ sysutils/baloo-widgets-kde4/Makefile
@@ -11,7 +11,7 @@
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 baloo kfilemetadata
USE_QT= corelib qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
Index: sysutils/baloo-widgets/Makefile
===================================================================
--- sysutils/baloo-widgets/Makefile
+++ sysutils/baloo-widgets/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= BalooWidgets library
-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= baloo completion config coreaddons ecm emoticons filemetadata \
i18n init itemmodels jobwidgets kdelibs4support kio service \
widgetsaddons
Index: sysutils/cmocka/Makefile
===================================================================
--- sysutils/cmocka/Makefile
+++ sysutils/cmocka/Makefile
@@ -12,7 +12,7 @@
LICENSE= APACHE20
-USES= cmake:outsource tar:xz
+USES= cmake tar:xz
USE_LDCONFIG= yes
PLIST_FILES= include/cmocka.h \
Index: sysutils/contractor/Makefile
===================================================================
--- sysutils/contractor/Makefile
+++ sysutils/contractor/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libdbus-glib-1.so:devel/dbus-glib
-USES= cmake:outsource gettext-runtime pkgconfig tar:xz
+USES= cmake gettext-runtime pkgconfig tar:xz
USE_GNOME= glib20
.include <bsd.port.mk>
Index: sysutils/filelight-kde4/Makefile
===================================================================
--- sysutils/filelight-kde4/Makefile
+++ sysutils/filelight-kde4/Makefile
@@ -15,7 +15,7 @@
CONFLICTS_INSTALL= ${PORTNAME}
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= qmake_build moc_build rcc_build uic_build
Index: sysutils/filelight/Makefile
===================================================================
--- sysutils/filelight/Makefile
+++ sysutils/filelight/Makefile
@@ -12,7 +12,7 @@
CONFLICTS_INSTALL= ${PORTNAME}-kde4*
-USES= cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES= cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
ecm i18n jobwidgets kio parts service solid sonnet textwidgets \
widgetsaddons xmlgui
Index: sysutils/fusefs-encfs/Makefile
===================================================================
--- sysutils/fusefs-encfs/Makefile
+++ sysutils/fusefs-encfs/Makefile
@@ -14,7 +14,7 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource compiler:c++11-lib fuse ssl
+USES= cmake compiler:c++11-lib fuse ssl
USE_GITHUB= yes
GH_ACCOUNT= vgough
Index: sysutils/k3b/Makefile
===================================================================
--- sysutils/k3b/Makefile
+++ sysutils/k3b/Makefile
@@ -21,7 +21,7 @@
RUN_DEPENDS= cdrecord:sysutils/cdrtools
BUILD_DEPENDS= cdrecord:sysutils/cdrtools
-USES= cmake:outsource desktop-file-utils gettext iconv kde:5 pkgconfig \
+USES= cmake desktop-file-utils gettext iconv kde:5 pkgconfig \
qt:5 shared-mime-info tar:xz
USE_KDE= archive attica auth bookmarks codecs completion config \
Index: sysutils/kbackup/Makefile
===================================================================
--- sysutils/kbackup/Makefile
+++ sysutils/kbackup/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Backup program with an easy to use user interface
-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 ecm i18n iconthemes itemviews jobwidgets kio \
notifications service solid widgetsaddons xmlgui
Index: sysutils/kcron-kde4/Makefile
===================================================================
--- sysutils/kcron-kde4/Makefile
+++ sysutils/kcron-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: sysutils/kcron/Makefile
===================================================================
--- sysutils/kcron/Makefile
+++ sysutils/kcron/Makefile
@@ -10,7 +10,7 @@
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
doctools i18n iconthemes jobwidgets kio service widgetsaddons \
xmlgui
Index: sysutils/kdebugsettings/Makefile
===================================================================
--- sysutils/kdebugsettings/Makefile
+++ sysutils/kdebugsettings/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE application to enable/disable qCDebug
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= completion config configwidgets coreaddons dbusaddons \
ecm guiaddons i18n iconthemes itemviews kio widgetsaddons
USE_QT= core dbus gui testlib widgets \
Index: sysutils/kdf-kde4/Makefile
===================================================================
--- sysutils/kdf-kde4/Makefile
+++ sysutils/kdf-kde4/Makefile
@@ -12,7 +12,7 @@
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
Index: sysutils/kdf/Makefile
===================================================================
--- sysutils/kdf/Makefile
+++ sysutils/kdf/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Shows free space of devices for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
i18n iconthemes jobwidgets kcmutils kio notifications service \
widgetsaddons xmlgui
Index: sysutils/kdialog/Makefile
===================================================================
--- sysutils/kdialog/Makefile
+++ sysutils/kdialog/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Show nice dialog boxes from shell scripts
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
itemviews jobwidgets kdelibs4support kio notifications parts \
Index: sysutils/kf5-baloo/Makefile
===================================================================
--- sysutils/kf5-baloo/Makefile
+++ sysutils/kf5-baloo/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= liblmdb.so:databases/lmdb \
libinotify.so:devel/libinotify
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
USE_KDE= auth completion config coreaddons crash dbusaddons \
filemetadata i18n idletime jobwidgets kio service \
solid widgetsaddons
Index: sysutils/kf5-kwallet/Makefile
===================================================================
--- sysutils/kf5-kwallet/Makefile
+++ sysutils/kf5-kwallet/Makefile
@@ -15,7 +15,7 @@
libqgpgme.so:security/gpgme-qt5 \
libgpgmepp.so:security/gpgme-cpp
-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 config configwidgets coreaddons dbusaddons \
doctools ecm i18n iconthemes notifications service \
widgetsaddons windowsystem
Index: sysutils/kfilemetadata-kde4/Makefile
===================================================================
--- sysutils/kfilemetadata-kde4/Makefile
+++ sysutils/kfilemetadata-kde4/Makefile
@@ -18,7 +18,7 @@
libepub.so:textproc/ebook-tools \
libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
-USES= cmake:outsource kde:4 pkgconfig qt:4 tar:xz
+USES= cmake kde:4 pkgconfig qt:4 tar:xz
USE_KDE= automoc4 kdelibs
USE_QT= corelib qmake_build moc_build rcc_build uic_build
USE_LDCONFIG= yes
Index: sysutils/kfloppy-kde4/Makefile
===================================================================
--- sysutils/kfloppy-kde4/Makefile
+++ sysutils/kfloppy-kde4/Makefile
@@ -12,7 +12,7 @@
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
Index: sysutils/kfloppy/Makefile
===================================================================
--- sysutils/kfloppy/Makefile
+++ sysutils/kfloppy/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Floppy disk formatter for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
doctools ecm emoticons i18n init itemmodels kdelibs4support \
kio widgetsaddons xmlgui
Index: sysutils/khelpcenter/Makefile
===================================================================
--- sysutils/khelpcenter/Makefile
+++ sysutils/khelpcenter/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libxapian.so:databases/xapian-core
-USES= cmake:outsource compiler:c++11-lib cpe gettext grantlee:5 \
+USES= cmake compiler:c++11-lib cpe gettext grantlee:5 \
kde:5 qt:5 shebangfix tar:xz
USE_GNOME= libxml2
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
Index: sysutils/krename/Makefile
===================================================================
--- sysutils/krename/Makefile
+++ sysutils/krename/Makefile
@@ -17,7 +17,7 @@
libpodofo.so:graphics/podofo \
libfreetype.so:print/freetype2
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash i18n iconthemes itemviews jobwidgets \
js kio service solid widgetsaddons xmlgui
Index: sysutils/kshutdown-kde4/Makefile
===================================================================
--- sysutils/kshutdown-kde4/Makefile
+++ sysutils/kshutdown-kde4/Makefile
@@ -16,7 +16,7 @@
DEPRECATED= KDE4 is EOL upstream
EXPIRATION_DATE= 2018-12-31
-USES= alias cmake:outsource compiler:c++0x gettext kde:4 qt:4 zip
+USES= alias cmake compiler:c++0x gettext kde:4 qt:4 zip
USE_QT= corelib dbus gui moc_build qmake_build rcc_build svg uic_build
USE_KDE= automoc4 kdelibs workspace
Index: sysutils/ksystemlog-kde4/Makefile
===================================================================
--- sysutils/ksystemlog-kde4/Makefile
+++ sysutils/ksystemlog-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: sysutils/ksystemlog/Makefile
===================================================================
--- sysutils/ksystemlog/Makefile
+++ sysutils/ksystemlog/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE system log application
-USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets coreaddons \
doctools ecm i18n iconthemes itemviews jobwidgets kio \
service sonnet textwidgets widgetsaddons xmlgui
Index: sysutils/kuser-kde4/Makefile
===================================================================
--- sysutils/kuser-kde4/Makefile
+++ sysutils/kuser-kde4/Makefile
@@ -11,7 +11,7 @@
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 pimlibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: sysutils/libsysstat/Makefile
===================================================================
--- sysutils/libsysstat/Makefile
+++ sysutils/libsysstat/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21
-USES= cmake:outsource lxqt pkgconfig tar:xz qt:5
+USES= cmake lxqt pkgconfig tar:xz qt:5
USE_QT= qmake_build buildtools_build core
USE_LXQT= buildtools
Index: sysutils/lsyncd/Makefile
===================================================================
--- sysutils/lsyncd/Makefile
+++ sysutils/lsyncd/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libinotify.so:devel/libinotify
-USES= cmake:outsource localbase lua
+USES= cmake localbase lua
USE_GITHUB= yes
GH_ACCOUNT= axkibe
USE_RC_SUBR= lsyncd
Index: sysutils/lxqt-admin/Makefile
===================================================================
--- sysutils/lxqt-admin/Makefile
+++ sysutils/lxqt-admin/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource kde:5 localbase lxqt pkgconfig gnome tar:xz qt:5
+USES= cmake kde:5 localbase lxqt pkgconfig gnome tar:xz qt:5
USE_QT= buildtools_build qmake_build core dbus gui svg \
widgets x11extras xml
USE_KDE= windowsystem
Index: sysutils/lxqt-config/Makefile
===================================================================
--- sysutils/lxqt-config/Makefile
+++ sysutils/lxqt-config/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv2 LGPL21+
LICENSE_COMB= multi
-USES= cmake:outsource compiler:c++11-lib kde:5 localbase:ldflags lxqt qt:5 \
+USES= cmake compiler:c++11-lib kde:5 localbase:ldflags lxqt qt:5 \
pkgconfig tar:xz
USE_QT= buildtools_build qmake_build concurrent core dbus \
gui linguisttools svg widgets x11extras xml
Index: sysutils/lxqt-policykit/Makefile
===================================================================
--- sysutils/lxqt-policykit/Makefile
+++ sysutils/lxqt-policykit/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libpolkit-qt5-agent-1.so:sysutils/polkit-qt@qt5 \
libpolkit-agent-1.so:sysutils/polkit
-USES= cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
+USES= cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \
localbase:ldflags lxqt pkgconfig tar:xz
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
svg widgets x11extras xml
Index: sysutils/lxqt-qtplugin/Makefile
===================================================================
--- sysutils/lxqt-qtplugin/Makefile
+++ sysutils/lxqt-qtplugin/Makefile
@@ -17,7 +17,7 @@
libmenu-cache.so:x11/menu-cache \
libexif.so:graphics/libexif
-USES= cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz qt:5 gettext-runtime
+USES= cmake compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz qt:5 gettext-runtime
USE_XORG=xcb
USE_GNOME=glib20
Index: sysutils/nepomuk-core-kde4/Makefile
===================================================================
--- sysutils/nepomuk-core-kde4/Makefile
+++ sysutils/nepomuk-core-kde4/Makefile
@@ -19,7 +19,7 @@
libepub.so:textproc/ebook-tools \
libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
-USES= cmake:outsource kde:4 python:run qt:4 shebangfix tar:xz
+USES= cmake kde:4 python:run qt:4 shebangfix tar:xz
USE_KDE= automoc4 baloo kdelibs kfilemetadata \
ontologies soprano
USE_QT= corelib dbus gui qmake_build moc_build rcc_build uic_build
Index: sysutils/nepomuk-widgets-kde4/Makefile
===================================================================
--- sysutils/nepomuk-widgets-kde4/Makefile
+++ sysutils/nepomuk-widgets-kde4/Makefile
@@ -11,7 +11,7 @@
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 soprano nepomuk-core
USE_QT= corelib dbus gui moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: sysutils/osquery/Makefile
===================================================================
--- sysutils/osquery/Makefile
+++ sysutils/osquery/Makefile
@@ -32,7 +32,7 @@
libzstd.so:archivers/zstd
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss
-USES= cmake:outsource libtool python:build compiler:c++11-lib \
+USES= cmake libtool python:build compiler:c++11-lib \
libarchive ssl
USE_GNOME= libxml2
CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \
Index: sysutils/plasma5-discover/Makefile
===================================================================
--- sysutils/plasma5-discover/Makefile
+++ sysutils/plasma5-discover/Makefile
@@ -11,7 +11,7 @@
# TODO: update packagekit-qt5
#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5
-USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
+USES= cmake compiler:c++11-lib cpe desktop-file-utils \
gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= archive attica auth codecs completion config configwidgets \
coreaddons crash dbusaddons ecm i18n iconthemes itemmodels \
Index: sysutils/plasma5-drkonqi/Makefile
===================================================================
--- sysutils/plasma5-drkonqi/Makefile
+++ sysutils/plasma5-drkonqi/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 crash handler
-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz
+USES= cmake kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash i18n idletime jobwidgets kio notifications \
service wallet widgetsaddons xmlrpcclient
Index: sysutils/plasma5-kde-cli-tools/Makefile
===================================================================
--- sysutils/plasma5-kde-cli-tools/Makefile
+++ sysutils/plasma5-kde-cli-tools/Makefile
@@ -10,7 +10,7 @@
CONFLICTS_INSTALL= kde-runtime-kde4
-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= activities auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
itemmodels itemviews jobwidgets kcmutils kdelibs4support kdesu \
Index: sysutils/plasma5-kinfocenter/Makefile
===================================================================
--- sysutils/plasma5-kinfocenter/Makefile
+++ sysutils/plasma5-kinfocenter/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libpci.so:devel/libpci
-USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_GL= egl gl glu
USE_KDE= auth bookmarks codecs completion config configwidgets \
Index: sysutils/plasma5-kmenuedit/Makefile
===================================================================
--- sysutils/plasma5-kmenuedit/Makefile
+++ sysutils/plasma5-kmenuedit/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 menu editor
-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 bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons guiaddons ecm emoticons hotkeys \
i18n iconthemes init itemmodels itemviews jobwidgets \
Index: sysutils/plasma5-ksysguard/Makefile
===================================================================
--- sysutils/plasma5-ksysguard/Makefile
+++ sysutils/plasma5-ksysguard/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 utility to track and control the running processes
-USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
+USES= cmake compiler:c++11-lib cpe desktop-file-utils \
gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
dbusaddons emoticons i18n iconthemes init itemmodels \
Index: sysutils/plasma5-libksysguard/Makefile
===================================================================
--- sysutils/plasma5-libksysguard/Makefile
+++ sysutils/plasma5-libksysguard/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 library to track and control running processes
-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 completion config configwidgets coreaddons i18n \
iconthemes package plasma-framework service widgetsaddons \
windowsystem
Index: sysutils/plasma5-polkit-kde-agent-1/Makefile
===================================================================
--- sysutils/plasma5-polkit-kde-agent-1/Makefile
+++ sysutils/plasma5-polkit-kde-agent-1/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
-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= config coreaddons crash dbusaddons ecm i18n iconthemes \
notifications widgetsaddons windowsystem
USE_QT= core dbus gui widgets \
Index: sysutils/plasma5-powerdevil/Makefile
===================================================================
--- sysutils/plasma5-powerdevil/Makefile
+++ sysutils/plasma5-powerdevil/Makefile
@@ -10,7 +10,7 @@
RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower
-USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= activities auth bookmarks codecs completion configwidgets \
coreaddons crash config dbusaddons ecm emoticons globalaccel \
guiaddons i18n idletime iconthemes init itemmodels itemviews \
Index: sysutils/plasma5-systemsettings/Makefile
===================================================================
--- sysutils/plasma5-systemsettings/Makefile
+++ sysutils/plasma5-systemsettings/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 system settings
-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= activities activities-stats auth codecs completion config \
configwidgets coreaddons crash dbusaddons doctools ecm i18n \
iconthemes itemviews jobwidgets js kcmutils kdeclarative khtml \
Index: sysutils/plasma5-user-manager/Makefile
===================================================================
--- sysutils/plasma5-user-manager/Makefile
+++ sysutils/plasma5-user-manager/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libpwquality.so:security/libpwquality
RUN_DEPENDS= accountsservice>=0:sysutils/accountsservice
-USES= cmake:outsource compiler:c++11-lib cpe gettext \
+USES= cmake compiler:c++11-lib cpe gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm emoticons guiaddons i18n iconthemes \
Index: sysutils/polkit-qt/Makefile
===================================================================
--- sysutils/polkit-qt/Makefile
+++ sysutils/polkit-qt/Makefile
@@ -20,7 +20,7 @@
FLAVORS= qt4 qt5
FLAVOR?= ${FLAVORS:[1]}
-USES= cmake:outsource pkgconfig tar:bzip2
+USES= cmake pkgconfig tar:bzip2
USE_GNOME= glib20
CMAKE_OFF= BUILD_EXAMPLES \
BUILD_TEST
Index: sysutils/signon-kwallet-extension/Makefile
===================================================================
--- sysutils/signon-kwallet-extension/Makefile
+++ sysutils/signon-kwallet-extension/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5
-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz
+USES= cmake kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm wallet
USE_QT= core dbus gui \
buildtools_build qmake_build
Index: sysutils/sweeper-kde4/Makefile
===================================================================
--- sysutils/sweeper-kde4/Makefile
+++ sysutils/sweeper-kde4/Makefile
@@ -12,7 +12,7 @@
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
Index: sysutils/sweeper/Makefile
===================================================================
--- sysutils/sweeper/Makefile
+++ sysutils/sweeper/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Cleans temporal files for KDE
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= activities-stats auth bookmarks codecs config configwidgets \
coreaddons crash i18n kio service sonnet textwidgets \
widgetsaddons xmlgui
Index: sysutils/synergy/Makefile
===================================================================
--- sysutils/synergy/Makefile
+++ sysutils/synergy/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libcurl.so:ftp/curl
-USES= cmake:outsource compiler:c++14-lang cpe ssl
+USES= cmake compiler:c++14-lang cpe ssl
CPE_VENDOR= synergy-foss
USE_GITHUB= yes
GH_ACCOUNT= symless
Index: sysutils/usbtop/Makefile
===================================================================
--- sysutils/usbtop/Makefile
+++ sysutils/usbtop/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= cmake:outsource compiler:c++11-lang
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= aguinet
Index: textproc/castxml/Makefile
===================================================================
--- textproc/castxml/Makefile
+++ textproc/castxml/Makefile
@@ -15,7 +15,7 @@
BUILD_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
RUN_DEPENDS= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= CastXML
GH_PROJECT= CastXML
Index: textproc/cmark/Makefile
===================================================================
--- textproc/cmark/Makefile
+++ textproc/cmark/Makefile
@@ -13,7 +13,7 @@
CONFLICTS_INSTALL= py[2-3][0-9]-CommonMark
-USES= cmake:outsource python:3.4+,test
+USES= cmake python:3.4+,test
USE_GITHUB= yes
GH_ACCOUNT= commonmark
USE_LDCONFIG= yes
Index: textproc/dikt/Makefile
===================================================================
--- textproc/dikt/Makefile
+++ textproc/dikt/Makefile
@@ -13,7 +13,7 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource kde:5 qt:5 tar:txz
+USES= cmake kde:5 qt:5 tar:txz
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons dbusaddons guiaddons i18n \
iconthemes itemviews jobwidgets kio service solid widgetsaddons xmlgui
USE_QT= concurrent core dbus gui network printsupport svg widgets xml \
Index: textproc/fcitx-qt5/Makefile
===================================================================
--- textproc/fcitx-qt5/Makefile
+++ textproc/fcitx-qt5/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libxkbcommon.so:x11/libxkbcommon
-USES= compiler:c++11-lib cmake:outsource gettext kde:5 pkgconfig qt:5
+USES= compiler:c++11-lib cmake gettext kde:5 pkgconfig qt:5
USE_GITHUB= yes
GH_ACCOUNT= fcitx
USE_KDE= ecm
Index: textproc/fcitx-table-other/Makefile
===================================================================
--- textproc/fcitx-table-other/Makefile
+++ textproc/fcitx-table-other/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx
-USES= cmake:outsource gettext tar:xz
+USES= cmake gettext tar:xz
NO_ARCH= yes
STRIP= # ninja breaks without this: unknown target 'install/strip'
Index: textproc/kdiff3/Makefile
===================================================================
--- textproc/kdiff3/Makefile
+++ textproc/kdiff3/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource kde:4 qt:4
+USES= cmake kde:4 qt:4
USE_KDE= kdelibs libkonq automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: textproc/kf5-kcodecs/Makefile
===================================================================
--- textproc/kf5-kcodecs/Makefile
+++ textproc/kf5-kcodecs/Makefile
@@ -10,7 +10,7 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource compiler:c++11-lib gperf kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core linguisttools qmake_build
Index: textproc/kf5-sonnet/Makefile
===================================================================
--- textproc/kf5-sonnet/Makefile
+++ textproc/kf5-sonnet/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libaspell.so:textproc/aspell \
libhunspell-1.6.so:textproc/hunspell
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui linguisttools qmake_build \
testlib widgets
Index: textproc/kf5-syntax-highlighting/Makefile
===================================================================
--- textproc/kf5-syntax-highlighting/Makefile
+++ textproc/kf5-syntax-highlighting/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 syntax highlighting engine for structured text and code
-USES= cmake:outsource compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui linguisttools_build \
network testlib qmake_build
Index: textproc/kompare-kde4/Makefile
===================================================================
--- textproc/kompare-kde4/Makefile
+++ textproc/kompare-kde4/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libkomparediff2.so:textproc/libkomparediff2-kde4
-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
Index: textproc/kompare/Makefile
===================================================================
--- textproc/kompare/Makefile
+++ textproc/kompare/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libkomparediff2.so:textproc/libkomparediff2
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
doctools ecm i18n iconthemes jobwidgets kio parts service \
sonnet texteditor textwidgets widgetsaddons xmlgui
Index: textproc/kreport/Makefile
===================================================================
--- textproc/kreport/Makefile
+++ textproc/kreport/Makefile
@@ -11,7 +11,7 @@
LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty
-USES= cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
+USES= cmake gettext kde:5 python:2.7 qt:5 tar:xz
USE_KDE= config coreaddons ecm marble widgetsaddons
USE_QT= core gui network qml webkit widgets xml \
buildtools_build printsupport qmake_build
Index: textproc/libcue/Makefile
===================================================================
--- textproc/libcue/Makefile
+++ textproc/libcue/Makefile
@@ -18,6 +18,6 @@
GH_ACCOUNT= lipnitsk
USE_LDCONFIG= yes
-USES= bison cmake:outsource pathfix
+USES= bison cmake pathfix
.include <bsd.port.mk>
Index: textproc/libkolabxml/Makefile
===================================================================
--- textproc/libkolabxml/Makefile
+++ textproc/libkolabxml/Makefile
@@ -27,7 +27,7 @@
-DJAVA_BINDINGS:BOOL=OFF \
-DPHP_BINDINGS:BOOL=OFF \
-DPYTHON_BINDINGS:BOOL=OFF
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
PLIST_SUB= SHLIB_VER=${PORTVERSION}
Index: textproc/libkomparediff2-kde4/Makefile
===================================================================
--- textproc/libkomparediff2-kde4/Makefile
+++ textproc/libkomparediff2-kde4/Makefile
@@ -11,7 +11,7 @@
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= qmake_build moc_build uic_build rcc_build
USE_LDCONFIG= yes
Index: textproc/libkomparediff2/Makefile
===================================================================
--- textproc/libkomparediff2/Makefile
+++ textproc/libkomparediff2/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Library to compare files and strings
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n kio parts \
service widgetsaddons xmlgui
USE_QT= core dbus gui widgets xml \
Index: textproc/luceneplusplus/Makefile
===================================================================
--- textproc/luceneplusplus/Makefile
+++ textproc/luceneplusplus/Makefile
@@ -19,7 +19,7 @@
USE_GITHUB= yes
GH_ACCOUNT= luceneplusplus
GH_PROJECT= LucenePlusPlus
-USES= cmake:outsource compiler
+USES= cmake compiler
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
Index: textproc/sdcv/Makefile
===================================================================
--- textproc/sdcv/Makefile
+++ textproc/sdcv/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource compiler:c++11-lang pkgconfig readline
+USES= cmake compiler:c++11-lang pkgconfig readline
USE_GNOME= glib20
SUB_FILES= pkg-message
Index: textproc/sigil/Makefile
===================================================================
--- textproc/sigil/Makefile
+++ textproc/sigil/Makefile
@@ -19,7 +19,7 @@
GH_ACCOUNT= Sigil-Ebook
GH_PROJECT= Sigil
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
pkgconfig python:3.4+ qt:5 shebangfix
SHEBANG_FILES= src/Resource_Files/plugin_launchers/python/*.py \
src/Resource_Files/python3lib/*.py
Index: textproc/soprano/Makefile
===================================================================
--- textproc/soprano/Makefile
+++ textproc/soprano/Makefile
@@ -16,7 +16,7 @@
USE_QT= corelib dbus network qtestlib_build xml \
qmake_build moc_build uic_build rcc_build
-USES= cmake:outsource pkgconfig qt:4 tar:bzip2
+USES= cmake pkgconfig qt:4 tar:bzip2
CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes \
-DSOPRANO_DISABLE_SESAME2_BACKEND=yes
USE_LDCONFIG= yes
@@ -24,7 +24,7 @@
post-patch:
@${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \
${WRKSRC}/CMakeLists.txt
- @${REINPLACE_CMD} -e 's,soprano/cmake,cmake/Modules,' \
+ @${REINPLACE_CMD} -e 's,soprano/cmake:cmake/Modules,' \
${WRKSRC}/cmake/modules/CMakeLists.txt
.include <bsd.port.mk>
Index: textproc/uncrustify/Makefile
===================================================================
--- textproc/uncrustify/Makefile
+++ textproc/uncrustify/Makefile
@@ -18,7 +18,7 @@
USE_GITHUB= yes
-USES= cmake:outsource
+USES= cmake
CMAKE_ARGS= -DNoGitVersionString:BOOL=TRUE
TEST_TARGET= test
Index: textproc/wbxml2/Makefile
===================================================================
--- textproc/wbxml2/Makefile
+++ textproc/wbxml2/Makefile
@@ -15,7 +15,7 @@
LIB_DEPENDS= libexpat.so:textproc/expat2
-USES= cmake:outsource iconv tar:bzip2
+USES= cmake iconv tar:bzip2
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/libwbxml-${PORTVERSION}
Index: textproc/wv2/Makefile
===================================================================
--- textproc/wv2/Makefile
+++ textproc/wv2/Makefile
@@ -15,7 +15,7 @@
USE_GNOME= libgsf
GNU_CONFIGURE= yes
-USES= cmake:outsource iconv libtool pkgconfig tar:bzip2
+USES= cmake iconv libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
post-patch:
Index: textproc/zorba/Makefile
===================================================================
--- textproc/zorba/Makefile
+++ textproc/zorba/Makefile
@@ -37,7 +37,7 @@
CONFLICTS= xqilla-[0-9]*
CONFLICTS_BUILD= bison
-USES= cmake:outsource compiler:c++11-lib libedit
+USES= cmake compiler:c++11-lib libedit
USE_GNOME= libxml2 libxslt
USE_LDCONFIG= yes
USE_CXXSTD= c++11
Index: textproc/zxing-cpp/Makefile
===================================================================
--- textproc/zxing-cpp/Makefile
+++ textproc/zxing-cpp/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \
libopencv_photo.so:graphics/opencv
-USES= cmake:outsource iconv
+USES= cmake iconv
USE_GITHUB= yes
GH_ACCOUNT= glassechidna
GH_TAGNAME= 5aad474
Index: www/choqok/Makefile
===================================================================
--- www/choqok/Makefile
+++ www/choqok/Makefile
@@ -18,7 +18,7 @@
libqoauth-qt5.so:net/qoauth-qt5 \
libtelepathy-qt5.so:net-im/telepathy-qt5
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
itemviews jobwidgets kcmutils kdewebkit kio notifications \
Index: www/cpr/Makefile
===================================================================
--- www/cpr/Makefile
+++ www/cpr/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libcurl.so:ftp/curl
-USES= cmake:outsource
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= whoshuu
GH_TUPLE= whoshuu:mongoose:df9f7a7:mongoose/opt/mongoose
Index: www/cutelyst/Makefile
===================================================================
--- www/cutelyst/Makefile
+++ www/cutelyst/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource localbase qt:5
+USES= cmake localbase qt:5
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT= qmake_build buildtools_build \
Index: www/davix/Makefile
===================================================================
--- www/davix/Makefile
+++ www/davix/Makefile
@@ -17,7 +17,7 @@
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
-USES= cmake:outsource compiler:c++11-lang gnome localbase:ldflags python:build shebangfix ssl
+USES= cmake compiler:c++11-lang gnome localbase:ldflags python:build shebangfix ssl
SHEBANG_GLOB= *.py
USE_GNOME= libxml2
USE_LDCONFIG= yes
Index: www/edbrowse/Makefile
===================================================================
--- www/edbrowse/Makefile
+++ www/edbrowse/Makefile
@@ -22,7 +22,7 @@
libtidy5.so:www/tidy-html5 \
libduktape.so:lang/duktape-lib
-USES= cmake:outsource perl5 readline
+USES= cmake perl5 readline
USE_GITHUB= yes
GH_ACCOUNT= CMB
USE_PERL5= build
Index: www/falkon/Makefile
===================================================================
--- www/falkon/Makefile
+++ www/falkon/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource desktop-file-utils kde:5 qt:5 ssl tar:xz
+USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz
USE_KDE= wallet
USE_QT= core dbus gui location network printsupport qml quick \
sql webchannel webengine widgets x11extras \
Index: www/faup/Makefile
===================================================================
--- www/faup/Makefile
+++ www/faup/Makefile
@@ -16,7 +16,7 @@
USE_GITHUB= yes
GH_ACCOUNT= stricaud
-USES= cmake:outsource lua
+USES= cmake lua
USE_LDCONFIG= yes
PORTDOCS= *
Index: www/kdewebdev-kde4/Makefile
===================================================================
--- www/kdewebdev-kde4/Makefile
+++ www/kdewebdev-kde4/Makefile
@@ -16,7 +16,7 @@
LIB_DEPENDS= libtidy.so:www/tidy-lib \
libboost_thread.so:devel/boost-libs
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= kdelibs pimlibs automoc4
USE_QT= dbus porting_build \
Index: www/kf5-kdewebkit/Makefile
===================================================================
--- www/kf5-kdewebkit/Makefile
+++ www/kf5-kdewebkit/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library providing integration of QtWebKit
-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 \
ecm i18n jobwidgets kio parts service sonnet textwidgets \
wallet widgetsaddons xmlgui
Index: www/kf5-khtml/Makefile
===================================================================
--- www/kf5-khtml/Makefile
+++ www/kf5-khtml/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libgif.so:graphics/giflib \
libpng.so:graphics/png
-USES= cmake:outsource compiler:c++11-lib gettext gperf jpeg kde:5 \
+USES= cmake compiler:c++11-lib gettext gperf jpeg kde:5 \
qt:5 tar:xz
USE_KDE= archive auth bookmarks codecs completion config \
configwidgets coreaddons ecm globalaccel i18n iconthemes \
Index: www/kf5-kjs/Makefile
===================================================================
--- www/kf5-kjs/Makefile
+++ www/kf5-kjs/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libpcre.so:devel/pcre
-USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm doctools
USE_QT= buildtools_build core qmake_build
Index: www/kf5-kjsembed/Makefile
===================================================================
--- www/kf5-kjsembed/Makefile
+++ www/kf5-kjsembed/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for binding JavaScript objects to QObjects
-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 doctools ecm i18n js
USE_QT= buildtools_build core gui qmake_build svg \
uiplugin uitools widgets xml
Index: www/libevhtp/Makefile
===================================================================
--- www/libevhtp/Makefile
+++ www/libevhtp/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libevent.so:devel/libevent
-USES= cmake:outsource
+USES= cmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= criticalstack
Index: www/osrm-backend/Makefile
===================================================================
--- www/osrm-backend/Makefile
+++ www/osrm-backend/Makefile
@@ -26,7 +26,7 @@
libboost_regex.so:devel/boost-libs \
libexpat.so:textproc/expat2
-USES= cmake:outsource lua:53 compiler:c++14-lang
+USES= cmake lua:53 compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= Project-OSRM
USE_LDCONFIG= yes
Index: www/otter-browser/Makefile
===================================================================
--- www/otter-browser/Makefile
+++ www/otter-browser/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils qt:5
+USES= cmake compiler:c++11-lib desktop-file-utils qt:5
USE_QT= concurrent core dbus gui multimedia network printsupport \
qml script sql sql-sqlite3 svg widgets xmlpatterns \
buildtools_build qmake_build
Index: www/plasma5-plasma-browser-integration/Makefile
===================================================================
--- www/plasma5-plasma-browser-integration/Makefile
+++ www/plasma5-plasma-browser-integration/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 components to integrate browsers into the desktop
-USES= cmake:outsource kde:5 qt:5
+USES= cmake kde:5 qt:5
USE_KDE= activities config coreaddons i18n kio notifications package \
plasma-framework runner service windowsystem
USE_QT= core dbus gui widgets \
Index: www/qhttpengine/Makefile
===================================================================
--- www/qhttpengine/Makefile
+++ www/qhttpengine/Makefile
@@ -11,7 +11,7 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:outsource qt:5
+USES= cmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= nitroshare
USE_QT= core network buildtools_build qmake_build
Index: www/qt5-webkit/Makefile
===================================================================
--- www/qt5-webkit/Makefile
+++ www/qt5-webkit/Makefile
@@ -19,7 +19,7 @@
libpng.so:graphics/png \
libwebp.so:graphics/webp
-USES= bison cmake:outsource gperf jpeg pathfix perl5 pkgconfig \
+USES= bison cmake gperf jpeg pathfix perl5 pkgconfig \
python:2.7,build qt:5 sqlite:3 tar:xz
USE_GNOME= glib20 libxml2 libxslt
USE_GSTREAMER1= core
Index: www/rekonq/Makefile
===================================================================
--- www/rekonq/Makefile
+++ www/rekonq/Makefile
@@ -14,7 +14,7 @@
LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING
LICENSE_FILE_GFDL= ${WRKSRC}/COPYING.DOC
-USES= cmake:outsource gettext kde:4 qt:4 tar:xz
+USES= cmake gettext kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= script webkit \
moc_build qmake_build rcc_build uic_build
Index: www/restbed/Makefile
===================================================================
--- www/restbed/Makefile
+++ www/restbed/Makefile
@@ -11,7 +11,7 @@
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource compiler:c++11-lib ssl
+USES= cmake compiler:c++11-lib ssl
USE_GITHUB= yes
GH_ACCOUNT= Corvusoft
GH_TUPLE= Corvusoft:asio-dependency:f5c5708:a/dependency/asio \
Index: www/webkit2-gtk3/Makefile
===================================================================
--- www/webkit2-gtk3/Makefile
+++ www/webkit2-gtk3/Makefile
@@ -33,7 +33,7 @@
PORTSCOUT= limitw:1,even
-USES= bison cmake:outsource compiler:c++14-lang gettext gnome gperf \
+USES= bison cmake compiler:c++14-lang gettext gnome gperf \
jpeg localbase:ldflags perl5 pkgconfig python:2.7,build \
sqlite tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
Index: www/wt/Makefile
===================================================================
--- www/wt/Makefile
+++ www/wt/Makefile
@@ -25,7 +25,7 @@
GH_ACCOUNT= kdeforche
USE_LDCONFIG= yes
USE_XORG+=x11
-USES= cmake:outsource pkgconfig ssl
+USES= cmake pkgconfig ssl
CMAKE_ARGS+= -DCONFIGDIR:STRING=${LOCALBASE}/etc/wt \
-DGM_PREFIX:STRING=${LOCALBASE} \
-DPNG_PREFIX:STRING=${LOCALBASE} \
Index: x11-clocks/amor-kde4/Makefile
===================================================================
--- x11-clocks/amor-kde4/Makefile
+++ x11-clocks/amor-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: x11-clocks/kteatime-kde4/Makefile
===================================================================
--- x11-clocks/kteatime-kde4/Makefile
+++ x11-clocks/kteatime-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: x11-clocks/kteatime/Makefile
===================================================================
--- x11-clocks/kteatime/Makefile
+++ x11-clocks/kteatime/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Handy timer for steeping tea
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash doctools ecm \
i18n iconthemes notifications notifyconfig sonnet textwidgets \
widgetsaddons xmlgui
Index: x11-clocks/ktimer-kde4/Makefile
===================================================================
--- x11-clocks/ktimer-kde4/Makefile
+++ x11-clocks/ktimer-kde4/Makefile
@@ -11,7 +11,7 @@
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
Index: x11-clocks/ktimer/Makefile
===================================================================
--- x11-clocks/ktimer/Makefile
+++ x11-clocks/ktimer/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Countdown launcher for KDE
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons doctools ecm i18n iconthemes jobwidgets kio \
notifications service widgetsaddons xmlgui
Index: x11-clocks/ktux-kde4/Makefile
===================================================================
--- x11-clocks/ktux-kde4/Makefile
+++ x11-clocks/ktux-kde4/Makefile
@@ -11,7 +11,7 @@
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 workspace automoc4
USE_QT= qt3support moc_build qmake_build rcc_build uic_build
Index: x11-fm/dolphin/Makefile
===================================================================
--- x11-fm/dolphin/Makefile
+++ x11-fm/dolphin/Makefile
@@ -14,7 +14,7 @@
${QT_PLUGINDIR}/gsthumbnail.so:graphics/kdegraphics-thumbnailers \
${QT_PLUGINDIR}/audiothumbnail.so:devel/kio-extras
-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= activities attica auth baloo baloo-widgets bookmarks codecs \
completion config configwidgets coreaddons crash dbusaddons \
doctools ecm emoticons filemetadata i18n iconthemes init \
Index: x11-fm/konqueror/Makefile
===================================================================
--- x11-fm/konqueror/Makefile
+++ x11-fm/konqueror/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libtidy.so:www/tidy-lib
-USES= cmake:outsource desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= activities archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons guiaddons i18n iconthemes \
itemviews jobwidgets js kcmutils kdelibs4support \
Index: x11-fm/krusader2-kde4/Makefile
===================================================================
--- x11-fm/krusader2-kde4/Makefile
+++ x11-fm/krusader2-kde4/Makefile
@@ -19,7 +19,7 @@
CONFLICTS_INSTALL= krusader2-2.*
-USES= cmake:outsource gettext kde:4 qt:4 tar:bzip2
+USES= cmake gettext kde:4 qt:4 tar:bzip2
USE_KDE= kdelibs automoc4
USE_QT= moc_build qmake_build rcc_build uic_build
Index: x11-fm/krusader2/Makefile
===================================================================
--- x11-fm/krusader2/Makefile
+++ x11-fm/krusader2/Makefile
@@ -14,7 +14,7 @@
CONFLICTS_INSTALL= krusader2-kde4
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= archive auth auth bookmarks codecs completion config \
configwidgets coreaddons doctools ecm guiaddons i18n \
iconthemes itemviews jobwidgets kio notifications parts \
Index: x11-fm/pcmanfm-qt/Makefile
===================================================================
--- x11-fm/pcmanfm-qt/Makefile
+++ x11-fm/pcmanfm-qt/Makefile
@@ -16,7 +16,7 @@
libfm.so:x11/libfm \
libexif.so:graphics/libexif
-USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils \
gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 tar:xz
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
widgets x11extras
Index: x11-fm/pcmanfmqt-l10n/Makefile
===================================================================
--- x11-fm/pcmanfmqt-l10n/Makefile
+++ x11-fm/pcmanfmqt-l10n/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
+USES= cmake lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build linguisttools
USE_LXQT= buildtools
Index: x11-fm/wcmcommander/Makefile
===================================================================
--- x11-fm/wcmcommander/Makefile
+++ x11-fm/wcmcommander/Makefile
@@ -17,7 +17,7 @@
GH_ACCOUNT= corporateshark
GH_PROJECT= WCMCommander
-USES= compiler:c++11-lib cmake:outsource
+USES= compiler:c++11-lib cmake
CMAKE_ARGS= -DDATADIR="${DATADIR_REL}"
USE_XORG= x11
Index: x11-themes/adwaita-qt/Makefile
===================================================================
--- x11-themes/adwaita-qt/Makefile
+++ x11-themes/adwaita-qt/Makefile
@@ -17,7 +17,7 @@
qt4_PKGNAMESUFFIX= 4
qt5_PKGNAMESUFFIX= 5
-USES= cmake:outsource compiler:c++11-lib localbase pkgconfig
+USES= cmake compiler:c++11-lib localbase pkgconfig
. if ${FLAVOR} == qt4
USES+= qt:4
USE_QT= corelib dbus gui \
Index: x11-themes/gtk3-oxygen-engine/Makefile
===================================================================
--- x11-themes/gtk3-oxygen-engine/Makefile
+++ x11-themes/gtk3-oxygen-engine/Makefile
@@ -18,6 +18,6 @@
libdbus-glib-1.so:devel/dbus-glib
USE_GNOME= gtk30
-USES= cmake:outsource pkgconfig tar:bzip2
+USES= cmake pkgconfig tar:bzip2
.include <bsd.port.mk>
Index: x11-themes/kde-base-artwork-kde4/Makefile
===================================================================
--- x11-themes/kde-base-artwork-kde4/Makefile
+++ x11-themes/kde-base-artwork-kde4/Makefile
@@ -14,7 +14,7 @@
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= moc_build qmake_build rcc_build uic_build
NO_BUILD= yes
Index: x11-themes/kde-gtk-config/Makefile
===================================================================
--- x11-themes/kde-gtk-config/Makefile
+++ x11-themes/kde-gtk-config/Makefile
@@ -9,7 +9,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= GTK2 and GTK3 Configurator for KDE
-USES= cmake:outsource gettext kde:4 pkgconfig qt:4 tar:xz
+USES= cmake gettext kde:4 pkgconfig qt:4 tar:xz
USE_GNOME= gtk20 gtk30
USE_KDE= automoc4 kdelibs
USE_QT= moc_build qmake_build rcc_build uic_build
Index: x11-themes/kde-wallpapers-kde4/Makefile
===================================================================
--- x11-themes/kde-wallpapers-kde4/Makefile
+++ x11-themes/kde-wallpapers-kde4/Makefile
@@ -11,7 +11,7 @@
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= moc_build qmake_build rcc_build uic_build
Index: x11-themes/kde4-windeco-crystal/Makefile
===================================================================
--- x11-themes/kde4-windeco-crystal/Makefile
+++ x11-themes/kde4-windeco-crystal/Makefile
@@ -14,7 +14,7 @@
LICENSE= GPLv2
-USES= cmake:outsource,noninja kde:4 qt:4 tar:bzip2
+USES= cmake:noninja kde:4 qt:4 tar:bzip2
USE_KDE= kdelibs automoc4 workspace
USE_QT= qmake_build moc_build rcc_build uic_build \
corelib gui qt3support
Index: x11-themes/kdeartwork-kde4/Makefile
===================================================================
--- x11-themes/kdeartwork-kde4/Makefile
+++ x11-themes/kdeartwork-kde4/Makefile
@@ -13,7 +13,7 @@
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 libkexiv2 workspace automoc4
USE_QT= corelib gui opengl \
moc_build qmake_build rcc_build uic_build
Index: x11-themes/kf5-breeze-icons/Makefile
===================================================================
--- x11-themes/kf5-breeze-icons/Makefile
+++ x11-themes/kf5-breeze-icons/Makefile
@@ -10,7 +10,7 @@
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING-ICONS
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core qmake_build testlib
Index: x11-themes/kf5-kemoticons/Makefile
===================================================================
--- x11-themes/kf5-kemoticons/Makefile
+++ x11-themes/kf5-kemoticons/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library to convert emoticons
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons ecm service
USE_QT= buildtools_build core gui qmake_build widgets xml
Index: x11-themes/kf5-kiconthemes/Makefile
===================================================================
--- x11-themes/kf5-kiconthemes/Makefile
+++ x11-themes/kf5-kiconthemes/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for handling icons in applications
-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 config configwidgets coreaddons ecm \
i18n itemviews widgetsaddons
USE_QT= buildtools_build concurrent core dbus gui qmake_build \
Index: x11-themes/kf5-oxygen-icons5/Makefile
===================================================================
--- x11-themes/kf5-oxygen-icons5/Makefile
+++ x11-themes/kf5-oxygen-icons5/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= The Oxygen icon theme for KDE
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz
USE_KDE= ecm_build # We only install icons.
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
Index: x11-themes/kf5-qqc2-desktop-style/Makefile
===================================================================
--- x11-themes/kf5-qqc2-desktop-style/Makefile
+++ x11-themes/kf5-qqc2-desktop-style/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt QuickControl2 style for KDE
-USES= cmake:outsource kde:5 pkgconfig qt:5 tar:xz
+USES= cmake kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \
kirigami2 widgetsaddons
USE_QT= gui network qml quick widgets xml \
Index: x11-themes/lxqt-themes/Makefile
===================================================================
--- x11-themes/lxqt-themes/Makefile
+++ x11-themes/lxqt-themes/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21+
-USES= lxqt cmake:outsource tar:xz
+USES= lxqt cmake tar:xz
USE_LXQT= buildtools
.include <bsd.port.mk>
Index: x11-themes/plasma5-breeze-gtk/Makefile
===================================================================
--- x11-themes/plasma5-breeze-gtk/Makefile
+++ x11-themes/plasma5-breeze-gtk/Makefile
@@ -10,7 +10,7 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource cpe kde:5 pkgconfig qt:5 tar:xz
+USES= cmake cpe kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= gdkpixbuf2
USE_KDE= ecm
USE_QT= core buildtools_build qmake_build
Index: x11-themes/plasma5-breeze-kde4/Makefile
===================================================================
--- x11-themes/plasma5-breeze-kde4/Makefile
+++ x11-themes/plasma5-breeze-kde4/Makefile
@@ -17,7 +17,7 @@
CMAKE_ON= USE_KDE4
-USES= cmake:outsource compiler:c++11-lang cpe gettext \
+USES= cmake compiler:c++11-lang cpe gettext \
kde:4 pkgconfig qt:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT= corelib dbus gui svg \
Index: x11-themes/plasma5-breeze/Makefile
===================================================================
--- x11-themes/plasma5-breeze/Makefile
+++ x11-themes/plasma5-breeze/Makefile
@@ -11,7 +11,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource compiler:c++11-lib cpe \
+USES= cmake compiler:c++11-lib cpe \
gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \
decoration ecm frameworkintegration guiaddons i18n kcmutils \
Index: x11-themes/plasma5-kde-gtk-config/Makefile
===================================================================
--- x11-themes/plasma5-kde-gtk-config/Makefile
+++ x11-themes/plasma5-kde-gtk-config/Makefile
@@ -16,7 +16,7 @@
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
-USES= cmake:outsource compiler:c++11-lib cpe gettext \
+USES= cmake compiler:c++11-lib cpe gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk20 gtk30 glib20
USE_KDE= archive attica auth codecs completion config configwidgets \
Index: x11-themes/plasma5-oxygen/Makefile
===================================================================
--- x11-themes/plasma5-oxygen/Makefile
+++ x11-themes/plasma5-oxygen/Makefile
@@ -13,7 +13,7 @@
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource compiler:c++11-lib cpe gettext \
+USES= cmake compiler:c++11-lib cpe gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_LDCONFIG= yes
USE_KDE= auth codecs completion config configwidgets coreaddons decoration ecm \
Index: x11-themes/plasma5-plasma-workspace-wallpapers/Makefile
===================================================================
--- x11-themes/plasma5-plasma-workspace-wallpapers/Makefile
+++ x11-themes/plasma5-plasma-workspace-wallpapers/Makefile
@@ -12,7 +12,7 @@
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL3
-USES= cmake:outsource cpe kde:5 qt:5 tar:xz
+USES= cmake cpe kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build qmake_build
Index: x11-toolkits/attica/Makefile
===================================================================
--- x11-toolkits/attica/Makefile
+++ x11-toolkits/attica/Makefile
@@ -14,7 +14,7 @@
USE_QT= network qtestlib_build xml \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
-USES= cmake:outsource qt:4 tar:bzip2
+USES= cmake qt:4 tar:bzip2
CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \
-DQT4_BUILD:BOOL=ON
USE_CXXSTD= gnu++98
Index: x11-toolkits/fltk-devel/Makefile
===================================================================
--- x11-toolkits/fltk-devel/Makefile
+++ x11-toolkits/fltk-devel/Makefile
@@ -17,7 +17,7 @@
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
-USES= cmake:outsource jpeg
+USES= cmake jpeg
USE_XORG= xft
USE_GL= glu
USE_LDCONFIG= ${PREFIX}/lib/fltk-devel
Index: x11-toolkits/kf5-attica/Makefile
===================================================================
--- x11-toolkits/kf5-attica/Makefile
+++ x11-toolkits/kf5-attica/Makefile
@@ -13,7 +13,7 @@
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui network qmake_build testlib_build widgets
Index: x11-toolkits/kf5-kcompletion/Makefile
===================================================================
--- x11-toolkits/kf5-kcompletion/Makefile
+++ x11-toolkits/kf5-kcompletion/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 text completion helpers and widgets
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= config ecm widgetsaddons
USE_QT= buildtools_build core gui linguisttools qmake_build \
widgets xml
Index: x11-toolkits/kf5-kconfigwidgets/Makefile
===================================================================
--- x11-toolkits/kf5-kconfigwidgets/Makefile
+++ x11-toolkits/kf5-kconfigwidgets/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 widgets for configuration dialogs
-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= archive auth codecs config coreaddons doctools ecm guiaddons \
i18n widgetsaddons
USE_QT= buildtools_build core dbus gui qmake_build widgets xml
Index: x11-toolkits/kf5-kdesignerplugin/Makefile
===================================================================
--- x11-toolkits/kf5-kdesignerplugin/Makefile
+++ x11-toolkits/kf5-kdesignerplugin/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 integration of Frameworks widgets in Qt Designer/Creator
-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 doctools ecm i18n iconthemes itemviews \
jobwidgets kdewebkit kio plotting service solid sonnet \
Index: x11-toolkits/kf5-kguiaddons/Makefile
===================================================================
--- x11-toolkits/kf5-kguiaddons/Makefile
+++ x11-toolkits/kf5-kguiaddons/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 addons to QtGui
-USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui qmake_build testlib widgets x11extras
USE_XORG= ice sm x11 xcb xext
Index: x11-toolkits/kf5-kirigami2/Makefile
===================================================================
--- x11-toolkits/kf5-kirigami2/Makefile
+++ x11-toolkits/kf5-kirigami2/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= QtQuick based components set
-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= ecm kdeclarative
USE_QT= core dbus gui linguisttools network \
qml quick quickcontrols2 svg testlib widgets \
Index: x11-toolkits/kf5-kitemviews/Makefile
===================================================================
--- x11-toolkits/kf5-kitemviews/Makefile
+++ x11-toolkits/kf5-kitemviews/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 widget addons for Qt Model/View
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui linguisttools qmake_build \
testlib widgets
Index: x11-toolkits/kf5-kjobwidgets/Makefile
===================================================================
--- x11-toolkits/kf5-kjobwidgets/Makefile
+++ x11-toolkits/kf5-kjobwidgets/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 widgets for tracking KJob instance
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm widgetsaddons
USE_QT= buildtools_build core dbus gui linguisttools \
qmake_build widgets x11extras
Index: x11-toolkits/kf5-ktextwidgets/Makefile
===================================================================
--- x11-toolkits/kf5-ktextwidgets/Makefile
+++ x11-toolkits/kf5-ktextwidgets/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 advanced text editing widgets
-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 dbusaddons ecm guiaddons i18n \
iconthemes itemviews service sonnet \
Index: x11-toolkits/kf5-kwidgetsaddons/Makefile
===================================================================
--- x11-toolkits/kf5-kwidgetsaddons/Makefile
+++ x11-toolkits/kf5-kwidgetsaddons/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 addons to QtWidgets
-USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui linguisttools \
qmake_build uiplugin uitools testlib widgets
Index: x11-toolkits/kf5-kxmlgui/Makefile
===================================================================
--- x11-toolkits/kf5-kxmlgui/Makefile
+++ x11-toolkits/kf5-kxmlgui/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 user configurable main windows
-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= attica5 auth codecs config configwidgets coreaddons ecm \
globalaccel i18n iconthemes itemviews sonnet textwidgets \
widgetsaddons windowsystem
Index: x11-toolkits/kproperty/Makefile
===================================================================
--- x11-toolkits/kproperty/Makefile
+++ x11-toolkits/kproperty/Makefile
@@ -9,7 +9,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Property editing framwork
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons
USE_QT= core gui widgets xml \
buildtools_build qmake_build qml
Index: x11-toolkits/nanogui/Makefile
===================================================================
--- x11-toolkits/nanogui/Makefile
+++ x11-toolkits/nanogui/Makefile
@@ -14,7 +14,7 @@
libfreetype.so:print/freetype2 \
libglfw.so:graphics/glfw
-USES= cmake:outsource compiler:c++14-lang eigen:3,build,run
+USES= cmake compiler:c++14-lang eigen:3,build,run
USE_GITHUB= yes
GH_ACCOUNT= wjakob
GH_TAGNAME= be13c9b
Index: x11-toolkits/plasma5-kdeplasma-addons/Makefile
===================================================================
--- x11-toolkits/plasma5-kdeplasma-addons/Makefile
+++ x11-toolkits/plasma5-kdeplasma-addons/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 addons to improve the Plasma experience
-USES= cmake:outsource compiler:c++11-lib cpe gettext \
+USES= cmake compiler:c++11-lib cpe gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_KDE= activities archive attica auth bookmarks codecs completion \
config configwidgets coreaddons crash ecm emoticons guiaddons \
Index: x11-toolkits/qtermwidget-l10n/Makefile
===================================================================
--- x11-toolkits/qtermwidget-l10n/Makefile
+++ x11-toolkits/qtermwidget-l10n/Makefile
@@ -14,7 +14,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
+USES= cmake lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build linguisttools
USE_LXQT= buildtools
Index: x11-toolkits/qtermwidget/Makefile
===================================================================
--- x11-toolkits/qtermwidget/Makefile
+++ x11-toolkits/qtermwidget/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake:outsource compiler:c++11-lang gettext-runtime lxqt \
+USES= cmake compiler:c++11-lang gettext-runtime lxqt \
pkgconfig qt:5 tar:xz
USE_LDCONFIG= yes
USE_QT= buildtools_build core gui qmake_build linguisttools widgets
Index: x11-toolkits/vtkfox/Makefile
===================================================================
--- x11-toolkits/vtkfox/Makefile
+++ x11-toolkits/vtkfox/Makefile
@@ -33,7 +33,7 @@
CMAKE_ARGS+= -DFOX17:BOOL=TRUE
.endif
-USES= cmake:outsource pkgconfig
+USES= cmake pkgconfig
USE_LDCONFIG= yes
CMAKE_ARGS+= -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-5.10
Index: x11-wm/awesome/Makefile
===================================================================
--- x11-wm/awesome/Makefile
+++ x11-wm/awesome/Makefile
@@ -34,7 +34,7 @@
USE_GITHUB= yes
GH_ACCOUNT= awesomewm
-USES= cmake:outsource gettext iconv pkgconfig lua shebangfix
+USES= cmake gettext iconv pkgconfig lua shebangfix
SHEBANG_FILES= utils/awesome-client
CMAKE_ARGS= -DSYSCONFDIR=${PREFIX}/etc \
-DAWESOME_MAN_PATH=${MANPREFIX}/man \
Index: x11-wm/ctwm/Makefile
===================================================================
--- x11-wm/ctwm/Makefile
+++ x11-wm/ctwm/Makefile
@@ -13,7 +13,7 @@
LICENSE= MIT
-USES= cmake:outsource jpeg tar:xz
+USES= cmake jpeg tar:xz
USE_XORG= x11 xext xt ice sm xpm xmu
OPTIONS_DEFINE= DOCS EXAMPLES
Index: x11-wm/lxqt-panel/Makefile
===================================================================
--- x11-wm/lxqt-panel/Makefile
+++ x11-wm/lxqt-panel/Makefile
@@ -17,7 +17,7 @@
libsysstat-qt5.so:sysutils/libsysstat
RUN_DEPENDS= lxmenu-data>=0.1.2:x11/lxmenu-data
-USES= cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
+USES= cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \
localbase:ldflags lxqt pkgconfig tar:xz
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
x11extras xml
Index: x11-wm/plasma5-kdecoration/Makefile
===================================================================
--- x11-wm/plasma5-kdecoration/Makefile
+++ x11-wm/plasma5-kdecoration/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource compiler:c++11-lib cpe kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
USE_LDCONFIG= yes
USE_KDE= ecm
USE_QT= core gui testlib buildtools_build qmake_build
Index: x11-wm/plasma5-kwin/Makefile
===================================================================
--- x11-wm/plasma5-kwin/Makefile
+++ x11-wm/plasma5-kwin/Makefile
@@ -28,7 +28,7 @@
Xwayland:x11-servers/xwayland
RUN_DEPENDS= Xwayland:x11-servers/xwayland
-USES= cmake:outsource compiler:c++11-lib cpe gettext \
+USES= cmake compiler:c++11-lib cpe gettext \
kde:5 pkgconfig qt:5 tar:xz
USE_GL= egl
USE_KDE= activities activities attica auth breeze codecs \
Index: x11/antimicro/Makefile
===================================================================
--- x11/antimicro/Makefile
+++ x11/antimicro/Makefile
@@ -22,6 +22,6 @@
USE_XORG= x11 xi xtst
USE_QT= core gui linguisttools_build qmake_build buildtools_build widgets network
USE_SDL= sdl2
-USES= cmake:outsource pkgconfig desktop-file-utils qt:5 shared-mime-info
+USES= cmake pkgconfig desktop-file-utils qt:5 shared-mime-info
.include <bsd.port.mk>
Index: x11/kactivities/Makefile
===================================================================
--- x11/kactivities/Makefile
+++ x11/kactivities/Makefile
@@ -10,7 +10,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Kactivities library
-USES= cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
+USES= cmake compiler:c++11-lib kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs soprano nepomuk-core
USE_QT= declarative moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
Index: x11/kactivitymanagerd/Makefile
===================================================================
--- x11/kactivitymanagerd/Makefile
+++ x11/kactivitymanagerd/Makefile
@@ -11,7 +11,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Activity Manager daemon
-USES= cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
+USES= cmake compiler:c++11-lib kde:4 qt:4 tar:xz
USE_KDE= automoc4 kdelibs soprano nepomuk-core \
kactivities
USE_QT= declarative opengl script sql \
Index: x11/kde-baseapps-kde4/Makefile
===================================================================
--- x11/kde-baseapps-kde4/Makefile
+++ x11/kde-baseapps-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libtidy.so:www/tidy-lib
-USES= cmake:outsource gettext kde:4 qt:4 tar:xz
+USES= cmake gettext kde:4 qt:4 tar:xz
USE_GNOME= glib20
USE_KDE= kdelibs baloo baloo-widgets libkonq \
automoc4 kactivities
Index: x11/kde-runtime-kde4/Makefile
===================================================================
--- x11/kde-runtime-kde4/Makefile
+++ x11/kde-runtime-kde4/Makefile
@@ -29,7 +29,7 @@
BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:security/libssh
RUN_DEPENDS= cagibid:net/cagibi
-USES= cmake:outsource gettext jpeg kde:4 qt:4 samba:lib shared-mime-info \
+USES= cmake gettext jpeg kde:4 qt:4 samba:lib shared-mime-info \
shebangfix tar:xz
USE_KDE= kactivities kdelibs oxygen-icons5 \
attica automoc4 pimlibs soprano strigi nepomuk-core
Index: x11/kde-workspace-kde4/Makefile
===================================================================
--- x11/kde-workspace-kde4/Makefile
+++ x11/kde-workspace-kde4/Makefile
@@ -44,7 +44,7 @@
${LOCALBASE}/etc/pam.d/kde:security/pam_kde \
${KDE_PREFIX}/share/apps/ksplash/Themes/Default/Theme.rc:x11-themes/kde-base-artwork-kde4
-USES= cmake:outsource,noninja compiler:c++11-lib gettext gmake jpeg kde:4 \
+USES= cmake:noninja compiler:c++11-lib gettext gmake jpeg kde:4 \
pkgconfig qt:4 shebangfix tar:xz
USE_GL= gl glu
USE_GNOME= glib20 libxml2
Index: x11/kdelibs-kde4/Makefile
===================================================================
--- x11/kdelibs-kde4/Makefile
+++ x11/kdelibs-kde4/Makefile
@@ -36,7 +36,7 @@
# kdelibs's last release was as part of KDE Applications 17.08.3
KDE_APPLICATIONS_VERSION= 17.08.3
-USES= cmake:outsource fam gettext grantlee:4 jpeg kde:4 perl5 \
+USES= cmake fam gettext grantlee:4 jpeg kde:4 perl5 \
qt:4 shared-mime-info shebangfix tar:xz ssl
USE_GNOME= libxml2 libxslt
USE_KDE= oxygen-icons5 \
Index: x11/kf5-frameworkintegration/Makefile
===================================================================
--- x11/kf5-frameworkintegration/Makefile
+++ x11/kf5-frameworkintegration/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 workspace and cross-framework integration plugins
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
iconthemes kio newstuff notifications package widgetsaddons
Index: x11/kf5-kactivities-stats/Makefile
===================================================================
--- x11/kf5-kactivities-stats/Makefile
+++ x11/kf5-kactivities-stats/Makefile
@@ -10,7 +10,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
RUN_DEPENDS= kactivitymanagerd:x11/plasma5-kactivitymanagerd
-USES= cmake:outsource compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
USE_KDE= activities config ecm
USE_QT= buildtools_build core dbus qmake_build sql
Index: x11/kf5-kactivities/Makefile
===================================================================
--- x11/kf5-kactivities/Makefile
+++ x11/kf5-kactivities/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libboost_system.so:devel/boost-libs
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
USE_KDE= bookmarks config configwidgets coreaddons dbusaddons ecm \
globalaccel i18n kcmutils kdeclarative kio package \
service widgetsaddons windowsystem xmlgui
Index: x11/kf5-kded/Makefile
===================================================================
--- x11/kf5-kded/Makefile
+++ x11/kf5-kded/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 extensible deamon for providing system level services
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= config coreaddons crash dbusaddons doctools ecm \
init service
USE_QT= buildtools_build core dbus gui qmake_build widgets
Index: x11/kf5-kdelibs4support/Makefile
===================================================================
--- x11/kf5-kdelibs4support/Makefile
+++ x11/kf5-kdelibs4support/Makefile
@@ -9,7 +9,7 @@
BUILD_DEPENDS= p5-URI>=0:net/p5-URI
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 shebangfix \
+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 doctools emoticons globalaccel guiaddons \
Index: x11/kf5-kglobalaccel/Makefile
===================================================================
--- x11/kf5-kglobalaccel/Makefile
+++ x11/kf5-kglobalaccel/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
-USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= ecm config coreaddons crash dbusaddons i18n service \
windowsystem
USE_QT= buildtools_build core dbus gui linguisttools qmake_build \
Index: x11/kf5-kinit/Makefile
===================================================================
--- x11/kf5-kinit/Makefile
+++ x11/kf5-kinit/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 process launcher to speed up launching KDE applications
-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= completion config coreaddons crash doctools ecm i18n \
jobwidgets kio service widgetsaddons windowsystem
USE_QT= buildtools_build core dbus gui network qmake_build widgets
Index: x11/kf5-krunner/Makefile
===================================================================
--- x11/kf5-krunner/Makefile
+++ x11/kf5-krunner/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 parallelized query system
-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= config coreaddons ecm i18n kio package plasma-framework \
service solid threadweaver
USE_QT= buildtools_build core gui network qmake_build qml \
Index: x11/kf5-kwayland/Makefile
===================================================================
--- x11/kf5-kwayland/Makefile
+++ x11/kf5-kwayland/Makefile
@@ -15,7 +15,7 @@
LICENSE_COMB= dual
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_GL= egl
USE_KDE= ecm
Index: x11/kf5-kwindowsystem/Makefile
===================================================================
--- x11/kf5-kwindowsystem/Makefile
+++ x11/kf5-kwindowsystem/Makefile
@@ -9,7 +9,7 @@
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
-USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core gui linguisttools qmake_build \
testlib widgets x11extras
Index: x11/kf5-plasma-framework/Makefile
===================================================================
--- x11/kf5-plasma-framework/Makefile
+++ x11/kf5-plasma-framework/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 plugin based UI runtime used to write user interfaces
-USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
USE_GL= egl gl
USE_KDE= activities archive auth codecs completion config \
configwidgets coreaddons dbusaddons doctools globalaccel \
Index: x11/kgamma-kde4/Makefile
===================================================================
--- x11/kgamma-kde4/Makefile
+++ x11/kgamma-kde4/Makefile
@@ -11,7 +11,7 @@
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 xxf86vm
Index: x11/konsole-kde4/Makefile
===================================================================
--- x11/konsole-kde4/Makefile
+++ x11/konsole-kde4/Makefile
@@ -11,7 +11,7 @@
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 libkonq
USE_QT= xml moc_build qmake_build rcc_build uic_build
USE_XORG= x11 xrender
Index: x11/konsole/Makefile
===================================================================
--- x11/konsole/Makefile
+++ x11/konsole/Makefile
@@ -11,7 +11,7 @@
docbook-xml>0:textproc/docbook-xml
RUN_DEPENDS= keditbookmarks:deskutils/keditbookmarks
-USES= cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz
+USES= cmake gettext pkgconfig kde:5 qt:5 tar:xz
USE_KDE= auth attica bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons ecm emoticons globalaccel guiaddons i18n \
iconthemes init itemmodels jobwidgets kdelibs4support kio \
Index: x11/libfm-qt/Makefile
===================================================================
--- x11/libfm-qt/Makefile
+++ x11/libfm-qt/Makefile
@@ -16,7 +16,7 @@
libmenu-cache.so:x11/menu-cache \
libexif.so:graphics/libexif
-USES= cmake:outsource compiler:c++11-lib gettext-runtime lxqt pkgconfig \
+USES= cmake compiler:c++11-lib gettext-runtime lxqt pkgconfig \
qt:5 shared-mime-info tar:xz
USE_QT= buildtools_build qmake_build core gui linguisttools widgets \
x11extras
Index: x11/libfmqt-l10n/Makefile
===================================================================
--- x11/libfmqt-l10n/Makefile
+++ x11/libfmqt-l10n/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
+USES= cmake lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build linguisttools
USE_LXQT= buildtools
Index: x11/libkonq-kde4/Makefile
===================================================================
--- x11/libkonq-kde4/Makefile
+++ x11/libkonq-kde4/Makefile
@@ -14,7 +14,7 @@
LIB_DEPENDS= libphonon.so:multimedia/phonon@qt4
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs automoc4 soprano
USE_QT= corelib dbus gui network svg xml \
moc_build qmake_build rcc_build uic_build
Index: x11/lxqt-about/Makefile
===================================================================
--- x11/lxqt-about/Makefile
+++ x11/lxqt-about/Makefile
@@ -12,7 +12,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource kde:5 lxqt pkgconfig tar:xz qt:5
+USES= cmake kde:5 lxqt pkgconfig tar:xz qt:5
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
x11extras xml
USE_KDE= windowsystem
Index: x11/lxqt-globalkeys-l10n/Makefile
===================================================================
--- x11/lxqt-globalkeys-l10n/Makefile
+++ x11/lxqt-globalkeys-l10n/Makefile
@@ -14,7 +14,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource lxqt pkgconfig tar:xz qt:5
+USES= cmake lxqt pkgconfig tar:xz qt:5
USE_QT= buildtools_build qmake_build linguisttools
USE_LXQT= buildtools
Index: x11/lxqt-globalkeys/Makefile
===================================================================
--- x11/lxqt-globalkeys/Makefile
+++ x11/lxqt-globalkeys/Makefile
@@ -11,7 +11,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib kde:5 lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
Index: x11/lxqt-runner/Makefile
===================================================================
--- x11/lxqt-runner/Makefile
+++ x11/lxqt-runner/Makefile
@@ -13,7 +13,7 @@
LIB_DEPENDS= libmuparser.so:math/muparser
-USES= cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
+USES= cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \
localbase lxqt pkgconfig tar:xz
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
script svg widgets x11extras xml
Index: x11/pantheon-terminal/Makefile
===================================================================
--- x11/pantheon-terminal/Makefile
+++ x11/pantheon-terminal/Makefile
@@ -21,7 +21,7 @@
BUILD_DEPENDS= valac:lang/vala
RUN_DEPENDS= dbus-send:devel/dbus
-USES= cmake:outsource desktop-file-utils gettext pkgconfig
+USES= cmake desktop-file-utils gettext pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= elementary
GH_PROJECT= terminal
Index: x11/plasma-scriptengine-python-kde4/Makefile
===================================================================
--- x11/plasma-scriptengine-python-kde4/Makefile
+++ x11/plasma-scriptengine-python-kde4/Makefile
@@ -14,7 +14,7 @@
EXPIRATION_DATE= 2018-12-31
NO_ARCH= yes
-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 pykde4 automoc4
USE_QT= qmake_build moc_build uic_build rcc_build
DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde-workspace-kde4/distinfo
Index: x11/plasma-scriptengine-ruby-kde4/Makefile
===================================================================
--- x11/plasma-scriptengine-ruby-kde4/Makefile
+++ x11/plasma-scriptengine-ruby-kde4/Makefile
@@ -14,7 +14,7 @@
EXPIRATION_DATE= 2018-12-31
NO_ARCH= yes
-USES= cmake:outsource kde:4 qt:4 tar:xz
+USES= cmake kde:4 qt:4 tar:xz
USE_KDE= kdelibs korundum automoc4
USE_QT= qmake_build moc_build uic_build rcc_build
USE_RUBY= yes
Index: x11/plasma5-kactivitymanagerd/Makefile
===================================================================
--- x11/plasma5-kactivitymanagerd/Makefile
+++ x11/plasma5-kactivitymanagerd/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= System service to manage user's activities, track the usage patterns
-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 config configwidgets coreaddons dbusaddons ecm \
globalaccel i18n kio service widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus gui network sql widgets xml \
Index: x11/plasma5-kgamma5/Makefile
===================================================================
--- x11/plasma5-kgamma5/Makefile
+++ x11/plasma5-kgamma5/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 monitor's gamma settings
-USES= cmake:outsource cpe gettext kde:5 qt:5 tar:xz
+USES= cmake cpe gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash doctools ecm emoticons guiaddons i18n \
iconthemes init itemmodels itemviews jobwidgets \
Index: x11/plasma5-kscreen/Makefile
===================================================================
--- x11/plasma5-kscreen/Makefile
+++ x11/plasma5-kscreen/Makefile
@@ -7,7 +7,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 screen management library
-USES= cmake:outsource cpe gettext kde:5 qt:5 tar:xz
+USES= cmake cpe gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
globalaccel i18n libkscreen widgetsaddons xmlgui
USE_QT= core dbus gui network qml quick testlib widgets xml \
Index: x11/plasma5-kwayland-integration/Makefile
===================================================================
--- x11/plasma5-kwayland-integration/Makefile
+++ x11/plasma5-kwayland-integration/Makefile
@@ -12,7 +12,7 @@
libwayland-client.so:graphics/wayland
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
-USES= cmake:outsource compiler:c++11-lib cpe kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
USE_KDE= ecm idletime wayland windowsystem
USE_QT= core gui widgets \
buildtools_build qmake_build
Index: x11/plasma5-libkscreen/Makefile
===================================================================
--- x11/plasma5-libkscreen/Makefile
+++ x11/plasma5-libkscreen/Makefile
@@ -8,7 +8,7 @@
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 screen management library
-USES= cmake:outsource compiler:c++11-lib cpe kde:5 pathfix \
+USES= cmake compiler:c++11-lib cpe kde:5 pathfix \
pkgconfig qt:5 tar:xz
USE_KDE= ecm wayland
USE_QT= core dbus gui testlib x11extras \
Index: x11/plasma5-plasma-desktop/Makefile
===================================================================
--- x11/plasma5-plasma-desktop/Makefile
+++ x11/plasma5-plasma-desktop/Makefile
@@ -22,7 +22,7 @@
BUILD_DEPENDS= xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
xf86-input-libinput>0:x11-drivers/xf86-input-libinput
-USES= cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
+USES= cmake compiler:c++11-lib cpe desktop-file-utils \
gettext kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= glib20
USE_KDE= activities activities-stats archive attica auth baloo \
Index: x11/plasma5-plasma-integration/Makefile
===================================================================
--- x11/plasma5-plasma-integration/Makefile
+++ x11/plasma5-plasma-integration/Makefile
@@ -10,7 +10,7 @@
RUN_DEPENDS= hack-font>=0:x11-fonts/hack-font
-USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
qt:5 shebangfix tar:xz
USE_KDE= auth bookmarks breeze codecs completion config configwidgets \
coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
Index: x11/plasma5-plasma-workspace/Makefile
===================================================================
--- x11/plasma5-plasma-workspace/Makefile
+++ x11/plasma5-plasma-workspace/Makefile
@@ -21,7 +21,7 @@
${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \
iso-codes>=0:misc/iso-codes
-USES= cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
+USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
qt:5 tar:xz
USE_KDE= activities activitymanagerd attica auth baloo bookmarks \
codecs completion config configwidgets coreaddons crash \
Index: x11/polybar/Makefile
===================================================================
--- x11/polybar/Makefile
+++ x11/polybar/Makefile
@@ -25,7 +25,7 @@
libxcb-util.so:x11/xcb-util \
libxcb-xrm.so:x11/xcb-util-xrm
-USES= cmake:outsource compiler:c++11-lang localbase:ldflags \
+USES= cmake compiler:c++11-lang localbase:ldflags \
pkgconfig python:2.7,build
USE_GITHUB= yes
GH_ACCOUNT= jaagr
Index: x11/qterminal-l10n/Makefile
===================================================================
--- x11/qterminal-l10n/Makefile
+++ x11/qterminal-l10n/Makefile
@@ -13,7 +13,7 @@
LICENSE= LGPL21+
-USES= cmake:outsource lxqt pkgconfig qt:5 tar:xz
+USES= cmake lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build qmake_build linguisttools
USE_LXQT= buildtools
Index: x11/qterminal/Makefile
===================================================================
--- x11/qterminal/Makefile
+++ x11/qterminal/Makefile
@@ -15,7 +15,7 @@
RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \
qterminal-l10n>0:x11/qterminal-l10n
-USES= cmake:outsource compiler:c++11-lang gettext-runtime \
+USES= cmake compiler:c++11-lang gettext-runtime \
localbase:ldflags lxqt pkgconfig qt:5 tar:xz
USE_QT= buildtools_build core gui qmake_build dbus linguisttools \
widgets x11extras
Index: x11/rsibreak/Makefile
===================================================================
--- x11/rsibreak/Makefile
+++ x11/rsibreak/Makefile
@@ -12,7 +12,7 @@
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
iconthemes i18n idletime notifications notifyconfig \
sonnet textwidgets xmlgui widgetsaddons windowsystem
Index: x11/sddm/Makefile
===================================================================
--- x11/sddm/Makefile
+++ x11/sddm/Makefile
@@ -20,7 +20,7 @@
RUN_DEPENDS= dbus-run-session:devel/dbus
-USES= cmake:outsource kde:5 qt:5
+USES= cmake kde:5 qt:5
USE_GITHUB= yes
USE_KDE= ecm
USE_QT= core dbus gui network qml quick \
Index: x11/thingylaunch/Makefile
===================================================================
--- x11/thingylaunch/Makefile
+++ x11/thingylaunch/Makefile
@@ -21,7 +21,7 @@
USE_XORG= xorgproto
USE_CXXSTD= c++11
-USES= cmake:outsource compiler:c++11-lib
+USES= cmake compiler:c++11-lib
.include <bsd.port.options.mk>
Index: x11/tint/Makefile
===================================================================
--- x11/tint/Makefile
+++ x11/tint/Makefile
@@ -17,7 +17,7 @@
libImlib2.so:graphics/imlib2 \
libstartup-notification-1.so:x11/startup-notification
-USES= alias cmake:outsource desktop-file-utils gettext-runtime \
+USES= alias cmake desktop-file-utils gettext-runtime \
pkgconfig shared-mime-info
USE_GNOME= cairo glib20 gtk20 librsvg2 pango
USE_XORG= x11 xcomposite xdamage xext xfixes xinerama xrandr xrender
Index: x11/xfce4-whiskermenu-plugin/Makefile
===================================================================
--- x11/xfce4-whiskermenu-plugin/Makefile
+++ x11/xfce4-whiskermenu-plugin/Makefile
@@ -13,7 +13,7 @@
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake:outsource compiler:c++14-lang gettext-tools localbase pkgconfig \
+USES= cmake compiler:c++14-lang gettext-tools localbase pkgconfig \
tar:bzip2 xfce:gtk3
USE_GNOME= gtk30 cairo
USE_XFCE= panel
Index: x11/yakuake/Makefile
===================================================================
--- x11/yakuake/Makefile
+++ x11/yakuake/Makefile
@@ -14,7 +14,7 @@
RUN_DEPENDS= konsole:x11/konsole
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake gettext kde:5 qt:5 tar:xz
USE_KDE= attica auth archive codecs completion config configwidgets \
coreaddons crash dbusaddons ecm globalaccel i18n iconthemes \
jobwidgets kio newstuff notifications notifyconfig parts \

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 29, 9:44 AM (17 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37296144
Default Alt Text
D17447.id48821.largetrue.diff (476 KB)

Event Timeline