Index: CHANGES =================================================================== --- CHANGES (revision 481650) +++ CHANGES (working copy) @@ -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 (revision 481650) +++ Mk/Uses/cmake.mk (working copy) @@ -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 (revision 481650) +++ accessibility/jovie-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ accessibility/kaccessible-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- accessibility/kmag/Makefile (revision 481650) +++ accessibility/kmag/Makefile (working copy) @@ -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/kmag-kde4/Makefile =================================================================== --- accessibility/kmag-kde4/Makefile (revision 481650) +++ accessibility/kmag-kde4/Makefile (working copy) @@ -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/kmousetool/Makefile =================================================================== --- accessibility/kmousetool/Makefile (revision 481650) +++ accessibility/kmousetool/Makefile (working copy) @@ -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/kmousetool-kde4/Makefile =================================================================== --- accessibility/kmousetool-kde4/Makefile (revision 481650) +++ accessibility/kmousetool-kde4/Makefile (working copy) @@ -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/kmouth/Makefile =================================================================== --- accessibility/kmouth/Makefile (revision 481650) +++ accessibility/kmouth/Makefile (working copy) @@ -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: accessibility/kmouth-kde4/Makefile =================================================================== --- accessibility/kmouth-kde4/Makefile (revision 481650) +++ accessibility/kmouth-kde4/Makefile (working copy) @@ -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: arabic/libitl/Makefile =================================================================== --- arabic/libitl/Makefile (revision 481650) +++ arabic/libitl/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake pkgconfig +USES= cmake:insource pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes Index: archivers/ark/Makefile =================================================================== --- archivers/ark/Makefile (revision 481650) +++ archivers/ark/Makefile (working copy) @@ -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/ark-kde4/Makefile =================================================================== --- archivers/ark-kde4/Makefile (revision 481650) +++ archivers/ark-kde4/Makefile (working copy) @@ -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/kf5-karchive/Makefile =================================================================== --- archivers/kf5-karchive/Makefile (revision 481650) +++ archivers/kf5-karchive/Makefile (working copy) @@ -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 (revision 481650) +++ archivers/lazperf/Makefile (working copy) @@ -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 (revision 481650) +++ archivers/libzip/Makefile (working copy) @@ -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 (revision 481650) +++ archivers/quazip/Makefile (working copy) @@ -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 (revision 481650) +++ astro/gpstk/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= LGPL3 -USES= cmake:outsource +USES= cmake USE_LDCONFIG= yes USE_GITHUB= yes Index: astro/kstars/Makefile =================================================================== --- astro/kstars/Makefile (revision 481650) +++ astro/kstars/Makefile (working copy) @@ -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/kstars-kde4/Makefile =================================================================== --- astro/kstars-kde4/Makefile (revision 481650) +++ astro/kstars-kde4/Makefile (working copy) @@ -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/libkgeomap/Makefile =================================================================== --- astro/libkgeomap/Makefile (revision 481650) +++ astro/libkgeomap/Makefile (working copy) @@ -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/libkgeomap-kde4/Makefile =================================================================== --- astro/libkgeomap-kde4/Makefile (revision 481650) +++ astro/libkgeomap-kde4/Makefile (working copy) @@ -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/marble/Makefile =================================================================== --- astro/marble/Makefile (revision 481650) +++ astro/marble/Makefile (working copy) @@ -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/marble-kde4/Makefile =================================================================== --- astro/marble-kde4/Makefile (revision 481650) +++ astro/marble-kde4/Makefile (working copy) @@ -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/oskar/Makefile =================================================================== --- astro/oskar/Makefile (revision 481650) +++ astro/oskar/Makefile (working copy) @@ -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: astro/qlandkartegt/Makefile =================================================================== --- astro/qlandkartegt/Makefile (revision 481650) +++ astro/qlandkartegt/Makefile (working copy) @@ -16,7 +16,7 @@ libproj.so:graphics/proj \ libgps.so:astro/gpsd -USES= cmake desktop-file-utils qt:4 +USES= cmake:insource desktop-file-utils qt:4 USE_QT= dbus gui opengl network sql xml linguist_build \ moc_build uic_build rcc_build qmake_build USE_GL= glu Index: audio/aften/Makefile =================================================================== --- audio/aften/Makefile (revision 481650) +++ audio/aften/Makefile (working copy) @@ -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 (revision 481650) +++ audio/alure/Makefile (working copy) @@ -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 (revision 481650) +++ audio/amarok-kde4/Makefile (working copy) @@ -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/arss/Makefile =================================================================== --- audio/arss/Makefile (revision 481650) +++ audio/arss/Makefile (working copy) @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src -USES= cmake +USES= cmake:insource USE_LDCONFIG= ${PREFIX}/lib CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include CMAKE_C_FLAGS= ${CFLAGS} Index: audio/artyfx-lv2/Makefile =================================================================== --- audio/artyfx-lv2/Makefile (revision 481650) +++ audio/artyfx-lv2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/audiocd-kio/Makefile (working copy) @@ -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 (revision 481650) +++ audio/cantata/Makefile (working copy) @@ -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 (revision 481650) +++ audio/ccaudio2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/chromaprint/Makefile (working copy) @@ -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 (revision 481650) +++ audio/codec2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/creox/Makefile (working copy) @@ -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 (revision 481650) +++ audio/csound6/Makefile (working copy) @@ -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 (revision 481650) +++ audio/drumstick/Makefile (working copy) @@ -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 (revision 481650) +++ audio/eq10q-lv2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/eteroj-lv2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/fabla2-lv2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/infamous-plugins-lv2/Makefile (working copy) @@ -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/Makefile =================================================================== --- audio/juk/Makefile (revision 481650) +++ audio/juk/Makefile (working copy) @@ -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/juk-kde4/Makefile =================================================================== --- audio/juk-kde4/Makefile (revision 481650) +++ audio/juk-kde4/Makefile (working copy) @@ -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/kid3-kde4/Makefile =================================================================== --- audio/kid3-kde4/Makefile (revision 481650) +++ audio/kid3-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ audio/kio-audiocd-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- audio/kmix/Makefile (revision 481650) +++ audio/kmix/Makefile (working copy) @@ -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/kmix-kde4/Makefile =================================================================== --- audio/kmix-kde4/Makefile (revision 481650) +++ audio/kmix-kde4/Makefile (working copy) @@ -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/kscd-kde4/Makefile =================================================================== --- audio/kscd-kde4/Makefile (revision 481650) +++ audio/kscd-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ audio/kwave/Makefile (working copy) @@ -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/libcoverart/Makefile =================================================================== --- audio/libcoverart/Makefile (revision 481650) +++ audio/libcoverart/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson \ libneon.so:www/neon -USES= cmake pathfix +USES= cmake:insource pathfix USE_LDCONFIG= yes post-patch: Index: audio/libebur128/Makefile =================================================================== --- audio/libebur128/Makefile (revision 481650) +++ audio/libebur128/Makefile (working copy) @@ -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 Index: audio/libgroove/Makefile =================================================================== --- audio/libgroove/Makefile (revision 481650) +++ audio/libgroove/Makefile (working copy) @@ -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/Makefile =================================================================== --- audio/libkcddb/Makefile (revision 481650) +++ audio/libkcddb/Makefile (working copy) @@ -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/libkcddb-kde4/Makefile =================================================================== --- audio/libkcddb-kde4/Makefile (revision 481650) +++ audio/libkcddb-kde4/Makefile (working copy) @@ -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/libkcompactdisc/Makefile =================================================================== --- audio/libkcompactdisc/Makefile (revision 481650) +++ audio/libkcompactdisc/Makefile (working copy) @@ -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/libkcompactdisc-kde4/Makefile =================================================================== --- audio/libkcompactdisc-kde4/Makefile (revision 481650) +++ audio/libkcompactdisc-kde4/Makefile (working copy) @@ -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/libmusicbrainz5/Makefile =================================================================== --- audio/libmusicbrainz5/Makefile (revision 481650) +++ audio/libmusicbrainz5/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libneon.so:www/neon -USES= cmake iconv:build pathfix +USES= cmake:insource iconv:build pathfix USE_GNOME= libxml2 USE_LDCONFIG= yes Index: audio/libmusicxml/Makefile =================================================================== --- audio/libmusicxml/Makefile (revision 481650) +++ audio/libmusicxml/Makefile (working copy) @@ -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 (revision 481650) +++ audio/lmms/Makefile (working copy) @@ -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 (revision 481650) +++ audio/luppp/Makefile (working copy) @@ -17,7 +17,7 @@ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= cmake:outsource compiler:c++11-lang gnome pkgconfig +USES= cmake compiler:c++11-lang gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= openAVproductions GH_PROJECT= openAV-Luppp Index: audio/moony-lv2/Makefile =================================================================== --- audio/moony-lv2/Makefile (revision 481650) +++ audio/moony-lv2/Makefile (working copy) @@ -15,7 +15,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= cmake:outsource compiler:c++11-lang gl pkgconfig +USES= cmake compiler:c++11-lang gl pkgconfig USE_XORG= x11 xext USE_GL= gl glu Index: audio/mous/Makefile =================================================================== --- audio/mous/Makefile (revision 481650) +++ audio/mous/Makefile (working copy) @@ -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 (revision 481650) +++ audio/musescore/Makefile (working copy) @@ -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 (revision 481650) +++ audio/openal-soft/Makefile (working copy) @@ -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 (revision 481650) +++ audio/plasma5-plasma-pa/Makefile (working copy) @@ -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 (revision 481650) +++ audio/rkr-lv2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/rosegarden/Makefile (working copy) @@ -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 (revision 481650) +++ audio/sayonara/Makefile (working copy) @@ -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 (revision 481650) +++ audio/sc3-plugins/Makefile (working copy) @@ -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 (revision 481650) +++ audio/simon/Makefile (working copy) @@ -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 (revision 481650) +++ audio/sorcer-lv2/Makefile (working copy) @@ -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 (revision 481650) +++ audio/soundkonverter/Makefile (working copy) @@ -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/spc2it/Makefile =================================================================== --- audio/spc2it/Makefile (revision 481650) +++ audio/spc2it/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= GPLv2 -USES= cmake +USES= cmake:insource USE_GITHUB= yes GH_ACCOUNT= uyjulian Index: audio/supercollider/Makefile =================================================================== --- audio/supercollider/Makefile (revision 481650) +++ audio/supercollider/Makefile (working copy) @@ -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/synthpod-lv2/Makefile =================================================================== --- audio/synthpod-lv2/Makefile (revision 481650) +++ audio/synthpod-lv2/Makefile (working copy) @@ -19,7 +19,7 @@ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= cmake compiler:c++11-lib pkgconfig localbase +USES= cmake:insource compiler:c++11-lib pkgconfig localbase USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_TAGNAME= 07cae54 Index: audio/vmpk/Makefile =================================================================== --- audio/vmpk/Makefile (revision 481650) +++ audio/vmpk/Makefile (working copy) @@ -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 (revision 481650) +++ audio/wildmidi/Makefile (working copy) @@ -11,7 +11,7 @@ # player: GPLv3, library: LGPL3 LICENSE= LGPL3 -USES= cmake:outsource +USES= cmake USE_LDCONFIG= yes USE_GITHUB= yes Index: audio/wmmp/Makefile =================================================================== --- audio/wmmp/Makefile (revision 481650) +++ audio/wmmp/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake:insource USE_GITHUB= yes GH_ACCOUNT= yogsothoth USE_XORG= xpm x11 xext Index: audio/yoshimi/Makefile =================================================================== --- audio/yoshimi/Makefile (revision 481650) +++ audio/yoshimi/Makefile (working copy) @@ -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: audio/zynaddsubfx/Makefile =================================================================== --- audio/zynaddsubfx/Makefile (revision 481650) +++ audio/zynaddsubfx/Makefile (working copy) @@ -19,7 +19,7 @@ libmxml.so:textproc/mxml \ liblo.so:audio/liblo -USES= tar:bzip2 cmake pkgconfig +USES= tar:bzip2 cmake:insource pkgconfig USE_LDCONFIG= yes OPTIONS_DEFINE= OSS JACK GUI PORTAUDIO LASH DOCS EXAMPLES Index: benchmarks/clpeak/Makefile =================================================================== --- benchmarks/clpeak/Makefile (revision 481650) +++ benchmarks/clpeak/Makefile (working copy) @@ -23,7 +23,7 @@ USE_LDCONFIG= yes USE_GL= gl -USES= cmake +USES= cmake:insource CXXFLAGS+= -std=c++11 Index: benchmarks/nosqlbench/Makefile =================================================================== --- benchmarks/nosqlbench/Makefile (revision 481650) +++ benchmarks/nosqlbench/Makefile (working copy) @@ -16,7 +16,7 @@ LIB_DEPENDS= libleveldb.so:databases/leveldb DATE= 20151214 -USES= cmake tar:bzip2 +USES= cmake:insource tar:bzip2 CONFLICTS= tarantool-c Index: benchmarks/smhasher/Makefile =================================================================== --- benchmarks/smhasher/Makefile (revision 481650) +++ benchmarks/smhasher/Makefile (working copy) @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= gvnn3 -USES= cmake +USES= cmake:insource PLIST_FILES= bin/SMHasher Index: biology/avida/Makefile =================================================================== --- biology/avida/Makefile (revision 481650) +++ biology/avida/Makefile (working copy) @@ -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 (revision 481650) +++ biology/bamtools/Makefile (working copy) @@ -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 (revision 481650) +++ biology/diamond/Makefile (working copy) @@ -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 (revision 481650) +++ biology/hyphy/Makefile (working copy) @@ -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/iqtree/Makefile =================================================================== --- biology/iqtree/Makefile (revision 481650) +++ biology/iqtree/Makefile (working copy) @@ -16,7 +16,7 @@ BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3' BROKEN_powerpc64= fails to build: GCC version must be at least 4.8! -USES= cmake compiler:openmp eigen:3 +USES= cmake:insource compiler:openmp eigen:3 USE_GITHUB= yes GH_ACCOUNT= Cibiv GH_PROJECT= IQ-TREE Index: biology/libsbml/Makefile =================================================================== --- biology/libsbml/Makefile (revision 481650) +++ biology/libsbml/Makefile (working copy) @@ -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 (revision 481650) +++ biology/seqan-apps/Makefile (working copy) @@ -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: biology/unanimity/Makefile =================================================================== --- biology/unanimity/Makefile (revision 481650) +++ biology/unanimity/Makefile (working copy) @@ -20,7 +20,7 @@ LIB_DEPENDS= libhts.so:biology/htslib \ libboost_regex.so:devel/boost-libs -USES= cmake compiler:c++14-lang pkgconfig python +USES= cmake:insource compiler:c++14-lang pkgconfig python USE_GITHUB= yes GH_ACCOUNT= PacificBiosciences Index: cad/brlcad/Makefile =================================================================== --- cad/brlcad/Makefile (revision 481650) +++ cad/brlcad/Makefile (working copy) @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= py[23][0-9]-epsilon -USES= bison cmake:outsource pathfix pkgconfig python:env shebangfix \ +USES= bison cmake:insource 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 (revision 481650) +++ cad/elmerfem/Makefile (working copy) @@ -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 (revision 481650) +++ cad/freecad/Makefile (working copy) @@ -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/kicad-devel/Makefile =================================================================== --- cad/kicad-devel/Makefile (revision 481650) +++ cad/kicad-devel/Makefile (working copy) @@ -43,7 +43,7 @@ BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt -USES= desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake \ +USES= desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake:insource \ gettext python:2.7 shebangfix ssl SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py Index: cad/opencascade/Makefile =================================================================== --- cad/opencascade/Makefile (revision 481650) +++ cad/opencascade/Makefile (working copy) @@ -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 (revision 481650) +++ cad/openvsp/Makefile (working copy) @@ -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 (revision 481650) +++ cad/stepcode/Makefile (working copy) @@ -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: chinese/ibus-table-chinese/Makefile =================================================================== --- chinese/ibus-table-chinese/Makefile (revision 481650) +++ chinese/ibus-table-chinese/Makefile (working copy) @@ -17,7 +17,7 @@ RUN_DEPENDS= ibus-daemon:textproc/ibus \ ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table -USES= cmake:noninja pkgconfig +USES= cmake:insource,noninja pkgconfig USE_GITHUB= yes GH_ACCOUNT= definite Index: chinese/qterm/Makefile =================================================================== --- chinese/qterm/Makefile (revision 481650) +++ chinese/qterm/Makefile (working copy) @@ -10,7 +10,7 @@ MAINTAINER= kaiwang27@gmail.com COMMENT= BBS client for BSD/Linux -USES= qt:4 tar:bzip2 cmake perl5 +USES= qt:4 tar:bzip2 cmake:insource perl5 USE_PERL5= build USE_QT= codecs-cn_run codecs-tw_run gui help-tools_build \ linguist_build moc_build network qt3support_build \ Index: comms/airspy/Makefile =================================================================== --- comms/airspy/Makefile (revision 481650) +++ comms/airspy/Makefile (working copy) @@ -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 (revision 481650) +++ comms/freedv/Makefile (working copy) @@ -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 (revision 481650) +++ comms/gammu/Makefile (working copy) @@ -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 (revision 481650) +++ comms/gnuradio/Makefile (working copy) @@ -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 (revision 481650) +++ comms/hackrf/Makefile (working copy) @@ -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 (revision 481650) +++ comms/kremotecontrol-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ comms/libbtbb/Makefile (working copy) @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${PYNUMPY} -USES= cmake:outsource \ +USES= cmake \ python:2.7,build USE_GITHUB= yes Index: comms/multimon-ng/Makefile =================================================================== --- comms/multimon-ng/Makefile (revision 481650) +++ comms/multimon-ng/Makefile (working copy) @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= EliasOenal -USES= cmake +USES= cmake:insource OPTIONS_DEFINE= PULSEAUDIO X11 Index: comms/openobex/Makefile =================================================================== --- comms/openobex/Makefile (revision 481650) +++ comms/openobex/Makefile (working copy) @@ -10,7 +10,7 @@ COMMENT= Open source implementation of the OBEX protocol USE_LDCONFIG= yes -USES= cmake dos2unix +USES= cmake:insource dos2unix DOS2UNIX_FILES= CMakeLists.txt CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig" Index: comms/sdr-wspr/Makefile =================================================================== --- comms/sdr-wspr/Makefile (revision 481650) +++ comms/sdr-wspr/Makefile (working copy) @@ -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 (revision 481650) +++ comms/ubertooth/Makefile (working copy) @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} -USES= cmake:outsource \ +USES= cmake \ python USE_GITHUB= yes Index: comms/uhd/Makefile =================================================================== --- comms/uhd/Makefile (revision 481650) +++ comms/uhd/Makefile (working copy) @@ -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 (revision 481650) +++ converters/osm2pgrouting/Makefile (working copy) @@ -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 (revision 481650) +++ converters/osm2pgsql/Makefile (working copy) @@ -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/Makefile =================================================================== --- databases/akonadi/Makefile (revision 481650) +++ databases/akonadi/Makefile (working copy) @@ -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/akonadi-kde4/Makefile =================================================================== --- databases/akonadi-kde4/Makefile (revision 481650) +++ databases/akonadi-kde4/Makefile (working copy) @@ -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/arangodb32/Makefile =================================================================== --- databases/arangodb32/Makefile (revision 481650) +++ databases/arangodb32/Makefile (working copy) @@ -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 (revision 481650) +++ databases/arangodb33/Makefile (working copy) @@ -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 (revision 481650) +++ databases/cassandra-cpp-driver/Makefile (working copy) @@ -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/clickhouse/Makefile =================================================================== --- databases/clickhouse/Makefile (revision 481650) +++ databases/clickhouse/Makefile (working copy) @@ -35,7 +35,7 @@ libgtest.so:devel/googletest #TODO: libcpuid.so:sysutils/libcpuid \ # /usr/local/include/libcpuid/libcpuid_types.h:61:29: error: typedef redefinition with different types ('long long' vs '__int64_t' (aka 'long')) -USES= compiler:c++14-lang cmake iconv mysql ssl readline shebangfix +USES= compiler:c++14-lang cmake:insource iconv mysql ssl readline shebangfix USE_LDCONFIG= yes CMAKE_ARGS= -DUNBUNDLED=1 \ -DUSE_STATIC_LIBRARIES=0 \ Index: databases/cppdb/Makefile =================================================================== --- databases/cppdb/Makefile (revision 481650) +++ databases/cppdb/Makefile (working copy) @@ -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 Index: databases/iowow/Makefile =================================================================== --- databases/iowow/Makefile (revision 481650) +++ databases/iowow/Makefile (working copy) @@ -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 (revision 481650) +++ databases/kdb/Makefile (working copy) @@ -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 (revision 481650) +++ databases/kexi/Makefile (working copy) @@ -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/mariadb-connector-c/Makefile =================================================================== --- databases/mariadb-connector-c/Makefile (revision 481650) +++ databases/mariadb-connector-c/Makefile (working copy) @@ -26,7 +26,7 @@ mysql[0-9]*-client-* \ percona[0-9]*-client-* -USES= cmake compiler:c++11-lib iconv:translit ssl +USES= cmake:insource compiler:c++11-lib iconv:translit ssl USE_LDCONFIG= ${PREFIX}/lib/mariadb SITESDIR= mariadb/connector-c-${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/mysql Index: databases/mariadb-connector-odbc/Makefile =================================================================== --- databases/mariadb-connector-odbc/Makefile (revision 481650) +++ databases/mariadb-connector-odbc/Makefile (working copy) @@ -23,7 +23,7 @@ LIB_DEPENDS= libodbc.so:databases/unixODBC \ libmariadb.so:databases/mariadb-connector-c -USES= cmake +USES= cmake:insource USE_LDCONFIG= ${PREFIX}/lib/mariadbconnector-odbc SITESDIR= ${PORTNAME}/${PKGNAMESUFFIX:S/^-//}-${PORTVERSION:S/.b$//} DOCSDIR= ${PREFIX}/share/doc/mysql Index: databases/mariadb100-server/Makefile =================================================================== --- databases/mariadb100-server/Makefile (revision 481650) +++ databases/mariadb100-server/Makefile (working copy) @@ -28,7 +28,7 @@ SUB_FILES= pkg-message SLAVEDIRS= databases/mariadb100-client -USES= bison:build cmake:noninja compiler:c++11-lib cpe \ +USES= bison:build cmake:insource,noninja compiler:c++11-lib cpe \ ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh Index: databases/mariadb101-server/Makefile =================================================================== --- databases/mariadb101-server/Makefile (revision 481650) +++ databases/mariadb101-server/Makefile (working copy) @@ -28,7 +28,7 @@ SUB_FILES= pkg-message SLAVEDIRS= databases/mariadb101-client -USES= bison:build cmake:noninja compiler:c++11-lib cpe libedit ncurses \ +USES= bison:build cmake:insource,noninja compiler:c++11-lib cpe libedit ncurses \ shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh Index: databases/mariadb102-server/Makefile =================================================================== --- databases/mariadb102-server/Makefile (revision 481650) +++ databases/mariadb102-server/Makefile (working copy) @@ -25,7 +25,7 @@ SUB_FILES= pkg-message SLAVEDIRS= databases/mariadb102-client -USES= bison:build cmake:noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl +USES= bison:build cmake:insource,noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh storage/rocksdb/myrocks_hotbackup SITESDIR= mariadb/mariadb-${PORTVERSION}/source Index: databases/mariadb103-server/Makefile =================================================================== --- databases/mariadb103-server/Makefile (revision 481650) +++ databases/mariadb103-server/Makefile (working copy) @@ -27,7 +27,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb102-client -USES= bison:build cmake:noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl +USES= bison:build cmake:insource,noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh storage/rocksdb/myrocks_hotbackup SITESDIR= mariadb/mariadb-${PORTVERSION}/source Index: databases/mariadb55-server/Makefile =================================================================== --- databases/mariadb55-server/Makefile (revision 481650) +++ databases/mariadb55-server/Makefile (working copy) @@ -23,7 +23,7 @@ SUB_FILES= pkg-message SLAVEDIRS= databases/mariadb55-client -USES+= cmake:noninja shebangfix ssl +USES+= cmake:insource,noninja shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]* Index: databases/mydumper/Makefile =================================================================== --- databases/mydumper/Makefile (revision 481650) +++ databases/mydumper/Makefile (working copy) @@ -15,7 +15,7 @@ CMAKE_OFF= BUILD_DOCS WITH_BINLOG USE_GNOME= glib20 -USES= cmake gnome mysql pkgconfig +USES= cmake:insource gnome mysql pkgconfig PLIST_FILES= sbin/mydumper sbin/myloader Index: databases/mysql-connector-c/Makefile =================================================================== --- databases/mysql-connector-c/Makefile (revision 481650) +++ databases/mysql-connector-c/Makefile (working copy) @@ -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/mysql-connector-c++/Makefile =================================================================== --- databases/mysql-connector-c++/Makefile (revision 481650) +++ databases/mysql-connector-c++/Makefile (working copy) @@ -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/mysql55-server/Makefile =================================================================== --- databases/mysql55-server/Makefile (revision 481650) +++ databases/mysql55-server/Makefile (working copy) @@ -14,7 +14,7 @@ LICENSE= GPLv2 SLAVEDIRS= databases/mysql55-client -USES= cmake:noninja readline shebangfix +USES= cmake:insource,noninja readline shebangfix CXXFLAGS+= ${CPPFLAGS} NO_OPTIONS_SORT=yes Index: databases/mysql56-server/Makefile =================================================================== --- databases/mysql56-server/Makefile (revision 481650) +++ databases/mysql56-server/Makefile (working copy) @@ -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 (revision 481650) +++ databases/mysql57-server/Makefile (working copy) @@ -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 (revision 481650) +++ databases/mysql80-server/Makefile (working copy) @@ -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 (revision 481650) +++ databases/mysqlwsrep56-server/Makefile (working copy) @@ -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 (revision 481650) +++ databases/mysqlwsrep57-server/Makefile (working copy) @@ -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 (revision 481650) +++ databases/opendbviewer/Makefile (working copy) @@ -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/percona55-server/Makefile =================================================================== --- databases/percona55-server/Makefile (revision 481650) +++ databases/percona55-server/Makefile (working copy) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING SLAVEDIRS= databases/percona55-client -USES= bison cmake:noninja readline shebangfix +USES= bison cmake:insource,noninja readline shebangfix USE_CXXSTD= gnu++98 CXXFLAGS+= ${CPPFLAGS} Index: databases/percona56-server/Makefile =================================================================== --- databases/percona56-server/Makefile (revision 481650) +++ databases/percona56-server/Makefile (working copy) @@ -21,7 +21,7 @@ SLAVEDIRS= databases/percona56-client \ databases/percona-pam-for-mysql -USES= bison cmake:noninja perl5 shebangfix +USES= bison cmake:insource,noninja perl5 shebangfix OPTIONS_DEFINE= OPENSSL FASTMTX INNODBMEMCACHED TOKUDB OPTIONS_DEFAULT= OPENSSL INNODBMEMCACHED Index: databases/percona57-server/Makefile =================================================================== --- databases/percona57-server/Makefile (revision 481650) +++ databases/percona57-server/Makefile (working copy) @@ -24,7 +24,7 @@ SLAVEDIRS= databases/percona57-client \ databases/percona57-pam-for-mysql -USES= bison:build cmake:noninja compiler:c11 compiler:c++11-lib \ +USES= bison:build cmake:insource,noninja compiler:c11 compiler:c++11-lib \ cpe libedit localbase perl5 shebangfix MY_DBDIR= /var/db/mysql Index: databases/pgagent/Makefile =================================================================== --- databases/pgagent/Makefile (revision 481650) +++ databases/pgagent/Makefile (working copy) @@ -11,7 +11,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= Job scheduler for PostgreSQL -USES= cmake dos2unix pgsql +USES= cmake:insource dos2unix pgsql DOS2UNIX_GLOB= *.txt CMAKE_ARGS= -DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}" USE_WX= 2.8 Index: databases/pgrouting/Makefile =================================================================== --- databases/pgrouting/Makefile (revision 481650) +++ databases/pgrouting/Makefile (working copy) @@ -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 (revision 481650) +++ databases/timescaledb/Makefile (working copy) @@ -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 (revision 481650) +++ databases/xrootd/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/akonadi-calendar-tools/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/akonadi-import-wizard/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/akonadiconsole/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/akregator/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/charmtimetracker/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/go-for-it/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/grantlee-editor/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/grantleetheme/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/homerun/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kaddressbook/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kalarm/Makefile (working copy) @@ -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/Makefile =================================================================== --- deskutils/kcharselect/Makefile (revision 481650) +++ deskutils/kcharselect/Makefile (working copy) @@ -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/kcharselect-kde4/Makefile =================================================================== --- deskutils/kcharselect-kde4/Makefile (revision 481650) +++ deskutils/kcharselect-kde4/Makefile (working copy) @@ -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/kdeconnect-kde/Makefile =================================================================== --- deskutils/kdeconnect-kde/Makefile (revision 481650) +++ deskutils/kdeconnect-kde/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kdepim-addons/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kdepim-apps-libs/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kdepim-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- deskutils/kdepim-runtime/Makefile (revision 481650) +++ deskutils/kdepim-runtime/Makefile (working copy) @@ -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/kdepim-runtime-kde4/Makefile =================================================================== --- deskutils/kdepim-runtime-kde4/Makefile (revision 481650) +++ deskutils/kdepim-runtime-kde4/Makefile (working copy) @@ -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/kdepimlibs-kde4/Makefile =================================================================== --- deskutils/kdepimlibs-kde4/Makefile (revision 481650) +++ deskutils/kdepimlibs-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kdeplasma-addons-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/keditbookmarks/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kfind/Makefile (working copy) @@ -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/Makefile =================================================================== --- deskutils/kmail/Makefile (revision 481650) +++ deskutils/kmail/Makefile (working copy) @@ -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/kmail-account-wizard/Makefile =================================================================== --- deskutils/kmail-account-wizard/Makefile (revision 481650) +++ deskutils/kmail-account-wizard/Makefile (working copy) @@ -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/knotes/Makefile =================================================================== --- deskutils/knotes/Makefile (revision 481650) +++ deskutils/knotes/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/kontact/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/korganizer/Makefile (working copy) @@ -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/Makefile =================================================================== --- deskutils/kruler/Makefile (revision 481650) +++ deskutils/kruler/Makefile (working copy) @@ -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/kruler-kde4/Makefile =================================================================== --- deskutils/kruler-kde4/Makefile (revision 481650) +++ deskutils/kruler-kde4/Makefile (working copy) @@ -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/latte-dock/Makefile =================================================================== --- deskutils/latte-dock/Makefile (revision 481650) +++ deskutils/latte-dock/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/libkdepim/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/lxqt-notificationd/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/mbox-importer/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/nextcloudclient/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/osynctool/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/owncloudclient/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/pim-data-exporter/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/pim-sieve-editor/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/plasma5-milou/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/plasma5-sddm-kcm/Makefile (working copy) @@ -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/strigi/Makefile.common =================================================================== --- deskutils/strigi/Makefile.common (revision 481650) +++ deskutils/strigi/Makefile.common (working copy) @@ -8,7 +8,7 @@ CONFLICTS_INSTALL= strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1 -USES+= cmake:outsource tar:bzip2 +USES+= cmake tar:bzip2 CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME} PLIST_SUB= SHLIB_VER=${STRIGI_VERSION} Index: deskutils/superkaramba-kde4/Makefile =================================================================== --- deskutils/superkaramba-kde4/Makefile (revision 481650) +++ deskutils/superkaramba-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/taskd/Makefile (working copy) @@ -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 (revision 481650) +++ deskutils/zanshin/Makefile (working copy) @@ -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 (revision 481650) +++ devel/RStudio/Makefile (working copy) @@ -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/allegro/Makefile =================================================================== --- devel/allegro/Makefile (revision 481650) +++ devel/allegro/Makefile (working copy) @@ -21,7 +21,7 @@ LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -USES= cmake makeinfo pkgconfig +USES= cmake:insource makeinfo pkgconfig USE_XORG= ice sm x11 xpm xext xcursor xxf86vm xxf86dga USE_LDCONFIG= yes Index: devel/allegro-devel/Makefile =================================================================== --- devel/allegro-devel/Makefile (revision 481650) +++ devel/allegro-devel/Makefile (working copy) @@ -23,7 +23,7 @@ libFLAC.so:audio/flac \ libphysfs.so:devel/physfs -USES= cmake jpeg openal:soft pkgconfig +USES= cmake:insource jpeg openal:soft pkgconfig USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga USE_GL= glu USE_GNOME= gtk20 Index: devel/apitrace/Makefile =================================================================== --- devel/apitrace/Makefile (revision 481650) +++ devel/apitrace/Makefile (working copy) @@ -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/arpc/Makefile =================================================================== --- devel/arpc/Makefile (revision 481650) +++ devel/arpc/Makefile (working copy) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR} -USES= cmake localbase:ldflags python:3.4+ shebangfix +USES= cmake:insource localbase:ldflags python:3.4+ shebangfix SHEBANG_FILES= scripts/aprotoc.py USE_LDCONFIG= yes USE_GITHUB= yes Index: devel/benchmark/Makefile =================================================================== --- devel/benchmark/Makefile (revision 481650) +++ devel/benchmark/Makefile (working copy) @@ -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 (revision 481650) +++ devel/binaryen/Makefile (working copy) @@ -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 (revision 481650) +++ devel/caf/Makefile (working copy) @@ -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 (revision 481650) +++ devel/catch/Makefile (working copy) @@ -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 (revision 481650) +++ devel/cdash/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/cervisia/Makefile (revision 481650) +++ devel/cervisia/Makefile (working copy) @@ -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/cervisia-kde4/Makefile =================================================================== --- devel/cervisia-kde4/Makefile (revision 481650) +++ devel/cervisia-kde4/Makefile (working copy) @@ -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/cmake-doc/Makefile =================================================================== --- devel/cmake-doc/Makefile (revision 481650) +++ devel/cmake-doc/Makefile (working copy) @@ -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-gui/Makefile =================================================================== --- devel/cmake-gui/Makefile (revision 481650) +++ devel/cmake-gui/Makefile (working copy) @@ -20,7 +20,7 @@ librhash.so:security/rhash USE_QT= core gui widgets buildtools_build qmake_build -USES= cmake:run desktop-file-utils libarchive \ +USES= cmake:run,insource desktop-file-utils libarchive \ shared-mime-info qt:5 CMAKE_OFF= BUILD_CursesDialog \ CMake_SPHINX_DEPEND_ON_EXECUTABLES Index: devel/cmake-modules-webos/Makefile =================================================================== --- devel/cmake-modules-webos/Makefile (revision 481650) +++ devel/cmake-modules-webos/Makefile (working copy) @@ -13,7 +13,7 @@ GH_ACCOUNT= FreeWebOS GH_TAGNAME= submissions/19 -USES= cmake:outsource +USES= cmake INSTALL_TARGET= install .include Index: devel/codequery/Makefile =================================================================== --- devel/codequery/Makefile (revision 481650) +++ devel/codequery/Makefile (working copy) @@ -14,7 +14,7 @@ LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.md LICENSE_FILE_MIT= ${WRKSRC}/querylib/README.txt -USES= cmake compiler:c++11-lang ninja qt:4 sqlite +USES= cmake:insource compiler:c++11-lang ninja qt:4 sqlite USE_GITHUB= yes GH_ACCOUNT= ruben2020 Index: devel/compiler-rt/Makefile =================================================================== --- devel/compiler-rt/Makefile (revision 481650) +++ devel/compiler-rt/Makefile (working copy) @@ -25,7 +25,7 @@ CMAKE_SOURCE_PATH= ${WRKSRC} -USES= cmake tar:bzip2 +USES= cmake:insource tar:bzip2 USE_LDCONFIG= yes LLVM_SVN= http://llvm.org/svn/llvm-project Index: devel/cpp-netlib/Makefile =================================================================== --- devel/cpp-netlib/Makefile (revision 481650) +++ devel/cpp-netlib/Makefile (working copy) @@ -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 (revision 481650) +++ devel/cpp2py/Makefile (working copy) @@ -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/cppcheck/Makefile =================================================================== --- devel/cppcheck/Makefile (revision 481650) +++ devel/cppcheck/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib cmake tar:bzip2 +USES= compiler:c++11-lib cmake:insource tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= danmar Index: devel/cpu_features/Makefile =================================================================== --- devel/cpu_features/Makefile (revision 481650) +++ devel/cpu_features/Makefile (working copy) @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= cmake +USES= cmake:insource USE_GITHUB= yes GH_ACCOUNT= google Index: devel/cxxopts/Makefile =================================================================== --- devel/cxxopts/Makefile (revision 481650) +++ devel/cxxopts/Makefile (working copy) @@ -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 (revision 481650) +++ devel/dcmtk/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/dolphin-plugins/Makefile (revision 481650) +++ devel/dolphin-plugins/Makefile (working copy) @@ -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/dolphin-plugins-kde4/Makefile =================================================================== --- devel/dolphin-plugins-kde4/Makefile (revision 481650) +++ devel/dolphin-plugins-kde4/Makefile (working copy) @@ -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/doxygen/Makefile =================================================================== --- devel/doxygen/Makefile (revision 481650) +++ devel/doxygen/Makefile (working copy) @@ -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/ds2/Makefile =================================================================== --- devel/ds2/Makefile (revision 481650) +++ devel/ds2/Makefile (working copy) @@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= the ptrace code only has an amd64 backend -USES= cmake compiler +USES= cmake:insource compiler PLIST_FILES= bin/ds2 Index: devel/eastl/Makefile =================================================================== --- devel/eastl/Makefile (revision 481650) +++ devel/eastl/Makefile (working copy) @@ -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 (revision 481650) +++ devel/easyloggingpp/Makefile (working copy) @@ -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 (revision 481650) +++ devel/embb/Makefile (working copy) @@ -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 (revision 481650) +++ devel/fifechan/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/flang/Makefile (revision 481650) +++ devel/flang/Makefile (working copy) @@ -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/flang-clang/Makefile =================================================================== --- devel/flang-clang/Makefile (revision 481650) +++ devel/flang-clang/Makefile (working copy) @@ -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/flatbuffers/Makefile =================================================================== --- devel/flatbuffers/Makefile (revision 481650) +++ devel/flatbuffers/Makefile (working copy) @@ -12,7 +12,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 (revision 481650) +++ devel/fuzzylite/Makefile (working copy) @@ -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 (revision 481650) +++ devel/gdcm/Makefile (working copy) @@ -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 (revision 481650) +++ devel/glslang/Makefile (working copy) @@ -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 (revision 481650) +++ devel/grantlee/Makefile (working copy) @@ -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 (revision 481650) +++ devel/grantlee5/Makefile (working copy) @@ -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/heimdall/Makefile =================================================================== --- devel/heimdall/Makefile (revision 481650) +++ devel/heimdall/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake:insource USE_GITHUB= yes OPTIONS_DEFINE= DOCS GUI Index: devel/hyperscan/Makefile =================================================================== --- devel/hyperscan/Makefile (revision 481650) +++ devel/hyperscan/Makefile (working copy) @@ -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 (revision 481650) +++ devel/inastemp/Makefile (working copy) @@ -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 (revision 481650) +++ devel/include-what-you-use/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/kapptemplate/Makefile (revision 481650) +++ devel/kapptemplate/Makefile (working copy) @@ -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/kapptemplate-kde4/Makefile =================================================================== --- devel/kapptemplate-kde4/Makefile (revision 481650) +++ devel/kapptemplate-kde4/Makefile (working copy) @@ -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/kcachegrind/Makefile =================================================================== --- devel/kcachegrind/Makefile (revision 481650) +++ devel/kcachegrind/Makefile (working copy) @@ -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/kcachegrind-kde4/Makefile =================================================================== --- devel/kcachegrind-kde4/Makefile (revision 481650) +++ devel/kcachegrind-kde4/Makefile (working copy) @@ -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/kcov/Makefile =================================================================== --- devel/kcov/Makefile (revision 481650) +++ devel/kcov/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/kde-dev-scripts/Makefile (revision 481650) +++ devel/kde-dev-scripts/Makefile (working copy) @@ -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-scripts-kde4/Makefile =================================================================== --- devel/kde-dev-scripts-kde4/Makefile (revision 481650) +++ devel/kde-dev-scripts-kde4/Makefile (working copy) @@ -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-utils/Makefile =================================================================== --- devel/kde-dev-utils/Makefile (revision 481650) +++ devel/kde-dev-utils/Makefile (working copy) @@ -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/kde-dev-utils-kde4/Makefile =================================================================== --- devel/kde-dev-utils-kde4/Makefile (revision 481650) +++ devel/kde-dev-utils-kde4/Makefile (working copy) @@ -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/kdesdk-kioslaves-kde4/Makefile =================================================================== --- devel/kdesdk-kioslaves-kde4/Makefile (revision 481650) +++ devel/kdesdk-kioslaves-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kdesdk-strigi-analyzers-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/kdesdk-thumbnailers/Makefile (revision 481650) +++ devel/kdesdk-thumbnailers/Makefile (working copy) @@ -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/kdesdk-thumbnailers-kde4/Makefile =================================================================== --- devel/kdesdk-thumbnailers-kde4/Makefile (revision 481650) +++ devel/kdesdk-thumbnailers-kde4/Makefile (working copy) @@ -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/kdesvn/Makefile =================================================================== --- devel/kdesvn/Makefile (revision 481650) +++ devel/kdesvn/Makefile (working copy) @@ -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/kdesvn-kde4/Makefile =================================================================== --- devel/kdesvn-kde4/Makefile (revision 481650) +++ devel/kdesvn-kde4/Makefile (working copy) @@ -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/kdev-php/Makefile =================================================================== --- devel/kdev-php/Makefile (revision 481650) +++ devel/kdev-php/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kdev-python/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/kdevelop/Makefile (revision 481650) +++ devel/kdevelop/Makefile (working copy) @@ -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/kdevelop-kde4/Makefile =================================================================== --- devel/kdevelop-kde4/Makefile (revision 481650) +++ devel/kdevelop-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/kdevelop-pg-qt/Makefile (revision 481650) +++ devel/kdevelop-pg-qt/Makefile (working copy) @@ -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-pg-qt-kde4/Makefile =================================================================== --- devel/kdevelop-pg-qt-kde4/Makefile (revision 481650) +++ devel/kdevelop-pg-qt-kde4/Makefile (working copy) @@ -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-php-docs-kde4/Makefile =================================================================== --- devel/kdevelop-php-docs-kde4/Makefile (revision 481650) +++ devel/kdevelop-php-docs-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kdevelop-php-kde4/Makefile (working copy) @@ -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/kdevplatform-kde4/Makefile =================================================================== --- devel/kdevplatform-kde4/Makefile (revision 481650) +++ devel/kdevplatform-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-extra-cmake-modules/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kapidox/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kauth/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kbookmarks/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kcmutils/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kconfig/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kcoreaddons/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kcrash/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kdbusaddons/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kdeclarative/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kdoctools/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kfilemetadata/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-ki18n/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kidletime/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kio/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kitemmodels/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-knewstuff/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-knotifications/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-knotifyconfig/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kpackage/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kparts/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kpeople/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kpty/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kservice/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-ktexteditor/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-kunitconversion/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-solid/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kf5-threadweaver/Makefile (working copy) @@ -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 (revision 481650) +++ devel/kio-extras/Makefile (working copy) @@ -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 (revision 481650) +++ devel/leatherman/Makefile (working copy) @@ -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 (revision 481650) +++ devel/libarea/Makefile (working copy) @@ -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 (revision 481650) +++ devel/libbson/Makefile (working copy) @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= mongodb -USES= cmake:outsource pkgconfig +USES= cmake pkgconfig USE_LDCONFIG= yes .include Index: devel/libdbusmenu-qt/Makefile =================================================================== --- devel/libdbusmenu-qt/Makefile (revision 481650) +++ devel/libdbusmenu-qt/Makefile (working copy) @@ -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 (revision 481650) +++ devel/libflatarray/Makefile (working copy) @@ -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 (revision 481650) +++ devel/libfmt/Makefile (working copy) @@ -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/libftdi1/Makefile =================================================================== --- devel/libftdi1/Makefile (revision 481650) +++ devel/libftdi1/Makefile (working copy) @@ -22,7 +22,7 @@ BOOST_DESC= Build with boost PYTHON_DESC= Build Python bindings -USES= cmake compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2 +USES= cmake:insource compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2 USE_LDCONFIG= yes PORTDOCS= COPYING.LIB ChangeLog README Index: devel/libgpkg/Makefile =================================================================== --- devel/libgpkg/Makefile (revision 481650) +++ devel/libgpkg/Makefile (working copy) @@ -20,7 +20,7 @@ OPTIONS_DEFAULT=GEOS USE_LDCONFIG= yes -USES= cmake tar:bzip2 +USES= cmake:insource tar:bzip2 PLIST_SUB= PORTVERSION=${PORTVERSION} WRKSRC= ${WRKDIR}/luciad-libgpkg-c56e3708453e Index: devel/libkgapi-kde4/Makefile =================================================================== --- devel/libkgapi-kde4/Makefile (revision 481650) +++ devel/libkgapi-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/libkolab/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/liblxqt/Makefile (revision 481650) +++ devel/liblxqt/Makefile (working copy) @@ -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/liblxqt-l10n/Makefile =================================================================== --- devel/liblxqt-l10n/Makefile (revision 481650) +++ devel/liblxqt-l10n/Makefile (working copy) @@ -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/libqtxdg/Makefile =================================================================== --- devel/libqtxdg/Makefile (revision 481650) +++ devel/libqtxdg/Makefile (working copy) @@ -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 (revision 481650) +++ devel/librolegen/Makefile (working copy) @@ -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 (revision 481650) +++ devel/libsimdpp/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llbuild/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llvm-cheri/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llvm-devel/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llvm38/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llvm40/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llvm50/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llvm60/Makefile (working copy) @@ -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 (revision 481650) +++ devel/llvm70/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/lokalize/Makefile (revision 481650) +++ devel/lokalize/Makefile (working copy) @@ -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/lokalize-kde4/Makefile =================================================================== --- devel/lokalize-kde4/Makefile (revision 481650) +++ devel/lokalize-kde4/Makefile (working copy) @@ -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/lxqt-build-tools/Makefile =================================================================== --- devel/lxqt-build-tools/Makefile (revision 481650) +++ devel/lxqt-build-tools/Makefile (working copy) @@ -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 (revision 481650) +++ devel/mongo-c-driver/Makefile (working copy) @@ -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 (revision 481650) +++ devel/nlohmann-json/Makefile (working copy) @@ -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 (revision 481650) +++ devel/nss_wrapper/Makefile (working copy) @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= cmake:outsource perl5 shebangfix +USES= cmake perl5 shebangfix USE_PERL5= run USE_LDCONFIG= yes Index: devel/okteta/Makefile =================================================================== --- devel/okteta/Makefile (revision 481650) +++ devel/okteta/Makefile (working copy) @@ -11,7 +11,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/okteta-kde4/Makefile =================================================================== --- devel/okteta-kde4/Makefile (revision 481650) +++ devel/okteta-kde4/Makefile (working copy) @@ -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/opendht/Makefile =================================================================== --- devel/opendht/Makefile (revision 481650) +++ devel/opendht/Makefile (working copy) @@ -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 (revision 481650) +++ devel/p5-perlkde-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/p5-perlqt-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/pam_wrapper/Makefile (working copy) @@ -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/physfs-devel/Makefile =================================================================== --- devel/physfs-devel/Makefile (revision 481650) +++ devel/physfs-devel/Makefile (working copy) @@ -12,7 +12,7 @@ CONFLICTS_INSTALL= physfs-[0-9]* -USES= cmake tar:bzip2 +USES= cmake:insource tar:bzip2 USE_LDCONFIG= yes .include Index: devel/plasma5-khotkeys/Makefile =================================================================== --- devel/plasma5-khotkeys/Makefile (revision 481650) +++ devel/plasma5-khotkeys/Makefile (working copy) @@ -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 (revision 481650) +++ devel/plasma5-kwrited/Makefile (working copy) @@ -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 (revision 481650) +++ devel/plasma5-plasma-sdk/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/poxml/Makefile (revision 481650) +++ devel/poxml/Makefile (working copy) @@ -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/poxml-kde4/Makefile =================================================================== --- devel/poxml-kde4/Makefile (revision 481650) +++ devel/poxml-kde4/Makefile (working copy) @@ -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/py-krosspython-kde4/Makefile =================================================================== --- devel/py-krosspython-kde4/Makefile (revision 481650) +++ devel/py-krosspython-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/py-opendht/Makefile (working copy) @@ -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 (revision 481650) +++ devel/py-pykde4-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/py-pykdeuic4-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/pybind11/Makefile (working copy) @@ -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= pybind NO_ARCH= yes Index: devel/qca/Makefile =================================================================== --- devel/qca/Makefile (revision 481650) +++ devel/qca/Makefile (working copy) @@ -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 (revision 481650) +++ devel/qgit/Makefile (working copy) @@ -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/raknet/Makefile =================================================================== --- devel/raknet/Makefile (revision 481650) +++ devel/raknet/Makefile (working copy) @@ -30,7 +30,7 @@ NO_WRKSUBDIR= yes -USES= dos2unix cmake zip +USES= dos2unix cmake:insource zip USE_LDCONFIG= yes USE_GCC= any Index: devel/range-v3/Makefile =================================================================== --- devel/range-v3/Makefile (revision 481650) +++ devel/range-v3/Makefile (working copy) @@ -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 (revision 481650) +++ devel/rapidjson/Makefile (working copy) @@ -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 (revision 481650) +++ devel/raylib/Makefile (working copy) @@ -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 (revision 481650) +++ devel/replxx/Makefile (working copy) @@ -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 (revision 481650) +++ devel/resolv_wrapper/Makefile (working copy) @@ -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 (revision 481650) +++ devel/ruby-korundum-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/ruby-krossruby-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/ruby-qtruby-kde4/Makefile (working copy) @@ -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/shiboken/Makefile =================================================================== --- devel/shiboken/Makefile (revision 481650) +++ devel/shiboken/Makefile (working copy) @@ -22,7 +22,7 @@ USE_QT= corelib qmake_build qtestlib moc_build network \ uic_build rcc_build xml xmlpatterns -USES= cmake python:2.7 qt:4 tar:bzip2 +USES= cmake:insource python:2.7 qt:4 tar:bzip2 USE_LDCONFIG= yes ALL_TARGET= all Index: devel/silentbob/Makefile =================================================================== --- devel/silentbob/Makefile (revision 481650) +++ devel/silentbob/Makefile (working copy) @@ -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 (revision 481650) +++ devel/smokegen-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/smokekde-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/smokeqt-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ devel/socket_wrapper/Makefile (working copy) @@ -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 (revision 481650) +++ devel/spirv-tools/Makefile (working copy) @@ -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 (revision 481650) +++ devel/stxxl/Makefile (working copy) @@ -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 (revision 481650) +++ devel/ucommon/Makefile (working copy) @@ -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 (revision 481650) +++ devel/uid_wrapper/Makefile (working copy) @@ -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/Makefile =================================================================== --- devel/umbrello/Makefile (revision 481650) +++ devel/umbrello/Makefile (working copy) @@ -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/umbrello-kde4/Makefile =================================================================== --- devel/umbrello-kde4/Makefile (revision 481650) +++ devel/umbrello-kde4/Makefile (working copy) @@ -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/vera++/Makefile =================================================================== --- devel/vera++/Makefile (revision 481650) +++ devel/vera++/Makefile (working copy) @@ -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 (revision 481650) +++ devel/vexcl/Makefile (working copy) @@ -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 (revision 481650) +++ devel/vulkan-headers/Makefile (working copy) @@ -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 (revision 481650) +++ devel/vulkan-tools/Makefile (working copy) @@ -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 (revision 481650) +++ devel/vulkan-validation-layers/Makefile (working copy) @@ -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 (revision 481650) +++ devel/woff2/Makefile (working copy) @@ -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/xc3sprog/Makefile =================================================================== --- devel/xc3sprog/Makefile (revision 481650) +++ devel/xc3sprog/Makefile (working copy) @@ -11,7 +11,7 @@ LIB_DEPENDS= libftdi.so:devel/libftdi RUN_DEPENDS= ${LOCALBASE}/sbin/fxload:misc/fxload -USES= tar:xz cmake +USES= tar:xz cmake:insource ALL_TARGET= xc3sprog PLIST_FILES= bin/xc3sprog Index: devel/xeus/Makefile =================================================================== --- devel/xeus/Makefile (revision 481650) +++ devel/xeus/Makefile (working copy) @@ -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/xeus-cling/Makefile =================================================================== --- devel/xeus-cling/Makefile (revision 481650) +++ devel/xeus-cling/Makefile (working copy) @@ -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/xxhash/Makefile =================================================================== --- devel/xxhash/Makefile (revision 481650) +++ devel/xxhash/Makefile (working copy) @@ -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 (revision 481650) +++ devel/yajl/Makefile (working copy) @@ -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 (revision 481650) +++ devel/zapcc/Makefile (working copy) @@ -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 (revision 481650) +++ devel/zeal/Makefile (working copy) @@ -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 (revision 481650) +++ dns/kf5-kdnssd/Makefile (working copy) @@ -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 (revision 481650) +++ dns/mdnsd/Makefile (working copy) @@ -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 (revision 481650) +++ dns/qmdnsengine/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake:outsource compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= nitroshare USE_QT= core network buildtools_build qmake_build Index: editors/calligra/Makefile =================================================================== --- editors/calligra/Makefile (revision 481650) +++ editors/calligra/Makefile (working copy) @@ -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 (revision 481650) +++ editors/calligraplan/Makefile (working copy) @@ -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 (revision 481650) +++ editors/codelite/Makefile (working copy) @@ -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 (revision 481650) +++ editors/ecrire/Makefile (working copy) @@ -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 (revision 481650) +++ editors/jucipp/Makefile (working copy) @@ -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/Makefile =================================================================== --- editors/kate/Makefile (revision 481650) +++ editors/kate/Makefile (working copy) @@ -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/kate-kde4/Makefile =================================================================== --- editors/kate-kde4/Makefile (revision 481650) +++ editors/kate-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ editors/kate-plugin-pate-kde4/Makefile (working copy) @@ -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/kile/Makefile =================================================================== --- editors/kile/Makefile (revision 481650) +++ editors/kile/Makefile (working copy) @@ -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/Makefile =================================================================== --- editors/neovim/Makefile (revision 481650) +++ editors/neovim/Makefile (working copy) @@ -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: editors/neovim-qt/Makefile =================================================================== --- editors/neovim-qt/Makefile (revision 481650) +++ editors/neovim-qt/Makefile (working copy) @@ -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: emulators/citra/Makefile =================================================================== --- emulators/citra/Makefile (revision 481650) +++ emulators/citra/Makefile (working copy) @@ -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/dynamips-community/Makefile =================================================================== --- emulators/dynamips-community/Makefile (revision 481650) +++ emulators/dynamips-community/Makefile (working copy) @@ -21,7 +21,7 @@ CONFLICTS= dynamips-[0-9]* dynamips-devel-[0-9]* -USES= cmake +USES= cmake:insource USE_GITHUB= yes OPTIONS_DEFINE= DOCS Index: emulators/joytran/Makefile =================================================================== --- emulators/joytran/Makefile (revision 481650) +++ emulators/joytran/Makefile (working copy) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_SDL= sdl2 -USES= tar:bzip2 cmake pkgconfig +USES= tar:bzip2 cmake:insource pkgconfig CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}" USE_XORG= x11 xtst Index: emulators/mgba/Makefile =================================================================== --- emulators/mgba/Makefile (revision 481650) +++ emulators/mgba/Makefile (working copy) @@ -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 (revision 481650) +++ emulators/ppsspp/Makefile (working copy) @@ -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 (revision 481650) +++ emulators/rpcs3/Makefile (working copy) @@ -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 (revision 481650) +++ emulators/tpm-emulator/Makefile (working copy) @@ -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: emulators/visualboyadvance-m/Makefile =================================================================== --- emulators/visualboyadvance-m/Makefile (revision 481650) +++ emulators/visualboyadvance-m/Makefile (working copy) @@ -40,7 +40,7 @@ USE_XORG= x11 xext USE_GL= gl glu USE_SDL= sdl -USES= cmake dos2unix pkgconfig +USES= cmake:insource dos2unix pkgconfig INSTALLS_ICONS= yes CMAKE_ARGS= -DVERSION:STRING="${PORTVERSION}" \ -DSYSCONFDIR:STRING="${PREFIX}/etc" \ Index: finance/alkimia/Makefile =================================================================== --- finance/alkimia/Makefile (revision 481650) +++ finance/alkimia/Makefile (working copy) @@ -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/gnucash/Makefile =================================================================== --- finance/gnucash/Makefile (revision 481650) +++ finance/gnucash/Makefile (working copy) @@ -54,7 +54,7 @@ TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googlemock:build \ gtest-config:devel/googletest -USES= cmake compiler:c++11-lib desktop-file-utils gettext-tools libtool localbase \ +USES= cmake:insource compiler:c++11-lib desktop-file-utils gettext-tools libtool localbase \ perl5 pkgconfig shebangfix tar:bzip2 USE_XORG= x11 USE_CXXSTD= c++11 Index: finance/skrooge/Makefile =================================================================== --- finance/skrooge/Makefile (revision 481650) +++ finance/skrooge/Makefile (working copy) @@ -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/OpenTomb/Makefile =================================================================== --- games/OpenTomb/Makefile (revision 481650) +++ games/OpenTomb/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= cmake compiler:c++11-lang lua openal +USES= cmake:insource compiler:c++11-lang lua openal USE_GITHUB= yes USE_SDL= sdl2 LLD_UNSAFE= yes Index: games/aquaria/Makefile =================================================================== --- games/aquaria/Makefile (revision 481650) +++ games/aquaria/Makefile (working copy) @@ -22,7 +22,7 @@ GH_ACCOUNT= AquariaOSE GH_PROJECT= Aquaria -USES= cmake lua:51 openal pkgconfig +USES= cmake:insource lua:51 openal pkgconfig EXCLUDE= AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \ libogg-* libvorbis-* lua-* tinyxml2* EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,} Index: games/ballerburg/Makefile =================================================================== --- games/ballerburg/Makefile (revision 481650) +++ games/ballerburg/Makefile (working copy) @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes NLS_USES= gettext -USES= cmake +USES= cmake:insource USE_SDL= sdl OPTIONS_DEFINE= DOCS NLS Index: games/barony/Makefile =================================================================== --- games/barony/Makefile (revision 481650) +++ games/barony/Makefile (working copy) @@ -16,7 +16,7 @@ libpng.so:graphics/png \ libvorbisfile.so:audio/libvorbis -USES= cmake compiler:c++11-lib dos2unix gl localbase:ldflags openal pkgconfig +USES= cmake:insource compiler:c++11-lib dos2unix gl localbase:ldflags openal pkgconfig USE_GITHUB= yes GH_ACCOUNT= TurningWheel GH_PROJECT= Barony Index: games/blinken/Makefile =================================================================== --- games/blinken/Makefile (revision 481650) +++ games/blinken/Makefile (working copy) @@ -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/blinken-kde4/Makefile =================================================================== --- games/blinken-kde4/Makefile (revision 481650) +++ games/blinken-kde4/Makefile (working copy) @@ -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/blinkensisters/Makefile =================================================================== --- games/blinkensisters/Makefile (revision 481650) +++ games/blinkensisters/Makefile (working copy) @@ -15,7 +15,7 @@ BROKEN_sparc64= does not compile on sparc64 -USES= cmake compiler:c++11-lang localbase perl5 # actually, old gcc fails in theora.h +USES= cmake:insource compiler:c++11-lang localbase perl5 # actually, old gcc fails in theora.h USE_SDL= sdl image ttf USE_PERL5= build Index: games/bomber/Makefile =================================================================== --- games/bomber/Makefile (revision 481650) +++ games/bomber/Makefile (working copy) @@ -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/bomber-kde4/Makefile =================================================================== --- games/bomber-kde4/Makefile (revision 481650) +++ games/bomber-kde4/Makefile (working copy) @@ -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/bovo/Makefile =================================================================== --- games/bovo/Makefile (revision 481650) +++ games/bovo/Makefile (working copy) @@ -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/bovo-kde4/Makefile =================================================================== --- games/bovo-kde4/Makefile (revision 481650) +++ games/bovo-kde4/Makefile (working copy) @@ -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/bstone/Makefile =================================================================== --- games/bstone/Makefile (revision 481650) +++ games/bstone/Makefile (working copy) @@ -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/corsix-th/Makefile =================================================================== --- games/corsix-th/Makefile (revision 481650) +++ games/corsix-th/Makefile (working copy) @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem \ ${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg -USES= cmake compiler:c++11-lib desktop-file-utils dos2unix iconv \ +USES= cmake:insource compiler:c++11-lib desktop-file-utils dos2unix iconv \ lua pkgconfig USE_SDL= mixer2 DOS2UNIX_FILES= CMake/FindFFmpeg.cmake \ Index: games/craft/Makefile =================================================================== --- games/craft/Makefile (revision 481650) +++ games/craft/Makefile (working copy) @@ -22,7 +22,7 @@ OPTIONS_DEFAULT= SERVER OPTIONS_SUB= yes -USES= cmake compiler:c11 +USES= cmake:insource compiler:c11 USE_XORG= x11 xi xrandr USE_GL= gl glu Index: games/divide-and-succeed/Makefile =================================================================== --- games/divide-and-succeed/Makefile (revision 481650) +++ games/divide-and-succeed/Makefile (working copy) @@ -14,7 +14,7 @@ BROKEN_powerpc64= fails to compile: Polygone.h: 'vector' was not declared in this scope -USES= cmake +USES= cmake:insource USE_SDL= sdl ttf DATADIR= ${PREFIX}/share/divideandsucceed INSTALLS_ICONS= yes Index: games/doomsday/Makefile =================================================================== --- games/doomsday/Makefile (revision 481650) +++ games/doomsday/Makefile (working copy) @@ -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 (revision 481650) +++ games/dustrac/Makefile (working copy) @@ -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 (revision 481650) +++ games/emptyepsilon/Makefile (working copy) @@ -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 (revision 481650) +++ games/freecell-solver/Makefile (working copy) @@ -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/freesynd/Makefile =================================================================== --- games/freesynd/Makefile (revision 481650) +++ games/freesynd/Makefile (working copy) @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= cmake +USES= cmake:insource USE_SDL= sdl image mixer SUB_FILES= pkg-message Index: games/gcompris-qt/Makefile =================================================================== --- games/gcompris-qt/Makefile (revision 481650) +++ games/gcompris-qt/Makefile (working copy) @@ -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 (revision 481650) +++ games/gemrb/Makefile (working copy) @@ -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/Makefile =================================================================== --- games/granatier/Makefile (revision 481650) +++ games/granatier/Makefile (working copy) @@ -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/granatier-kde4/Makefile =================================================================== --- games/granatier-kde4/Makefile (revision 481650) +++ games/granatier-kde4/Makefile (working copy) @@ -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/gzdoom/Makefile =================================================================== --- games/gzdoom/Makefile (revision 481650) +++ games/gzdoom/Makefile (working copy) @@ -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 (revision 481650) +++ games/instead/Makefile (working copy) @@ -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 (revision 481650) +++ games/julius/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= GPLv3 -USES= cmake:outsource +USES= cmake USE_GITHUB= yes GH_ACCOUNT= bvschaik Index: games/jvgs/Makefile =================================================================== --- games/jvgs/Makefile (revision 481650) +++ games/jvgs/Makefile (working copy) @@ -14,7 +14,7 @@ BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= cmake lua:51 +USES= cmake:insource lua:51 USE_SDL= sdl mixer USE_GL= gl glu Index: games/kajongg/Makefile =================================================================== --- games/kajongg/Makefile (revision 481650) +++ games/kajongg/Makefile (working copy) @@ -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/kajongg-kde4/Makefile =================================================================== --- games/kajongg-kde4/Makefile (revision 481650) +++ games/kajongg-kde4/Makefile (working copy) @@ -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/kanagram/Makefile =================================================================== --- games/kanagram/Makefile (revision 481650) +++ games/kanagram/Makefile (working copy) @@ -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/kanagram-kde4/Makefile =================================================================== --- games/kanagram-kde4/Makefile (revision 481650) +++ games/kanagram-kde4/Makefile (working copy) @@ -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/kapman/Makefile =================================================================== --- games/kapman/Makefile (revision 481650) +++ games/kapman/Makefile (working copy) @@ -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/kapman-kde4/Makefile =================================================================== --- games/kapman-kde4/Makefile (revision 481650) +++ games/kapman-kde4/Makefile (working copy) @@ -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/katomic/Makefile =================================================================== --- games/katomic/Makefile (revision 481650) +++ games/katomic/Makefile (working copy) @@ -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/katomic-kde4/Makefile =================================================================== --- games/katomic-kde4/Makefile (revision 481650) +++ games/katomic-kde4/Makefile (working copy) @@ -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/kblackbox/Makefile =================================================================== --- games/kblackbox/Makefile (revision 481650) +++ games/kblackbox/Makefile (working copy) @@ -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/kblackbox-kde4/Makefile =================================================================== --- games/kblackbox-kde4/Makefile (revision 481650) +++ games/kblackbox-kde4/Makefile (working copy) @@ -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/kblocks/Makefile =================================================================== --- games/kblocks/Makefile (revision 481650) +++ games/kblocks/Makefile (working copy) @@ -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/kblocks-kde4/Makefile =================================================================== --- games/kblocks-kde4/Makefile (revision 481650) +++ games/kblocks-kde4/Makefile (working copy) @@ -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/kbounce/Makefile =================================================================== --- games/kbounce/Makefile (revision 481650) +++ games/kbounce/Makefile (working copy) @@ -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/kbounce-kde4/Makefile =================================================================== --- games/kbounce-kde4/Makefile (revision 481650) +++ games/kbounce-kde4/Makefile (working copy) @@ -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/kbreakout/Makefile =================================================================== --- games/kbreakout/Makefile (revision 481650) +++ games/kbreakout/Makefile (working copy) @@ -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/kbreakout-kde4/Makefile =================================================================== --- games/kbreakout-kde4/Makefile (revision 481650) +++ games/kbreakout-kde4/Makefile (working copy) @@ -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/kdiamond/Makefile =================================================================== --- games/kdiamond/Makefile (revision 481650) +++ games/kdiamond/Makefile (working copy) @@ -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/kdiamond-kde4/Makefile =================================================================== --- games/kdiamond-kde4/Makefile (revision 481650) +++ games/kdiamond-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ games/kfourinline/Makefile (working copy) @@ -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/kfourinline-kde4/Makefile =================================================================== --- games/kfourinline-kde4/Makefile (revision 481650) +++ games/kfourinline-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ games/kgoldrunner/Makefile (working copy) @@ -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/kgoldrunner-kde4/Makefile =================================================================== --- games/kgoldrunner-kde4/Makefile (revision 481650) +++ games/kgoldrunner-kde4/Makefile (working copy) @@ -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/khangman/Makefile =================================================================== --- games/khangman/Makefile (revision 481650) +++ games/khangman/Makefile (working copy) @@ -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/khangman-kde4/Makefile =================================================================== --- games/khangman-kde4/Makefile (revision 481650) +++ games/khangman-kde4/Makefile (working copy) @@ -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/kigo/Makefile =================================================================== --- games/kigo/Makefile (revision 481650) +++ games/kigo/Makefile (working copy) @@ -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/kigo-kde4/Makefile =================================================================== --- games/kigo-kde4/Makefile (revision 481650) +++ games/kigo-kde4/Makefile (working copy) @@ -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/killbots/Makefile =================================================================== --- games/killbots/Makefile (revision 481650) +++ games/killbots/Makefile (working copy) @@ -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/killbots-kde4/Makefile =================================================================== --- games/killbots-kde4/Makefile (revision 481650) +++ games/killbots-kde4/Makefile (working copy) @@ -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/kiriki/Makefile =================================================================== --- games/kiriki/Makefile (revision 481650) +++ games/kiriki/Makefile (working copy) @@ -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/kiriki-kde4/Makefile =================================================================== --- games/kiriki-kde4/Makefile (revision 481650) +++ games/kiriki-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ games/kjumpingcube/Makefile (working copy) @@ -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/kjumpingcube-kde4/Makefile =================================================================== --- games/kjumpingcube-kde4/Makefile (revision 481650) +++ games/kjumpingcube-kde4/Makefile (working copy) @@ -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/klickety/Makefile =================================================================== --- games/klickety/Makefile (revision 481650) +++ games/klickety/Makefile (working copy) @@ -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/klickety-kde4/Makefile =================================================================== --- games/klickety-kde4/Makefile (revision 481650) +++ games/klickety-kde4/Makefile (working copy) @@ -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/klines/Makefile =================================================================== --- games/klines/Makefile (revision 481650) +++ games/klines/Makefile (working copy) @@ -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/klines-kde4/Makefile =================================================================== --- games/klines-kde4/Makefile (revision 481650) +++ games/klines-kde4/Makefile (working copy) @@ -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/kmahjongg/Makefile =================================================================== --- games/kmahjongg/Makefile (revision 481650) +++ games/kmahjongg/Makefile (working copy) @@ -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/kmahjongg-kde4/Makefile =================================================================== --- games/kmahjongg-kde4/Makefile (revision 481650) +++ games/kmahjongg-kde4/Makefile (working copy) @@ -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/kmines/Makefile =================================================================== --- games/kmines/Makefile (revision 481650) +++ games/kmines/Makefile (working copy) @@ -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/kmines-kde4/Makefile =================================================================== --- games/kmines-kde4/Makefile (revision 481650) +++ games/kmines-kde4/Makefile (working copy) @@ -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/knavalbattle/Makefile =================================================================== --- games/knavalbattle/Makefile (revision 481650) +++ games/knavalbattle/Makefile (working copy) @@ -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/knavalbattle-kde4/Makefile =================================================================== --- games/knavalbattle-kde4/Makefile (revision 481650) +++ games/knavalbattle-kde4/Makefile (working copy) @@ -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/knetwalk/Makefile =================================================================== --- games/knetwalk/Makefile (revision 481650) +++ games/knetwalk/Makefile (working copy) @@ -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/knetwalk-kde4/Makefile =================================================================== --- games/knetwalk-kde4/Makefile (revision 481650) +++ games/knetwalk-kde4/Makefile (working copy) @@ -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/knights-kde4/Makefile =================================================================== --- games/knights-kde4/Makefile (revision 481650) +++ games/knights-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- games/kolf/Makefile (revision 481650) +++ games/kolf/Makefile (working copy) @@ -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/kolf-kde4/Makefile =================================================================== --- games/kolf-kde4/Makefile (revision 481650) +++ games/kolf-kde4/Makefile (working copy) @@ -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/kollision/Makefile =================================================================== --- games/kollision/Makefile (revision 481650) +++ games/kollision/Makefile (working copy) @@ -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/kollision-kde4/Makefile =================================================================== --- games/kollision-kde4/Makefile (revision 481650) +++ games/kollision-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ games/konquest/Makefile (working copy) @@ -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/konquest-kde4/Makefile =================================================================== --- games/konquest-kde4/Makefile (revision 481650) +++ games/konquest-kde4/Makefile (working copy) @@ -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/kpat/Makefile =================================================================== --- games/kpat/Makefile (revision 481650) +++ games/kpat/Makefile (working copy) @@ -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/kpat-kde4/Makefile =================================================================== --- games/kpat-kde4/Makefile (revision 481650) +++ games/kpat-kde4/Makefile (working copy) @@ -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/kreversi/Makefile =================================================================== --- games/kreversi/Makefile (revision 481650) +++ games/kreversi/Makefile (working copy) @@ -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/kreversi-kde4/Makefile =================================================================== --- games/kreversi-kde4/Makefile (revision 481650) +++ games/kreversi-kde4/Makefile (working copy) @@ -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/kshisen/Makefile =================================================================== --- games/kshisen/Makefile (revision 481650) +++ games/kshisen/Makefile (working copy) @@ -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/kshisen-kde4/Makefile =================================================================== --- games/kshisen-kde4/Makefile (revision 481650) +++ games/kshisen-kde4/Makefile (working copy) @@ -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/ksirk/Makefile =================================================================== --- games/ksirk/Makefile (revision 481650) +++ games/ksirk/Makefile (working copy) @@ -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/ksirk-kde4/Makefile =================================================================== --- games/ksirk-kde4/Makefile (revision 481650) +++ games/ksirk-kde4/Makefile (working copy) @@ -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/ksnakeduel/Makefile =================================================================== --- games/ksnakeduel/Makefile (revision 481650) +++ games/ksnakeduel/Makefile (working copy) @@ -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/ksnakeduel-kde4/Makefile =================================================================== --- games/ksnakeduel-kde4/Makefile (revision 481650) +++ games/ksnakeduel-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ games/kspaceduel/Makefile (working copy) @@ -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/kspaceduel-kde4/Makefile =================================================================== --- games/kspaceduel-kde4/Makefile (revision 481650) +++ games/kspaceduel-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ games/ksquares/Makefile (working copy) @@ -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/ksquares-kde4/Makefile =================================================================== --- games/ksquares-kde4/Makefile (revision 481650) +++ games/ksquares-kde4/Makefile (working copy) @@ -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/ksudoku/Makefile =================================================================== --- games/ksudoku/Makefile (revision 481650) +++ games/ksudoku/Makefile (working copy) @@ -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/ksudoku-kde4/Makefile =================================================================== --- games/ksudoku-kde4/Makefile (revision 481650) +++ games/ksudoku-kde4/Makefile (working copy) @@ -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/ktuberling/Makefile =================================================================== --- games/ktuberling/Makefile (revision 481650) +++ games/ktuberling/Makefile (working copy) @@ -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/ktuberling-kde4/Makefile =================================================================== --- games/ktuberling-kde4/Makefile (revision 481650) +++ games/ktuberling-kde4/Makefile (working copy) @@ -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/kubrick/Makefile =================================================================== --- games/kubrick/Makefile (revision 481650) +++ games/kubrick/Makefile (working copy) @@ -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/kubrick-kde4/Makefile =================================================================== --- games/kubrick-kde4/Makefile (revision 481650) +++ games/kubrick-kde4/Makefile (working copy) @@ -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/libkdegames/Makefile =================================================================== --- games/libkdegames/Makefile (revision 481650) +++ games/libkdegames/Makefile (working copy) @@ -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/libkdegames-kde4/Makefile =================================================================== --- games/libkdegames-kde4/Makefile (revision 481650) +++ games/libkdegames-kde4/Makefile (working copy) @@ -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/libkmahjongg/Makefile =================================================================== --- games/libkmahjongg/Makefile (revision 481650) +++ games/libkmahjongg/Makefile (working copy) @@ -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/libkmahjongg-kde4/Makefile =================================================================== --- games/libkmahjongg-kde4/Makefile (revision 481650) +++ games/libkmahjongg-kde4/Makefile (working copy) @@ -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/lskat/Makefile =================================================================== --- games/lskat/Makefile (revision 481650) +++ games/lskat/Makefile (working copy) @@ -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/lskat-kde4/Makefile =================================================================== --- games/lskat-kde4/Makefile (revision 481650) +++ games/lskat-kde4/Makefile (working copy) @@ -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/megaglest/Makefile =================================================================== --- games/megaglest/Makefile (revision 481650) +++ games/megaglest/Makefile (working copy) @@ -29,7 +29,7 @@ SUB_FILES= pkg-message -USES= cmake compiler:c++11-lib display:build dos2unix jpeg lua \ +USES= cmake:insource compiler:c++11-lib display:build dos2unix jpeg lua \ openal:al,alut pkgconfig USE_GL= glew gl glu USE_SDL= sdl2 Index: games/memonix/Makefile =================================================================== --- games/memonix/Makefile (revision 481650) +++ games/memonix/Makefile (working copy) @@ -23,7 +23,7 @@ LICENSE_DISTFILES_unknown= memx16.tar.gz LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} -USES= cmake zip +USES= cmake:insource zip USE_SDL= sdl mixer image USE_GL= yes Index: games/multimc/Makefile =================================================================== --- games/multimc/Makefile (revision 481650) +++ games/multimc/Makefile (working copy) @@ -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 (revision 481650) +++ games/nxengine/Makefile (working copy) @@ -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/odamex/Makefile =================================================================== --- games/odamex/Makefile (revision 481650) +++ games/odamex/Makefile (working copy) @@ -17,7 +17,7 @@ LIB_DEPENDS= libpng.so:graphics/png USE_SDL= sdl mixer -USES= cmake compiler dos2unix tar:bzip2 +USES= cmake:insource compiler dos2unix tar:bzip2 DOS2UNIX_FILES= CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} Index: games/openage/Makefile =================================================================== --- games/openage/Makefile (revision 481650) +++ games/openage/Makefile (working copy) @@ -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/openastromenace/Makefile =================================================================== --- games/openastromenace/Makefile (revision 481650) +++ games/openastromenace/Makefile (working copy) @@ -19,7 +19,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= cmake openal:al,alut tar:bzip2 +USES= cmake:insource openal:al,alut tar:bzip2 USE_XORG= x11 xinerama USE_GL= gl glu USE_SDL= sdl Index: games/openclaw/Makefile =================================================================== --- games/openclaw/Makefile (revision 481650) +++ games/openclaw/Makefile (working copy) @@ -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/openlierox/Makefile =================================================================== --- games/openlierox/Makefile (revision 481650) +++ games/openlierox/Makefile (working copy) @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_signals.so:devel/boost-libs \ libcurl.so:ftp/curl -USES= tar:bzip2 cmake localbase pkgconfig +USES= tar:bzip2 cmake:insource localbase pkgconfig USE_SDL= sdl image USE_GNOME= libxml2 Index: games/openmw/Makefile =================================================================== --- games/openmw/Makefile (revision 481650) +++ games/openmw/Makefile (working copy) @@ -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/openomf/Makefile =================================================================== --- games/openomf/Makefile (revision 481650) +++ games/openomf/Makefile (working copy) @@ -27,7 +27,7 @@ GH_TUPLE= omf2097:libShadowDive:b2c34a6:shadow \ kode54:dumb:238f23c:libdumb -USES= cmake compiler:c++11-lang gettext openal +USES= cmake:insource compiler:c++11-lang gettext openal USE_SDL= sdl2 LLD_UNSAFE= yes Index: games/openrct2/Makefile =================================================================== --- games/openrct2/Makefile (revision 481650) +++ games/openrct2/Makefile (working copy) @@ -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/openspades/Makefile =================================================================== --- games/openspades/Makefile (revision 481650) +++ games/openspades/Makefile (working copy) @@ -24,7 +24,7 @@ USE_GITHUB= yes GH_ACCOUNT= yvt -USES= cmake compiler:c++11-lib desktop-file-utils +USES= cmake:insource compiler:c++11-lib desktop-file-utils CMAKE_ARGS= -DOPENSPADES_RESOURCES=OFF \ -DOPENSPADES_INSTALL_MAN="man/man6" \ -DOPENSPADES_INSTALL_BINARY="bin" \ Index: games/pairs-kde4/Makefile =================================================================== --- games/pairs-kde4/Makefile (revision 481650) +++ games/pairs-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- games/palapeli/Makefile (revision 481650) +++ games/palapeli/Makefile (working copy) @@ -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/palapeli-kde4/Makefile =================================================================== --- games/palapeli-kde4/Makefile (revision 481650) +++ games/palapeli-kde4/Makefile (working copy) @@ -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/palomino/Makefile =================================================================== --- games/palomino/Makefile (revision 481650) +++ games/palomino/Makefile (working copy) @@ -20,7 +20,7 @@ LIB_DEPENDS= libosg.so:graphics/osg -USES= alias cmake:noninja lua:51 tar:xz +USES= alias cmake:insource,noninja lua:51 tar:xz USE_CXXSTD= gnu++98 USE_GL= gl glu Index: games/picmi/Makefile =================================================================== --- games/picmi/Makefile (revision 481650) +++ games/picmi/Makefile (working copy) @@ -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/picmi-kde4/Makefile =================================================================== --- games/picmi-kde4/Makefile (revision 481650) +++ games/picmi-kde4/Makefile (working copy) @@ -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/py-fife/Makefile =================================================================== --- games/py-fife/Makefile (revision 481650) +++ games/py-fife/Makefile (working copy) @@ -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/solarus-quest-editor/Makefile =================================================================== --- games/solarus-quest-editor/Makefile (revision 481650) +++ games/solarus-quest-editor/Makefile (working copy) @@ -26,7 +26,7 @@ CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF USE_SDL= sdl2 ttf2 image2 USE_QT= buildtools core gui linguist qmake widgets -USES= cmake compiler:c++11-lib openal qt:5 +USES= cmake:insource compiler:c++11-lib openal qt:5 DESKTOP_ENTRIES= "Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}" \ "Game;" false Index: games/spring/Makefile =================================================================== --- games/spring/Makefile (revision 481650) +++ games/spring/Makefile (working copy) @@ -33,7 +33,7 @@ LLD_UNSAFE= yes DOS2UNIX_GLOB= *.h *.hpp *.cpp -USES= cmake compiler:c++11-lib dos2unix openal:al tar:lzma +USES= cmake:insource compiler:c++11-lib dos2unix openal:al tar:lzma USES+= desktop-file-utils shared-mime-info CMAKE_ARGS= -DDATADIR:STRING="share/${PORTNAME}" \ -DAI_TYPES:STRING="NATIVE" \ Index: games/stepmania-devel/Makefile =================================================================== --- games/stepmania-devel/Makefile (revision 481650) +++ games/stepmania-devel/Makefile (working copy) @@ -22,7 +22,7 @@ USE_GITHUB= yes -USES= cmake:outsource iconv jpeg perl5 pkgconfig shebangfix +USES= cmake:insource 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 (revision 481650) +++ games/stratagus/Makefile (working copy) @@ -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 (revision 481650) +++ games/stuntrally/Makefile (working copy) @@ -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 (revision 481650) +++ games/supertux2/Makefile (working copy) @@ -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/traingame/Makefile =================================================================== --- games/traingame/Makefile (revision 481650) +++ games/traingame/Makefile (working copy) @@ -20,7 +20,7 @@ GH_ACCOUNT= nickg GH_TAGNAME= cb6513e -USES= cmake compiler:c++11-lib dos2unix pkgconfig +USES= cmake:insource compiler:c++11-lib dos2unix pkgconfig DOS2UNIX_GLOB= *.mtl *.obj USE_CXXSTD= c++11 USE_SDL= sdl image Index: games/trenchbroom/Makefile =================================================================== --- games/trenchbroom/Makefile (revision 481650) +++ games/trenchbroom/Makefile (working copy) @@ -18,7 +18,7 @@ GH_PROJECT= TrenchBroom GH_TAGNAME= ed46601 -USES= cmake compiler:c++11-lib pkgconfig +USES= cmake:insource compiler:c++11-lib pkgconfig USE_GL= glew USE_WX= 3.0+ CMAKE_ARGS= -DAPP_BUILD_CHANNEL:STRING="Beta for ${OPSYS}/${ARCH}" Index: games/voxelands/Makefile =================================================================== --- games/voxelands/Makefile (revision 481650) +++ games/voxelands/Makefile (working copy) @@ -17,7 +17,7 @@ BROKEN_powerpc64= fails to link: sibling call optimization does not allow automatic multiple TOCs -USES= cmake tar:bzip2 +USES= cmake:insource tar:bzip2 LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} Index: games/wesnoth/Makefile =================================================================== --- games/wesnoth/Makefile (revision 481650) +++ games/wesnoth/Makefile (working copy) @@ -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 (revision 481650) +++ games/widelands/Makefile (working copy) @@ -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 (revision 481650) +++ games/wxlauncher/Makefile (working copy) @@ -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 (revision 481650) +++ games/wyrmgus/Makefile (working copy) @@ -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 (revision 481650) +++ games/zdoom/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/ampasCTL/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/appleseed/Makefile (working copy) @@ -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/apvlv/Makefile =================================================================== --- graphics/apvlv/Makefile (revision 481650) +++ graphics/apvlv/Makefile (working copy) @@ -16,7 +16,7 @@ LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib USE_GNOME= gtk20 -USES= cmake pkgconfig +USES= cmake:insource pkgconfig USE_GITHUB= yes GH_ACCOUNT= naihe2010 CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc \ Index: graphics/aqsis/Makefile =================================================================== --- graphics/aqsis/Makefile (revision 481650) +++ graphics/aqsis/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/aseprite/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/blender/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/cloudcompare/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/converseen/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/cuneiform/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/darktable/Makefile (working copy) @@ -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/diffpdf/Makefile =================================================================== --- graphics/diffpdf/Makefile (revision 481650) +++ graphics/diffpdf/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= GPLv2+ -LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 +BROKEN= Requires unsupported poppler-qt4 USES= compiler:c++11-lang qmake qt:4 USE_QT= qmake_build moc_build rcc_build uic_build linguist_build Index: graphics/digikam/Makefile =================================================================== --- graphics/digikam/Makefile (revision 481650) +++ graphics/digikam/Makefile (working copy) @@ -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/digikam-kde4/Makefile.common =================================================================== --- graphics/digikam-kde4/Makefile.common (revision 481650) +++ graphics/digikam-kde4/Makefile.common (working copy) @@ -117,7 +117,7 @@ USES+= qt:4 tar:bzip2 .if !defined(NO_BUILD) -USES+= cmake:noninja kde:4 +USES+= cmake:insource,noninja kde:4 USE_KDE+= automoc4 kdelibs USE_QT+= qmake_build moc_build rcc_build uic_build Index: graphics/drawpile/Makefile =================================================================== --- graphics/drawpile/Makefile (revision 481650) +++ graphics/drawpile/Makefile (working copy) @@ -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/dspdfviewer/Makefile =================================================================== --- graphics/dspdfviewer/Makefile (revision 481650) +++ graphics/dspdfviewer/Makefile (working copy) @@ -19,7 +19,7 @@ CONFIGURE_WRKSRC= ${WRKSRC}/build INSTALL_WRKSRC= ${WRKSRC}/build -USES= cmake pkgconfig qt:5 +USES= cmake:insource pkgconfig qt:5 USE_QT= buildtools_build core gui qmake_build linguisttools widgets xml CMAKE_ARGS= -DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so -DBuildTests=OFF USE_LDCONFIG= yes Index: graphics/exiv2/Makefile =================================================================== --- graphics/exiv2/Makefile (revision 481650) +++ graphics/exiv2/Makefile (working copy) @@ -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/freeglut/Makefile =================================================================== --- graphics/freeglut/Makefile (revision 481650) +++ graphics/freeglut/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake pathfix +USES= cmake:insource pathfix USE_LDCONFIG= yes USE_XORG= ice x11 xi xrandr USE_GL= gl glu Index: graphics/frei0r/Makefile =================================================================== --- graphics/frei0r/Makefile (revision 481650) +++ graphics/frei0r/Makefile (working copy) @@ -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/glfw/Makefile =================================================================== --- graphics/glfw/Makefile (revision 481650) +++ graphics/glfw/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= cmake localbase zip +USES= cmake:insource localbase zip USE_GL= glu USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS Index: graphics/gmic/Makefile =================================================================== --- graphics/gmic/Makefile (revision 481650) +++ graphics/gmic/Makefile (working copy) @@ -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/gmic-qt/Makefile =================================================================== --- graphics/gmic-qt/Makefile (revision 481650) +++ graphics/gmic-qt/Makefile (working copy) @@ -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/gwenview/Makefile =================================================================== --- graphics/gwenview/Makefile (revision 481650) +++ graphics/gwenview/Makefile (working copy) @@ -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/gwenview-kde4/Makefile =================================================================== --- graphics/gwenview-kde4/Makefile (revision 481650) +++ graphics/gwenview-kde4/Makefile (working copy) @@ -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/instant-meshes/Makefile =================================================================== --- graphics/instant-meshes/Makefile (revision 481650) +++ graphics/instant-meshes/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/jpeg-turbo/Makefile (working copy) @@ -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/Makefile =================================================================== --- graphics/kamera/Makefile (revision 481650) +++ graphics/kamera/Makefile (working copy) @@ -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/kamera-kde4/Makefile =================================================================== --- graphics/kamera-kde4/Makefile (revision 481650) +++ graphics/kamera-kde4/Makefile (working copy) @@ -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/kcolorchooser/Makefile =================================================================== --- graphics/kcolorchooser/Makefile (revision 481650) +++ graphics/kcolorchooser/Makefile (working copy) @@ -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/kcolorchooser-kde4/Makefile =================================================================== --- graphics/kcolorchooser-kde4/Makefile (revision 481650) +++ graphics/kcolorchooser-kde4/Makefile (working copy) @@ -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/kdegraphics-mobipocket/Makefile =================================================================== --- graphics/kdegraphics-mobipocket/Makefile (revision 481650) +++ graphics/kdegraphics-mobipocket/Makefile (working copy) @@ -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-mobipocket-kde4/Makefile =================================================================== --- graphics/kdegraphics-mobipocket-kde4/Makefile (revision 481650) +++ graphics/kdegraphics-mobipocket-kde4/Makefile (working copy) @@ -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-strigi-analyzer-kde4/Makefile =================================================================== --- graphics/kdegraphics-strigi-analyzer-kde4/Makefile (revision 481650) +++ graphics/kdegraphics-strigi-analyzer-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- graphics/kdegraphics-svgpart/Makefile (revision 481650) +++ graphics/kdegraphics-svgpart/Makefile (working copy) @@ -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-svgpart-kde4/Makefile =================================================================== --- graphics/kdegraphics-svgpart-kde4/Makefile (revision 481650) +++ graphics/kdegraphics-svgpart-kde4/Makefile (working copy) @@ -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-thumbnailers/Makefile =================================================================== --- graphics/kdegraphics-thumbnailers/Makefile (revision 481650) +++ graphics/kdegraphics-thumbnailers/Makefile (working copy) @@ -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/kdegraphics-thumbnailers-kde4/Makefile =================================================================== --- graphics/kdegraphics-thumbnailers-kde4/Makefile (revision 481650) +++ graphics/kdegraphics-thumbnailers-kde4/Makefile (working copy) @@ -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/kdiagram/Makefile =================================================================== --- graphics/kdiagram/Makefile (revision 481650) +++ graphics/kdiagram/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/kf5-kimageformats/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/kf5-kplotting/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/kf5-prison/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/kgraphviewer/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/kimagemapeditor/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/kipiplugins/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/klatexformula/Makefile (working copy) @@ -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/Makefile =================================================================== --- graphics/kolourpaint/Makefile (revision 481650) +++ graphics/kolourpaint/Makefile (working copy) @@ -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/kolourpaint-kde4/Makefile =================================================================== --- graphics/kolourpaint-kde4/Makefile (revision 481650) +++ graphics/kolourpaint-kde4/Makefile (working copy) @@ -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/kphotoalbum/Makefile =================================================================== --- graphics/kphotoalbum/Makefile (revision 481650) +++ graphics/kphotoalbum/Makefile (working copy) @@ -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/kphotoalbum-kde4/Makefile =================================================================== --- graphics/kphotoalbum-kde4/Makefile (revision 481650) +++ graphics/kphotoalbum-kde4/Makefile (working copy) @@ -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/kqtquickcharts-kde4/Makefile =================================================================== --- graphics/kqtquickcharts-kde4/Makefile (revision 481650) +++ graphics/kqtquickcharts-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/krita/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/ksaneplugin-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/ksnapshot-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- graphics/libkdcraw/Makefile (revision 481650) +++ graphics/libkdcraw/Makefile (working copy) @@ -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/libkdcraw-kde4/Makefile =================================================================== --- graphics/libkdcraw-kde4/Makefile (revision 481650) +++ graphics/libkdcraw-kde4/Makefile (working copy) @@ -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/libkexiv2/Makefile =================================================================== --- graphics/libkexiv2/Makefile (revision 481650) +++ graphics/libkexiv2/Makefile (working copy) @@ -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/libkexiv2-kde4/Makefile =================================================================== --- graphics/libkexiv2-kde4/Makefile (revision 481650) +++ graphics/libkexiv2-kde4/Makefile (working copy) @@ -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/libkipi/Makefile =================================================================== --- graphics/libkipi/Makefile (revision 481650) +++ graphics/libkipi/Makefile (working copy) @@ -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/libkipi-kde4/Makefile =================================================================== --- graphics/libkipi-kde4/Makefile (revision 481650) +++ graphics/libkipi-kde4/Makefile (working copy) @@ -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/libksane/Makefile =================================================================== --- graphics/libksane/Makefile (revision 481650) +++ graphics/libksane/Makefile (working copy) @@ -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/libksane-kde4/Makefile =================================================================== --- graphics/libksane-kde4/Makefile (revision 481650) +++ graphics/libksane-kde4/Makefile (working copy) @@ -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/libkscreen/Makefile =================================================================== --- graphics/libkscreen/Makefile (revision 481650) +++ graphics/libkscreen/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/libpillowfight/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/libprojectm/Makefile (working copy) @@ -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/lprof-devel/Makefile =================================================================== --- graphics/lprof-devel/Makefile (revision 481650) +++ graphics/lprof-devel/Makefile (working copy) @@ -16,7 +16,7 @@ libtiff.so:graphics/tiff \ libvigraimpex.so:graphics/vigra -USES= cmake desktop-file-utils jpeg qt:4 tar:bzip2 +USES= cmake:insource desktop-file-utils jpeg qt:4 tar:bzip2 USE_XORG= x11 xext sm ice xxf86vm USE_QT= corelib gui qt3support svg assistantclient \ linguisttools_build qmake_build moc_build uic_build rcc_build Index: graphics/luminance-qt5/Makefile =================================================================== --- graphics/luminance-qt5/Makefile (revision 481650) +++ graphics/luminance-qt5/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/lximage-qt/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/lximageqt-l10n/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/mapcache/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/mapserver/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/ogre3d/Makefile (working copy) @@ -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/Makefile =================================================================== --- graphics/okular/Makefile (revision 481650) +++ graphics/okular/Makefile (working copy) @@ -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/okular-kde4/Makefile =================================================================== --- graphics/okular-kde4/Makefile (revision 481650) +++ graphics/okular-kde4/Makefile (working copy) @@ -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/open3d/Makefile =================================================================== --- graphics/open3d/Makefile (revision 481650) +++ graphics/open3d/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/opencollada/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/opencolorio/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/opencv/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/openimageio/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/openorienteering-mapper/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/openshadinglanguage/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/opensubdiv/Makefile (working copy) @@ -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/Makefile =================================================================== --- graphics/osg/Makefile (revision 481650) +++ graphics/osg/Makefile (working copy) @@ -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/osg-devel/Makefile =================================================================== --- graphics/osg-devel/Makefile (revision 481650) +++ graphics/osg-devel/Makefile (working copy) @@ -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/partio/Makefile =================================================================== --- graphics/partio/Makefile (revision 481650) +++ graphics/partio/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/pcl-pointclouds/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/pfstools/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/photoqt/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/piglit/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/pngwriter/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/polyclipping/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/prison/Makefile (working copy) @@ -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/ptex/Makefile =================================================================== --- graphics/ptex/Makefile (revision 481650) +++ graphics/ptex/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE -USES= cmake +USES= cmake:insource USE_LDCONFIG= yes USE_GITHUB= yes Index: graphics/py-open3d-python/Makefile =================================================================== --- graphics/py-open3d-python/Makefile (revision 481650) +++ graphics/py-open3d-python/Makefile (working copy) @@ -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/rawtherapee/Makefile =================================================================== --- graphics/rawtherapee/Makefile (revision 481650) +++ graphics/rawtherapee/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/reactphysics3d/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/showimage/Makefile (working copy) @@ -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/simpleviewer/Makefile =================================================================== --- graphics/simpleviewer/Makefile (revision 481650) +++ graphics/simpleviewer/Makefile (working copy) @@ -25,7 +25,7 @@ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp -USES= cmake compiler:c++11-lang jpeg pkgconfig tar:bzip2 +USES= cmake:insource compiler:c++11-lang jpeg pkgconfig tar:bzip2 USE_GL= glu USE_XORG= ice sm x11 xcursor xext xinerama xrandr xxf86vm Index: graphics/skanlite/Makefile =================================================================== --- graphics/skanlite/Makefile (revision 481650) +++ graphics/skanlite/Makefile (working copy) @@ -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/skanlite-kde4/Makefile =================================================================== --- graphics/skanlite-kde4/Makefile (revision 481650) +++ graphics/skanlite-kde4/Makefile (working copy) @@ -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/spectacle/Makefile =================================================================== --- graphics/spectacle/Makefile (revision 481650) +++ graphics/spectacle/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/tulip/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/vigra/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/vulkan-loader/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/vv/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/waffle/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/waylandpp/Makefile (working copy) @@ -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/xcftools/Makefile =================================================================== --- graphics/xcftools/Makefile (revision 481650) +++ graphics/xcftools/Makefile (working copy) @@ -18,7 +18,7 @@ GH_TAGNAME= d72ba82 # option NLS (for gettext) is wrong as this port allways needs NLS: -USES= libtool cmake:noninja gmake iconv pkgconfig perl5 gettext +USES= libtool cmake:insource,noninja gmake iconv pkgconfig perl5 gettext USE_PERL5= build run GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: graphics/xpdf4/Makefile =================================================================== --- graphics/xpdf4/Makefile (revision 481650) +++ graphics/xpdf4/Makefile (working copy) @@ -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 (revision 481650) +++ graphics/yafaray/Makefile (working copy) @@ -27,7 +27,7 @@ libpng16.so:graphics/png \ libtiff.so:graphics/tiff -USES= cmake:outsource gnome jpeg +USES= cmake gnome jpeg USE_GITHUB= yes GH_ACCOUNT= YafaRay GH_PROJECT= Core Index: graphics/yagf/Makefile =================================================================== --- graphics/yagf/Makefile (revision 481650) +++ graphics/yagf/Makefile (working copy) @@ -25,7 +25,7 @@ OPTIONS_DEFAULT= CUNEIFORM -USES= cmake desktop-file-utils pkgconfig qt:4 +USES= cmake:insource desktop-file-utils pkgconfig qt:4 USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_QT= corelib gui imageformats linguist_build \ Index: irc/anope/Makefile =================================================================== --- irc/anope/Makefile (revision 481650) +++ irc/anope/Makefile (working copy) @@ -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 (revision 481650) +++ irc/konversation/Makefile (working copy) @@ -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/minbif/Makefile =================================================================== --- irc/minbif/Makefile (revision 481650) +++ irc/minbif/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libpurple.so:net-im/libpurple -USES= cmake pkgconfig +USES= cmake:insource pkgconfig USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} Index: irc/quassel/Makefile =================================================================== --- irc/quassel/Makefile (revision 481650) +++ irc/quassel/Makefile (working copy) @@ -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 (revision 481650) +++ irc/weechat/Makefile (working copy) @@ -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/Makefile =================================================================== --- japanese/kiten/Makefile (revision 481650) +++ japanese/kiten/Makefile (working copy) @@ -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: japanese/kiten-kde4/Makefile =================================================================== --- japanese/kiten-kde4/Makefile (revision 481650) +++ japanese/kiten-kde4/Makefile (working copy) @@ -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: lang/cling/Makefile =================================================================== --- lang/cling/Makefile (revision 481650) +++ lang/cling/Makefile (working copy) @@ -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/Makefile =================================================================== --- lang/io/Makefile (revision 481650) +++ lang/io/Makefile (working copy) @@ -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/io-devel/Makefile =================================================================== --- lang/io-devel/Makefile (revision 481650) +++ lang/io-devel/Makefile (working copy) @@ -14,7 +14,7 @@ CONFLICTS= io-[0-9]* -USES= cmake:outsource,noninja compiler:c11 +USES= cmake:noninja compiler:c11 USE_LDCONFIG= yes Index: lang/kf5-kross/Makefile =================================================================== --- lang/kf5-kross/Makefile (revision 481650) +++ lang/kf5-kross/Makefile (working copy) @@ -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 (revision 481650) +++ lang/kross-interpreters/Makefile (working copy) @@ -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/Makefile =================================================================== --- lang/kturtle/Makefile (revision 481650) +++ lang/kturtle/Makefile (working copy) @@ -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/kturtle-kde4/Makefile =================================================================== --- lang/kturtle-kde4/Makefile (revision 481650) +++ lang/kturtle-kde4/Makefile (working copy) @@ -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/ldc/Makefile =================================================================== --- lang/ldc/Makefile (revision 481650) +++ lang/ldc/Makefile (working copy) @@ -22,7 +22,7 @@ BROKEN_armv7= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" -USES= cmake +USES= cmake:insource CMAKE_ARGS+= -DD_COMPILER:STRING="${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/}/bin/ldmd2" \ -DBUILD_SHARED_LIBS:STRING="BOTH" Index: lang/neko/Makefile =================================================================== --- lang/neko/Makefile (revision 481650) +++ lang/neko/Makefile (working copy) @@ -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 (revision 481650) +++ lang/nyan/Makefile (working copy) @@ -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 (revision 481650) +++ lang/opencoarrays/Makefile (working copy) @@ -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 (revision 481650) +++ lang/pocl/Makefile (working copy) @@ -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 (revision 481650) +++ mail/geary/Makefile (working copy) @@ -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/libcmime/Makefile =================================================================== --- mail/libcmime/Makefile (revision 481650) +++ mail/libcmime/Makefile (working copy) @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison cmake:noninja pkgconfig +USES= bison cmake:insource,noninja pkgconfig USE_LDCONFIG= yes CMAKE_ARGS= --no-warn-unused-cli Index: mail/libvmime/Makefile =================================================================== --- mail/libvmime/Makefile (revision 481650) +++ mail/libvmime/Makefile (working copy) @@ -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 (revision 481650) +++ mail/rmilter/Makefile (working copy) @@ -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/Makefile =================================================================== --- mail/rspamd/Makefile (revision 481650) +++ mail/rspamd/Makefile (working copy) @@ -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: mail/rspamd-devel/Makefile =================================================================== --- mail/rspamd-devel/Makefile (revision 481650) +++ mail/rspamd-devel/Makefile (working copy) @@ -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: math/SCIP/Makefile =================================================================== --- math/SCIP/Makefile (revision 481650) +++ math/SCIP/Makefile (working copy) @@ -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 (revision 481650) +++ math/SoPlex/Makefile (working copy) @@ -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 (revision 481650) +++ math/ambit/Makefile (working copy) @@ -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/Makefile =================================================================== --- math/analitza/Makefile (revision 481650) +++ math/analitza/Makefile (working copy) @@ -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/analitza-kde4/Makefile =================================================================== --- math/analitza-kde4/Makefile (revision 481650) +++ math/analitza-kde4/Makefile (working copy) @@ -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/aspcud/Makefile =================================================================== --- math/aspcud/Makefile (revision 481650) +++ math/aspcud/Makefile (working copy) @@ -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 (revision 481650) +++ math/blaze/Makefile (working copy) @@ -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 (revision 481650) +++ math/blazeiterative/Makefile (working copy) @@ -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 (revision 481650) +++ math/cadabra2/Makefile (working copy) @@ -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/Makefile =================================================================== --- math/cantor/Makefile (revision 481650) +++ math/cantor/Makefile (working copy) @@ -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/cantor-kde4/Makefile =================================================================== --- math/cantor-kde4/Makefile (revision 481650) +++ math/cantor-kde4/Makefile (working copy) @@ -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/ceres-solver/Makefile =================================================================== --- math/ceres-solver/Makefile (revision 481650) +++ math/ceres-solver/Makefile (working copy) @@ -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 (revision 481650) +++ math/clasp/Makefile (working copy) @@ -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 (revision 481650) +++ math/cminpack/Makefile (working copy) @@ -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 (revision 481650) +++ math/cryptominisat/Makefile (working copy) @@ -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 (revision 481650) +++ math/deal.ii/Makefile (working copy) @@ -17,7 +17,7 @@ libmetis.so:math/metis \ 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 (revision 481650) +++ math/eigen3/Makefile (working copy) @@ -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 (revision 481650) +++ math/flann/Makefile (working copy) @@ -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 (revision 481650) +++ math/flint2/Makefile (working copy) @@ -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 (revision 481650) +++ math/g2o/Makefile (working copy) @@ -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 (revision 481650) +++ math/glm/Makefile (working copy) @@ -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/Makefile =================================================================== --- math/kalgebra/Makefile (revision 481650) +++ math/kalgebra/Makefile (working copy) @@ -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/kalgebra-kde4/Makefile =================================================================== --- math/kalgebra-kde4/Makefile (revision 481650) +++ math/kalgebra-kde4/Makefile (working copy) @@ -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/kbruch/Makefile =================================================================== --- math/kbruch/Makefile (revision 481650) +++ math/kbruch/Makefile (working copy) @@ -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/kbruch-kde4/Makefile =================================================================== --- math/kbruch-kde4/Makefile (revision 481650) +++ math/kbruch-kde4/Makefile (working copy) @@ -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/kcalc/Makefile =================================================================== --- math/kcalc/Makefile (revision 481650) +++ math/kcalc/Makefile (working copy) @@ -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/kcalc-kde4/Makefile =================================================================== --- math/kcalc-kde4/Makefile (revision 481650) +++ math/kcalc-kde4/Makefile (working copy) @@ -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/kig/Makefile =================================================================== --- math/kig/Makefile (revision 481650) +++ math/kig/Makefile (working copy) @@ -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/kig-kde4/Makefile =================================================================== --- math/kig-kde4/Makefile (revision 481650) +++ math/kig-kde4/Makefile (working copy) @@ -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/kmplot/Makefile =================================================================== --- math/kmplot/Makefile (revision 481650) +++ math/kmplot/Makefile (working copy) @@ -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/kmplot-kde4/Makefile =================================================================== --- math/kmplot-kde4/Makefile (revision 481650) +++ math/kmplot-kde4/Makefile (working copy) @@ -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/labplot/Makefile =================================================================== --- math/labplot/Makefile (revision 481650) +++ math/labplot/Makefile (working copy) @@ -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 (revision 481650) +++ math/lean/Makefile (working copy) @@ -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 (revision 481650) +++ math/liborigin/Makefile (working copy) @@ -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 (revision 481650) +++ math/libpgmath/Makefile (working copy) @@ -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 (revision 481650) +++ math/libpoly/Makefile (working copy) @@ -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 (revision 481650) +++ math/mathgl/Makefile (working copy) @@ -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 (revision 481650) +++ math/mkl-dnn/Makefile (working copy) @@ -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 (revision 481650) +++ math/mlpack/Makefile (working copy) @@ -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 (revision 481650) +++ math/mppp/Makefile (working copy) @@ -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 (revision 481650) +++ math/nanoflann/Makefile (working copy) @@ -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 (revision 481650) +++ math/pantheon-calculator/Makefile (working copy) @@ -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/parmetis/Makefile =================================================================== --- math/parmetis/Makefile (revision 481650) +++ math/parmetis/Makefile (working copy) @@ -28,7 +28,7 @@ OPENMPI_VARS_OFF= MPICC=${LOCALBASE}/bin/mpicc \ MPICXX=${LOCALBASE}/bin/mpicxx -USES= cmake:noninja gmake +USES= cmake:insource,noninja gmake PLIST_FILES= include/parmetis/metis.h \ include/parmetis/parmetis.h \ Index: math/pdal/Makefile =================================================================== --- math/pdal/Makefile (revision 481650) +++ math/pdal/Makefile (working copy) @@ -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 (revision 481650) +++ math/petiga/Makefile (working copy) @@ -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 (revision 481650) +++ math/piranha/Makefile (working copy) @@ -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 (revision 481650) +++ math/plplot/Makefile (working copy) @@ -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 (revision 481650) +++ math/py-libpoly/Makefile (working copy) @@ -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 (revision 481650) +++ math/py-piranha/Makefile (working copy) @@ -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/qtoctave/Makefile =================================================================== --- math/qtoctave/Makefile (revision 481650) +++ math/qtoctave/Makefile (working copy) @@ -14,7 +14,7 @@ USE_QT= designer gui network script svg xml \ qmake_build moc_build rcc_build uic_build \ linguisttools_build -USES= cmake qt:4 +USES= cmake:insource qt:4 CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off post-patch: Index: math/rocs/Makefile =================================================================== --- math/rocs/Makefile (revision 481650) +++ math/rocs/Makefile (working copy) @@ -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/rocs-kde4/Makefile =================================================================== --- math/rocs-kde4/Makefile (revision 481650) +++ math/rocs-kde4/Makefile (working copy) @@ -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/scalapack/Makefile =================================================================== --- math/scalapack/Makefile (revision 481650) +++ math/scalapack/Makefile (working copy) @@ -19,7 +19,7 @@ CONFLICTS= elmer-mathlibs-1* USE_LDCONFIG= yes -USES= cmake fortran pathfix +USES= cmake:insource fortran pathfix CMAKE_ARGS_ST= -DBUILD_STATIC_LIBS:BOOL=ON CMAKE_ARGS_SH= -DBUILD_SHARED_LIBS:BOOL=ON CMAKE_ARGS= ${CMAKE_ARGS_ST} Index: math/sleef/Makefile =================================================================== --- math/sleef/Makefile (revision 481650) +++ math/sleef/Makefile (working copy) @@ -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 (revision 481650) +++ math/speedcrunch/Makefile (working copy) @@ -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 (revision 481650) +++ math/stp/Makefile (working copy) @@ -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 (revision 481650) +++ math/sundials/Makefile (working copy) @@ -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 (revision 481650) +++ math/superlu/Makefile (working copy) @@ -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 (revision 481650) +++ math/viennacl/Makefile (working copy) @@ -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 Index: math/vtk5/Makefile =================================================================== --- math/vtk5/Makefile (revision 481650) +++ math/vtk5/Makefile (working copy) @@ -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 (revision 481650) +++ math/vtk6/Makefile (working copy) @@ -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 (revision 481650) +++ math/vtk8/Makefile (working copy) @@ -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 (revision 481650) +++ math/xlife++/Makefile (working copy) @@ -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 (revision 481650) +++ math/yacas/Makefile (working copy) @@ -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 (revision 481650) +++ misc/artikulate/Makefile (working copy) @@ -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 (revision 481650) +++ misc/bibletime/Makefile (working copy) @@ -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 Index: misc/kde-thumbnailer-epub/Makefile =================================================================== --- misc/kde-thumbnailer-epub/Makefile (revision 481650) +++ misc/kde-thumbnailer-epub/Makefile (working copy) @@ -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 (revision 481650) +++ misc/kde-thumbnailer-fb2/Makefile (working copy) @@ -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 (revision 481650) +++ misc/kdeedu-data/Makefile (working copy) @@ -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 (revision 481650) +++ misc/kf5-purpose/Makefile (working copy) @@ -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/Makefile =================================================================== --- misc/kgeography/Makefile (revision 481650) +++ misc/kgeography/Makefile (working copy) @@ -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/kgeography-kde4/Makefile =================================================================== --- misc/kgeography-kde4/Makefile (revision 481650) +++ misc/kgeography-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ misc/klettres/Makefile (working copy) @@ -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/klettres-kde4/Makefile =================================================================== --- misc/klettres-kde4/Makefile (revision 481650) +++ misc/klettres-kde4/Makefile (working copy) @@ -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/ktouch/Makefile =================================================================== --- misc/ktouch/Makefile (revision 481650) +++ misc/ktouch/Makefile (working copy) @@ -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/ktouch-kde4/Makefile =================================================================== --- misc/ktouch-kde4/Makefile (revision 481650) +++ misc/ktouch-kde4/Makefile (working copy) @@ -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/kwordquiz/Makefile =================================================================== --- misc/kwordquiz/Makefile (revision 481650) +++ misc/kwordquiz/Makefile (working copy) @@ -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/kwordquiz-kde4/Makefile =================================================================== --- misc/kwordquiz-kde4/Makefile (revision 481650) +++ misc/kwordquiz-kde4/Makefile (working copy) @@ -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/libkdeedu-kde4/Makefile =================================================================== --- misc/libkdeedu-kde4/Makefile (revision 481650) +++ misc/libkdeedu-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ misc/libkeduvocdocument/Makefile (working copy) @@ -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 (revision 481650) +++ misc/libpredict/Makefile (working copy) @@ -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 (revision 481650) +++ misc/libsweep-lidar/Makefile (working copy) @@ -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 (revision 481650) +++ misc/morse/Makefile (working copy) @@ -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 (revision 481650) +++ misc/ompl/Makefile (working copy) @@ -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 (revision 481650) +++ misc/openhmd/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libhidapi.so:comms/hidapi -USES= cmake:outsource compiler:c++11-lang +USES= cmake compiler:c++11-lang USE_GITHUB= yes USE_LDCONFIG= yes Index: misc/openmvg/Makefile =================================================================== --- misc/openmvg/Makefile (revision 481650) +++ misc/openmvg/Makefile (working copy) @@ -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/Makefile =================================================================== --- misc/parley/Makefile (revision 481650) +++ misc/parley/Makefile (working copy) @@ -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/parley-kde4/Makefile =================================================================== --- misc/parley-kde4/Makefile (revision 481650) +++ misc/parley-kde4/Makefile (working copy) @@ -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/py-SoapySDR/Makefile =================================================================== --- misc/py-SoapySDR/Makefile (revision 481650) +++ misc/py-SoapySDR/Makefile (working copy) @@ -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 (revision 481650) +++ misc/raspberrypi-userland/Makefile (working copy) @@ -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 (revision 481650) +++ misc/soapysdr/Makefile (working copy) @@ -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 (revision 481650) +++ misc/visp/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/Bento4/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/aom/Makefile (working copy) @@ -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/avidemux/Makefile.common =================================================================== --- multimedia/avidemux/Makefile.common (revision 481650) +++ multimedia/avidemux/Makefile.common (working copy) @@ -17,7 +17,7 @@ OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME:C/-.*//}/options -USES= cmake:outsource,noninja pkgconfig iconv gmake compiler:features sqlite +USES= cmake:noninja pkgconfig iconv gmake compiler:features sqlite USES+= dos2unix DOS2UNIX_FILES= cmake/admCheckMiscLibs.cmake \ avidemux_core/ADM_coreVideoCodec/include/ADM_coreVideoCodec6_export.h \ Index: multimedia/ccextractor/Makefile =================================================================== --- multimedia/ccextractor/Makefile (revision 481650) +++ multimedia/ccextractor/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/chilitags/Makefile (working copy) @@ -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/Makefile =================================================================== --- multimedia/dragon/Makefile (revision 481650) +++ multimedia/dragon/Makefile (working copy) @@ -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/dragon-kde4/Makefile =================================================================== --- multimedia/dragon-kde4/Makefile (revision 481650) +++ multimedia/dragon-kde4/Makefile (working copy) @@ -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/ffmpegthumbnailer/Makefile =================================================================== --- multimedia/ffmpegthumbnailer/Makefile (revision 481650) +++ multimedia/ffmpegthumbnailer/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/gstreamer1-qt/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/kamoso/Makefile (working copy) @@ -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/Makefile =================================================================== --- multimedia/kdemultimedia-ffmpegthumbs/Makefile (revision 481650) +++ multimedia/kdemultimedia-ffmpegthumbs/Makefile (working copy) @@ -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-ffmpegthumbs-kde4/Makefile =================================================================== --- multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile (revision 481650) +++ multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile (working copy) @@ -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-mplayerthumbs-kde4/Makefile =================================================================== --- multimedia/kdemultimedia-mplayerthumbs-kde4/Makefile (revision 481650) +++ multimedia/kdemultimedia-mplayerthumbs-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/kdenlive/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/kf5-kmediaplayer/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/kmplayer-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/kodi-addon-pvr-hts/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/kodi-addon-pvr-iptvsimple/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/kodi-devel/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/libuvc/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/nordlicht/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/obs-studio/Makefile (working copy) @@ -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-designerplugin/Makefile =================================================================== --- multimedia/phonon-designerplugin/Makefile (revision 481650) +++ multimedia/phonon-designerplugin/Makefile (working copy) @@ -17,7 +17,7 @@ qt4_PKGNAMESUFFIX= -designerplugin-qt4 qt5_PKGNAMESUFFIX= -designerplugin-qt5 -USES= cmake tar:xz +USES= cmake:insource tar:xz . if ${FLAVOR} == qt4 USES+= kde:4 qt:4 Index: multimedia/phonon-vlc/Makefile =================================================================== --- multimedia/phonon-vlc/Makefile (revision 481650) +++ multimedia/phonon-vlc/Makefile (working copy) @@ -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/Makefile =================================================================== --- multimedia/qmmp/Makefile (revision 481650) +++ multimedia/qmmp/Makefile (working copy) @@ -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/qmmp-plugin-pack/Makefile =================================================================== --- multimedia/qmmp-plugin-pack/Makefile (revision 481650) +++ multimedia/qmmp-plugin-pack/Makefile (working copy) @@ -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-plugin-pack-qt5/Makefile =================================================================== --- multimedia/qmmp-plugin-pack-qt5/Makefile (revision 481650) +++ multimedia/qmmp-plugin-pack-qt5/Makefile (working copy) @@ -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-qt5/Makefile =================================================================== --- multimedia/qmmp-qt5/Makefile (revision 481650) +++ multimedia/qmmp-qt5/Makefile (working copy) @@ -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/simplescreenrecorder/Makefile =================================================================== --- multimedia/simplescreenrecorder/Makefile (revision 481650) +++ multimedia/simplescreenrecorder/Makefile (working copy) @@ -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 (revision 481650) +++ multimedia/subtitlecomposer-kde4/Makefile (working copy) @@ -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: multimedia/vtkmpeg2encode/Makefile =================================================================== --- multimedia/vtkmpeg2encode/Makefile (revision 481650) +++ multimedia/vtkmpeg2encode/Makefile (working copy) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/mpeg2enc.h LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cmake +USES= cmake:insource USE_LDCONFIG= yes CMAKE_ARGS?= -DBUILD_SHARED_LIBS:BOOL=ON VTK_VERSION= 5.10.1 Index: multimedia/zoneminder/Makefile =================================================================== --- multimedia/zoneminder/Makefile (revision 481650) +++ multimedia/zoneminder/Makefile (working copy) @@ -35,7 +35,7 @@ GH_PROJECT= ZoneMinder GH_TUPLE= FriendsOfCake:crud:c3976f1:crud -USES= cmake:noninja jpeg mysql perl5 php shebangfix ssl +USES= cmake:insource,noninja jpeg mysql perl5 php shebangfix ssl USE_RC_SUBR= zoneminder USE_PHP= json pdo_mysql session gd sockets ctype opcache Index: multimedia/zoneminder-h264/Makefile =================================================================== --- multimedia/zoneminder-h264/Makefile (revision 481650) +++ multimedia/zoneminder-h264/Makefile (working copy) @@ -41,7 +41,7 @@ GH_TUPLE= zoneminder:ZoneMinder:e723b6d \ FriendsOfCake:crud:c3976f1:crud -USES= cmake:noninja jpeg mysql perl5 php shebangfix ssl +USES= cmake:insource,noninja jpeg mysql perl5 php shebangfix ssl USE_RC_SUBR= zoneminder USE_PHP= json pdo_mysql session gd sockets ctype Index: net/akonadi-calendar/Makefile =================================================================== --- net/akonadi-calendar/Makefile (revision 481650) +++ net/akonadi-calendar/Makefile (working copy) @@ -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 (revision 481650) +++ net/akonadi-contacts/Makefile (working copy) @@ -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 (revision 481650) +++ net/akonadi-mime/Makefile (working copy) @@ -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 (revision 481650) +++ net/akonadi-notes/Makefile (working copy) @@ -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 (revision 481650) +++ net/akonadi-search/Makefile (working copy) @@ -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 (revision 481650) +++ net/calendarsupport/Makefile (working copy) @@ -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 (revision 481650) +++ net/ceph/Makefile (working copy) @@ -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 (revision 481650) +++ net/crtmpserver/Makefile (working copy) @@ -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 (revision 481650) +++ net/eternalterminal/Makefile (working copy) @@ -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 (revision 481650) +++ net/eventviews/Makefile (working copy) @@ -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 (revision 481650) +++ net/freerdp/Makefile (working copy) @@ -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 (revision 481650) +++ net/freerdp1/Makefile (working copy) @@ -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 (revision 481650) +++ net/incidenceeditor/Makefile (working copy) @@ -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 (revision 481650) +++ net/kalarmcal/Makefile (working copy) @@ -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 (revision 481650) +++ net/kblog/Makefile (working copy) @@ -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 (revision 481650) +++ net/kcalcore/Makefile (working copy) @@ -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 (revision 481650) +++ net/kcalutils/Makefile (working copy) @@ -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 (revision 481650) +++ net/kcontacts/Makefile (working copy) @@ -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 (revision 481650) +++ net/kdav/Makefile (working copy) @@ -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/Makefile =================================================================== --- net/kdenetwork-filesharing/Makefile (revision 481650) +++ net/kdenetwork-filesharing/Makefile (working copy) @@ -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-filesharing-kde4/Makefile =================================================================== --- net/kdenetwork-filesharing-kde4/Makefile (revision 481650) +++ net/kdenetwork-filesharing-kde4/Makefile (working copy) @@ -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-strigi-analyzers-kde4/Makefile =================================================================== --- net/kdenetwork-strigi-analyzers-kde4/Makefile (revision 481650) +++ net/kdenetwork-strigi-analyzers-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ net/kf5-kholidays/Makefile (working copy) @@ -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 (revision 481650) +++ net/kf5-kxmlrpcclient/Makefile (working copy) @@ -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 (revision 481650) +++ net/kf5-syndication/Makefile (working copy) @@ -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/Makefile =================================================================== --- net/kget/Makefile (revision 481650) +++ net/kget/Makefile (working copy) @@ -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/kget-kde4/Makefile =================================================================== --- net/kget-kde4/Makefile (revision 481650) +++ net/kget-kde4/Makefile (working copy) @@ -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/kidentitymanagement/Makefile =================================================================== --- net/kidentitymanagement/Makefile (revision 481650) +++ net/kidentitymanagement/Makefile (working copy) @@ -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 (revision 481650) +++ net/kimap/Makefile (working copy) @@ -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 (revision 481650) +++ net/kio-gdrive/Makefile (working copy) @@ -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 (revision 481650) +++ net/kitinerary/Makefile (working copy) @@ -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 (revision 481650) +++ net/kldap/Makefile (working copy) @@ -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 (revision 481650) +++ net/kmailtransport/Makefile (working copy) @@ -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 (revision 481650) +++ net/kmbox/Makefile (working copy) @@ -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 (revision 481650) +++ net/kmime/Makefile (working copy) @@ -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 (revision 481650) +++ net/kontactinterface/Makefile (working copy) @@ -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 (revision 481650) +++ net/kpimtextedit/Makefile (working copy) @@ -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/Makefile =================================================================== --- net/krdc/Makefile (revision 481650) +++ net/krdc/Makefile (working copy) @@ -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/krdc-kde4/Makefile =================================================================== --- net/krdc-kde4/Makefile (revision 481650) +++ net/krdc-kde4/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libvncserver.so:net/libvncserver \ libtelepathy-qt4.so:net-im/telepathy-qt@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/krfb/Makefile =================================================================== --- net/krfb/Makefile (revision 481650) +++ net/krfb/Makefile (working copy) @@ -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/krfb-kde4/Makefile =================================================================== --- net/krfb-kde4/Makefile (revision 481650) +++ net/krfb-kde4/Makefile (working copy) @@ -13,7 +13,7 @@ LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt@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/ksmtp/Makefile =================================================================== --- net/ksmtp/Makefile (revision 481650) +++ net/ksmtp/Makefile (working copy) @@ -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 (revision 481650) +++ net/ktnef/Makefile (working copy) @@ -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 (revision 481650) +++ net/libgravatar/Makefile (working copy) @@ -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 (revision 481650) +++ net/libkfbapi/Makefile (working copy) @@ -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 (revision 481650) +++ net/libkgapi/Makefile (working copy) @@ -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 (revision 481650) +++ net/libksieve/Makefile (working copy) @@ -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/Makefile =================================================================== --- net/libkvkontakte/Makefile (revision 481650) +++ net/libkvkontakte/Makefile (working copy) @@ -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/libkvkontakte-kde4/Makefile =================================================================== --- net/libkvkontakte-kde4/Makefile (revision 481650) +++ net/libkvkontakte-kde4/Makefile (working copy) @@ -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/libmediawiki/Makefile =================================================================== --- net/libmediawiki/Makefile (revision 481650) +++ net/libmediawiki/Makefile (working copy) @@ -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 (revision 481650) +++ net/libproxy/Makefile (working copy) @@ -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 (revision 481650) +++ net/mailcommon/Makefile (working copy) @@ -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 (revision 481650) +++ net/mailimporter/Makefile (working copy) @@ -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 (revision 481650) +++ net/messagelib/Makefile (working copy) @@ -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 (revision 481650) +++ net/nitroshare/Makefile (working copy) @@ -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 (revision 481650) +++ net/nng/Makefile (working copy) @@ -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 (revision 481650) +++ net/pimcommon/Makefile (working copy) @@ -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 (revision 481650) +++ net/remmina/Makefile (working copy) @@ -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 (revision 481650) +++ net/subnetcalc/Makefile (working copy) @@ -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/tigervnc/Makefile =================================================================== --- net/tigervnc/Makefile (revision 481650) +++ net/tigervnc/Makefile (working copy) @@ -27,7 +27,7 @@ CONFLICTS= tigervnc-devel-[0-9]* \ tightvnc-[0-9]* -USES= autoreconf:build cmake:noninja cpe iconv jpeg libtool \ +USES= autoreconf:build cmake:insource,noninja cpe iconv jpeg libtool \ pkgconfig python ssl USE_GL= gl USE_LDCONFIG= yes Index: net/userfw/Makefile =================================================================== --- net/userfw/Makefile (revision 481650) +++ net/userfw/Makefile (working copy) @@ -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 Index: net/zeroconf-ioslave/Makefile =================================================================== --- net/zeroconf-ioslave/Makefile (revision 481650) +++ net/zeroconf-ioslave/Makefile (working copy) @@ -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/zeroconf-ioslave-kde4/Makefile =================================================================== --- net/zeroconf-ioslave-kde4/Makefile (revision 481650) +++ net/zeroconf-ioslave-kde4/Makefile (working copy) @@ -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/zmap/Makefile =================================================================== --- net/zmap/Makefile (revision 481650) +++ net/zmap/Makefile (working copy) @@ -19,7 +19,7 @@ USE_GITHUB= yes -USES= cmake pkgconfig +USES= cmake:insource pkgconfig MANPAGE= zblacklist.1 zmap.1 ztee.1 Index: net/zyre/Makefile =================================================================== --- net/zyre/Makefile (revision 481650) +++ net/zyre/Makefile (working copy) @@ -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: net-im/kaccounts-integration/Makefile =================================================================== --- net-im/kaccounts-integration/Makefile (revision 481650) +++ net-im/kaccounts-integration/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/kaccounts-providers/Makefile (working copy) @@ -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/Makefile =================================================================== --- net-im/kopete/Makefile (revision 481650) +++ net-im/kopete/Makefile (working copy) @@ -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/kopete-kde4/Makefile =================================================================== --- net-im/kopete-kde4/Makefile (revision 481650) +++ net-im/kopete-kde4/Makefile (working copy) @@ -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/ktp-accounts-kcm/Makefile =================================================================== --- net-im/ktp-accounts-kcm/Makefile (revision 481650) +++ net-im/ktp-accounts-kcm/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/ktp-approver/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/ktp-auth-handler/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/ktp-call-ui/Makefile (working copy) @@ -15,7 +15,7 @@ libtelepathy-glib.so:net-im/telepathy-glib \ libtelepathy-qt5-farstream.so:net-im/telepathy-qt@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 (revision 481650) +++ net-im/ktp-common-internals/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/ktp-contact-list/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/ktp-contact-runner/Makefile (working copy) @@ -10,7 +10,7 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@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 (revision 481650) +++ net-im/ktp-desktop-applets/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/ktp-filetransfer-handler/Makefile (working copy) @@ -10,7 +10,7 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@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 (revision 481650) +++ net-im/ktp-kded-module/Makefile (working copy) @@ -10,7 +10,7 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@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 (revision 481650) +++ net-im/ktp-send-file/Makefile (working copy) @@ -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 (revision 481650) +++ net-im/ktp-text-ui/Makefile (working copy) @@ -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/telegram-desktop/Makefile =================================================================== --- net-im/telegram-desktop/Makefile (revision 481650) +++ net-im/telegram-desktop/Makefile (working copy) @@ -22,7 +22,7 @@ libopenal.so:audio/openal-soft \ libopus.so:audio/opus -USES= compiler:c++17-lang cmake:noninja,outsource desktop-file-utils gmake pkgconfig python:2.7,build qt:5 ssl +USES= compiler:c++17-lang cmake:noninja desktop-file-utils gmake pkgconfig python:2.7,build qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= telegramdesktop Index: net-im/telepathy-logger-qt5/Makefile =================================================================== --- net-im/telepathy-logger-qt5/Makefile (revision 481650) +++ net-im/telepathy-logger-qt5/Makefile (working copy) @@ -20,7 +20,7 @@ libtelepathy-logger.so:net-im/telepathy-logger \ libtelepathy-qt5.so:net-im/telepathy-qt@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/telepathy-qt/Makefile =================================================================== --- net-im/telepathy-qt/Makefile (revision 481650) +++ net-im/telepathy-qt/Makefile (working copy) @@ -23,7 +23,7 @@ qt5_PKGNAMESUFFIX= 5 -USES= cmake:outsource gettext gnome localbase:ldflags pathfix pkgconfig python:2.7,build +USES= cmake gettext gnome localbase:ldflags pathfix pkgconfig python:2.7,build USE_GNOME= glib20 libxslt:build USE_GSTREAMER= yes USE_LDCONFIG= yes Index: net-im/uTox/Makefile =================================================================== --- net-im/uTox/Makefile (revision 481650) +++ net-im/uTox/Makefile (working copy) @@ -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/centreon-clib/Makefile =================================================================== --- net-mgmt/centreon-clib/Makefile (revision 481650) +++ net-mgmt/centreon-clib/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= AGPLv3 -USES= cmake +USES= cmake:insource CMAKE_SOURCE_PATH= ${WRKSRC}/build CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \ -DWITH_PREFIX_INC=${PREFIX}/include/centreon \ Index: net-mgmt/ettercap/Makefile =================================================================== --- net-mgmt/ettercap/Makefile (revision 481650) +++ net-mgmt/ettercap/Makefile (working copy) @@ -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/icinga2/Makefile =================================================================== --- net-mgmt/icinga2/Makefile (revision 481650) +++ net-mgmt/icinga2/Makefile (working copy) @@ -15,7 +15,7 @@ libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -USES= alias bison cmake compiler:c++0x libedit ssl +USES= alias bison cmake:insource compiler:c++0x libedit ssl USE_GITHUB= yes GH_ACCOUNT= icinga Index: net-mgmt/openbmp/Makefile =================================================================== --- net-mgmt/openbmp/Makefile (revision 481650) +++ net-mgmt/openbmp/Makefile (working copy) @@ -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-mgmt/vidalia/Makefile =================================================================== --- net-mgmt/vidalia/Makefile (revision 481650) +++ net-mgmt/vidalia/Makefile (working copy) @@ -9,7 +9,7 @@ MAINTAINER= fk@fabiankeil.de COMMENT= Graphical Tor controller based on Qt 4.x -USES= cmake qt:4 +USES= cmake:insource qt:4 INSTALLS_ICONS= yes USE_QT= gui moc_build qmake_build rcc_build uic_build network xml linguist_build Index: net-p2p/eiskaltdcpp-daemon/Makefile =================================================================== --- net-p2p/eiskaltdcpp-daemon/Makefile (revision 481650) +++ net-p2p/eiskaltdcpp-daemon/Makefile (working copy) @@ -15,7 +15,7 @@ MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib -USES= cmake gettext compiler:c++11-lib ssl +USES= cmake:insource gettext compiler:c++11-lib ssl OPTIONS_SINGLE= UI OPTIONS_SINGLE_UI= NOUI XMLRPC JSONRPC Index: net-p2p/eiskaltdcpp-qt/Makefile =================================================================== --- net-p2p/eiskaltdcpp-qt/Makefile (revision 481650) +++ net-p2p/eiskaltdcpp-qt/Makefile (working copy) @@ -16,7 +16,7 @@ MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib -USES= cmake gettext compiler:c++11-lib desktop-file-utils qt:4 ssl +USES= cmake:insource gettext compiler:c++11-lib desktop-file-utils qt:4 ssl USE_QT= gui xml network qmake_build uic_build \ moc_build rcc_build linguisttools_build Index: net-p2p/ktorrent/Makefile =================================================================== --- net-p2p/ktorrent/Makefile (revision 481650) +++ net-p2p/ktorrent/Makefile (working copy) @@ -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/ktorrent-kde4/Makefile =================================================================== --- net-p2p/ktorrent-kde4/Makefile (revision 481650) +++ net-p2p/ktorrent-kde4/Makefile (working copy) @@ -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/libktorrent/Makefile =================================================================== --- net-p2p/libktorrent/Makefile (revision 481650) +++ net-p2p/libktorrent/Makefile (working copy) @@ -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/libktorrent-kde4/Makefile =================================================================== --- net-p2p/libktorrent-kde4/Makefile (revision 481650) +++ net-p2p/libktorrent-kde4/Makefile (working copy) @@ -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/libtorrent-rasterbar/Makefile =================================================================== --- net-p2p/libtorrent-rasterbar/Makefile (revision 481650) +++ net-p2p/libtorrent-rasterbar/Makefile (working copy) @@ -16,7 +16,7 @@ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs -USES= cmake:outsource compiler:c++14-lang iconv:wchar_t libtool pathfix pkgconfig ssl +USES= cmake compiler:c++14-lang iconv:wchar_t libtool pathfix pkgconfig ssl USE_LDCONFIG= yes SHLIB_VER= 9 Index: net-p2p/transmission-cli/Makefile =================================================================== --- net-p2p/transmission-cli/Makefile (revision 481650) +++ net-p2p/transmission-cli/Makefile (working copy) @@ -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/uhub/Makefile =================================================================== --- net-p2p/uhub/Makefile (revision 481650) +++ net-p2p/uhub/Makefile (working copy) @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= cmake perl5 sqlite +USES= cmake:insource perl5 sqlite USE_RC_SUBR= uhub USE_PERL5= build Index: net-p2p/xmrig/Makefile =================================================================== --- net-p2p/xmrig/Makefile (revision 481650) +++ net-p2p/xmrig/Makefile (working copy) @@ -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: polish/kadu/Makefile =================================================================== --- polish/kadu/Makefile (revision 481650) +++ polish/kadu/Makefile (working copy) @@ -36,7 +36,7 @@ GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz -USES= cmake compiler:c++11-lib gettext-runtime \ +USES= cmake:insource compiler:c++11-lib gettext-runtime \ libarchive pkgconfig qt:5 readline tar:bzip2 USE_XORG= x11 xext xfixes xscrnsaver USE_GNOME= glib20 Index: print/gl2ps/Makefile =================================================================== --- print/gl2ps/Makefile (revision 481650) +++ print/gl2ps/Makefile (working copy) @@ -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 (revision 481650) +++ print/libharu/Makefile (working copy) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= EXAMPLES USE_LDCONFIG= yes -USES+= cmake:outsource +USES+= cmake USE_GITHUB= yes Index: print/print-manager/Makefile =================================================================== --- print/print-manager/Makefile (revision 481650) +++ print/print-manager/Makefile (working copy) @@ -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/print-manager-kde4/Makefile =================================================================== --- print/print-manager-kde4/Makefile (revision 481650) +++ print/print-manager-kde4/Makefile (working copy) @@ -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/scribus/Makefile =================================================================== --- print/scribus/Makefile (revision 481650) +++ print/scribus/Makefile (working copy) @@ -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: print/scribus-devel/Makefile =================================================================== --- print/scribus-devel/Makefile (revision 481650) +++ print/scribus-devel/Makefile (working copy) @@ -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: science/ALPSCore/Makefile =================================================================== --- science/ALPSCore/Makefile (revision 481650) +++ science/ALPSCore/Makefile (working copy) @@ -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 (revision 481650) +++ science/InsightToolkit/Makefile (working copy) @@ -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 (revision 481650) +++ science/MOOSE-neural-simulator/Makefile (working copy) @@ -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 (revision 481650) +++ science/chemps2/Makefile (working copy) @@ -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 (revision 481650) +++ science/chrono/Makefile (working copy) @@ -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 (revision 481650) +++ science/clhep/Makefile (working copy) @@ -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 (revision 481650) +++ science/dalton/Makefile (working copy) @@ -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 (revision 481650) +++ science/dft_tools/Makefile (working copy) @@ -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 (revision 481650) +++ science/dkh/Makefile (working copy) @@ -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 (revision 481650) +++ science/dlib-cpp/Makefile (working copy) @@ -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 (revision 481650) +++ science/eccodes/Makefile (working copy) @@ -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 (revision 481650) +++ science/erd/Makefile (working copy) @@ -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 (revision 481650) +++ science/fleur/Makefile (working copy) @@ -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 (revision 481650) +++ science/gdma/Makefile (working copy) @@ -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 (revision 481650) +++ science/gnudatalanguage/Makefile (working copy) @@ -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 (revision 481650) +++ science/gromacs/Makefile (working copy) @@ -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 (revision 481650) +++ science/jdftx/Makefile (working copy) @@ -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/Makefile =================================================================== --- science/kalzium/Makefile (revision 481650) +++ science/kalzium/Makefile (working copy) @@ -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/kalzium-kde4/Makefile =================================================================== --- science/kalzium-kde4/Makefile (revision 481650) +++ science/kalzium-kde4/Makefile (working copy) @@ -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/kst2/Makefile =================================================================== --- science/kst2/Makefile (revision 481650) +++ science/kst2/Makefile (working copy) @@ -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 (revision 481650) +++ science/lammps/Makefile (working copy) @@ -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 (revision 481650) +++ science/libcint/Makefile (working copy) @@ -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 (revision 481650) +++ science/libefp/Makefile (working copy) @@ -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 (revision 481650) +++ science/libgeodecomp/Makefile (working copy) @@ -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 (revision 481650) +++ science/luscus/Makefile (working copy) @@ -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 (revision 481650) +++ science/madness/Makefile (working copy) @@ -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 (revision 481650) +++ science/mcstas/Makefile (working copy) @@ -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/Makefile =================================================================== --- science/mcxtrace/Makefile (revision 481650) +++ science/mcxtrace/Makefile (working copy) @@ -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/mcxtrace-comps/Makefile =================================================================== --- science/mcxtrace-comps/Makefile (revision 481650) +++ science/mcxtrace-comps/Makefile (working copy) @@ -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/openbabel/Makefile =================================================================== --- science/openbabel/Makefile (revision 481650) +++ science/openbabel/Makefile (working copy) @@ -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 (revision 481650) +++ science/openstructure/Makefile (working copy) @@ -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 (revision 481650) +++ science/paraview/Makefile (working copy) @@ -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 (revision 481650) +++ science/pcmsolver/Makefile (working copy) @@ -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 (revision 481650) +++ science/py-rmf/Makefile (working copy) @@ -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 (revision 481650) +++ science/qmcpack/Makefile (working copy) @@ -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 (revision 481650) +++ science/rdkit/Makefile (working copy) @@ -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 (revision 481650) +++ science/rmf/Makefile (working copy) @@ -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/simint/Makefile =================================================================== --- science/simint/Makefile (revision 481650) +++ science/simint/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:outsource tar:bz2 +USES= cmake tar:bz2 USE_LDCONFIG= yes OPTIONS_SINGLE= VECTOR Index: science/step/Makefile =================================================================== --- science/step/Makefile (revision 481650) +++ science/step/Makefile (working copy) @@ -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/step-kde4/Makefile =================================================================== --- science/step-kde4/Makefile (revision 481650) +++ science/step-kde4/Makefile (working copy) @@ -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/teem/Makefile =================================================================== --- science/teem/Makefile (revision 481650) +++ science/teem/Makefile (working copy) @@ -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 (revision 481650) +++ science/triqs/Makefile (working copy) @@ -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 (revision 481650) +++ security/akmos/Makefile (working copy) @@ -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/boringssl/Makefile =================================================================== --- security/boringssl/Makefile (revision 481650) +++ security/boringssl/Makefile (working copy) @@ -12,7 +12,7 @@ USE_GITHUB= yes GH_ACCOUNT= google GH_TAGNAME= b6317b9 -USES= cmake localbase perl5 +USES= cmake:insource localbase perl5 CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 USE_LDCONFIG= yes LDFLAGS+= -Wl,-rpath,${PREFIX}/lib Index: security/bro/Makefile =================================================================== --- security/bro/Makefile (revision 481650) +++ security/bro/Makefile (working copy) @@ -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 (revision 481650) +++ security/broccoli/Makefile (working copy) @@ -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 (revision 481650) +++ security/greenbone-security-assistant8/Makefile (working copy) @@ -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/i2pd/Makefile =================================================================== --- security/i2pd/Makefile (revision 481650) +++ security/i2pd/Makefile (working copy) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= PurpleI2P -USES= cmake compiler:c++11-lib ssl +USES= cmake:insource compiler:c++11-lib ssl CMAKE_ARGS= -DWITH_GUI=OFF CMAKE_SOURCE_PATH= ${WRKSRC}/build USE_RC_SUBR= ${PORTNAME} Index: security/ike/Makefile =================================================================== --- security/ike/Makefile (revision 481650) +++ security/ike/Makefile (working copy) @@ -14,7 +14,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_RC_SUBR= iked -USES= bison cmake libedit localbase:ldflags tar:tbz2 ssl +USES= bison cmake:insource libedit localbase:ldflags tar:tbz2 ssl USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} Index: security/keepassxc/Makefile =================================================================== --- security/keepassxc/Makefile (revision 481650) +++ security/keepassxc/Makefile (working copy) @@ -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 (revision 481650) +++ security/kf5-kdesu/Makefile (working copy) @@ -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/Makefile =================================================================== --- security/kgpg/Makefile (revision 481650) +++ security/kgpg/Makefile (working copy) @@ -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/kgpg-kde4/Makefile =================================================================== --- security/kgpg-kde4/Makefile (revision 481650) +++ security/kgpg-kde4/Makefile (working copy) @@ -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/klee/Makefile =================================================================== --- security/klee/Makefile (revision 481650) +++ security/klee/Makefile (working copy) @@ -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 (revision 481650) +++ security/kleopatra/Makefile (working copy) @@ -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 (revision 481650) +++ security/kpkpass/Makefile (working copy) @@ -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/Makefile =================================================================== --- security/kwalletmanager/Makefile (revision 481650) +++ security/kwalletmanager/Makefile (working copy) @@ -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/kwalletmanager-kde4/Makefile =================================================================== --- security/kwalletmanager-kde4/Makefile (revision 481650) +++ security/kwalletmanager-kde4/Makefile (working copy) @@ -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/libkleo/Makefile =================================================================== --- security/libkleo/Makefile (revision 481650) +++ security/libkleo/Makefile (working copy) @@ -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 (revision 481650) +++ security/libssh/Makefile (working copy) @@ -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 (revision 481650) +++ security/libuecc/Makefile (working copy) @@ -17,6 +17,6 @@ USE_LDCONFIG= yes -USES= cmake:outsource pkgconfig tar +USES= cmake pkgconfig tar .include Index: security/libzrtpcppcore/Makefile =================================================================== --- security/libzrtpcppcore/Makefile (revision 481650) +++ security/libzrtpcppcore/Makefile (working copy) @@ -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 (revision 481650) +++ security/lxqt-openssh-askpass/Makefile (working copy) @@ -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 (revision 481650) +++ security/lxqt-sudo/Makefile (working copy) @@ -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/openconnect-gui/Makefile =================================================================== --- security/openconnect-gui/Makefile (revision 481650) +++ security/openconnect-gui/Makefile (working copy) @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:C/-gui//} -USES= cmake pkgconfig qt:5 +USES= cmake:insource pkgconfig qt:5 USE_QT= buildtools_build concurrent core gui network qmake_build widgets CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release PLIST_FILES= bin/openconnect-gui Index: security/openvas8-cli/Makefile =================================================================== --- security/openvas8-cli/Makefile (revision 481650) +++ security/openvas8-cli/Makefile (working copy) @@ -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 (revision 481650) +++ security/openvas8-libraries/Makefile (working copy) @@ -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 (revision 481650) +++ security/openvas8-manager/Makefile (working copy) @@ -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 (revision 481650) +++ security/openvas8-scanner/Makefile (working copy) @@ -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 (revision 481650) +++ security/plasma5-kscreenlocker/Makefile (working copy) @@ -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 (revision 481650) +++ security/plasma5-ksshaskpass/Makefile (working copy) @@ -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 (revision 481650) +++ security/plasma5-kwallet-pam/Makefile (working copy) @@ -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 (revision 481650) +++ security/rndpassw/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/baloo-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- sysutils/baloo-widgets/Makefile (revision 481650) +++ sysutils/baloo-widgets/Makefile (working copy) @@ -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/baloo-widgets-kde4/Makefile =================================================================== --- sysutils/baloo-widgets-kde4/Makefile (revision 481650) +++ sysutils/baloo-widgets-kde4/Makefile (working copy) @@ -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/cmocka/Makefile =================================================================== --- sysutils/cmocka/Makefile (revision 481650) +++ sysutils/cmocka/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/contractor/Makefile (working copy) @@ -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 Index: sysutils/filelight/Makefile =================================================================== --- sysutils/filelight/Makefile (revision 481650) +++ sysutils/filelight/Makefile (working copy) @@ -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/filelight-kde4/Makefile =================================================================== --- sysutils/filelight-kde4/Makefile (revision 481650) +++ sysutils/filelight-kde4/Makefile (working copy) @@ -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/fusefs-encfs/Makefile =================================================================== --- sysutils/fusefs-encfs/Makefile (revision 481650) +++ sysutils/fusefs-encfs/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/k3b/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/kbackup/Makefile (working copy) @@ -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/Makefile =================================================================== --- sysutils/kcron/Makefile (revision 481650) +++ sysutils/kcron/Makefile (working copy) @@ -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/kcron-kde4/Makefile =================================================================== --- sysutils/kcron-kde4/Makefile (revision 481650) +++ sysutils/kcron-kde4/Makefile (working copy) @@ -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/kdebugsettings/Makefile =================================================================== --- sysutils/kdebugsettings/Makefile (revision 481650) +++ sysutils/kdebugsettings/Makefile (working copy) @@ -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/Makefile =================================================================== --- sysutils/kdf/Makefile (revision 481650) +++ sysutils/kdf/Makefile (working copy) @@ -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/kdf-kde4/Makefile =================================================================== --- sysutils/kdf-kde4/Makefile (revision 481650) +++ sysutils/kdf-kde4/Makefile (working copy) @@ -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/kdialog/Makefile =================================================================== --- sysutils/kdialog/Makefile (revision 481650) +++ sysutils/kdialog/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/kf5-baloo/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/kf5-kwallet/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/kfilemetadata-kde4/Makefile (working copy) @@ -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/kfilemetadata-kde4/pkg-plist =================================================================== --- sysutils/kfilemetadata-kde4/pkg-plist (revision 481650) +++ sysutils/kfilemetadata-kde4/pkg-plist (working copy) @@ -17,7 +17,6 @@ lib/kde4/kfilemetadata_office2007extractor.so lib/kde4/kfilemetadata_officeextractor.so lib/kde4/kfilemetadata_plaintextextractor.so -lib/kde4/kfilemetadata_popplerextractor.so lib/kde4/kfilemetadata_taglibextractor.so lib/libkfilemetadata.so lib/libkfilemetadata.so.4 @@ -30,6 +29,5 @@ share/kde4/services/kfilemetadata_office2007extractor.desktop share/kde4/services/kfilemetadata_officeextractor.desktop share/kde4/services/kfilemetadata_plaintextextractor.desktop -share/kde4/services/kfilemetadata_popplerextractor.desktop share/kde4/services/kfilemetadata_taglibextractor.desktop share/kde4/servicetypes/kfilemetadataextractor.desktop Index: sysutils/kfloppy/Makefile =================================================================== --- sysutils/kfloppy/Makefile (revision 481650) +++ sysutils/kfloppy/Makefile (working copy) @@ -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/kfloppy-kde4/Makefile =================================================================== --- sysutils/kfloppy-kde4/Makefile (revision 481650) +++ sysutils/kfloppy-kde4/Makefile (working copy) @@ -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/khelpcenter/Makefile =================================================================== --- sysutils/khelpcenter/Makefile (revision 481650) +++ sysutils/khelpcenter/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/krename/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/kshutdown-kde4/Makefile (working copy) @@ -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/ksysguardd-kde4/Makefile =================================================================== --- sysutils/ksysguardd-kde4/Makefile (revision 481650) +++ sysutils/ksysguardd-kde4/Makefile (working copy) @@ -14,7 +14,7 @@ EXPIRATION_DATE= 2018-12-31 DISTINFO_FILE= ${.CURDIR:H:H}/x11/kde-workspace-kde4/distinfo -USES= cmake kde:4 tar:xz +USES= cmake:insource kde:4 tar:xz CMAKE_ARGS+= -DBIN_INSTALL_DIR:STRING="${PREFIX}/bin" \ -DSYSCONF_INSTALL_DIR:STRING="${PREFIX}/etc" Index: sysutils/ksystemlog/Makefile =================================================================== --- sysutils/ksystemlog/Makefile (revision 481650) +++ sysutils/ksystemlog/Makefile (working copy) @@ -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/ksystemlog-kde4/Makefile =================================================================== --- sysutils/ksystemlog-kde4/Makefile (revision 481650) +++ sysutils/ksystemlog-kde4/Makefile (working copy) @@ -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/kuser-kde4/Makefile =================================================================== --- sysutils/kuser-kde4/Makefile (revision 481650) +++ sysutils/kuser-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/libsysstat/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/lsyncd/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/lxqt-admin/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/lxqt-config/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/lxqt-policykit/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/lxqt-qtplugin/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/nepomuk-core-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/nepomuk-widgets-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/osquery/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-discover/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-drkonqi/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-kde-cli-tools/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-kinfocenter/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-kmenuedit/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-ksysguard/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-libksysguard/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-polkit-kde-agent-1/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-powerdevil/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-systemsettings/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/plasma5-user-manager/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/polkit-qt/Makefile (working copy) @@ -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 (revision 481650) +++ sysutils/signon-kwallet-extension/Makefile (working copy) @@ -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/Makefile =================================================================== --- sysutils/sweeper/Makefile (revision 481650) +++ sysutils/sweeper/Makefile (working copy) @@ -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/sweeper-kde4/Makefile =================================================================== --- sysutils/sweeper-kde4/Makefile (revision 481650) +++ sysutils/sweeper-kde4/Makefile (working copy) @@ -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/synergy/Makefile =================================================================== --- sysutils/synergy/Makefile (revision 481650) +++ sysutils/synergy/Makefile (working copy) @@ -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/ttyd/Makefile =================================================================== --- sysutils/ttyd/Makefile (revision 481650) +++ sysutils/ttyd/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libwebsockets.so:net/libwebsockets -USES= cmake pkgconfig ssl +USES= cmake:insource pkgconfig ssl USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= tsl0922 Index: sysutils/usbtop/Makefile =================================================================== --- sysutils/usbtop/Makefile (revision 481650) +++ sysutils/usbtop/Makefile (working copy) @@ -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: sysutils/zbackup/Makefile =================================================================== --- sysutils/zbackup/Makefile (revision 481650) +++ sysutils/zbackup/Makefile (working copy) @@ -15,7 +15,7 @@ BROKEN_powerpc64= fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase' -USES= alias cmake ssl +USES= alias cmake:insource ssl USE_GITHUB= yes OPTIONS_DEFINE= DOCS Index: textproc/castxml/Makefile =================================================================== --- textproc/castxml/Makefile (revision 481650) +++ textproc/castxml/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/cmark/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/dikt/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/fcitx-qt5/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/fcitx-table-other/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/kdiff3/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/kf5-kcodecs/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/kf5-sonnet/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/kf5-syntax-highlighting/Makefile (working copy) @@ -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/Makefile =================================================================== --- textproc/kompare/Makefile (revision 481650) +++ textproc/kompare/Makefile (working copy) @@ -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/kompare-kde4/Makefile =================================================================== --- textproc/kompare-kde4/Makefile (revision 481650) +++ textproc/kompare-kde4/Makefile (working copy) @@ -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/kreport/Makefile =================================================================== --- textproc/kreport/Makefile (revision 481650) +++ textproc/kreport/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/libcue/Makefile (working copy) @@ -18,6 +18,6 @@ GH_ACCOUNT= lipnitsk USE_LDCONFIG= yes -USES= bison cmake:outsource pathfix +USES= bison cmake pathfix .include Index: textproc/libkolabxml/Makefile =================================================================== --- textproc/libkolabxml/Makefile (revision 481650) +++ textproc/libkolabxml/Makefile (working copy) @@ -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/Makefile =================================================================== --- textproc/libkomparediff2/Makefile (revision 481650) +++ textproc/libkomparediff2/Makefile (working copy) @@ -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/libkomparediff2-kde4/Makefile =================================================================== --- textproc/libkomparediff2-kde4/Makefile (revision 481650) +++ textproc/libkomparediff2-kde4/Makefile (working copy) @@ -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/luceneplusplus/Makefile =================================================================== --- textproc/luceneplusplus/Makefile (revision 481650) +++ textproc/luceneplusplus/Makefile (working copy) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= luceneplusplus GH_PROJECT= LucenePlusPlus -USES= cmake:outsource compiler +USES= cmake compiler USE_LDCONFIG= yes .include Index: textproc/sdcv/Makefile =================================================================== --- textproc/sdcv/Makefile (revision 481650) +++ textproc/sdcv/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/sigil/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/soprano/Makefile (working copy) @@ -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 Index: textproc/uncrustify/Makefile =================================================================== --- textproc/uncrustify/Makefile (revision 481650) +++ textproc/uncrustify/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/wbxml2/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/wv2/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/zorba/Makefile (working copy) @@ -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 (revision 481650) +++ textproc/zxing-cpp/Makefile (working copy) @@ -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 (revision 481650) +++ www/choqok/Makefile (working copy) @@ -18,7 +18,7 @@ libqoauth-qt5.so:net/qoauth-qt5 \ libtelepathy-qt5.so:net-im/telepathy-qt@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 (revision 481650) +++ www/cpr/Makefile (working copy) @@ -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 (revision 481650) +++ www/cutelyst/Makefile (working copy) @@ -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 (revision 481650) +++ www/davix/Makefile (working copy) @@ -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 (revision 481650) +++ www/edbrowse/Makefile (working copy) @@ -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 (revision 481650) +++ www/falkon/Makefile (working copy) @@ -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 (revision 481650) +++ www/faup/Makefile (working copy) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= stricaud -USES= cmake:outsource lua +USES= cmake lua USE_LDCONFIG= yes PORTDOCS= * Index: www/hiawatha/Makefile =================================================================== --- www/hiawatha/Makefile (revision 481650) +++ www/hiawatha/Makefile (working copy) @@ -18,7 +18,7 @@ error.xslt index.xslt SUB_FILES= pkg-message -USES= cmake compiler:c11 +USES= cmake:insource compiler:c11 USE_LDCONFIG= yes USE_RC_SUBR= hiawatha Index: www/kdewebdev-kde4/Makefile =================================================================== --- www/kdewebdev-kde4/Makefile (revision 481650) +++ www/kdewebdev-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ www/kf5-kdewebkit/Makefile (working copy) @@ -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 (revision 481650) +++ www/kf5-khtml/Makefile (working copy) @@ -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 (revision 481650) +++ www/kf5-kjs/Makefile (working copy) @@ -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 (revision 481650) +++ www/kf5-kjsembed/Makefile (working copy) @@ -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 (revision 481650) +++ www/libevhtp/Makefile (working copy) @@ -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/libhpack/Makefile =================================================================== --- www/libhpack/Makefile (revision 481650) +++ www/libhpack/Makefile (working copy) @@ -23,7 +23,7 @@ CMAKE_OFF= BUILD_DOCS BUILD_TESTS ENABLE_GCOV USE_VALGRIND MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= cmake pathfix pkgconfig python:2.7,build shebangfix +USES= cmake:insource pathfix pkgconfig python:2.7,build shebangfix GH_ACCOUNT= alobbs GH_TAGNAME= b0ade19 Index: www/osrm-backend/Makefile =================================================================== --- www/osrm-backend/Makefile (revision 481650) +++ www/osrm-backend/Makefile (working copy) @@ -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 (revision 481650) +++ www/otter-browser/Makefile (working copy) @@ -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 (revision 481650) +++ www/plasma5-plasma-browser-integration/Makefile (working copy) @@ -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 (revision 481650) +++ www/qhttpengine/Makefile (working copy) @@ -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 (revision 481650) +++ www/qt5-webkit/Makefile (working copy) @@ -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 (revision 481650) +++ www/rekonq/Makefile (working copy) @@ -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 (revision 481650) +++ www/restbed/Makefile (working copy) @@ -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 (revision 481650) +++ www/webkit2-gtk3/Makefile (working copy) @@ -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 (revision 481650) +++ www/wt/Makefile (working copy) @@ -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: www/xpi-u2f4moz/Makefile =================================================================== --- www/xpi-u2f4moz/Makefile (revision 481650) +++ www/xpi-u2f4moz/Makefile (working copy) @@ -22,7 +22,7 @@ SYSTEM_PROCESSOR= x86 USE_GITHUB= yes -USES= cmake iconv pkgconfig +USES= cmake:insource iconv pkgconfig XPI_DIR= lib/xpi XPI_ID= u2f4moz@prefiks.org Index: x11/antimicro/Makefile =================================================================== --- x11/antimicro/Makefile (revision 481650) +++ x11/antimicro/Makefile (working copy) @@ -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 Index: x11/kactivities/Makefile =================================================================== --- x11/kactivities/Makefile (revision 481650) +++ x11/kactivities/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kactivitymanagerd/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kde-baseapps-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kde-runtime-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kde-workspace-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kdelibs-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-frameworkintegration/Makefile (working copy) @@ -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/Makefile =================================================================== --- x11/kf5-kactivities/Makefile (revision 481650) +++ x11/kf5-kactivities/Makefile (working copy) @@ -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-kactivities-stats/Makefile =================================================================== --- x11/kf5-kactivities-stats/Makefile (revision 481650) +++ x11/kf5-kactivities-stats/Makefile (working copy) @@ -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-kded/Makefile =================================================================== --- x11/kf5-kded/Makefile (revision 481650) +++ x11/kf5-kded/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-kdelibs4support/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-kglobalaccel/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-kinit/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-krunner/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-kwayland/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-kwindowsystem/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kf5-plasma-framework/Makefile (working copy) @@ -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 (revision 481650) +++ x11/kgamma-kde4/Makefile (working copy) @@ -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/Makefile =================================================================== --- x11/konsole/Makefile (revision 481650) +++ x11/konsole/Makefile (working copy) @@ -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/konsole-kde4/Makefile =================================================================== --- x11/konsole-kde4/Makefile (revision 481650) +++ x11/konsole-kde4/Makefile (working copy) @@ -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/leechcraft/Makefile =================================================================== --- x11/leechcraft/Makefile (revision 481650) +++ x11/leechcraft/Makefile (working copy) @@ -20,7 +20,7 @@ #LC_REV= 1526-g7fdb92a INSTALLS_ICONS= yes USE_LDCONFIG= yes -USES= cmake pkgconfig qt:4 tar:xz +USES= cmake:insource pkgconfig qt:4 tar:xz USE_QT= corelib declarative gui network script sql sql-sqlite3_run \ webkit xml qmake_build moc_build rcc_build uic_build \ linguisttools_build Index: x11/libfm-qt/Makefile =================================================================== --- x11/libfm-qt/Makefile (revision 481650) +++ x11/libfm-qt/Makefile (working copy) @@ -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 (revision 481650) +++ x11/libfmqt-l10n/Makefile (working copy) @@ -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 (revision 481650) +++ x11/libkonq-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11/lxqt-about/Makefile (working copy) @@ -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/Makefile =================================================================== --- x11/lxqt-globalkeys/Makefile (revision 481650) +++ x11/lxqt-globalkeys/Makefile (working copy) @@ -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-globalkeys-l10n/Makefile =================================================================== --- x11/lxqt-globalkeys-l10n/Makefile (revision 481650) +++ x11/lxqt-globalkeys-l10n/Makefile (working copy) @@ -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-runner/Makefile =================================================================== --- x11/lxqt-runner/Makefile (revision 481650) +++ x11/lxqt-runner/Makefile (working copy) @@ -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 (revision 481650) +++ x11/pantheon-terminal/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma-scriptengine-python-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma-scriptengine-ruby-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-kactivitymanagerd/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-kgamma5/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-kscreen/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-kwayland-integration/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-libkscreen/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-plasma-desktop/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-plasma-integration/Makefile (working copy) @@ -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 (revision 481650) +++ x11/plasma5-plasma-workspace/Makefile (working copy) @@ -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 (revision 481650) +++ x11/polybar/Makefile (working copy) @@ -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/Makefile =================================================================== --- x11/qterminal/Makefile (revision 481650) +++ x11/qterminal/Makefile (working copy) @@ -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/qterminal-l10n/Makefile =================================================================== --- x11/qterminal-l10n/Makefile (revision 481650) +++ x11/qterminal-l10n/Makefile (working copy) @@ -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/qxkb/Makefile =================================================================== --- x11/qxkb/Makefile (revision 481650) +++ x11/qxkb/Makefile (working copy) @@ -13,7 +13,7 @@ LIB_DEPENDS= libxkbfile.so:x11/libxkbfile -USES= cmake qt:4 +USES= cmake:insource qt:4 USE_QT= linguisttools_build moc_build qmake_build rcc_build uic_build \ corelib gui svg Index: x11/rsibreak/Makefile =================================================================== --- x11/rsibreak/Makefile (revision 481650) +++ x11/rsibreak/Makefile (working copy) @@ -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 (revision 481650) +++ x11/sddm/Makefile (working copy) @@ -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 (revision 481650) +++ x11/thingylaunch/Makefile (working copy) @@ -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 Index: x11/tint/Makefile =================================================================== --- x11/tint/Makefile (revision 481650) +++ x11/tint/Makefile (working copy) @@ -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 (revision 481650) +++ x11/xfce4-whiskermenu-plugin/Makefile (working copy) @@ -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 (revision 481650) +++ x11/yakuake/Makefile (working copy) @@ -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 \ Index: x11-clocks/amor-kde4/Makefile =================================================================== --- x11-clocks/amor-kde4/Makefile (revision 481650) +++ x11-clocks/amor-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11-clocks/kteatime/Makefile (working copy) @@ -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/kteatime-kde4/Makefile =================================================================== --- x11-clocks/kteatime-kde4/Makefile (revision 481650) +++ x11-clocks/kteatime-kde4/Makefile (working copy) @@ -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/ktimer/Makefile =================================================================== --- x11-clocks/ktimer/Makefile (revision 481650) +++ x11-clocks/ktimer/Makefile (working copy) @@ -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/ktimer-kde4/Makefile =================================================================== --- x11-clocks/ktimer-kde4/Makefile (revision 481650) +++ x11-clocks/ktimer-kde4/Makefile (working copy) @@ -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/ktux-kde4/Makefile =================================================================== --- x11-clocks/ktux-kde4/Makefile (revision 481650) +++ x11-clocks/ktux-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11-fm/dolphin/Makefile (working copy) @@ -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 (revision 481650) +++ x11-fm/konqueror/Makefile (working copy) @@ -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/Makefile =================================================================== --- x11-fm/krusader2/Makefile (revision 481650) +++ x11-fm/krusader2/Makefile (working copy) @@ -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/krusader2-kde4/Makefile =================================================================== --- x11-fm/krusader2-kde4/Makefile (revision 481650) +++ x11-fm/krusader2-kde4/Makefile (working copy) @@ -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/pcmanfm-qt/Makefile =================================================================== --- x11-fm/pcmanfm-qt/Makefile (revision 481650) +++ x11-fm/pcmanfm-qt/Makefile (working copy) @@ -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 (revision 481650) +++ x11-fm/pcmanfmqt-l10n/Makefile (working copy) @@ -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 (revision 481650) +++ x11-fm/wcmcommander/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/adwaita-qt/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/gtk3-oxygen-engine/Makefile (working copy) @@ -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 Index: x11-themes/kde-base-artwork-kde4/Makefile =================================================================== --- x11-themes/kde-base-artwork-kde4/Makefile (revision 481650) +++ x11-themes/kde-base-artwork-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kde-gtk-config/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kde-wallpapers-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kde4-windeco-crystal/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kdeartwork-kde4/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kf5-breeze-icons/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kf5-kemoticons/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kf5-kiconthemes/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kf5-oxygen-icons5/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/kf5-qqc2-desktop-style/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/lxqt-themes/Makefile (working copy) @@ -11,7 +11,7 @@ LICENSE= LGPL21+ -USES= lxqt cmake:outsource tar:xz +USES= lxqt cmake tar:xz USE_LXQT= buildtools .include Index: x11-themes/plasma5-breeze/Makefile =================================================================== --- x11-themes/plasma5-breeze/Makefile (revision 481650) +++ x11-themes/plasma5-breeze/Makefile (working copy) @@ -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-breeze-gtk/Makefile =================================================================== --- x11-themes/plasma5-breeze-gtk/Makefile (revision 481650) +++ x11-themes/plasma5-breeze-gtk/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/plasma5-breeze-kde4/Makefile (working copy) @@ -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-kde-gtk-config/Makefile =================================================================== --- x11-themes/plasma5-kde-gtk-config/Makefile (revision 481650) +++ x11-themes/plasma5-kde-gtk-config/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/plasma5-oxygen/Makefile (working copy) @@ -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 (revision 481650) +++ x11-themes/plasma5-plasma-workspace-wallpapers/Makefile (working copy) @@ -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-themes/qtcurve/Makefile =================================================================== --- x11-themes/qtcurve/Makefile (revision 481650) +++ x11-themes/qtcurve/Makefile (working copy) @@ -33,7 +33,7 @@ GH_ACCOUNT= KDE GH_TAGNAME= a1ec5f8 -USES= compiler:c++11-lib cmake pkgconfig +USES= compiler:c++11-lib cmake:insource pkgconfig USE_XORG= x11 xcb .for i in gtk2 kde4 kf5 qt4 qt5 Index: x11-toolkits/attica/Makefile =================================================================== --- x11-toolkits/attica/Makefile (revision 481650) +++ x11-toolkits/attica/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/fltk-devel/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-attica/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kcompletion/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kconfigwidgets/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kdesignerplugin/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kguiaddons/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kirigami2/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kitemviews/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kjobwidgets/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-ktextwidgets/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kwidgetsaddons/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kf5-kxmlgui/Makefile (working copy) @@ -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 (revision 481650) +++ x11-toolkits/kproperty/Makefile (working copy) @@ -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/mygui/Makefile =================================================================== --- x11-toolkits/mygui/Makefile (revision 481650) +++ x11-toolkits/mygui/Makefile (working copy) @@ -28,7 +28,7 @@ MYGUI_RENDERSYSTEM?= 0 -USES= cmake compiler:c++11-lib pkgconfig +USES= cmake:insource compiler:c++11-lib pkgconfig CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=FALSE \ -DMYGUI_BUILD_TOOLS=FALSE \ -DMYGUI_BUILD_DOCS=FALSE \ Index: x11-toolkits/nanogui/Makefile =================================================================== --- x11-toolkits/nanogui/Makefile (revision 481650) +++ x11-toolkits/nanogui/Makefile (working copy) @@ -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= 885e4fc Index: x11-toolkits/plasma5-kdeplasma-addons/Makefile =================================================================== --- x11-toolkits/plasma5-kdeplasma-addons/Makefile (revision 481650) +++ x11-toolkits/plasma5-kdeplasma-addons/Makefile (working copy) @@ -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/Makefile =================================================================== --- x11-toolkits/qtermwidget/Makefile (revision 481650) +++ x11-toolkits/qtermwidget/Makefile (working copy) @@ -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/qtermwidget-l10n/Makefile =================================================================== --- x11-toolkits/qtermwidget-l10n/Makefile (revision 481650) +++ x11-toolkits/qtermwidget-l10n/Makefile (working copy) @@ -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/vtkfox/Makefile =================================================================== --- x11-toolkits/vtkfox/Makefile (revision 481650) +++ x11-toolkits/vtkfox/Makefile (working copy) @@ -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 (revision 481650) +++ x11-wm/awesome/Makefile (working copy) @@ -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 (revision 481650) +++ x11-wm/ctwm/Makefile (working copy) @@ -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 (revision 481650) +++ x11-wm/lxqt-panel/Makefile (working copy) @@ -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 (revision 481650) +++ x11-wm/plasma5-kdecoration/Makefile (working copy) @@ -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 (revision 481650) +++ x11-wm/plasma5-kwin/Makefile (working copy) @@ -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 \