View | Details | Raw Unified | Return to bug 232038
Collapse All | Expand All

(-)CHANGES (+6 lines)
Lines 10-15 Link Here
10
10
11
All ports committers are allowed to commit to this file.
11
All ports committers are allowed to commit to this file.
12
12
13
20181010:
14
AUTHOR: kde@FreeBSD.org
15
16
  cmake.mk now defaults to out-of-sourcetree builds. The option 'outsource'
17
  has been removed. Ports that need an intree build now can pass 'insource'.
18
13
20180630:
19
20180630:
14
AUTHOR: kde@FreeBSD.org
20
AUTHOR: kde@FreeBSD.org
15
21
(-)Mk/Uses/cmake.mk (-4 / +4 lines)
Lines 4-12 Link Here
4
#
4
#
5
# Feature:		cmake
5
# Feature:		cmake
6
# Usage:		USES=cmake or USES=cmake:ARGS
6
# Usage:		USES=cmake or USES=cmake:ARGS
7
# Valid ARGS:		outsource, run, noninja
7
# Valid ARGS:		insource, run, noninja
8
# ARGS description:
8
# ARGS description:
9
# outsource		perform an out-of-source build
9
# insource		do not perform an out-of-source build
10
# noninja		don't use ninja instead of make
10
# noninja		don't use ninja instead of make
11
#			Setting this should be an exception, and hints to an issue
11
#			Setting this should be an exception, and hints to an issue
12
#			inside the ports build system.
12
#			inside the ports build system.
Lines 46-52 Link Here
46
.if !defined(_INCLUDE_USES_CMAKE_MK)
46
.if !defined(_INCLUDE_USES_CMAKE_MK)
47
_INCLUDE_USES_CMAKE_MK=	yes
47
_INCLUDE_USES_CMAKE_MK=	yes
48
48
49
_valid_ARGS=		outsource run noninja
49
_valid_ARGS=		insource run noninja
50
50
51
# Sanity check
51
# Sanity check
52
.for arg in ${cmake_ARGS}
52
.for arg in ${cmake_ARGS}
Lines 111-117 Link Here
111
_CMAKE_MSG=		"===>  Performing in-source build"
111
_CMAKE_MSG=		"===>  Performing in-source build"
112
CMAKE_SOURCE_PATH?=	${WRKSRC}
112
CMAKE_SOURCE_PATH?=	${WRKSRC}
113
113
114
.if ${cmake_ARGS:Moutsource}
114
.if empty(cmake_ARGS:Minsource)
115
_CMAKE_MSG=		"===>  Performing out-of-source build"
115
_CMAKE_MSG=		"===>  Performing out-of-source build"
116
CONFIGURE_WRKSRC=	${WRKDIR}/.build
116
CONFIGURE_WRKSRC=	${WRKDIR}/.build
117
BUILD_WRKSRC?=		${CONFIGURE_WRKSRC}
117
BUILD_WRKSRC?=		${CONFIGURE_WRKSRC}
(-)accessibility/jovie-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libspeechd.so:accessibility/speech-dispatcher
14
LIB_DEPENDS=	libspeechd.so:accessibility/speech-dispatcher
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		xml qmake_build moc_build uic_build rcc_build
18
USE_QT=		xml qmake_build moc_build uic_build rcc_build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)accessibility/kaccessible-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libspeechd.so:accessibility/speech-dispatcher
14
LIB_DEPENDS=	libspeechd.so:accessibility/speech-dispatcher
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		corelib dbus gui xml \
18
USE_QT=		corelib dbus gui xml \
19
		qmake_build moc_build rcc_build uic_build
19
		qmake_build moc_build rcc_build uic_build
(-)accessibility/kmag/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth codecs config configwidgets coreaddons ecm \
14
USE_KDE=	auth codecs config configwidgets coreaddons ecm \
15
		i18n kio service widgetsaddons xmlgui
15
		i18n kio service widgetsaddons xmlgui
16
USE_QT=		core dbus gui printsupport widgets xml \
16
USE_QT=		core dbus gui printsupport widgets xml \
(-)accessibility/kmag-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		qmake_build moc_build rcc_build uic_build
16
USE_QT=		qmake_build moc_build rcc_build uic_build
17
17
(-)accessibility/kmousetool/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
14
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
15
		ecm i18n iconthemes notifications widgetsaddons xmlgui
15
		ecm i18n iconthemes notifications widgetsaddons xmlgui
16
USE_QT=		core dbus gui phonon4 widgets xml \
16
USE_QT=		core dbus gui phonon4 widgets xml \
(-)accessibility/kmousetool-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		qmake_build moc_build rcc_build uic_build
16
USE_QT=		qmake_build moc_build rcc_build uic_build
17
USE_XORG=	xtst
17
USE_XORG=	xtst
(-)accessibility/kmouth/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
14
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
15
		ecm i18n jobwidgets kio service widgetsaddons xmlgui
15
		ecm i18n jobwidgets kio service widgetsaddons xmlgui
16
USE_QT=		core dbus gui network printsupport speech widgets xml \
16
USE_QT=		core dbus gui network printsupport speech widgets xml \
(-)accessibility/kmouth-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		qmake_build moc_build rcc_build uic_build
16
USE_QT=		qmake_build moc_build rcc_build uic_build
17
17
(-)arabic/libitl/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		cmake pkgconfig
15
USES=		cmake:insource pkgconfig
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
(-)archivers/ark/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	GPLv2+
10
LICENSE=	GPLv2+
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake:outsource gettext libarchive kde:5 qt:5 tar:xz
13
USES=		cmake gettext libarchive kde:5 qt:5 tar:xz
14
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
15
		coreaddons crash dbusaddons doctools ecm i18n iconthemes \
15
		coreaddons crash dbusaddons doctools ecm i18n iconthemes \
16
		itemmodels itemviews jobwidgets khtml kio parts pty service \
16
		itemmodels itemviews jobwidgets khtml kio parts pty service \
(-)archivers/ark-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LICENSE=	GPLv2+
17
LICENSE=	GPLv2+
18
LICENSE_FILE=	${WRKSRC}/COPYING
18
LICENSE_FILE=	${WRKSRC}/COPYING
19
19
20
USES=		cmake:outsource kde:4 libarchive cpe qt:4 tar:xz
20
USES=		cmake kde:4 libarchive cpe qt:4 tar:xz
21
USE_KDE=	automoc4 kdelibs libkonq
21
USE_KDE=	automoc4 kdelibs libkonq
22
CPE_VENDOR=	kde
22
CPE_VENDOR=	kde
23
USE_QT=		qtestlib qmake_build moc_build rcc_build uic_build
23
USE_QT=		qtestlib qmake_build moc_build rcc_build uic_build
(-)archivers/kf5-karchive/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	LGPL20
11
LICENSE=	LGPL20
12
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
12
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
13
13
14
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
15
USE_KDE=	ecm
15
USE_KDE=	ecm
16
USE_QT=		buildtools_build core qmake_build
16
USE_QT=		buildtools_build core qmake_build
17
17
(-)archivers/lazperf/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	LGPL21
11
LICENSE=	LGPL21
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		cmake:outsource compiler:c++11-lang
14
USES=		cmake compiler:c++11-lang
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	hobu
16
GH_ACCOUNT=	hobu
17
GH_PROJECT=	laz-perf
17
GH_PROJECT=	laz-perf
(-)archivers/libzip/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
CPE_VENDOR=	nih
15
CPE_VENDOR=	nih
16
16
17
USES=		cmake:outsource cpe perl5 ssl tar:xz
17
USES=		cmake cpe perl5 ssl tar:xz
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USE_PERL5=	test
19
USE_PERL5=	test
20
TEST_TARGET=	test
20
TEST_TARGET=	test
(-)archivers/quazip/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
FLAVORS=	qt4 qt5
16
FLAVORS=	qt4 qt5
17
FLAVOR?=	${FLAVORS:[1]}
17
FLAVOR?=	${FLAVORS:[1]}
18
18
19
USES=		cmake:outsource 
19
USES=		cmake 
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
.  if ${FLAVOR} == qt4
22
.  if ${FLAVOR} == qt4
(-)astro/gpstk/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL3
12
LICENSE=	LGPL3
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
(-)astro/kstars/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
BUILD_DEPENDS=	xplanet:astro/xplanet
18
BUILD_DEPENDS=	xplanet:astro/xplanet
19
RUN_DEPENDS=	xplanet:astro/xplanet
19
RUN_DEPENDS=	xplanet:astro/xplanet
20
20
21
USES=		cmake:outsource compiler:c++11-lib eigen:3 gettext kde:5 \
21
USES=		cmake compiler:c++11-lib eigen:3 gettext kde:5 \
22
		pkgconfig qt:5 tar:xz
22
		pkgconfig qt:5 tar:xz
23
USE_KDE=	attica auth bookmarks codecs completion config configwidgets\
23
USE_KDE=	attica auth bookmarks codecs completion config configwidgets\
24
		coreaddons crash dbusaddons doctools ecm guiaddons i18n \
24
		coreaddons crash dbusaddons doctools ecm guiaddons i18n \
(-)astro/kstars-kde4/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	xplanet:astro/xplanet
16
BUILD_DEPENDS=	xplanet:astro/xplanet
17
RUN_DEPENDS=	xplanet:astro/xplanet
17
RUN_DEPENDS=	xplanet:astro/xplanet
18
18
19
USES=		cmake:outsource compiler:c++11-lib eigen:3 kde:4 qt:4 tar:xz
19
USES=		cmake compiler:c++11-lib eigen:3 kde:4 qt:4 tar:xz
20
USE_KDE=	kdelibs automoc4
20
USE_KDE=	kdelibs automoc4
21
USE_QT=		opengl qmake_build moc_build rcc_build uic_build
21
USE_QT=		opengl qmake_build moc_build rcc_build uic_build
22
22
(-)astro/libkgeomap/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs
13
BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs
14
LIB_DEPENDS=	libopencv_video.so:graphics/opencv
14
LIB_DEPENDS=	libopencv_video.so:graphics/opencv
15
15
16
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
16
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
17
USE_KDE=	config coreaddons ecm i18n kio marble service textwidgets
17
USE_KDE=	config coreaddons ecm i18n kio marble service textwidgets
18
USE_QT=		concurrent core gui network webkit widgets xml \
18
USE_QT=		concurrent core gui network webkit widgets xml \
19
		buildtools_build qmake_build
19
		buildtools_build qmake_build
(-)astro/libkgeomap-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs
20
BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs
21
21
22
USES=		cmake:outsource kde:4 pathfix qt:4 tar:xz
22
USES=		cmake kde:4 pathfix qt:4 tar:xz
23
USE_KDE=	kdelibs automoc4 marble
23
USE_KDE=	kdelibs automoc4 marble
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_QT=		network phonon xml moc_build qmake_build rcc_build uic_build
25
USE_QT=		network phonon xml moc_build qmake_build rcc_build uic_build
(-)astro/marble/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LIB_DEPENDS=	libquazip5.so:archivers/quazip@qt5
13
LIB_DEPENDS=	libquazip5.so:archivers/quazip@qt5
14
14
15
USES=		cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
15
USES=		cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
16
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
16
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
17
		crash doctools ecm i18n jobwidgets kio newstuff package parts \
17
		crash doctools ecm i18n jobwidgets kio newstuff package parts \
18
		plasma-framework runner service sonnet textwidgets wallet \
18
		plasma-framework runner service sonnet textwidgets wallet \
(-)astro/marble-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
DEPRECATED=	KDE4 is EOL upstream
13
DEPRECATED=	KDE4 is EOL upstream
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
USES=		cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
16
USES=		cmake kde:4 qt:4 shared-mime-info tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		corelib dbus declarative designer_build gui network phonon \
18
USE_QT=		corelib dbus declarative designer_build gui network phonon \
19
		qtestlib script sql svg webkit xml \
19
		qtestlib script sql svg webkit xml \
(-)astro/oskar/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
16
LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
17
17
18
USES=		cmake:outsource localbase:ldflags python qt:5 shebangfix
18
USES=		cmake localbase:ldflags python qt:5 shebangfix
19
SHEBANG_FILES=	apps/oskar_convert_cst_to_scalar.py
19
SHEBANG_FILES=	apps/oskar_convert_cst_to_scalar.py
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	OxfordSKA
21
GH_ACCOUNT=	OxfordSKA
(-)astro/qlandkartegt/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libproj.so:graphics/proj \
16
		libproj.so:graphics/proj \
17
		libgps.so:astro/gpsd
17
		libgps.so:astro/gpsd
18
18
19
USES=		cmake desktop-file-utils qt:4
19
USES=		cmake:insource desktop-file-utils qt:4
20
USE_QT=		dbus gui opengl network sql xml linguist_build \
20
USE_QT=		dbus gui opengl network sql xml linguist_build \
21
		moc_build uic_build rcc_build qmake_build
21
		moc_build uic_build rcc_build qmake_build
22
USE_GL=		glu
22
USE_GL=		glu
(-)audio/aften/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
MAINTAINER=	Gabor@Zahemszky.HU
9
MAINTAINER=	Gabor@Zahemszky.HU
10
COMMENT=	ATSC A/52 audio encoder
10
COMMENT=	ATSC A/52 audio encoder
11
11
12
USES=		tar:bzip2 cmake:outsource
12
USES=		tar:bzip2 cmake
13
13
14
OPTIONS_DEFINE=		SHARED_LIB CXX_BINDINGS DOUBLE
14
OPTIONS_DEFINE=		SHARED_LIB CXX_BINDINGS DOUBLE
15
OPTIONS_DEFAULT=
15
OPTIONS_DEFAULT=
(-)audio/alure/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake:outsource openal:soft pkgconfig
16
USES=		cmake openal:soft pkgconfig
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
LLD_UNSAFE=	yes	# lld disallows preemption of protected visibility syms
18
LLD_UNSAFE=	yes	# lld disallows preemption of protected visibility syms
19
CMAKE_OFF=	BUILD_DOCS BUILD_STATIC
19
CMAKE_OFF=	BUILD_DOCS BUILD_STATIC
(-)audio/amarok-kde4/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
RUN_DEPENDS=	${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator \
26
RUN_DEPENDS=	${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator \
27
		${KDE_PREFIX}/lib/kde4/kio_upnp_ms.so:net/kio-upnp-ms
27
		${KDE_PREFIX}/lib/kde4/kio_upnp_ms.so:net/kio-upnp-ms
28
28
29
USES=		cmake:outsource kde:4 mysql:client,embedded pkgconfig \
29
USES=		cmake kde:4 mysql:client,embedded pkgconfig \
30
		qt:4 shared-mime-info shebangfix ssl tar:bzip2
30
		qt:4 shared-mime-info shebangfix ssl tar:bzip2
31
USE_GL=		gl
31
USE_GL=		gl
32
USE_KDE=	automoc4 kdelibs libkcddb libkcompactdisc \
32
USE_KDE=	automoc4 kdelibs libkcddb libkcompactdisc \
(-)audio/arss/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
WRKSRC=	${WRKDIR}/${DISTNAME}/src
16
WRKSRC=	${WRKDIR}/${DISTNAME}/src
17
17
18
USES=		cmake
18
USES=		cmake:insource
19
USE_LDCONFIG=	${PREFIX}/lib
19
USE_LDCONFIG=	${PREFIX}/lib
20
CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
20
CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
21
CMAKE_C_FLAGS=	${CFLAGS}
21
CMAKE_C_FLAGS=	${CFLAGS}
(-)audio/artyfx-lv2/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
BUILD_DEPENDS=	lv2>0:audio/lv2
17
BUILD_DEPENDS=	lv2>0:audio/lv2
18
LIB_DEPENDS=	libsndfile.so:audio/libsndfile
18
LIB_DEPENDS=	libsndfile.so:audio/libsndfile
19
19
20
USES=		cmake:outsource localbase:ldflags pkgconfig
20
USES=		cmake localbase:ldflags pkgconfig
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	openAVproductions
22
GH_ACCOUNT=	openAVproductions
23
GH_PROJECT=	openAV-ArtyFX
23
GH_PROJECT=	openAV-ArtyFX
(-)audio/audiocd-kio/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libKF5Cddb.so:audio/libkcddb \
16
		libKF5Cddb.so:audio/libkcddb \
17
		libKF5CompactDisc.so:audio/libkcompactdisc
17
		libKF5CompactDisc.so:audio/libkcompactdisc
18
18
19
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
19
USES=		cmake gettext kde:5 qt:5 tar:xz
20
USE_KDE=	auth bookmarks codecs completion config configwidgets \
20
USE_KDE=	auth bookmarks codecs completion config configwidgets \
21
		coreaddons crash guiaddons i18n iconthemes itemviews \
21
		coreaddons crash guiaddons i18n iconthemes itemviews \
22
		jobwidgets kdelibs4support kio notifications parts \
22
		jobwidgets kdelibs4support kio notifications parts \
(-)audio/cantata/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=		GPLv3
11
LICENSE=		GPLv3
12
LICENSE_FILE=		${WRKSRC}/LICENSE
12
LICENSE_FILE=		${WRKSRC}/LICENSE
13
13
14
USES=			cmake:outsource cpe pkgconfig qt:5 shebangfix
14
USES=			cmake cpe pkgconfig qt:5 shebangfix
15
USE_GITHUB=		yes
15
USE_GITHUB=		yes
16
GH_ACCOUNT=		CDrummond
16
GH_ACCOUNT=		CDrummond
17
17
(-)audio/ccaudio2/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libgsm.so:audio/gsm \
18
		libgsm.so:audio/gsm \
19
		libspeex.so:audio/speex
19
		libspeex.so:audio/speex
20
20
21
USES=		cmake:outsource compiler:c++11-lib pathfix pkgconfig
21
USES=		cmake compiler:c++11-lib pathfix pkgconfig
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
CMAKE_ARGS=	-DWITH_INCLUDES:PATH=${LOCALBASE}/include
24
CMAKE_ARGS=	-DWITH_INCLUDES:PATH=${LOCALBASE}/include
(-)audio/chromaprint/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
16
LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
17
17
18
USES=		cmake:outsource compiler:c++11-lib pathfix
18
USES=		cmake compiler:c++11-lib pathfix
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
CMAKE_ARGS=	-DBUILD_TOOLS:BOOL=true \
21
CMAKE_ARGS=	-DBUILD_TOOLS:BOOL=true \
(-)audio/codec2/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libspeexdsp.so:audio/speexdsp
14
LIB_DEPENDS=	libspeexdsp.so:audio/speexdsp
15
15
16
CONFLICTS=	libcodec2-[0-9]*
16
CONFLICTS=	libcodec2-[0-9]*
17
USES=		cmake:outsource pathfix pkgconfig shebangfix tar:xz
17
USES=		cmake pathfix pkgconfig shebangfix tar:xz
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
OPTIONS_DEFINE=	EXAMPLES TEST
20
OPTIONS_DEFINE=	EXAMPLES TEST
(-)audio/creox/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
GH_ACCOUNT=	laudrup
18
GH_ACCOUNT=	laudrup
19
GH_PROJECT=	Creox4
19
GH_PROJECT=	Creox4
20
20
21
USES=		cmake:outsource kde:4 qt:4
21
USES=		cmake kde:4 qt:4
22
USE_KDE=	automoc4 kdelibs
22
USE_KDE=	automoc4 kdelibs
23
USE_QT=		moc_build qmake_build rcc_build uic_build
23
USE_QT=		moc_build qmake_build rcc_build uic_build
24
USE_XORG=	xft xpm
24
USE_XORG=	xft xpm
(-)audio/csound6/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
24
LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
25
		libsndfile.so:audio/libsndfile
25
		libsndfile.so:audio/libsndfile
26
26
27
USES=		alias bison cmake:outsource,noninja eigen:3 localbase python:2.7
27
USES=		alias bison cmake:noninja eigen:3 localbase python:2.7
28
# math/gmm++ requires c++11
28
# math/gmm++ requires c++11
29
USE_CXXSTD=	c++11
29
USE_CXXSTD=	c++11
30
CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
30
CMAKE_ARGS=	-DBUILD_CSOUNDVST:BOOL=OFF \
(-)audio/drumstick/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
15
LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
16
RUN_DEPENDS=	${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont
16
RUN_DEPENDS=	${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont
17
17
18
USES=		cmake:outsource pkgconfig qt:5 shared-mime-info tar:bz2
18
USES=		cmake pkgconfig qt:5 shared-mime-info tar:bz2
19
USE_QT=		core gui network svg testlib widgets buildtools_build qmake_build
19
USE_QT=		core gui network svg testlib widgets buildtools_build qmake_build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
(-)audio/eq10q-lv2/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libfontconfig.so:x11-fonts/fontconfig \
18
		libfontconfig.so:x11-fonts/fontconfig \
19
		libfreetype.so:print/freetype2
19
		libfreetype.so:print/freetype2
20
20
21
USES=		cmake:outsource compiler:c++11-lang dos2unix localbase:ldflags pkgconfig
21
USES=		cmake compiler:c++11-lang dos2unix localbase:ldflags pkgconfig
22
USE_GNOME=	glib20 gtk20 gtkmm24 gdkpixbuf2 atkmm cairo cairomm pangomm
22
USE_GNOME=	glib20 gtk20 gtkmm24 gdkpixbuf2 atkmm cairo cairomm pangomm
23
DOS2UNIX_FILES=	dsp/vu.h
23
DOS2UNIX_FILES=	dsp/vu.h
24
24
(-)audio/eteroj-lv2/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libsord-0.so:devel/sord \
19
		libsord-0.so:devel/sord \
20
		libuv.so:devel/libuv
20
		libuv.so:devel/libuv
21
21
22
USES=		cmake:outsource pkgconfig
22
USES=		cmake pkgconfig
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	OpenMusicKontrollers
24
GH_ACCOUNT=	OpenMusicKontrollers
25
GH_PROJECT=	eteroj.lv2
25
GH_PROJECT=	eteroj.lv2
(-)audio/fabla2-lv2/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
15
LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
16
		libsndfile.so:audio/libsndfile
16
		libsndfile.so:audio/libsndfile
17
17
18
USES=		cmake:outsource pkgconfig
18
USES=		cmake pkgconfig
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	openAVproductions
20
GH_ACCOUNT=	openAVproductions
21
GH_PROJECT=	openAV-Fabla2
21
GH_PROJECT=	openAV-Fabla2
(-)audio/infamous-plugins-lv2/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		libntk.so:x11-toolkits/ntk \
20
		libntk.so:x11-toolkits/ntk \
21
		libzita-resampler.so:audio/zita-resampler
21
		libzita-resampler.so:audio/zita-resampler
22
22
23
USES=		cmake:outsource localbase pkgconfig
23
USES=		cmake localbase pkgconfig
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	ssj71
25
GH_ACCOUNT=	ssj71
26
GH_PROJECT=	infamousPlugins
26
GH_PROJECT=	infamousPlugins
(-)audio/juk/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libtag.so:audio/taglib
12
LIB_DEPENDS=	libtag.so:audio/taglib
13
13
14
USES=		cmake:outsource kde:5 qt:5 tar:xz
14
USES=		cmake kde:5 qt:5 tar:xz
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
16
		coreaddons crash globalaccel i18n iconthemes itemviews \
16
		coreaddons crash globalaccel i18n iconthemes itemviews \
17
		jobwidgets kio notifications service solid sonnet textwidgets \
17
		jobwidgets kio notifications service solid sonnet textwidgets \
(-)audio/juk-kde4/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libtag.so:audio/taglib
17
LIB_DEPENDS=	libtag.so:audio/taglib
18
18
19
USES=		cmake:outsource kde:4 qt:4 tar:xz
19
USES=		cmake kde:4 qt:4 tar:xz
20
USE_KDE=	automoc4 kdelibs
20
USE_KDE=	automoc4 kdelibs
21
USE_QT=		moc_build qmake_build rcc_build uic_build
21
USE_QT=		moc_build qmake_build rcc_build uic_build
22
22
(-)audio/kid3-kde4/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl
16
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl
17
17
18
USES=		cmake:outsource gnome pkgconfig
18
USES=		cmake gnome pkgconfig
19
USE_GNOME=	libxslt:build
19
USE_GNOME=	libxslt:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
(-)audio/kio-audiocd-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libogg.so:audio/libogg \
19
		libogg.so:audio/libogg \
20
		libvorbis.so:audio/libvorbis
20
		libvorbis.so:audio/libvorbis
21
21
22
USES=		cmake:outsource kde:4 qt:4 tar:xz
22
USES=		cmake kde:4 qt:4 tar:xz
23
USE_KDE=	kdelibs libkcddb libkcompactdisc \
23
USE_KDE=	kdelibs libkcddb libkcompactdisc \
24
		automoc4
24
		automoc4
25
USE_QT=		moc_build qmake_build rcc_build uic_build
25
USE_QT=		moc_build qmake_build rcc_build uic_build
(-)audio/kmix/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libasound.so:audio/alsa-lib
12
LIB_DEPENDS=	libasound.so:audio/alsa-lib
13
13
14
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
14
USES=		cmake gettext kde:5 qt:5 tar:xz
15
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
15
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
16
		emoticons globalaccel i18n iconthemes init itemmodels \
16
		emoticons globalaccel i18n iconthemes init itemmodels \
17
		itemviews kcmutils kdelibs4support notifications package \
17
		itemviews kcmutils kdelibs4support notifications package \
(-)audio/kmix-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
DEPRECATED=	KDE4 is EOL upstream
14
DEPRECATED=	KDE4 is EOL upstream
15
EXPIRATION_DATE=	2018-12-31
15
EXPIRATION_DATE=	2018-12-31
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	automoc4 kdelibs
18
USE_KDE=	automoc4 kdelibs
19
USE_QT=		gui phonon xml \
19
USE_QT=		gui phonon xml \
20
		moc_build qmake_build rcc_build uic_build
20
		moc_build qmake_build rcc_build uic_build
(-)audio/kscd-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libdiscid.so:audio/libdiscid \
17
LIB_DEPENDS=	libdiscid.so:audio/libdiscid \
18
		libmusicbrainz5.so:audio/libmusicbrainz5
18
		libmusicbrainz5.so:audio/libmusicbrainz5
19
19
20
USES=		cmake:outsource kde:4 qt:4 tar:xz
20
USES=		cmake kde:4 qt:4 tar:xz
21
USE_KDE=	kdelibs automoc4
21
USE_KDE=	kdelibs automoc4
22
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
22
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
23
23
(-)audio/kwave/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libsamplerate.so:audio/libsamplerate \
18
		libsamplerate.so:audio/libsamplerate \
19
		libvorbisenc.so:audio/libvorbis
19
		libvorbisenc.so:audio/libvorbis
20
20
21
USES=		cmake:outsource desktop-file-utils gettext kde:5 \
21
USES=		cmake desktop-file-utils gettext kde:5 \
22
		localbase:ldflags pkgconfig qt:5 tar:xz
22
		localbase:ldflags pkgconfig qt:5 tar:xz
23
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
23
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
24
		coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
24
		coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
(-)audio/libcoverart/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libjansson.so:devel/jansson \
14
LIB_DEPENDS=	libjansson.so:devel/jansson \
15
		libneon.so:www/neon
15
		libneon.so:www/neon
16
16
17
USES=		cmake pathfix
17
USES=		cmake:insource pathfix
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
post-patch:
20
post-patch:
(-)audio/libebur128/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	jiixyj
18
GH_ACCOUNT=	jiixyj
19
19
20
USES=		cmake:outsource localbase:ldflags pkgconfig
20
USES=		cmake localbase:ldflags pkgconfig
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)audio/libgroove/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	andrewrk
21
GH_ACCOUNT=	andrewrk
22
22
23
USES=		cmake:outsource
23
USES=		cmake
24
USE_SDL=	sdl2
24
USE_SDL=	sdl2
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
CFLAGS+=	-Wno-error=deprecated-declarations # ffmpeg 3.1
26
CFLAGS+=	-Wno-error=deprecated-declarations # ffmpeg 3.1
(-)audio/libkcddb/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libmusicbrainz5.so:audio/libmusicbrainz5
10
LIB_DEPENDS=	libmusicbrainz5.so:audio/libmusicbrainz5
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets \
13
USE_KDE=	auth codecs completion config configwidgets \
14
		coreaddons ecm i18n jobwidgets kio service \
14
		coreaddons ecm i18n jobwidgets kio service \
15
		widgetsaddons
15
		widgetsaddons
(-)audio/libkcddb-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libmusicbrainz5.so:audio/libmusicbrainz5
15
LIB_DEPENDS=	libmusicbrainz5.so:audio/libmusicbrainz5
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	automoc4 kdelibs
18
USE_KDE=	automoc4 kdelibs
19
USE_QT=		qtestlib moc_build qmake_build rcc_build uic_build
19
USE_QT=		qtestlib moc_build qmake_build rcc_build uic_build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
(-)audio/libkcompactdisc/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE library for interfacing with audio CDs
8
COMMENT=	KDE library for interfacing with audio CDs
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	coreaddons ecm emoticons i18n itemmodels itemviews \
11
USE_KDE=	coreaddons ecm emoticons i18n itemmodels itemviews \
12
		kdelibs4support solid
12
		kdelibs4support solid
13
USE_QT=		core dbus phonon4\
13
USE_QT=		core dbus phonon4\
(-)audio/libkcompactdisc-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	automoc4 kdelibs
16
USE_KDE=	automoc4 kdelibs
17
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
17
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)audio/libmusicbrainz5/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libneon.so:www/neon
15
LIB_DEPENDS=	libneon.so:www/neon
16
16
17
USES=		cmake iconv:build pathfix
17
USES=		cmake:insource iconv:build pathfix
18
USE_GNOME=	libxml2
18
USE_GNOME=	libxml2
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
(-)audio/libmusicxml/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	MPL20
11
LICENSE=	MPL20
12
LICENSE_FILE=	${WRKSRC}/license.txt
12
LICENSE_FILE=	${WRKSRC}/license.txt
13
13
14
USES=		cmake:outsource compiler:c++11-lang
14
USES=		cmake compiler:c++11-lang
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	grame-cncm
16
GH_ACCOUNT=	grame-cncm
17
GH_TAGNAME=	91347ae
17
GH_TAGNAME=	91347ae
(-)audio/lmms/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
		${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \
28
		${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \
29
		${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins
29
		${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins
30
30
31
USES=		cmake:outsource desktop-file-utils localbase:ldflags pkgconfig \
31
USES=		cmake desktop-file-utils localbase:ldflags pkgconfig \
32
		qt:4 shared-mime-info
32
		qt:4 shared-mime-info
33
USE_GITHUB=	yes
33
USE_GITHUB=	yes
34
GH_ACCOUNT=	LMMS
34
GH_ACCOUNT=	LMMS
(-)audio/luppp/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libsamplerate.so:audio/libsamplerate \
17
		libsamplerate.so:audio/libsamplerate \
18
		libsndfile.so:audio/libsndfile
18
		libsndfile.so:audio/libsndfile
19
19
20
USES=		cmake:outsource compiler:c++11-lang gnome pkgconfig
20
USES=		cmake compiler:c++11-lang gnome pkgconfig
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	openAVproductions
22
GH_ACCOUNT=	openAVproductions
23
GH_PROJECT=	openAV-Luppp
23
GH_PROJECT=	openAV-Luppp
(-)audio/moony-lv2/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
BUILD_DEPENDS=	lv2>0:audio/lv2
18
BUILD_DEPENDS=	lv2>0:audio/lv2
19
19
20
USES=		cmake:outsource pkgconfig
20
USES=		cmake pkgconfig
21
USE_XORG=	x11 xext
21
USE_XORG=	x11 xext
22
USE_GL=		gl glu
22
USE_GL=		gl glu
23
23
(-)audio/mous/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
15
BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
16
16
17
USES=		cmake:outsource compiler:c++14-lang
17
USES=		cmake compiler:c++14-lang
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	bsdelf
20
GH_ACCOUNT=	bsdelf
(-)audio/musescore/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libogg.so:audio/libogg \
22
		libogg.so:audio/libogg \
23
		libfreetype.so:print/freetype2
23
		libfreetype.so:print/freetype2
24
24
25
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
25
USES=		cmake compiler:c++11-lib desktop-file-utils \
26
		pkgconfig qt:5 shared-mime-info zip
26
		pkgconfig qt:5 shared-mime-info zip
27
USE_QT=		core gui widgets opengl concurrent designer help network \
27
USE_QT=		core gui widgets opengl concurrent designer help network \
28
		scripttools qml quick svg sql printsupport testlib webkit \
28
		scripttools qml quick svg sql printsupport testlib webkit \
(-)audio/openal-soft/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
CONFLICTS=	openal-200[0-9]*
14
CONFLICTS=	openal-200[0-9]*
15
15
16
USES=		cmake:outsource compiler:c11 tar:bzip2
16
USES=		cmake compiler:c11 tar:bzip2
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
LLD_UNSAFE=	yes
18
LLD_UNSAFE=	yes
19
CMAKE_ARGS=	-DCMAKE_INSTALL_DATADIR:STRING="${PREFIX}/etc"
19
CMAKE_ARGS=	-DCMAKE_INSTALL_DATADIR:STRING="${PREFIX}/etc"
(-)audio/plasma5-plasma-pa/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
11
LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
12
		libpulse.so:audio/pulseaudio
12
		libpulse.so:audio/pulseaudio
13
13
14
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 \
14
USES=		cmake compiler:c++11-lib cpe gettext kde:5 \
15
		pkgconfig qt:5 shebangfix tar:xz
15
		pkgconfig qt:5 shebangfix tar:xz
16
USE_GNOME=	gconf2
16
USE_GNOME=	gconf2
17
USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n \
17
USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n \
(-)audio/rkr-lv2/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libfftw3.so:math/fftw3 \
17
LIB_DEPENDS=	libfftw3.so:math/fftw3 \
18
		libsamplerate.so:audio/libsamplerate
18
		libsamplerate.so:audio/libsamplerate
19
19
20
USES=		cmake:outsource pkgconfig
20
USES=		cmake pkgconfig
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	ssj71
22
GH_ACCOUNT=	ssj71
23
GH_PROJECT=	${PORTNAME}lv2
23
GH_PROJECT=	${PORTNAME}lv2
(-)audio/rosegarden/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
		xdg-open:devel/xdg-utils \
24
		xdg-open:devel/xdg-utils \
25
		lilypond:print/lilypond
25
		lilypond:print/lilypond
26
26
27
USES=		alias cmake:outsource desktop-file-utils localbase:ldflags \
27
USES=		alias cmake desktop-file-utils localbase:ldflags \
28
		pkgconfig shared-mime-info tar:bzip2
28
		pkgconfig shared-mime-info tar:bzip2
29
29
30
OPTIONS_DEFINE=		LIRC
30
OPTIONS_DEFINE=		LIRC
(-)audio/sayonara/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
LIB_DEPENDS=	libtag.so:audio/taglib \
18
LIB_DEPENDS=	libtag.so:audio/taglib \
19
		libmtp.so:multimedia/libmtp
19
		libmtp.so:multimedia/libmtp
20
20
21
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
21
USES=		cmake compiler:c++11-lib desktop-file-utils \
22
		pkgconfig qt:5
22
		pkgconfig qt:5
23
USE_GNOME=	glib20
23
USE_GNOME=	glib20
24
USE_GSTREAMER1=	flac libav mpg123 ogg opus vorbis
24
USE_GSTREAMER1=	flac libav mpg123 ogg opus vorbis
(-)audio/sc3-plugins/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
SUPERNOVA_DESC=	Build plugins for supernova
23
SUPERNOVA_DESC=	Build plugins for supernova
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
25
25
26
USES=		cmake:outsource localbase pkgconfig
26
USES=		cmake localbase pkgconfig
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
GH_ACCOUNT=	supercollider
28
GH_ACCOUNT=	supercollider
29
GH_TUPLE=	timblechmann:nova-simd:3140689:n/external_libraries/nova-simd
29
GH_TUPLE=	timblechmann:nova-simd:3140689:n/external_libraries/nova-simd
(-)audio/simon/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libsphinxad.so:audio/sphinxbase \
17
		libsphinxad.so:audio/sphinxbase \
18
		libqwt6.so:x11-toolkits/qwt6@qt4
18
		libqwt6.so:x11-toolkits/qwt6@qt4
19
19
20
USES=		cmake:outsource gettext kde:4 qt:4 tar:bz2
20
USES=		cmake gettext kde:4 qt:4 tar:bz2
21
USE_KDE=	kdelibs automoc4 pimlibs
21
USE_KDE=	kdelibs automoc4 pimlibs
22
USE_QT=		accessible corelib dbus gui network script sql svg testlib xml \
22
USE_QT=		accessible corelib dbus gui network script sql svg testlib xml \
23
		moc_build qmake_build rcc_build uic_build
23
		moc_build qmake_build rcc_build uic_build
(-)audio/sorcer-lv2/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
17
		${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
18
LIB_DEPENDS=	libntk.so:x11-toolkits/ntk
18
LIB_DEPENDS=	libntk.so:x11-toolkits/ntk
19
19
20
USES=		cmake:outsource pkgconfig
20
USES=		cmake pkgconfig
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	openAVproductions
22
GH_ACCOUNT=	openAVproductions
23
GH_PROJECT=	openAV-${PORTNAME}
23
GH_PROJECT=	openAV-${PORTNAME}
(-)audio/soundkonverter/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libphonon4qt5.so:multimedia/phonon@qt5
16
		libphonon4qt5.so:multimedia/phonon@qt5
17
17
18
GH_ACCOUNT=	HessiJames
18
GH_ACCOUNT=	HessiJames
19
USES=		cmake:outsource compiler:c++11-lang kde:5 qt:5
19
USES=		cmake compiler:c++11-lang kde:5 qt:5
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
USE_QT=		dbus concurrent core buildtools_build gui network printsupport \
21
USE_QT=		dbus concurrent core buildtools_build gui network printsupport \
22
		qmake_build widgets xml
22
		qmake_build widgets xml
(-)audio/spc2it/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		cmake
14
USES=		cmake:insource
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
16
17
GH_ACCOUNT=	uyjulian
17
GH_ACCOUNT=	uyjulian
(-)audio/supercollider/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		libsndfile.so:audio/libsndfile \
20
		libsndfile.so:audio/libsndfile \
21
		libfftw3f.so:math/fftw3-float
21
		libfftw3f.so:math/fftw3-float
22
22
23
USES=		cmake:outsource iconv localbase pkgconfig qt:5 readline \
23
USES=		cmake iconv localbase pkgconfig qt:5 readline \
24
		shared-mime-info tar:bzip2
24
		shared-mime-info tar:bzip2
25
USE_QT=		buildtools_build concurrent core gui linguisttools location \
25
USE_QT=		buildtools_build concurrent core gui linguisttools location \
26
		network opengl printsupport qmake_build qml quick sensors \
26
		network opengl printsupport qmake_build qml quick sensors \
(-)audio/vmpk/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libdrumstick-rt.so:audio/drumstick
14
LIB_DEPENDS=	libdrumstick-rt.so:audio/drumstick
15
15
16
USES=		cmake:outsource pkgconfig qt:5 tar:bz2
16
USES=		cmake pkgconfig qt:5 tar:bz2
17
USE_QT=		core gui network svg widgets x11extras \
17
USE_QT=		core gui network svg widgets x11extras \
18
		buildtools_build linguisttools_build qmake_build
18
		buildtools_build linguisttools_build qmake_build
19
USE_XORG=	xcb
19
USE_XORG=	xcb
(-)audio/wildmidi/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
# player: GPLv3, library: LGPL3
11
# player: GPLv3, library: LGPL3
12
LICENSE=	LGPL3
12
LICENSE=	LGPL3
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
(-)audio/wmmp/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake
14
USES=		cmake:insource
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	yogsothoth
16
GH_ACCOUNT=	yogsothoth
17
USE_XORG=	xpm x11 xext
17
USE_XORG=	xpm x11 xext
(-)audio/yoshimi/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
BROKEN_armv6=		fails to compile: c++: warning: argument unused during compilation: '-msse'
25
BROKEN_armv6=		fails to compile: c++: warning: argument unused during compilation: '-msse'
26
BROKEN_armv7=		fails to compile: c++: warning: argument unused during compilation: '-msse'
26
BROKEN_armv7=		fails to compile: c++: warning: argument unused during compilation: '-msse'
27
27
28
USES=		cmake:outsource ncurses pkgconfig readline:port
28
USES=		cmake ncurses pkgconfig readline:port
29
USE_GITHUB=	yes
29
USE_GITHUB=	yes
30
USE_GNOME=	cairo
30
USE_GNOME=	cairo
31
USE_GL=		gl glu
31
USE_GL=		gl glu
(-)audio/zynaddsubfx/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libmxml.so:textproc/mxml \
19
		libmxml.so:textproc/mxml \
20
		liblo.so:audio/liblo
20
		liblo.so:audio/liblo
21
21
22
USES=		tar:bzip2 cmake pkgconfig
22
USES=		tar:bzip2 cmake:insource pkgconfig
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
OPTIONS_DEFINE=		OSS JACK GUI PORTAUDIO LASH DOCS EXAMPLES
25
OPTIONS_DEFINE=		OSS JACK GUI PORTAUDIO LASH DOCS EXAMPLES
(-)benchmarks/clpeak/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_GL=		gl
25
USE_GL=		gl
26
USES=		cmake
26
USES=		cmake:insource
27
27
28
CXXFLAGS+=	-std=c++11
28
CXXFLAGS+=	-std=c++11
29
29
(-)benchmarks/nosqlbench/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	libleveldb.so:databases/leveldb
16
LIB_DEPENDS=	libleveldb.so:databases/leveldb
17
17
18
DATE=		20151214
18
DATE=		20151214
19
USES=		cmake tar:bzip2
19
USES=		cmake:insource tar:bzip2
20
20
21
CONFLICTS=	tarantool-c
21
CONFLICTS=	tarantool-c
22
22
(-)benchmarks/smhasher/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	gvnn3
18
GH_ACCOUNT=	gvnn3
19
19
20
USES=		cmake
20
USES=		cmake:insource
21
21
22
PLIST_FILES=	bin/SMHasher
22
PLIST_FILES=	bin/SMHasher
23
23
(-)biology/avida/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
BROKEN_sparc64=		missing atomics implementation
20
BROKEN_sparc64=		missing atomics implementation
21
BROKEN_powerpc64=	fails to compile: sibling call optimization does not allow automatic multiple TOCs
21
BROKEN_powerpc64=	fails to compile: sibling call optimization does not allow automatic multiple TOCs
22
22
23
USES=		cmake:outsource ncurses
23
USES=		cmake ncurses
24
USE_CXXSTD=	gnu++98
24
USE_CXXSTD=	gnu++98
25
CMAKE_ARGS=	-DAPTO_UNIT_TESTS:BOOL=OFF \
25
CMAKE_ARGS=	-DAPTO_UNIT_TESTS:BOOL=OFF \
26
		-DAVD_UNIT_TESTS:BOOL=OFF \
26
		-DAVD_UNIT_TESTS:BOOL=OFF \
(-)biology/bamtools/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LIB_DEPENDS+=	libjsoncpp.so:devel/jsoncpp
13
LIB_DEPENDS+=	libjsoncpp.so:devel/jsoncpp
14
14
15
USES=		cmake:outsource
15
USES=		cmake
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	pezmaster31
18
GH_ACCOUNT=	pezmaster31
(-)biology/diamond/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
ONLY_FOR_ARCHS=	amd64 i386
14
ONLY_FOR_ARCHS=	amd64 i386
15
15
16
USES=		cmake:outsource
16
USES=		cmake
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	bbuchfink
18
GH_ACCOUNT=	bbuchfink
19
19
(-)biology/hyphy/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libcurl.so:ftp/curl
15
LIB_DEPENDS=	libcurl.so:ftp/curl
16
16
17
USES=		compiler:c++14-lang cmake:outsource localbase:ldflags ssl
17
USES=		compiler:c++14-lang cmake localbase:ldflags ssl
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	veg
19
GH_ACCOUNT=	veg
20
20
(-)biology/iqtree/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BROKEN_armv7=		fails to compile: unrecognized command line options '-m32' and '-msse3'
16
BROKEN_armv7=		fails to compile: unrecognized command line options '-m32' and '-msse3'
17
BROKEN_powerpc64=	fails to build: GCC version must be at least 4.8!
17
BROKEN_powerpc64=	fails to build: GCC version must be at least 4.8!
18
18
19
USES=		cmake compiler:openmp eigen:3
19
USES=		cmake:insource compiler:openmp eigen:3
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	Cibiv
21
GH_ACCOUNT=	Cibiv
22
GH_PROJECT=	IQ-TREE
22
GH_PROJECT=	IQ-TREE
(-)biology/libsbml/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
17
17
18
USES=		cmake:outsource iconv:build
18
USES=		cmake iconv:build
19
USE_CXXSTD=	c++98
19
USE_CXXSTD=	c++98
20
USE_GNOME=	libxml2
20
USE_GNOME=	libxml2
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)biology/seqan-apps/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
18
BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
19
19
20
USES=		cmake:outsource compiler:openmp # once #199603 is resolved, add c++14-lang
20
USES=		cmake compiler:openmp # once #199603 is resolved, add c++14-lang
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	seqan
22
GH_ACCOUNT=	seqan
23
GH_PROJECT=	seqan
23
GH_PROJECT=	seqan
(-)biology/unanimity/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
LIB_DEPENDS=	libhts.so:biology/htslib \
20
LIB_DEPENDS=	libhts.so:biology/htslib \
21
		libboost_regex.so:devel/boost-libs
21
		libboost_regex.so:devel/boost-libs
22
22
23
USES=		cmake compiler:c++14-lang pkgconfig python
23
USES=		cmake:insource compiler:c++14-lang pkgconfig python
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	PacificBiosciences
25
GH_ACCOUNT=	PacificBiosciences
26
26
(-)cad/brlcad/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
27
28
CONFLICTS_INSTALL=	py[23][0-9]-epsilon
28
CONFLICTS_INSTALL=	py[23][0-9]-epsilon
29
29
30
USES=		bison cmake:outsource pathfix pkgconfig python:env shebangfix \
30
USES=		bison cmake:insource pathfix pkgconfig python:env shebangfix \
31
		tar:bzip2 tk:85
31
		tar:bzip2 tk:85
32
USE_GL=		gl glu
32
USE_GL=		gl glu
33
USE_XORG=	ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
33
USE_XORG=	ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
(-)cad/elmerfem/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
GH_ACCOUNT=	ElmerCSC
18
GH_ACCOUNT=	ElmerCSC
19
GH_TAGNAME=	release-8.3
19
GH_TAGNAME=	release-8.3
20
20
21
USES=		blaslapack:netlib cmake:outsource fortran gmake tcl
21
USES=		blaslapack:netlib cmake fortran gmake tcl
22
22
23
USE_LDCONFIG=	${PREFIX}/lib/elmersolver
23
USE_LDCONFIG=	${PREFIX}/lib/elmersolver
24
ALL_TARGET=	# empty
24
ALL_TARGET=	# empty
(-)cad/freecad/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
		libhdf5.so:science/hdf5
31
		libhdf5.so:science/hdf5
32
RUN_DEPENDS=	pivy>0:graphics/py-pivy@${PY_FLAVOR}
32
RUN_DEPENDS=	pivy>0:graphics/py-pivy@${PY_FLAVOR}
33
33
34
USES=		dos2unix compiler:c++11-lib cmake:outsource eigen:3 fortran jpeg \
34
USES=		dos2unix compiler:c++11-lib cmake eigen:3 fortran jpeg \
35
		python:2.7 localbase qt:4
35
		python:2.7 localbase qt:4
36
USE_XORG=	ice sm x11 xext xt
36
USE_XORG=	ice sm x11 xext xt
37
USE_GL=		gl glu
37
USE_GL=		gl glu
(-)cad/opencascade/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
# Check ${WRKSRC}/dox/overview/overview.md
23
# Check ${WRKSRC}/dox/overview/overview.md
24
# and ${WRKSRC}/dox/dev_guides/building
24
# and ${WRKSRC}/dox/dev_guides/building
25
USES=		alias:10 cmake:outsource compiler:c++14-lang dos2unix \
25
USES=		alias:10 cmake compiler:c++14-lang dos2unix \
26
		shebangfix tk tar:tgz
26
		shebangfix tk tar:tgz
27
USE_XORG=	ice sm x11 xext xi xmu xt
27
USE_XORG=	ice sm x11 xext xi xmu xt
28
USE_GL=		gl glu
28
USE_GL=		gl glu
(-)cad/openvsp/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
CMAKE_SOURCE_PATH=	${WRKSRC}/SuperProject
33
CMAKE_SOURCE_PATH=	${WRKSRC}/SuperProject
34
CMAKE_INSTALL_PREFIX=	${STAGEDIR}${PREFIX}
34
CMAKE_INSTALL_PREFIX=	${STAGEDIR}${PREFIX}
35
35
36
USES=		cmake:outsource,noninja jpeg
36
USES=		cmake:noninja jpeg
37
37
38
USE_GITHUB=	yes
38
USE_GITHUB=	yes
39
GH_PROJECT=	OpenVSP
39
GH_PROJECT=	OpenVSP
(-)cad/stepcode/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
BROKEN_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
15
BROKEN_powerpc64=	fails to configure: Schema scan for 15926-0002-lifecycle_integration.exp exited with error code 1
16
16
17
USES=		cmake:outsource compiler:c++11-lang
17
USES=		cmake compiler:c++11-lang
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
CMAKE_ARGS+=	-DSC_INSTALL_PREFIX=${PREFIX} \
20
CMAKE_ARGS+=	-DSC_INSTALL_PREFIX=${PREFIX} \
(-)chinese/ibus-table-chinese/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
RUN_DEPENDS=	ibus-daemon:textproc/ibus \
17
RUN_DEPENDS=	ibus-daemon:textproc/ibus \
18
		${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table
18
		${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table
19
19
20
USES=		cmake:noninja pkgconfig
20
USES=		cmake:insource,noninja pkgconfig
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	definite
23
GH_ACCOUNT=	definite
(-)chinese/qterm/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
MAINTAINER=	kaiwang27@gmail.com
10
MAINTAINER=	kaiwang27@gmail.com
11
COMMENT=	BBS client for BSD/Linux
11
COMMENT=	BBS client for BSD/Linux
12
12
13
USES=		qt:4 tar:bzip2 cmake perl5
13
USES=		qt:4 tar:bzip2 cmake:insource perl5
14
USE_PERL5=	build
14
USE_PERL5=	build
15
USE_QT=		codecs-cn_run codecs-tw_run gui help-tools_build \
15
USE_QT=		codecs-cn_run codecs-tw_run gui help-tools_build \
16
		linguist_build moc_build network qt3support_build \
16
		linguist_build moc_build network qt3support_build \
(-)comms/airspy/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
BROKEN_aarch64=		fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
17
BROKEN_aarch64=		fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
18
BROKEN_powerpc64=	fails to build: iqconverter_float.c:45:23: error: immintrin.h: No such file or directory
18
BROKEN_powerpc64=	fails to build: iqconverter_float.c:45:23: error: immintrin.h: No such file or directory
19
19
20
USES=		cmake:outsource pkgconfig
20
USES=		cmake pkgconfig
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_PROJECT=	airspyone_host
22
GH_PROJECT=	airspyone_host
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)comms/freedv/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libspeex.so:audio/speex \
19
		libspeex.so:audio/speex \
20
		libspeexdsp.so:audio/speexdsp
20
		libspeexdsp.so:audio/speexdsp
21
21
22
USES=		cmake:outsource compiler:c++11-lib tar:xz
22
USES=		cmake compiler:c++11-lib tar:xz
23
USE_WX=		3.0+
23
USE_WX=		3.0+
24
CMAKE_ARGS+=	-DCODEC2_INCLUDE_DIRS=${LOCALBASE}/include/codec2 \
24
CMAKE_ARGS+=	-DCODEC2_INCLUDE_DIRS=${LOCALBASE}/include/codec2 \
25
		-DCODEC2_LIBRARY=${LOCALBASE}/lib/libcodec2.so \
25
		-DCODEC2_LIBRARY=${LOCALBASE}/lib/libcodec2.so \
(-)comms/gammu/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
CMAKE_ARGS=	-DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \
18
CMAKE_ARGS=	-DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \
19
		-DINSTALL_MAN_DIR:PATH=${PREFIX}/man
19
		-DINSTALL_MAN_DIR:PATH=${PREFIX}/man
20
20
21
USES=		cmake:outsource compiler:c++11-lang gettext iconv pkgconfig shebangfix tar:xz
21
USES=		cmake compiler:c++11-lang gettext iconv pkgconfig shebangfix tar:xz
22
SHEBANG_FILES=	utils/jadmaker utils/gammu-config
22
SHEBANG_FILES=	utils/jadmaker utils/gammu-config
23
bash_CMD=	/bin/sh
23
bash_CMD=	/bin/sh
24
USE_GNOME=	glib20
24
USE_GNOME=	glib20
(-)comms/gnuradio/Makefile (-1 / +1 lines)
Lines 47-53 Link Here
47
# volk/lib/volk_cpu.c: In function 'i_can_has_3dnow':
47
# volk/lib/volk_cpu.c: In function 'i_can_has_3dnow':
48
# volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm'
48
# volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm'
49
# volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints
49
# volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints
50
USES=		cmake:outsource compiler:c11 fortran iconv perl5 pkgconfig pyqt:4 python:2.7 qt:4 shebangfix
50
USES=		cmake compiler:c11 fortran iconv perl5 pkgconfig pyqt:4 python:2.7 qt:4 shebangfix
51
SHEBANG_FILES=	grc/scripts/freedesktop/grc_setup_freedesktop.in \
51
SHEBANG_FILES=	grc/scripts/freedesktop/grc_setup_freedesktop.in \
52
		gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
52
		gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
53
		gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
53
		gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
(-)comms/hackrf/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
GH_ACCOUNT=	mossmann
14
GH_ACCOUNT=	mossmann
15
GH_TAGNAME=	31a37bd
15
GH_TAGNAME=	31a37bd
16
16
17
USES=		cmake:outsource
17
USES=		cmake
18
CMAKE_SOURCE_PATH=	${WRKSRC}/host
18
CMAKE_SOURCE_PATH=	${WRKSRC}/host
19
CMAKE_ARGS=	-DLIBUSB_LIBRARIES=/usr/lib/libusb.so
19
CMAKE_ARGS=	-DLIBUSB_LIBRARIES=/usr/lib/libusb.so
20
20
(-)comms/kremotecontrol-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	lircd:comms/lirc
14
RUN_DEPENDS=	lircd:comms/lirc
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	automoc4 kdelibs
17
USE_KDE=	automoc4 kdelibs
18
USE_QT=		corelib script xmlpatterns \
18
USE_QT=		corelib script xmlpatterns \
19
		qmake_build moc_build rcc_build uic_build
19
		qmake_build moc_build rcc_build uic_build
(-)comms/libbtbb/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BUILD_DEPENDS=	${PYNUMPY}
14
BUILD_DEPENDS=	${PYNUMPY}
15
15
16
USES=		cmake:outsource \
16
USES=		cmake \
17
		python:2.7,build
17
		python:2.7,build
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
(-)comms/multimon-ng/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	EliasOenal
14
GH_ACCOUNT=	EliasOenal
15
15
16
USES=		cmake
16
USES=		cmake:insource
17
17
18
OPTIONS_DEFINE=	PULSEAUDIO X11
18
OPTIONS_DEFINE=	PULSEAUDIO X11
19
19
(-)comms/openobex/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
COMMENT=	Open source implementation of the OBEX protocol
10
COMMENT=	Open source implementation of the OBEX protocol
11
11
12
USE_LDCONFIG=	yes
12
USE_LDCONFIG=	yes
13
USES=		cmake dos2unix
13
USES=		cmake:insource dos2unix
14
DOS2UNIX_FILES=	CMakeLists.txt
14
DOS2UNIX_FILES=	CMakeLists.txt
15
CMAKE_ARGS+=	-DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"
15
CMAKE_ARGS+=	-DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"
16
16
(-)comms/sdr-wspr/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	hmatuschek
18
GH_ACCOUNT=	hmatuschek
19
USE_QT=		core buildtools_build qmake webkit widgets
19
USE_QT=		core buildtools_build qmake webkit widgets
20
USES=		cmake:outsource compiler:gcc-c++11-lib fortran pkgconfig qt:5
20
USES=		cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
21
21
22
PLIST_FILES=	bin/sdr-wspr share/applications/sdr-wspr.desktop \
22
PLIST_FILES=	bin/sdr-wspr share/applications/sdr-wspr.desktop \
23
		share/icons/sdr-wspr.svg
23
		share/icons/sdr-wspr.svg
(-)comms/ubertooth/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
BUILD_DEPENDS=	${PYNUMPY}
17
BUILD_DEPENDS=	${PYNUMPY}
18
18
19
USES=		cmake:outsource \
19
USES=		cmake \
20
		python
20
		python
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
(-)comms/uhd/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
BROKEN_FreeBSD_12_armv7=	fails to configure: Could not find standard set_new_handler function
30
BROKEN_FreeBSD_12_armv7=	fails to configure: Could not find standard set_new_handler function
31
BROKEN_powerpc64=		fails to link: undefined reference to boost function
31
BROKEN_powerpc64=		fails to link: undefined reference to boost function
32
32
33
USES=		compiler:c++11-lib cmake:outsource ncurses pkgconfig \
33
USES=		compiler:c++11-lib cmake ncurses pkgconfig \
34
		dos2unix python:2.7 shebangfix
34
		dos2unix python:2.7 shebangfix
35
USE_LDCONFIG=		yes
35
USE_LDCONFIG=		yes
36
CMAKE_SOURCE_PATH=	${WRKSRC}/host
36
CMAKE_SOURCE_PATH=	${WRKSRC}/host
(-)converters/osm2pgrouting/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libexpat.so:textproc/expat2 \
16
		libexpat.so:textproc/expat2 \
17
		libpqxx.so:databases/postgresql-libpqxx
17
		libpqxx.so:databases/postgresql-libpqxx
18
18
19
USES=		cmake:outsource compiler:c++11-lang pgsql
19
USES=		cmake compiler:c++11-lang pgsql
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	pgRouting
21
GH_ACCOUNT=	pgRouting
22
WANT_PGSQL=	client
22
WANT_PGSQL=	client
(-)converters/osm2pgsql/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	openstreetmap
22
GH_ACCOUNT=	openstreetmap
23
23
24
USES=		cmake:outsource lua:53 pgsql
24
USES=		cmake lua:53 pgsql
25
25
26
PLIST_FILES=	bin/osm2pgsql \
26
PLIST_FILES=	bin/osm2pgsql \
27
		man/man1/osm2pgsql.1.gz
27
		man/man1/osm2pgsql.1.gz
(-)databases/akonadi/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
CONFLICTS=	akonadi-[0-9]* akonadi-kf5-git-[0-9]*
16
CONFLICTS=	akonadi-[0-9]* akonadi-kf5-git-[0-9]*
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 \
18
USES=		cmake compiler:c++11-lib gettext kde:5 \
19
		qt:5 shared-mime-info tar:xz
19
		qt:5 shared-mime-info tar:xz
20
USE_GNOME=	libxml2
20
USE_GNOME=	libxml2
21
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
21
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
(-)databases/akonadi-kde4/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
# Let process generate meaningful backtrace on core dump.
21
# Let process generate meaningful backtrace on core dump.
22
BUILD_DEPENDS=	xsltproc:textproc/libxslt
22
BUILD_DEPENDS=	xsltproc:textproc/libxslt
23
23
24
USES=		cmake:outsource kde:4 qt:4 shared-mime-info \
24
USES=		cmake kde:4 qt:4 shared-mime-info \
25
		compiler:c++11-lang pathfix tar:bzip2
25
		compiler:c++11-lang pathfix tar:bzip2
26
USE_KDE=	automoc4 soprano
26
USE_KDE=	automoc4 soprano
27
USE_QT=		corelib dbus gui network qtestlib_build sql xml \
27
USE_QT=		corelib dbus gui network qtestlib_build sql xml \
(-)databases/arangodb32/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
ONLY_FOR_ARCHS=	amd64
17
ONLY_FOR_ARCHS=	amd64
18
ONLY_FOR_ARCHS_REASON=	"Only builds on amd64"
18
ONLY_FOR_ARCHS_REASON=	"Only builds on amd64"
19
BROKEN_FreeBSD_10=	libc++ is too old
19
BROKEN_FreeBSD_10=	libc++ is too old
20
USES=		gmake ssl cmake:outsource,noninja python:2.7 compiler
20
USES=		gmake ssl cmake:noninja python:2.7 compiler
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
22
23
CMAKE_ARGS=	-DUSE_JEMALLOC:BOOL=off \
23
CMAKE_ARGS=	-DUSE_JEMALLOC:BOOL=off \
(-)databases/arangodb33/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
CONFLICTS_INSTALL=	arangodb32
20
CONFLICTS_INSTALL=	arangodb32
21
CONFLICTS_BUILD=	v8
21
CONFLICTS_BUILD=	v8
22
22
23
USES=		cmake:outsource,noninja compiler gmake python:2.7 ssl  # ninja: error: loading 'build.ninja': No such file or directory
23
USES=		cmake:noninja compiler gmake python:2.7 ssl  # ninja: error: loading 'build.ninja': No such file or directory
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
25
26
CMAKE_OFF=	USE_JEMALLOC
26
CMAKE_OFF=	USE_JEMALLOC
(-)databases/cassandra-cpp-driver/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
GH_ACCOUNT=	datastax
18
GH_ACCOUNT=	datastax
19
GH_PROJECT=	cpp-driver
19
GH_PROJECT=	cpp-driver
20
20
21
USES=		cmake:outsource pkgconfig pathfix ssl
21
USES=		cmake pkgconfig pathfix ssl
22
CMAKE_ARGS=	-DCMAKE_INSTALL_LIBDIR:STRING=lib \
22
CMAKE_ARGS=	-DCMAKE_INSTALL_LIBDIR:STRING=lib \
23
		-DCASS_BUILD_STATIC:BOOL=ON
23
		-DCASS_BUILD_STATIC:BOOL=ON
24
24
(-)databases/clickhouse/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
		libgtest.so:devel/googletest
35
		libgtest.so:devel/googletest
36
#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'))
36
#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'))
37
37
38
USES=		compiler:c++14-lang cmake iconv mysql ssl readline shebangfix
38
USES=		compiler:c++14-lang cmake:insource iconv mysql ssl readline shebangfix
39
USE_LDCONFIG=	yes
39
USE_LDCONFIG=	yes
40
CMAKE_ARGS=	-DUNBUNDLED=1 \
40
CMAKE_ARGS=	-DUNBUNDLED=1 \
41
		-DUSE_STATIC_LIBRARIES=0 \
41
		-DUSE_STATIC_LIBRARIES=0 \
(-)databases/cppdb/Makefile (-1 / +1 lines)
Lines 41-47 Link Here
41
SQLITE3_MODULE_DESC=	Build SQLite 3 backend as a CppDB module
41
SQLITE3_MODULE_DESC=	Build SQLite 3 backend as a CppDB module
42
42
43
USE_LDCONFIG=	yes
43
USE_LDCONFIG=	yes
44
USES=		cmake:outsource tar:bzip2
44
USES=		cmake tar:bzip2
45
45
46
.include <bsd.port.options.mk>
46
.include <bsd.port.options.mk>
47
47
(-)databases/iowow/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
13
13
14
USES=		cmake:outsource compiler:c11
14
USES=		cmake compiler:c11
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	Softmotions
16
GH_ACCOUNT=	Softmotions
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)databases/kdb/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LIB_DEPENDS=		libicuuc.so:devel/icu
13
LIB_DEPENDS=		libicuuc.so:devel/icu
14
14
15
USES=			cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
15
USES=			cmake gettext kde:5 python:2.7 qt:5 tar:xz
16
USE_KDE=		coreaddons ecm i18n
16
USE_KDE=		coreaddons ecm i18n
17
USE_QT=			core gui network widgets xml \
17
USE_QT=			core gui network widgets xml \
18
			buildtools_build qmake_build
18
			buildtools_build qmake_build
(-)databases/kexi/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
			libKPropertyCore3.so:x11-toolkits/kproperty \
13
			libKPropertyCore3.so:x11-toolkits/kproperty \
14
			libKReport3.so:textproc/kreport
14
			libKReport3.so:textproc/kreport
15
15
16
USES=			cmake:outsource desktop-file-utils gettext iconv \
16
USES=			cmake desktop-file-utils gettext iconv \
17
			kde:5 pkgconfig qt:5 tar:xz
17
			kde:5 pkgconfig qt:5 tar:xz
18
USE_GNOME=		glib20
18
USE_GNOME=		glib20
19
USE_KDE=		auth bookmarks codecs completion config \
19
USE_KDE=		auth bookmarks codecs completion config \
(-)databases/mariadb-connector-c/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
			mysql[0-9]*-client-* \
26
			mysql[0-9]*-client-* \
27
			percona[0-9]*-client-*
27
			percona[0-9]*-client-*
28
28
29
USES=		cmake compiler:c++11-lib iconv:translit ssl
29
USES=		cmake:insource compiler:c++11-lib iconv:translit ssl
30
USE_LDCONFIG=	${PREFIX}/lib/mariadb
30
USE_LDCONFIG=	${PREFIX}/lib/mariadb
31
SITESDIR=	mariadb/connector-c-${PORTVERSION}
31
SITESDIR=	mariadb/connector-c-${PORTVERSION}
32
DOCSDIR=	${PREFIX}/share/doc/mysql
32
DOCSDIR=	${PREFIX}/share/doc/mysql
(-)databases/mariadb-connector-odbc/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
LIB_DEPENDS=	libodbc.so:databases/unixODBC \
23
LIB_DEPENDS=	libodbc.so:databases/unixODBC \
24
		libmariadb.so:databases/mariadb-connector-c
24
		libmariadb.so:databases/mariadb-connector-c
25
25
26
USES=		cmake
26
USES=		cmake:insource
27
USE_LDCONFIG=	${PREFIX}/lib/mariadbconnector-odbc
27
USE_LDCONFIG=	${PREFIX}/lib/mariadbconnector-odbc
28
SITESDIR=	${PORTNAME}/${PKGNAMESUFFIX:S/^-//}-${PORTVERSION:S/.b$//}
28
SITESDIR=	${PORTNAME}/${PKGNAMESUFFIX:S/^-//}-${PORTVERSION:S/.b$//}
29
DOCSDIR=	${PREFIX}/share/doc/mysql
29
DOCSDIR=	${PREFIX}/share/doc/mysql
(-)databases/mariadb100-server/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message
29
29
30
SLAVEDIRS=	databases/mariadb100-client
30
SLAVEDIRS=	databases/mariadb100-client
31
USES=		bison:build cmake:noninja compiler:c++11-lib cpe \
31
USES=		bison:build cmake:insource,noninja compiler:c++11-lib cpe \
32
		ncurses shebangfix ssl
32
		ncurses shebangfix ssl
33
USE_LDCONFIG=	${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin
33
USE_LDCONFIG=	${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin
34
SHEBANG_FILES=	scripts/*.sh
34
SHEBANG_FILES=	scripts/*.sh
(-)databases/mariadb101-server/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message
29
29
30
SLAVEDIRS=	databases/mariadb101-client
30
SLAVEDIRS=	databases/mariadb101-client
31
USES=		bison:build cmake:noninja compiler:c++11-lib cpe libedit ncurses \
31
USES=		bison:build cmake:insource,noninja compiler:c++11-lib cpe libedit ncurses \
32
		shebangfix ssl
32
		shebangfix ssl
33
USE_LDCONFIG=	${PREFIX}/lib/mysql
33
USE_LDCONFIG=	${PREFIX}/lib/mysql
34
SHEBANG_FILES=	scripts/*.sh
34
SHEBANG_FILES=	scripts/*.sh
(-)databases/mariadb102-server/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
26
26
27
SLAVEDIRS=	databases/mariadb102-client
27
SLAVEDIRS=	databases/mariadb102-client
28
USES=		bison:build cmake:noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl
28
USES=		bison:build cmake:insource,noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl
29
USE_LDCONFIG=	${PREFIX}/lib/mysql
29
USE_LDCONFIG=	${PREFIX}/lib/mysql
30
SHEBANG_FILES=	scripts/*.sh storage/rocksdb/myrocks_hotbackup
30
SHEBANG_FILES=	scripts/*.sh storage/rocksdb/myrocks_hotbackup
31
SITESDIR=	mariadb/mariadb-${PORTVERSION}/source
31
SITESDIR=	mariadb/mariadb-${PORTVERSION}/source
(-)databases/mariadb103-server/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
PKGMESSAGE=	${WRKDIR}/pkg-message
27
PKGMESSAGE=	${WRKDIR}/pkg-message
28
28
29
SLAVEDIRS=	databases/mariadb102-client
29
SLAVEDIRS=	databases/mariadb102-client
30
USES=		bison:build cmake:noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl
30
USES=		bison:build cmake:insource,noninja compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl
31
USE_LDCONFIG=	${PREFIX}/lib/mysql
31
USE_LDCONFIG=	${PREFIX}/lib/mysql
32
SHEBANG_FILES=	scripts/*.sh storage/rocksdb/myrocks_hotbackup
32
SHEBANG_FILES=	scripts/*.sh storage/rocksdb/myrocks_hotbackup
33
SITESDIR=	mariadb/mariadb-${PORTVERSION}/source
33
SITESDIR=	mariadb/mariadb-${PORTVERSION}/source
(-)databases/mariadb55-server/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
SUB_FILES=	pkg-message
23
SUB_FILES=	pkg-message
24
24
25
SLAVEDIRS=	databases/mariadb55-client
25
SLAVEDIRS=	databases/mariadb55-client
26
USES+=		cmake:noninja shebangfix ssl
26
USES+=		cmake:insource,noninja shebangfix ssl
27
USE_LDCONFIG=	${PREFIX}/lib/mysql
27
USE_LDCONFIG=	${PREFIX}/lib/mysql
28
SHEBANG_FILES=	scripts/*.sh sql-bench/[a-km-z]*
28
SHEBANG_FILES=	scripts/*.sh sql-bench/[a-km-z]*
29
29
(-)databases/mydumper/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
CMAKE_OFF=	BUILD_DOCS WITH_BINLOG
16
CMAKE_OFF=	BUILD_DOCS WITH_BINLOG
17
USE_GNOME=	glib20
17
USE_GNOME=	glib20
18
USES=		cmake gnome mysql pkgconfig
18
USES=		cmake:insource gnome mysql pkgconfig
19
19
20
PLIST_FILES=	sbin/mydumper sbin/myloader
20
PLIST_FILES=	sbin/mydumper sbin/myloader
21
21
(-)databases/mysql-connector-c/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BROKEN_SSL=	openssl-devel
16
BROKEN_SSL=	openssl-devel
17
BROKEN_SSL_REASON_openssl-devel=	variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
17
BROKEN_SSL_REASON_openssl-devel=	variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
18
18
19
USES=		cmake:outsource compiler:features mysql ssl
19
USES=		cmake compiler:features mysql ssl
20
CMAKE_ARGS+=	-DOPENSSL_INCLUDE_DIR="${OPENSSLINC}"
20
CMAKE_ARGS+=	-DOPENSSL_INCLUDE_DIR="${OPENSSLINC}"
21
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
21
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
22
22
(-)databases/mysql-connector-c++/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
16
LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
17
17
18
USES=		cmake:outsource compiler:c++11-lang mysql ssl
18
USES=		cmake compiler:c++11-lang mysql ssl
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
CMAKE_ARGS=	-DDOC_DESTINATION="${DOCSDIR}"
20
CMAKE_ARGS=	-DDOC_DESTINATION="${DOCSDIR}"
21
21
(-)databases/mysql55-server/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
SLAVEDIRS=	databases/mysql55-client
16
SLAVEDIRS=	databases/mysql55-client
17
USES=		cmake:noninja readline shebangfix
17
USES=		cmake:insource,noninja readline shebangfix
18
CXXFLAGS+=	${CPPFLAGS}
18
CXXFLAGS+=	${CPPFLAGS}
19
NO_OPTIONS_SORT=yes
19
NO_OPTIONS_SORT=yes
20
20
(-)databases/mysql56-server/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
SLAVEDIRS=	databases/mysql56-client
16
SLAVEDIRS=	databases/mysql56-client
17
USES=		bison:build cmake:outsource,noninja compiler:c11 compiler:c++11-lib \
17
USES=		bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
18
		cpe libedit localbase perl5 shebangfix ssl
18
		cpe libedit localbase perl5 shebangfix ssl
19
19
20
USE_PERL5=	run
20
USE_PERL5=	run
(-)databases/mysql57-server/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
18
19
SLAVEDIRS=	databases/mysql57-client
19
SLAVEDIRS=	databases/mysql57-client
20
USES=		bison:build cmake:outsource,noninja compiler:c11 compiler:c++11-lib \
20
USES=		bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
21
		cpe libedit localbase perl5 shebangfix ssl
21
		cpe libedit localbase perl5 shebangfix ssl
22
22
23
USE_PERL5=	run
23
USE_PERL5=	run
(-)databases/mysql80-server/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
18
18
19
SLAVEDIRS=	databases/mysql80-client
19
SLAVEDIRS=	databases/mysql80-client
20
USES=		bison:build cmake:outsource,noninja compiler:c++14-lang \
20
USES=		bison:build cmake:noninja compiler:c++14-lang \
21
		compiler:c++14-lib cpe libedit localbase perl5 shebangfix ssl
21
		compiler:c++14-lib cpe libedit localbase perl5 shebangfix ssl
22
22
23
USE_PERL5=	run
23
USE_PERL5=	run
(-)databases/mysqlwsrep56-server/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
ETCDIR=		${PREFIX}/etc/mysql
30
ETCDIR=		${PREFIX}/etc/mysql
31
31
32
USES=		bison \
32
USES=		bison \
33
		cmake:outsource,noninja \
33
		cmake:noninja \
34
		compiler:c++11-lib \
34
		compiler:c++11-lib \
35
		compiler:c11 \
35
		compiler:c11 \
36
		libedit \
36
		libedit \
(-)databases/mysqlwsrep57-server/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
LIB_DEPENDS=	libevent.so:devel/libevent liblz4.so:archivers/liblz4
24
LIB_DEPENDS=	libevent.so:devel/libevent liblz4.so:archivers/liblz4
25
25
26
USES=		bison \
26
USES=		bison \
27
		cmake:outsource,noninja \
27
		cmake:noninja \
28
		compiler:c++11-lib \
28
		compiler:c++11-lib \
29
		compiler:c11 \
29
		compiler:c11 \
30
		libedit \
30
		libedit \
(-)databases/opendbviewer/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
BUILD_DEPENDS=	convert:graphics/ImageMagick
13
BUILD_DEPENDS=	convert:graphics/ImageMagick
14
14
15
USES=		cmake:outsource compiler:c++11-lang qt:5
15
USES=		cmake compiler:c++11-lang qt:5
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	Jet1oeil
17
GH_ACCOUNT=	Jet1oeil
18
USE_QT=		core gui network sql sql-sqlite3 testlib widgets \
18
USE_QT=		core gui network sql sql-sqlite3 testlib widgets \
(-)databases/percona55-server/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
SLAVEDIRS=	databases/percona55-client
17
SLAVEDIRS=	databases/percona55-client
18
USES=		bison cmake:noninja readline shebangfix
18
USES=		bison cmake:insource,noninja readline shebangfix
19
USE_CXXSTD=	gnu++98
19
USE_CXXSTD=	gnu++98
20
20
21
CXXFLAGS+=	${CPPFLAGS}
21
CXXFLAGS+=	${CPPFLAGS}
(-)databases/percona56-server/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
SLAVEDIRS=	databases/percona56-client \
22
SLAVEDIRS=	databases/percona56-client \
23
		databases/percona-pam-for-mysql
23
		databases/percona-pam-for-mysql
24
USES=		bison cmake:noninja perl5 shebangfix
24
USES=		bison cmake:insource,noninja perl5 shebangfix
25
25
26
OPTIONS_DEFINE=	OPENSSL FASTMTX INNODBMEMCACHED TOKUDB
26
OPTIONS_DEFINE=	OPENSSL FASTMTX INNODBMEMCACHED TOKUDB
27
OPTIONS_DEFAULT=	OPENSSL INNODBMEMCACHED
27
OPTIONS_DEFAULT=	OPENSSL INNODBMEMCACHED
(-)databases/percona57-server/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
SLAVEDIRS=	databases/percona57-client \
25
SLAVEDIRS=	databases/percona57-client \
26
		databases/percona57-pam-for-mysql
26
		databases/percona57-pam-for-mysql
27
USES=		bison:build cmake:noninja compiler:c11 compiler:c++11-lib \
27
USES=		bison:build cmake:insource,noninja compiler:c11 compiler:c++11-lib \
28
		cpe libedit localbase perl5 shebangfix
28
		cpe libedit localbase perl5 shebangfix
29
29
30
MY_DBDIR=	/var/db/mysql
30
MY_DBDIR=	/var/db/mysql
(-)databases/pgagent/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
MAINTAINER=	fjoe@FreeBSD.org
11
MAINTAINER=	fjoe@FreeBSD.org
12
COMMENT=	Job scheduler for PostgreSQL
12
COMMENT=	Job scheduler for PostgreSQL
13
13
14
USES=		cmake dos2unix pgsql
14
USES=		cmake:insource dos2unix pgsql
15
DOS2UNIX_GLOB=	*.txt
15
DOS2UNIX_GLOB=	*.txt
16
CMAKE_ARGS=	-DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}"
16
CMAKE_ARGS=	-DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}"
17
USE_WX=		2.8
17
USE_WX=		2.8
(-)databases/pgrouting/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libgmp.so:math/gmp
18
		libgmp.so:math/gmp
19
RUN_DEPENDS=	${LOCALBASE}/share/postgresql/contrib/postgis-2.2/postgis.sql:databases/postgis22
19
RUN_DEPENDS=	${LOCALBASE}/share/postgresql/contrib/postgis-2.2/postgis.sql:databases/postgis22
20
20
21
USES=		compiler:c++11-lib cmake:outsource localbase pgsql:9.1+ pkgconfig
21
USES=		compiler:c++11-lib cmake localbase pgsql:9.1+ pkgconfig
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	pgRouting
24
GH_ACCOUNT=	pgRouting
(-)databases/timescaledb/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	APACHE20
11
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		compiler:c11 cmake:outsource pgsql:9.6,10 ssl
14
USES=		compiler:c11 cmake pgsql:9.6,10 ssl
15
15
16
USE_GITHUB=	YES
16
USE_GITHUB=	YES
17
GH_ACCOUNT=	timescale
17
GH_ACCOUNT=	timescale
(-)databases/xrootd/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
BUILD_DEPENDS=	bash:shells/bash
20
BUILD_DEPENDS=	bash:shells/bash
21
LIB_DEPENDS=	librados.so:net/ceph
21
LIB_DEPENDS=	librados.so:net/ceph
22
22
23
USES=		cmake:outsource localbase:ldflags pkgconfig readline shebangfix ssl
23
USES=		cmake localbase:ldflags pkgconfig readline shebangfix ssl
24
SHEBANG_GLOB=	*.sh
24
SHEBANG_GLOB=	*.sh
25
USE_GNOME=	libxml2
25
USE_GNOME=	libxml2
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)deskutils/akonadi-calendar-tools/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libical.so:devel/libical
10
LIB_DEPENDS=	libical.so:devel/libical
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
		coreaddons crash ecm guiaddons i18n iconthemes itemmodels \
14
		coreaddons crash ecm guiaddons i18n iconthemes itemmodels \
15
		itemviews jobwidgets kdelibs4support kio notifications parts \
15
		itemviews jobwidgets kdelibs4support kio notifications parts \
(-)deskutils/akonadi-import-wizard/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		libgpgmepp.so:security/gpgme-cpp \
13
		libgpgmepp.so:security/gpgme-cpp \
14
		libqgpgme.so:security/gpgme-qt5
14
		libqgpgme.so:security/gpgme-qt5
15
15
16
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
17
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
17
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
18
		crash dbusaddons ecm i18n itemmodels kio service wallet \
18
		crash dbusaddons ecm i18n itemmodels kio service wallet \
19
		widgetsaddons xmlgui
19
		widgetsaddons xmlgui
(-)deskutils/akonadiconsole/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libical.so:devel/libical \
17
		libical.so:devel/libical \
18
		libxapian.so:databases/xapian-core
18
		libxapian.so:databases/xapian-core
19
19
20
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
20
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
21
USE_KDE=	auth bookmarks codecs completion config configwidgets \
21
USE_KDE=	auth bookmarks codecs completion config configwidgets \
22
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
22
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
23
		itemmodels itemviews jobwidgets kdelibs4support kio \
23
		itemmodels itemviews jobwidgets kdelibs4support kio \
(-)deskutils/akregator/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libgpgmepp.so:security/gpgme-cpp \
15
		libgpgmepp.so:security/gpgme-cpp \
16
		libqgpgme.so:security/gpgme-qt5
16
		libqgpgme.so:security/gpgme-qt5
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
18
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
19
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
19
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
20
		ecm i18n iconthemes itemmodels jobwidgets kcmutils kio \
20
		ecm i18n iconthemes itemmodels jobwidgets kcmutils kio \
21
		notifications notifyconfig parts service sonnet texteditor\
21
		notifications notifyconfig parts service sonnet texteditor\
(-)deskutils/charmtimetracker/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain@qt5
19
LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain@qt5
20
20
21
USES=		cmake:outsource compiler:c++11-lib pkgconfig qt:5
21
USES=		cmake compiler:c++11-lib pkgconfig qt:5
22
CMAKE_ARGS=	-DCharm_VERSION:STRING=${PORTVERSION}
22
CMAKE_ARGS=	-DCharm_VERSION:STRING=${PORTVERSION}
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
(-)deskutils/go-for-it/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
BUILD_DEPENDS=	valac:lang/vala
13
BUILD_DEPENDS=	valac:lang/vala
14
LIB_DEPENDS=	libnotify.so:devel/libnotify
14
LIB_DEPENDS=	libnotify.so:devel/libnotify
15
15
16
USES=		cmake:outsource gettext pkgconfig
16
USES=		cmake gettext pkgconfig
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	JMoerman
19
GH_ACCOUNT=	JMoerman
(-)deskutils/grantlee-editor/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libgpgmepp.so:security/gpgme-cpp \
15
		libgpgmepp.so:security/gpgme-cpp \
16
		libqgpgme.so:security/gpgme-qt5
16
		libqgpgme.so:security/gpgme-qt5
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 \
18
USES=		cmake compiler:c++11-lib gettext grantlee:5 \
19
		kde:5 qt:5 tar:xz
19
		kde:5 qt:5 tar:xz
20
USE_KDE=	archive attica auth codecs completion config configwidgets \
20
USE_KDE=	archive attica auth codecs completion config configwidgets \
21
		coreaddons crash dbusaddons  ecm i18n itemmodels jobwidgets \
21
		coreaddons crash dbusaddons  ecm i18n itemmodels jobwidgets \
(-)deskutils/grantleetheme/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \
12
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
13
		pkgconfig qt:5 tar:xz
13
		pkgconfig qt:5 tar:xz
14
USE_KDE=	attica auth codecs config configwidgets coreaddons ecm i18n \
14
USE_KDE=	attica auth codecs config configwidgets coreaddons ecm i18n \
15
		iconthemes newstuff service widgetsaddons xmlgui
15
		iconthemes newstuff service widgetsaddons xmlgui
(-)deskutils/homerun/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
MAINTAINER=	yurkis@gmail.com
9
MAINTAINER=	yurkis@gmail.com
10
COMMENT=	Fullscreen launcher with content organized in tabs
10
COMMENT=	Fullscreen launcher with content organized in tabs
11
11
12
USES=		cmake:outsource compiler:c++0x gettext kde:4 qt:4 tar:bzip2
12
USES=		cmake compiler:c++0x gettext kde:4 qt:4 tar:bzip2
13
USE_KDE=	kdelibs automoc4 workspace
13
USE_KDE=	kdelibs automoc4 workspace
14
USE_QT=		moc_build qmake_build rcc_build uic_build corelib gui
14
USE_QT=		moc_build qmake_build rcc_build uic_build corelib gui
15
USE_XORG=	x11
15
USE_XORG=	x11
(-)deskutils/kaddressbook/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		libgpgmepp.so:security/gpgme-cpp \
13
		libgpgmepp.so:security/gpgme-cpp \
14
		libqgpgme.so:security/gpgme-qt5
14
		libqgpgme.so:security/gpgme-qt5
15
15
16
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \
16
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
17
		qt:5 tar:xz
17
		qt:5 tar:xz
18
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
18
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
19
		ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
19
		ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
(-)deskutils/kalarm/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libical.so:devel/libical
10
LIB_DEPENDS=	libical.so:devel/libical
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
14
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
15
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
15
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
(-)deskutils/kcharselect/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
11
		docbook-xml>0:textproc/docbook-xml
11
		docbook-xml>0:textproc/docbook-xml
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth codecs config configwidgets coreaddons crash  ecm bookmarks \
14
USE_KDE=	auth codecs config configwidgets coreaddons crash  ecm bookmarks \
15
		doctools i18n widgetsaddons xmlgui
15
		doctools i18n widgetsaddons xmlgui
16
USE_QT=		core dbus gui widgets xml \
16
USE_QT=		core dbus gui widgets xml \
(-)deskutils/kcharselect-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	automoc4 kdelibs
16
USE_KDE=	automoc4 kdelibs
17
USE_QT=		qmake_build moc_build rcc_build uic_build
17
USE_QT=		qmake_build moc_build rcc_build uic_build
18
18
(-)deskutils/kdeconnect-kde/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
CONFLICTS_INSTALL=	kdeconnect-kde-0.7* kdeconnect-kde-kde4-0.7.*
19
CONFLICTS_INSTALL=	kdeconnect-kde-0.7* kdeconnect-kde-kde4-0.7.*
20
20
21
USES=		cmake:outsource compiler:c++11-lang desktop-file-utils gettext kde:5 \
21
USES=		cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
22
		pkgconfig qt:5 tar:xz
22
		pkgconfig qt:5 tar:xz
23
USE_KDE=	auth bookmarks codecs completion config configwidgets \
23
USE_KDE=	auth bookmarks codecs completion config configwidgets \
24
		coreaddons dbusaddons doctools ecm i18n iconthemes \
24
		coreaddons dbusaddons doctools ecm i18n iconthemes \
(-)deskutils/kdepim-addons/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libgpgmepp.so:security/gpgme-cpp \
15
		libgpgmepp.so:security/gpgme-cpp \
16
		libqgpgme.so:security/gpgme-qt5
16
		libqgpgme.so:security/gpgme-qt5
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \
18
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
19
		pkgconfig qt:5 tar:xz
19
		pkgconfig qt:5 tar:xz
20
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
20
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
21
		dbusaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \
21
		dbusaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \
(-)deskutils/kdepim-apps-libs/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libgpgmepp.so:security/gpgme-cpp \
15
		libgpgmepp.so:security/gpgme-cpp \
16
		libqgpgme.so:security/gpgme-qt5
16
		libqgpgme.so:security/gpgme-qt5
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
18
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
19
USE_KDE=	auth codecs completion config configwidgets coreaddons \
19
USE_KDE=	auth codecs completion config configwidgets coreaddons \
20
		dbusaddons ecm i18n iconthemes itemmodels jobwidgets \
20
		dbusaddons ecm i18n iconthemes itemmodels jobwidgets \
21
		kdewebkit kio service sonnet widgetsaddons xmlgui
21
		kdewebkit kio service sonnet widgetsaddons xmlgui
(-)deskutils/kdepim-kde4/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
USE_GNOME=	libxml2 libxslt:build
28
USE_GNOME=	libxml2 libxslt:build
29
USE_KDE=	kdelibs pimlibs kactivities \
29
USE_KDE=	kdelibs pimlibs kactivities \
30
		akonadi automoc4 soprano nepomuk-widgets baloo
30
		akonadi automoc4 soprano nepomuk-widgets baloo
31
USES=		cmake:outsource grantlee:4 iconv kde:4 qt:4 shebangfix tar:xz
31
USES=		cmake grantlee:4 iconv kde:4 qt:4 shebangfix tar:xz
32
SHEBANG_FILES=	agents/mailfilteragent/kconf_update/migrate-kmail-filters.pl \
32
SHEBANG_FILES=	agents/mailfilteragent/kconf_update/migrate-kmail-filters.pl \
33
		kalarm/*.pl kmail/kconf_update/*.pl \
33
		kalarm/*.pl kmail/kconf_update/*.pl \
34
		libkpgp/kconf_update/kpgp-3.1-upgrade-address-data.pl
34
		libkpgp/kconf_update/kpgp-3.1-upgrade-address-data.pl
(-)deskutils/kdepim-runtime/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libsasl2.so:security/cyrus-sasl2 \
15
		libsasl2.so:security/cyrus-sasl2 \
16
		libxerces-c-3.2.so:textproc/xerces-c3
16
		libxerces-c-3.2.so:textproc/xerces-c3
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
18
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
20
		coreaddons crash dbusaddons guiaddons holidays i18n iconthemes \
20
		coreaddons crash dbusaddons guiaddons holidays i18n iconthemes \
21
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
21
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
(-)deskutils/kdepim-runtime-kde4/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
CONFLICTS_INSTALL=	kdepim-runtime44-4.*
25
CONFLICTS_INSTALL=	kdepim-runtime44-4.*
26
26
27
USES=		cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
27
USES=		cmake kde:4 qt:4 shared-mime-info tar:xz
28
USE_GNOME=	libxml2 libxslt:build
28
USE_GNOME=	libxml2 libxslt:build
29
USE_KDE=	kdelibs pimlibs \
29
USE_KDE=	kdelibs pimlibs \
30
		akonadi automoc4
30
		akonadi automoc4
(-)deskutils/kdepimlibs-kde4/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
		libprison.so:graphics/prison \
24
		libprison.so:graphics/prison \
25
		libqjson.so:devel/qjson@qt4
25
		libqjson.so:devel/qjson@qt4
26
26
27
USES=		cmake:outsource kde:4 qt:4 shared-mime-info shebangfix tar:xz
27
USES=		cmake kde:4 qt:4 shared-mime-info shebangfix tar:xz
28
USE_KDE=	kdelibs akonadi \
28
USE_KDE=	kdelibs akonadi \
29
		automoc4 ontologies soprano
29
		automoc4 ontologies soprano
30
SHEBANG_FILES=	mailtransport/kconf_update/migrate-transports.pl
30
SHEBANG_FILES=	mailtransport/kconf_update/migrate-transports.pl
(-)deskutils/kdeplasma-addons-kde4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
DEPRECATED=	KDE4 is EOL upstream
18
DEPRECATED=	KDE4 is EOL upstream
19
EXPIRATION_DATE=	2018-12-31
19
EXPIRATION_DATE=	2018-12-31
20
20
21
USES=		cmake:outsource eigen:2 kde:4 pkgconfig qt:4 shared-mime-info tar:xz
21
USES=		cmake eigen:2 kde:4 pkgconfig qt:4 shared-mime-info tar:xz
22
USE_KDE=	kdelibs libkexiv2 pimlibs workspace \
22
USE_KDE=	kdelibs libkexiv2 pimlibs workspace \
23
		akonadi attica automoc4 qimageblitz soprano
23
		akonadi attica automoc4 qimageblitz soprano
24
USE_QT=		corelib dbus declarative gui network script sql webkit \
24
USE_QT=		corelib dbus declarative gui network script sql webkit \
(-)deskutils/keditbookmarks/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Bookmark Organizer and Editor
8
COMMENT=	Bookmark Organizer and Editor
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons ecm i18n iconthemes jobwidgets kio parts service \
12
		coreaddons ecm i18n iconthemes jobwidgets kio parts service \
13
		sonnet textwidgets widgetsaddons windowsystem xmlgui
13
		sonnet textwidgets widgetsaddons windowsystem xmlgui
(-)deskutils/kfind/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Find files and folders
8
COMMENT=	Find files and folders
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash ecm guiaddons i18n iconthemes itemviews \
12
		coreaddons crash ecm guiaddons i18n iconthemes itemviews \
13
		jobwidgets kdelibs4support kio notifications parts service \
13
		jobwidgets kdelibs4support kio notifications parts service \
(-)deskutils/kmail/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		mboximporter:deskutils/mbox-importer \
20
		mboximporter:deskutils/mbox-importer \
21
		sieveeditor:deskutils/pim-sieve-editor
21
		sieveeditor:deskutils/pim-sieve-editor
22
22
23
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
23
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
24
USE_KDE=	auth bookmarks codecs completion config configwidgets \
24
USE_KDE=	auth bookmarks codecs completion config configwidgets \
25
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
25
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
26
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
26
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
(-)deskutils/kmail-account-wizard/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		libgpgmepp.so:security/gpgme-cpp \
13
		libgpgmepp.so:security/gpgme-cpp \
14
		libqgpgme.so:security/gpgme-qt5
14
		libqgpgme.so:security/gpgme-qt5
15
15
16
USES=		cmake:outsource compiler:c++11-lib gettext  kde:5 qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib gettext  kde:5 qt:5 tar:xz
17
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
17
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
18
		dbusaddons ecm i18n itemmodels itemviews kcmutils kio kross \
18
		dbusaddons ecm i18n itemmodels itemviews kcmutils kio kross \
19
		newstuff notifications notifyconfig service texteditor wallet \
19
		newstuff notifications notifyconfig service texteditor wallet \
(-)deskutils/knotes/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libical.so:devel/libical
12
LIB_DEPENDS=	libical.so:devel/libical
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
15
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
16
		coreaddons crash dbusaddons dnssd globalaccel guiaddons i18n \
16
		coreaddons crash dbusaddons dnssd globalaccel guiaddons i18n \
17
		iconthemes itemmodels itemviews jobwidgets kcmutils \
17
		iconthemes itemmodels itemviews jobwidgets kcmutils \
(-)deskutils/kontact/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
14
		ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
14
		ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
15
		service sonnet textwidgets widgetsaddons windowsystem xmlgui
15
		service sonnet textwidgets widgetsaddons windowsystem xmlgui
(-)deskutils/korganizer/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libical.so:devel/libical
10
LIB_DEPENDS=	libical.so:devel/libical
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
13
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
14
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
14
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
15
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
15
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
(-)deskutils/kruler/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE screen ruler
8
COMMENT=	KDE screen ruler
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm doctools i18n \
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm doctools i18n \
12
		notifications widgetsaddons windowsystem xmlgui
12
		notifications widgetsaddons windowsystem xmlgui
13
USE_QT=		core dbus gui widgets x11extras xml \
13
USE_QT=		core dbus gui widgets x11extras xml \
(-)deskutils/kruler-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_XORG=	x11
17
USE_XORG=	x11
(-)deskutils/latte-dock/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libxcb-util.so:x11/xcb-util
14
LIB_DEPENDS=	libxcb-util.so:x11/xcb-util
15
15
16
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
16
USES=		cmake gettext kde:5 qt:5 tar:xz
17
USE_KDE=	activities archive auth codecs config configwidgets \
17
USE_KDE=	activities archive auth codecs config configwidgets \
18
		coreaddons crash dbusaddons globalaccel i18n iconthemes \
18
		coreaddons crash dbusaddons globalaccel i18n iconthemes \
19
		kdeclarative newstuff notifications package plasma-framework service \
19
		kdeclarative newstuff notifications package plasma-framework service \
(-)deskutils/libkdepim/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
12
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
13
13
14
USES=		cmake:outsource gettext compiler:c++11-lib kde:5 qt:5 tar:xz
14
USES=		cmake gettext compiler:c++11-lib kde:5 qt:5 tar:xz
15
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
15
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
16
		i18n iconthemes itemmodels itemviews jobwidgets kcmutils \
16
		i18n iconthemes itemmodels itemviews jobwidgets kcmutils \
17
		kio service wallet widgetsaddons
17
		kio service wallet widgetsaddons
(-)deskutils/lxqt-notificationd/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
13
14
USES=	cmake:outsource compiler:c++11-lib gettext kde:5 lxqt qt:5 \
14
USES=	cmake compiler:c++11-lib gettext kde:5 lxqt qt:5 \
15
	pkgconfig tar:xz
15
	pkgconfig tar:xz
16
USE_QT=	buildtools_build qmake_build dbus core gui \
16
USE_QT=	buildtools_build qmake_build dbus core gui \
17
	linguisttools svg widgets x11extras xml
17
	linguisttools svg widgets x11extras xml
(-)deskutils/mbox-importer/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		libgpgmepp.so:security/gpgme-cpp \
13
		libgpgmepp.so:security/gpgme-cpp \
14
		libqgpgme.so:security/gpgme-qt5
14
		libqgpgme.so:security/gpgme-qt5
15
15
16
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
17
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
17
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
18
		crash ecm i18n itemmodels kio service widgetsaddons
18
		crash ecm i18n itemmodels kio service widgetsaddons
19
# pim components
19
# pim components
(-)deskutils/nextcloudclient/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libinotify.so:devel/libinotify \
15
LIB_DEPENDS=	libinotify.so:devel/libinotify \
16
		libqt5keychain.so:security/qtkeychain@qt5
16
		libqt5keychain.so:security/qtkeychain@qt5
17
17
18
USES=		cmake:outsource,noninja compiler:c++11-lib gmake iconv \
18
USES=		cmake:noninja compiler:c++11-lib gmake iconv \
19
		localbase:ldflags pkgconfig qt:5 sqlite ssl
19
		localbase:ldflags pkgconfig qt:5 sqlite ssl
20
USE_QT=		buildtools_build concurrent core dbus gui linguist_build network \
20
USE_QT=		buildtools_build concurrent core dbus gui linguist_build network \
21
		qmake_build sql webkit widgets xml
21
		qmake_build sql webkit widgets xml
(-)deskutils/osynctool/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
CONFLICTS=	msynctool-0.2*
16
CONFLICTS=	msynctool-0.2*
17
17
18
USES=		cmake:outsource pkgconfig tar:bzip2
18
USES=		cmake pkgconfig tar:bzip2
19
19
20
PLIST_FILES=	bin/${PORTNAME} \
20
PLIST_FILES=	bin/${PORTNAME} \
21
		etc/bash_completion.d/${PORTNAME}.sh
21
		etc/bash_completion.d/${PORTNAME}.sh
(-)deskutils/owncloudclient/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	libinotify.so:devel/libinotify \
16
LIB_DEPENDS=	libinotify.so:devel/libinotify \
17
		libqt5keychain.so:security/qtkeychain@qt5
17
		libqt5keychain.so:security/qtkeychain@qt5
18
18
19
USES=		cmake:outsource,noninja compiler:c++11-lib gmake iconv kde:5 \
19
USES=		cmake:noninja compiler:c++11-lib gmake iconv kde:5 \
20
		localbase:ldflags pkgconfig qt:5 sqlite
20
		localbase:ldflags pkgconfig qt:5 sqlite
21
USE_QT=		buildtools_build concurrent core dbus gui linguist_build network \
21
USE_QT=		buildtools_build concurrent core dbus gui linguist_build network \
22
		qmake_build sql webkit widgets xml
22
		qmake_build sql webkit widgets xml
(-)deskutils/pim-data-exporter/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		libgpgmepp.so:security/gpgme-cpp \
13
		libgpgmepp.so:security/gpgme-cpp \
14
		libqgpgme.so:security/gpgme-qt5
14
		libqgpgme.so:security/gpgme-qt5
15
15
16
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
17
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
17
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
18
		coreaddons crash dbusaddons ecm i18n itemmodels itemviews \
18
		coreaddons crash dbusaddons ecm i18n itemmodels itemviews \
19
		jobwidgets kio notifications service solid wallet \
19
		jobwidgets kio notifications service solid wallet \
(-)deskutils/pim-sieve-editor/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Mail sieve editor
8
COMMENT=	Mail sieve editor
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs config configwidgets coreaddons crash \
11
USE_KDE=	auth bookmarks codecs config configwidgets coreaddons crash \
12
		dbusaddons ecm i18n iconthemes kio service wallet \
12
		dbusaddons ecm i18n iconthemes kio service wallet \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)deskutils/plasma5-milou/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 Plasmoid for search
9
COMMENT=	Plasma5 Plasmoid for search
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth codecs config coreaddons i18n kdeclarative package \
12
USE_KDE=	auth codecs config coreaddons i18n kdeclarative package \
13
		plasma-framework runner service
13
		plasma-framework runner service
14
USE_QT=		core gui network qml quick script testlib widgets \
14
USE_QT=		core gui network qml quick script testlib widgets \
(-)deskutils/plasma5-sddm-kcm/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 config module for SDDM
9
COMMENT=	Plasma5 config module for SDDM
10
10
11
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 cpe pkgconfig \
11
USES=		cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \
12
		qt:5 tar:xz
12
		qt:5 tar:xz
13
USE_KDE=	auth archive attica codecs completion config configwidgets \
13
USE_KDE=	auth archive attica codecs completion config configwidgets \
14
		coreaddons ecm i18n jobwidgets kio newstuff service \
14
		coreaddons ecm i18n jobwidgets kio newstuff service \
(-)deskutils/strigi/Makefile.common (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
CONFLICTS_INSTALL=	strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1
9
CONFLICTS_INSTALL=	strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1
10
10
11
USES+=			cmake:outsource tar:bzip2
11
USES+=			cmake tar:bzip2
12
CMAKE_SOURCE_PATH=	${WRKSRC}/${PORTNAME}
12
CMAKE_SOURCE_PATH=	${WRKSRC}/${PORTNAME}
13
13
14
PLIST_SUB=		SHLIB_VER=${STRIGI_VERSION}
14
PLIST_SUB=		SHLIB_VER=${STRIGI_VERSION}
(-)deskutils/superkaramba-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 python:2.7 qt:4 tar:xz
14
USES=		cmake kde:4 python:2.7 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4 qimageblitz
15
USE_KDE=	kdelibs automoc4 qimageblitz
16
USE_QT=		qmake_build moc_build rcc_build uic_build
16
USE_QT=		qmake_build moc_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)deskutils/taskd/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libgnutls.so:security/gnutls
15
LIB_DEPENDS=	libgnutls.so:security/gnutls
16
RUN_DEPENDS=	bash:shells/bash
16
RUN_DEPENDS=	bash:shells/bash
17
17
18
USES=		cmake:outsource compiler:c++11-lib shebangfix
18
USES=		cmake compiler:c++11-lib shebangfix
19
USE_RC_SUBR=	taskd
19
USE_RC_SUBR=	taskd
20
20
21
USERS=		taskd
21
USERS=		taskd
(-)deskutils/zanshin/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libical.so:devel/libical
12
LIB_DEPENDS=	libical.so:devel/libical
13
13
14
USES=		cmake:outsource compiler:c++14-lang gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++14-lang gettext kde:5 qt:5 tar:xz
15
USE_KDE=	akonadi auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	akonadi auth bookmarks codecs completion config configwidgets \
16
		coreaddons crash ecm guiaddons i18n iconthemes itemmodels \
16
		coreaddons crash ecm guiaddons i18n iconthemes itemmodels \
17
		itemviews jobwidgets kdelibs4support kio notifications package \
17
		itemviews jobwidgets kdelibs4support kio notifications package \
(-)devel/RStudio/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
		libinotify.so:devel/libinotify \
29
		libinotify.so:devel/libinotify \
30
		libuuid.so:misc/e2fsprogs-libuuid
30
		libuuid.so:misc/e2fsprogs-libuuid
31
31
32
USES=		cmake:outsource desktop-file-utils fortran pkgconfig qt:5 shared-mime-info ssl
32
USES=		cmake desktop-file-utils fortran pkgconfig qt:5 shared-mime-info ssl
33
USE_QT=		core dbus gui location network opengl printsupport qml quick sensors \
33
USE_QT=		core dbus gui location network opengl printsupport qml quick sensors \
34
		sql svg webchannel webengine webkit widgets xml xmlpatterns buildtools_build qmake_build
34
		sql svg webchannel webengine webkit widgets xml xmlpatterns buildtools_build qmake_build
35
USE_JAVA=	yes
35
USE_JAVA=	yes
(-)devel/allegro/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
LIB_DEPENDS=	libogg.so:audio/libogg \
21
LIB_DEPENDS=	libogg.so:audio/libogg \
22
		libvorbis.so:audio/libvorbis
22
		libvorbis.so:audio/libvorbis
23
23
24
USES=		cmake makeinfo pkgconfig
24
USES=		cmake:insource makeinfo pkgconfig
25
USE_XORG=	ice sm x11 xpm xext xcursor xxf86vm xxf86dga
25
USE_XORG=	ice sm x11 xpm xext xcursor xxf86vm xxf86dga
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
(-)devel/allegro-devel/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
		libFLAC.so:audio/flac \
23
		libFLAC.so:audio/flac \
24
		libphysfs.so:devel/physfs
24
		libphysfs.so:devel/physfs
25
25
26
USES=		cmake jpeg openal:soft pkgconfig
26
USES=		cmake:insource jpeg openal:soft pkgconfig
27
USE_XORG=	x11 xpm xext xcursor xxf86vm xxf86dga
27
USE_XORG=	x11 xpm xext xcursor xxf86vm xxf86dga
28
USE_GL=		glu
28
USE_GL=		glu
29
USE_GNOME=	gtk20
29
USE_GNOME=	gtk20
(-)devel/apitrace/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpng.so:graphics/png
15
LIB_DEPENDS=	libpng.so:graphics/png
16
16
17
USES=		cmake:outsource compiler:c++11-lang pkgconfig python:2.7 shebangfix
17
USES=		cmake compiler:c++11-lang pkgconfig python:2.7 shebangfix
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_XORG=	x11
19
USE_XORG=	x11
20
20
(-)devel/arpc/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
20
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
21
		${PYTHON_PKGNAMEPREFIX}toposort>=1.5:devel/py-toposort@${PY_FLAVOR}
22
22
23
USES=		cmake localbase:ldflags python:3.4+ shebangfix
23
USES=		cmake:insource localbase:ldflags python:3.4+ shebangfix
24
SHEBANG_FILES=	scripts/aprotoc.py
24
SHEBANG_FILES=	scripts/aprotoc.py
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
(-)devel/benchmark/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		cmake:outsource
15
USES=		cmake
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	google
17
GH_ACCOUNT=	google
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)devel/binaryen/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	APACHE20
11
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource python:2.7,build compiler:c++11-lang
14
USES=		cmake python:2.7,build compiler:c++11-lang
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	WebAssembly
16
GH_ACCOUNT=	WebAssembly
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)devel/caf/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
CXXFLAGS+=	-std=c++11 -Wextra -Wall -pedantic
15
CXXFLAGS+=	-std=c++11 -Wextra -Wall -pedantic
16
LDFLAGS+=	-pthread
16
LDFLAGS+=	-pthread
17
USES=		cmake:outsource compiler:c++11-lang
17
USES=		cmake compiler:c++11-lang
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
TEST_TARGET=	test
19
TEST_TARGET=	test
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
(-)devel/catch/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
BROKEN_powerpc64=	fails to compile: catch_tostring.cpp:206:21: comparison is always true due to limited range of data type
15
BROKEN_powerpc64=	fails to compile: catch_tostring.cpp:206:21: comparison is always true due to limited range of data type
16
16
17
USES=		compiler:c++14-lang cmake:outsource pathfix
17
USES=		compiler:c++14-lang cmake pathfix
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	catchorg
19
GH_ACCOUNT=	catchorg
20
GH_PROJECT=	Catch2
20
GH_PROJECT=	Catch2
(-)devel/cdash/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/License.txt
15
LICENSE_FILE=	${WRKSRC}/License.txt
16
16
17
USES=		dos2unix cmake:outsource zip
17
USES=		dos2unix cmake zip
18
DOS2UNIX_GLOB=	*.php *.xml *.xsl *.txt
18
DOS2UNIX_GLOB=	*.php *.xml *.xsl *.txt
19
CMAKE_ARGS=	-DCDASH_DB_NAME:STRING=cdash \
19
CMAKE_ARGS=	-DCDASH_DB_NAME:STRING=cdash \
20
		-DCDASH_DB_LOGIN:STRING=cdash \
20
		-DCDASH_DB_LOGIN:STRING=cdash \
(-)devel/cervisia/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	CVS Frontend for KDE
8
COMMENT=	CVS Frontend for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	dbusaddons doctools ecm iconthemes init itemviews kdesu \
11
USE_KDE=	dbusaddons doctools ecm iconthemes init itemviews kdesu \
12
		notifications parts widgetsaddons
12
		notifications parts widgetsaddons
13
USE_QT=		core dbus gui widgets \
13
USE_QT=		core dbus gui widgets \
(-)devel/cervisia-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)devel/cmake-doc/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
DISTINFO_FILE=	${.CURDIR}/../cmake/distinfo
17
DISTINFO_FILE=	${.CURDIR}/../cmake/distinfo
18
18
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
USES=		cmake:outsource qt:5
20
USES=		cmake qt:5
21
USE_QT=		help_build
21
USE_QT=		help_build
22
22
23
CMAKE_OFF=	SPHINX_MAN
23
CMAKE_OFF=	SPHINX_MAN
(-)devel/cmake-gui/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		librhash.so:security/rhash
20
		librhash.so:security/rhash
21
21
22
USE_QT=		core gui widgets buildtools_build qmake_build
22
USE_QT=		core gui widgets buildtools_build qmake_build
23
USES=		cmake:run desktop-file-utils libarchive \
23
USES=		cmake:run,insource desktop-file-utils libarchive \
24
		shared-mime-info qt:5
24
		shared-mime-info qt:5
25
CMAKE_OFF=	BUILD_CursesDialog \
25
CMAKE_OFF=	BUILD_CursesDialog \
26
		CMake_SPHINX_DEPEND_ON_EXECUTABLES
26
		CMake_SPHINX_DEPEND_ON_EXECUTABLES
(-)devel/cmake-modules-webos/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
GH_ACCOUNT=	FreeWebOS
13
GH_ACCOUNT=	FreeWebOS
14
GH_TAGNAME=	submissions/19
14
GH_TAGNAME=	submissions/19
15
15
16
USES=		cmake:outsource
16
USES=		cmake
17
INSTALL_TARGET=	install
17
INSTALL_TARGET=	install
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/codequery/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE_FILE_MPL20=	${WRKSRC}/LICENSE.md
14
LICENSE_FILE_MPL20=	${WRKSRC}/LICENSE.md
15
LICENSE_FILE_MIT=	${WRKSRC}/querylib/README.txt
15
LICENSE_FILE_MIT=	${WRKSRC}/querylib/README.txt
16
16
17
USES=		cmake compiler:c++11-lang ninja qt:4 sqlite
17
USES=		cmake:insource compiler:c++11-lang ninja qt:4 sqlite
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	ruben2020
20
GH_ACCOUNT=	ruben2020
(-)devel/compiler-rt/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
CMAKE_SOURCE_PATH=	${WRKSRC}
26
CMAKE_SOURCE_PATH=	${WRKSRC}
27
27
28
USES=		cmake tar:bzip2
28
USES=		cmake:insource tar:bzip2
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
LLVM_SVN=	http://llvm.org/svn/llvm-project
31
LLVM_SVN=	http://llvm.org/svn/llvm-project
(-)devel/cpp-netlib/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
BUILD_DEPENDS=		boost-libs>0:devel/boost-libs \
17
BUILD_DEPENDS=		boost-libs>0:devel/boost-libs \
18
					asio>0:net/asio
18
					asio>0:net/asio
19
19
20
USES=			cmake:outsource compiler:c++11-lang
20
USES=			cmake compiler:c++11-lang
21
USE_LDCONFIG=		yes
21
USE_LDCONFIG=		yes
22
CFLAGS+=	-fPIC
22
CFLAGS+=	-fPIC
23
CMAKE_ARGS+=		-DCPP-NETLIB_BUILD_EXAMPLES=OFF \
23
CMAKE_ARGS+=		-DCPP-NETLIB_BUILD_EXAMPLES=OFF \
(-)devel/cpp2py/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
RUN_DEPENDS=	${PY_DEPENDS} \
21
RUN_DEPENDS=	${PY_DEPENDS} \
22
		llvm${LLVM_VER}>0:devel/llvm${LLVM_VER}
22
		llvm${LLVM_VER}>0:devel/llvm${LLVM_VER}
23
23
24
USES=		cmake:outsource compiler:c++14-lang python:2.7 shebangfix
24
USES=		cmake compiler:c++14-lang python:2.7 shebangfix
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	TRIQS
26
GH_ACCOUNT=	TRIQS
27
SHEBANG_FILES=	bin/c*
27
SHEBANG_FILES=	bin/c*
(-)devel/cpu_features/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=	APACHE20
11
LICENSE=	APACHE20
12
12
13
USES=	cmake
13
USES=	cmake:insource
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	google
15
GH_ACCOUNT=	google
16
16
(-)devel/cxxopts/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	jarro2783
16
GH_ACCOUNT=	jarro2783
17
NO_ARCH=	yes
17
NO_ARCH=	yes
(-)devel/dcmtk/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
USE_GNOME=	libxml2
19
USE_GNOME=	libxml2
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USES=		cmake:outsource jpeg ssl
21
USES=		cmake jpeg ssl
22
CMAKE_ARGS+=	-DDCMTK_WITH_DOXYGEN:BOOL=OFF \
22
CMAKE_ARGS+=	-DDCMTK_WITH_DOXYGEN:BOOL=OFF \
23
		-DDCMTK_WITH_OPENSSL:BOOL=ON
23
		-DDCMTK_WITH_OPENSSL:BOOL=ON
24
24
(-)devel/dolphin-plugins/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
BUILD_DEPENDS=	dolphin:x11-fm/dolphin
10
BUILD_DEPENDS=	dolphin:x11-fm/dolphin
11
RUN_DEPENDS=	dolphin:x11-fm/dolphin
11
RUN_DEPENDS=	dolphin:x11-fm/dolphin
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
		coreaddons crash guiaddons i18n iconthemes itemviews jobwidgets \
15
		coreaddons crash guiaddons i18n iconthemes itemviews jobwidgets \
16
		kdelibs4support kio notifications parts service solid sonnet \
16
		kdelibs4support kio notifications parts service solid sonnet \
(-)devel/dolphin-plugins-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkonq automoc4
15
USE_KDE=	kdelibs libkonq automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)devel/doxygen/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
LICENSE_FILE=	${WRKSRC}/LICENSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
17
17
18
USES=		bison cmake:outsource,noninja compiler:c++11-lang iconv python shebangfix
18
USES=		bison cmake:noninja compiler:c++11-lang iconv python shebangfix
19
ALL_TARGET=	all
19
ALL_TARGET=	all
20
CMAKE_ARGS+=	-DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL}
20
CMAKE_ARGS+=	-DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL}
21
# Parallel jobs breaks when the DOCS option is on
21
# Parallel jobs breaks when the DOCS option is on
(-)devel/ds2/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
ONLY_FOR_ARCHS=		amd64
17
ONLY_FOR_ARCHS=		amd64
18
ONLY_FOR_ARCHS_REASON=	the ptrace code only has an amd64 backend
18
ONLY_FOR_ARCHS_REASON=	the ptrace code only has an amd64 backend
19
19
20
USES=		cmake compiler
20
USES=		cmake:insource compiler
21
21
22
PLIST_FILES=	bin/ds2
22
PLIST_FILES=	bin/ds2
23
23
(-)devel/eastl/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	BSD3CLAUSE
10
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		cmake:outsource compiler:c++14-lang
13
USES=		cmake compiler:c++14-lang
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	electronicarts
15
GH_ACCOUNT=	electronicarts
16
GH_PROJECT=	${PORTNAME:tu}
16
GH_PROJECT=	${PORTNAME:tu}
(-)devel/easyloggingpp/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource compiler:c++11-lang
14
USES=		cmake compiler:c++11-lang
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	muflihun
16
GH_ACCOUNT=	muflihun
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)devel/embb/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	siemens
17
GH_ACCOUNT=	siemens
18
18
19
USES=		cmake:outsource compiler:c++11-lib
19
USES=		cmake compiler:c++11-lib
20
20
21
CMAKE_ARGS=	-DINSTALL_PREFIX=${PREFIX} \
21
CMAKE_ARGS=	-DINSTALL_PREFIX=${PREFIX} \
22
		-DUSE_C11_AND_CXX11:BOOL=true
22
		-DUSE_C11_AND_CXX11:BOOL=true
(-)devel/fifechan/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/LICENSE.md
13
LICENSE_FILE=	${WRKSRC}/LICENSE.md
14
14
15
USES=	cmake:outsource
15
USES=	cmake
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	fifengine
18
GH_ACCOUNT=	fifengine
(-)devel/flang/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
OPTIONS_DEFINE=	TESTS
23
OPTIONS_DEFINE=	TESTS
24
TESTS_DESC=	build unit tests for flang
24
TESTS_DESC=	build unit tests for flang
25
25
26
USES=		cmake:outsource,noninja compiler:c++11-lib libedit perl5 tar:xz \
26
USES=		cmake:noninja compiler:c++11-lib libedit perl5 tar:xz \
27
		shebangfix
27
		shebangfix
28
_USES_PYTHON?=	python:build
28
_USES_PYTHON?=	python:build
29
USES+=		${_USES_PYTHON}
29
USES+=		${_USES_PYTHON}
(-)devel/flang-clang/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
BUILD_DEPENDS=	llvm60>=0:devel/llvm60
20
BUILD_DEPENDS=	llvm60>=0:devel/llvm60
21
RUN_DEPENDS=	llvm60>=0:devel/llvm60
21
RUN_DEPENDS=	llvm60>=0:devel/llvm60
22
22
23
USES=		cmake:outsource compiler:c++11-lib libedit tar:xz perl5 \
23
USES=		cmake compiler:c++11-lib libedit tar:xz perl5 \
24
		python shebangfix
24
		python shebangfix
25
USE_LDCONFIG=	${PREFIX}/flang/lib
25
USE_LDCONFIG=	${PREFIX}/flang/lib
26
USE_GNOME=	libxml2
26
USE_GNOME=	libxml2
(-)devel/flatbuffers/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
USES=		cmake:outsource compiler:c++11-lib
15
USES=		cmake compiler:c++11-lib
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	google
18
GH_ACCOUNT=	google
(-)devel/fuzzylite/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-type-limits"
14
BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-type-limits"
15
15
16
USES=		cmake:outsource compiler
16
USES=		cmake compiler
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
(-)devel/gdcm/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
VTK5_VERSION=	5.10
40
VTK5_VERSION=	5.10
41
VTK6_VERSION=	6.2
41
VTK6_VERSION=	6.2
42
42
43
USES=		alias cmake:outsource tar:bzip2 ssl
43
USES=		alias cmake tar:bzip2 ssl
44
USE_LDCONFIG=	yes
44
USE_LDCONFIG=	yes
45
CFLAGS+=	-I${LOCALBASE}/include
45
CFLAGS+=	-I${LOCALBASE}/include
46
CMAKE_ARGS=	-DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \
46
CMAKE_ARGS=	-DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \
(-)devel/glslang/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKDIR}/LICENSE
12
LICENSE_FILE=	${WRKDIR}/LICENSE
13
13
14
USES=		cmake:outsource compiler:c++11-lib
14
USES=		cmake compiler:c++11-lib
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	KhronosGroup
17
GH_ACCOUNT=	KhronosGroup
(-)devel/grantlee/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
USE_QT=		corelib gui qtestlib_build script \
18
USE_QT=		corelib gui qtestlib_build script \
19
		qmake_build moc_build rcc_build uic_build
19
		qmake_build moc_build rcc_build uic_build
20
USES=		cmake:outsource grantlee:4,selfbuild qt:4
20
USES=		cmake grantlee:4,selfbuild qt:4
21
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE
21
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
(-)devel/grantlee5/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
PORTSCOUT=	limit:^5\.
16
PORTSCOUT=	limit:^5\.
17
17
18
USE_QT=		buildtools_build core gui qmake_build script
18
USE_QT=		buildtools_build core gui qmake_build script
19
USES=		cmake:outsource compiler:c++11-lib grantlee:5,selfbuild qt:5
19
USES=		cmake compiler:c++11-lib grantlee:5,selfbuild qt:5
20
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE
20
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
(-)devel/heimdall/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		cmake
16
USES=		cmake:insource
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
18
19
OPTIONS_DEFINE=	DOCS GUI
19
OPTIONS_DEFINE=	DOCS GUI
(-)devel/hyperscan/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	01org
19
GH_ACCOUNT=	01org
20
USES=	compiler:c++11-lib cmake:outsource pathfix python:build
20
USES=	compiler:c++11-lib cmake pathfix python:build
21
ONLY_FOR_ARCHS=	amd64
21
ONLY_FOR_ARCHS=	amd64
22
ONLY_FOR_ARCHS_REASON=	SSSE3 is required for work
22
ONLY_FOR_ARCHS_REASON=	SSSE3 is required for work
23
23
(-)devel/inastemp/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
NO_ARCH=	yes
15
NO_ARCH=	yes
16
CMAKE_ARGS=	-DINASTEMP_DO_INSTALL:BOOL=ON \
16
CMAKE_ARGS=	-DINASTEMP_DO_INSTALL:BOOL=ON \
17
		-DINASTEMP_JUST_LIB:BOOL=ON
17
		-DINASTEMP_JUST_LIB:BOOL=ON
(-)devel/include-what-you-use/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	clang60:devel/llvm60
16
BUILD_DEPENDS=	clang60:devel/llvm60
17
RUN_DEPENDS=	clang60:devel/llvm60
17
RUN_DEPENDS=	clang60:devel/llvm60
18
18
19
USES=		cmake:outsource ncurses python:run shebangfix
19
USES=		cmake ncurses python:run shebangfix
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
21
22
SHEBANG_FILES=	fix_includes.py \
22
SHEBANG_FILES=	fix_includes.py \
(-)devel/kapptemplate/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
11
		docbook-xml>0:textproc/docbook-xml
11
		docbook-xml>0:textproc/docbook-xml
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
14
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
15
		doctools ecm i18n jobwidgets kio newstuff service widgetsaddons
15
		doctools ecm i18n jobwidgets kio newstuff service widgetsaddons
16
USE_QT=		core dbus gui network testlib widgets xml \
16
USE_QT=		core dbus gui network testlib widgets xml \
(-)devel/kapptemplate-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build \
16
USE_QT=		moc_build qmake_build rcc_build uic_build \
17
		corelib dbus declarative
17
		corelib dbus declarative
(-)devel/kcachegrind/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Profiler frontend for KDE
8
COMMENT=	Profiler frontend for KDE
9
9
10
USES=		cmake:outsource kde:5 python:run qt:5 shebangfix tar:xz
10
USES=		cmake kde:5 python:run qt:5 shebangfix tar:xz
11
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
12
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
12
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)devel/kcachegrind-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 python:run qt:4 tar:xz shebangfix
15
USES=		cmake kde:4 python:run qt:4 tar:xz shebangfix
16
USE_KDE=	kdelibs automoc4
16
USE_KDE=	kdelibs automoc4
17
USE_QT=		moc_build qmake_build rcc_build uic_build \
17
USE_QT=		moc_build qmake_build rcc_build uic_build \
18
		corelib dbus gui
18
		corelib dbus gui
(-)devel/kcov/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		libdw.so:devel/elfutils \
21
		libdw.so:devel/elfutils \
22
		libelf.so:devel/elfutils
22
		libelf.so:devel/elfutils
23
23
24
USES=		cmake:outsource shebangfix python:build gettext-runtime
24
USES=		cmake shebangfix python:build gettext-runtime
25
25
26
# Remove -DPORTVERSION (and associated patch) when basing the port on an
26
# Remove -DPORTVERSION (and associated patch) when basing the port on an
27
# official release
27
# official release
(-)devel/kde-dev-scripts/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE development scripts
8
COMMENT=	KDE development scripts
9
9
10
USES=		cmake:outsource kde:5 perl5 python:run qt:5 shebangfix tar:xz
10
USES=		cmake kde:5 perl5 python:run qt:5 shebangfix tar:xz
11
USE_KDE=	doctools ecm
11
USE_KDE=	doctools ecm
12
USE_QT=		buildtools_build qmake_build
12
USE_QT=		buildtools_build qmake_build
13
13
(-)devel/kde-dev-scripts-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 python:run qt:4 shebangfix tar:xz
14
USES=		cmake kde:4 python:run qt:4 shebangfix tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)devel/kde-dev-utils/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE development utilities
8
COMMENT=	KDE development utilities
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons ecm i18n itemviews jobwidgets kio parts service \
12
		coreaddons ecm i18n itemviews jobwidgets kio parts service \
13
		solid sonnet textwidgets widgetsaddons xmlgui
13
		solid sonnet textwidgets widgetsaddons xmlgui
(-)devel/kde-dev-utils-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build \
16
USE_QT=		moc_build qmake_build rcc_build uic_build \
17
		corelib designer gui qt3support xml
17
		corelib designer gui qt3support xml
(-)devel/kdesdk-kioslaves-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libsvn_client-1.so:devel/subversion
15
LIB_DEPENDS=	libsvn_client-1.so:devel/subversion
16
16
17
USES=		cmake:outsource kde:4 perl5 qt:4 shebangfix tar:xz
17
USES=		cmake kde:4 perl5 qt:4 shebangfix tar:xz
18
USE_KDE=	kdelibs automoc4
18
USE_KDE=	kdelibs automoc4
19
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_QT=		moc_build qmake_build rcc_build uic_build
20
20
(-)devel/kdesdk-strigi-analyzers-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	kdelibs automoc4 strigi
16
USE_KDE=	kdelibs automoc4 strigi
17
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_QT=		moc_build qmake_build rcc_build uic_build
18
18
(-)devel/kdesdk-thumbnailers/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE thumbnail generator for gettext po files
8
COMMENT=	KDE thumbnail generator for gettext po files
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	completion config coreaddons ecm i18n jobwidgets \
11
USE_KDE=	completion config coreaddons ecm i18n jobwidgets \
12
		kio service widgetsaddons
12
		kio service widgetsaddons
13
USE_QT=		core dbus gui network widgets xml \
13
USE_QT=		core dbus gui network widgets xml \
(-)devel/kdesdk-thumbnailers-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource gettext kde:4 qt:4 tar:xz
15
USES=		cmake gettext kde:4 qt:4 tar:xz
16
USE_KDE=	kdelibs automoc4
16
USE_KDE=	kdelibs automoc4
17
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_QT=		moc_build qmake_build rcc_build uic_build
18
18
(-)devel/kdesvn/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
CONFLICTS_INSTALL=	kdesvn-kde4 \
20
CONFLICTS_INSTALL=	kdesvn-kde4 \
21
			qsvn-[0-9]*
21
			qsvn-[0-9]*
22
22
23
USES=		bdb cmake:outsource kde:5 qt:5 tar:xz
23
USES=		bdb cmake kde:5 qt:5 tar:xz
24
USE_KDE=	auth bookmarks codecs completion config configwidgets \
24
USE_KDE=	auth bookmarks codecs completion config configwidgets \
25
		coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \
25
		coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \
26
		kio notifications parts service sonnet texteditor textwidgets \
26
		kio notifications parts service sonnet texteditor textwidgets \
(-)devel/kdesvn-kde4/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
CMAKE_ARGS+=	-DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 \
28
CMAKE_ARGS+=	-DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1 \
29
		-DMAN_INSTALL_DIR=${MANPREFIX}/man
29
		-DMAN_INSTALL_DIR=${MANPREFIX}/man
30
30
31
USES=		cmake:outsource compiler:c11 bdb kde:4 qt:4 tar:xz
31
USES=		cmake compiler:c11 bdb kde:4 qt:4 tar:xz
32
USE_KDE=	automoc4 kdelibs soprano baseapps_run
32
USE_KDE=	automoc4 kdelibs soprano baseapps_run
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
34
USE_QT=		corelib gui xml network dbus svg sql \
34
USE_QT=		corelib gui xml network dbus svg sql \
(-)devel/kdev-php/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
BUILD_DEPENDS=	kdev-pg-qt:devel/kdevelop-pg-qt
13
BUILD_DEPENDS=	kdev-pg-qt:devel/kdevelop-pg-qt
14
LIB_DEPENDS=	libkdevcmakecommon.so:devel/kdevelop
14
LIB_DEPENDS=	libkdevcmakecommon.so:devel/kdevelop
15
15
16
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
17
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
17
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
18
		i18n itemmodels jobwidgets kcmutils kio parts service sonnet \
18
		i18n itemmodels jobwidgets kcmutils kio parts service sonnet \
19
		texteditor textwidgets threadweaver widgetsaddons xmlgui
19
		texteditor textwidgets threadweaver widgetsaddons xmlgui
(-)devel/kdev-python/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
BUILD_DEPENDS=	kdev-pg-qt:devel/kdevelop-pg-qt
13
BUILD_DEPENDS=	kdev-pg-qt:devel/kdevelop-pg-qt
14
LIB_DEPENDS=	libkdevcmakecommon.so:devel/kdevelop
14
LIB_DEPENDS=	libkdevcmakecommon.so:devel/kdevelop
15
15
16
USES=		cmake:outsource compiler:c++11-lib kde:5 python:3.4+ qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib kde:5 python:3.4+ qt:5 tar:xz
17
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
17
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
18
		ecm i18n itemmodels jobwidgets kio newstuff parts service \
18
		ecm i18n itemmodels jobwidgets kio newstuff parts service \
19
		sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
19
		sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
(-)devel/kdevelop/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libclang.so.6:devel/llvm60
22
		libclang.so.6:devel/llvm60
23
RUN_DEPENDS=	gmake:devel/gmake
23
RUN_DEPENDS=	gmake:devel/gmake
24
24
25
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
25
USES=		cmake compiler:c++11-lib desktop-file-utils \
26
		gettext grantlee:5 kde:5 qt:5 shared-mime-info shebangfix tar:xz
26
		gettext grantlee:5 kde:5 qt:5 shared-mime-info shebangfix tar:xz
27
USE_KDE=	archive attica auth bookmarks codecs completion config configwidgets \
27
USE_KDE=	archive attica auth bookmarks codecs completion config configwidgets \
28
		coreaddons crash guiaddons emoticons i18n iconthemes init \
28
		coreaddons crash guiaddons emoticons i18n iconthemes init \
(-)devel/kdevelop-kde4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
LIB_DEPENDS=	libkdevplatforminterfaces.so:devel/kdevplatform-kde4
18
LIB_DEPENDS=	libkdevplatforminterfaces.so:devel/kdevplatform-kde4
19
RUN_DEPENDS=	gmake:devel/gmake
19
RUN_DEPENDS=	gmake:devel/gmake
20
20
21
USES=		cmake:outsource compiler:c++11-lib kde:4 \
21
USES=		cmake compiler:c++11-lib kde:4 \
22
		qt:4 shared-mime-info tar:xz
22
		qt:4 shared-mime-info tar:xz
23
USE_KDE=	kdelibs workspace automoc4
23
USE_KDE=	kdelibs workspace automoc4
24
USE_QT=		qmake_build moc_build uic_build rcc_build \
24
USE_QT=		qmake_build moc_build uic_build rcc_build \
(-)devel/kdevelop-pg-qt/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
17
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
18
18
19
USES=		bison cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
19
USES=		bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
20
USE_KDE=	ecm
20
USE_KDE=	ecm
21
USE_QT=		core testlib \
21
USE_QT=		core testlib \
22
		buildtools_build qmake_build
22
		buildtools_build qmake_build
(-)devel/kdevelop-pg-qt-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
18
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
19
19
20
USES=		bison cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:bzip2
20
USES=		bison cmake compiler:c++11-lib kde:4 qt:4 tar:bzip2
21
USE_KDE=	automoc4 kdelibs
21
USE_KDE=	automoc4 kdelibs
22
USE_QT=		qmake_build moc_build uic_build rcc_build
22
USE_QT=		qmake_build moc_build uic_build rcc_build
23
23
(-)devel/kdevelop-php-docs-kde4/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libkdevplatforminterfaces.so:devel/kdevplatform-kde4
17
LIB_DEPENDS=	libkdevplatforminterfaces.so:devel/kdevplatform-kde4
18
18
19
USES=		cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
19
USES=		cmake compiler:c++11-lib kde:4 qt:4 tar:xz
20
USE_KDE=	kdelibs automoc4
20
USE_KDE=	kdelibs automoc4
21
USE_QT=		moc_build qmake_build rcc_build uic_build webkit
21
USE_QT=		moc_build qmake_build rcc_build uic_build webkit
22
22
(-)devel/kdevelop-php-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libkdevplatforminterfaces.so:devel/kdevplatform-kde4
17
LIB_DEPENDS=	libkdevplatforminterfaces.so:devel/kdevplatform-kde4
18
BUILD_DEPENDS=	${KDE_PREFIX}/bin/kdev-pg-qt:devel/kdevelop-pg-qt-kde4
18
BUILD_DEPENDS=	${KDE_PREFIX}/bin/kdev-pg-qt:devel/kdevelop-pg-qt-kde4
19
19
20
USES=		cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
20
USES=		cmake compiler:c++11-lib kde:4 qt:4 tar:xz
21
USE_KDE=	kdelibs automoc4
21
USE_KDE=	kdelibs automoc4
22
USE_QT=		moc_build qmake_build rcc_build uic_build
22
USE_QT=		moc_build qmake_build rcc_build uic_build
23
MAKE_JOBS_UNSAFE=	yes
23
MAKE_JOBS_UNSAFE=	yes
(-)devel/kdevplatform-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libboost_thread.so:devel/boost-libs \
19
		libboost_thread.so:devel/boost-libs \
20
		libqjson.so:devel/qjson@qt4
20
		libqjson.so:devel/qjson@qt4
21
21
22
USES=		cmake:outsource compiler:c++11-lib grantlee:4 kde:4 qt:4 shebangfix \
22
USES=		cmake compiler:c++11-lib grantlee:4 kde:4 qt:4 shebangfix \
23
		tar:xz
23
		tar:xz
24
USE_KDE=	kate_run kdelibs automoc4
24
USE_KDE=	kate_run kdelibs automoc4
25
USE_QT=		qmake_build moc_build uic_build rcc_build \
25
USE_QT=		qmake_build moc_build uic_build rcc_build \
(-)devel/kf5-extra-cmake-modules/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING-CMAKE-SCRIPTS
12
LICENSE_FILE=	${WRKSRC}/COPYING-CMAKE-SCRIPTS
13
13
14
USES=		cmake:outsource kde:5 qt:5 tar:xz
14
USES=		cmake kde:5 qt:5 tar:xz
15
USE_QT=		#
15
USE_QT=		#
16
16
17
HELP_USES=	qt:5
17
HELP_USES=	qt:5
(-)devel/kf5-kapidox/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		cmake:outsource kde:5 python qt:5 tar:xz
13
USES=		cmake kde:5 python qt:5 tar:xz
14
USE_KDE=	archive ecm
14
USE_KDE=	archive ecm
15
USE_QT=		buildtools_build qmake_build
15
USE_QT=		buildtools_build qmake_build
16
USE_PYTHON=	py3kplist
16
USE_PYTHON=	py3kplist
(-)devel/kf5-kauth/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
10
LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
11
11
12
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
13
USE_KDE=	coreaddons ecm
13
USE_KDE=	coreaddons ecm
14
USE_QT=		buildtools_build core dbus gui linguisttools qmake_build \
14
USE_QT=		buildtools_build core dbus gui linguisttools qmake_build \
15
		widgets
15
		widgets
(-)devel/kf5-kbookmarks/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library for bookmarks and the XBEL format
8
COMMENT=	KF5 library for bookmarks and the XBEL format
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm \
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm \
12
		iconthemes widgetsaddons xmlgui
12
		iconthemes widgetsaddons xmlgui
13
USE_QT=		buildtools_build core dbus gui linguisttools \
13
USE_QT=		buildtools_build core dbus gui linguisttools \
(-)devel/kf5-kcmutils/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 utilities for working with KCModules
8
COMMENT=	KF5 utilities for working with KCModules
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
12
		iconthemes itemviews kdeclarative package service \
12
		iconthemes itemviews kdeclarative package service \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)devel/kf5-kconfig/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	LGPL21+
11
LICENSE=	LGPL21+
12
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
12
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
13
13
14
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
15
USE_KDE=	ecm
15
USE_KDE=	ecm
16
USE_QT=		buildtools_build concurrent core gui linguisttools \
16
USE_QT=		buildtools_build concurrent core gui linguisttools \
17
		qmake_build testlib xml
17
		qmake_build testlib xml
(-)devel/kf5-kcoreaddons/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE_FILE_LGPL21+=	${WRKSRC}/COPYING.LIB
12
LICENSE_FILE_LGPL21+=	${WRKSRC}/COPYING.LIB
13
LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/COPYING-CMAKE-SCRIPTS
13
LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/COPYING-CMAKE-SCRIPTS
14
14
15
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 shared-mime-info tar:xz
15
USES=		cmake compiler:c++11-lib kde:5 qt:5 shared-mime-info tar:xz
16
USE_KDE=	ecm
16
USE_KDE=	ecm
17
USE_QT=		buildtools_build core linguisttools qmake_build
17
USE_QT=		buildtools_build core linguisttools qmake_build
18
18
(-)devel/kf5-kcrash/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library to handle crash analysis and bug report from apps
8
COMMENT=	KF5 library to handle crash analysis and bug report from apps
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	coreaddons ecm windowsystem
11
USE_KDE=	coreaddons ecm windowsystem
12
USE_QT=		buildtools_build core gui qmake_build widgets x11extras
12
USE_QT=		buildtools_build core gui qmake_build widgets x11extras
13
USE_XORG=	ice sm x11 xext
13
USE_XORG=	ice sm x11 xext
(-)devel/kf5-kdbusaddons/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	LGPL21+
10
LICENSE=	LGPL21+
11
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
11
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
12
12
13
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
14
USE_KDE=	ecm
14
USE_KDE=	ecm
15
USE_QT=		buildtools_build core dbus gui linguisttools \
15
USE_QT=		buildtools_build core dbus gui linguisttools \
16
		qmake_build testlib x11extras
16
		qmake_build testlib x11extras
(-)devel/kf5-kdeclarative/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libepoxy.so:graphics/libepoxy
10
LIB_DEPENDS=	libepoxy.so:graphics/libepoxy
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
12
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig \
13
		qt:5 tar:xz
13
		qt:5 tar:xz
14
USE_KDE=	completion config coreaddons globalaccel guiaddons i18n \
14
USE_KDE=	completion config coreaddons globalaccel guiaddons i18n \
15
		iconthemes jobwidgets kio package service widgetsaddons \
15
		iconthemes jobwidgets kio package service widgetsaddons \
(-)devel/kf5-kdoctools/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
RUN_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
13
RUN_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
14
		docbook-xml>0:textproc/docbook-xml
14
		docbook-xml>0:textproc/docbook-xml
15
15
16
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
17
USE_GNOME=	libxml2 libxslt
17
USE_GNOME=	libxml2 libxslt
18
USE_KDE=	archive ecm i18n
18
USE_KDE=	archive ecm i18n
19
USE_QT=		buildtools_build core qmake_build
19
USE_QT=		buildtools_build core qmake_build
(-)devel/kf5-kfilemetadata/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
		libtag.so:audio/taglib
14
		libtag.so:audio/taglib
15
# TODO: maybe depend on textproc/catdoc
15
# TODO: maybe depend on textproc/catdoc
16
16
17
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
17
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig \
18
		qt:5 tar:xz
18
		qt:5 tar:xz
19
USE_KDE=	archive ecm i18n
19
USE_KDE=	archive ecm i18n
20
USE_QT=		buildtools_build core qmake_build xml
20
USE_QT=		buildtools_build core qmake_build xml
(-)devel/kf5-ki18n/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 advanced internationalization framework
8
COMMENT=	KF5 advanced internationalization framework
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext-runtime \
10
USES=		cmake compiler:c++11-lib gettext-runtime \
11
		gettext-tools:build,run kde:5 qt:5 tar:xz
11
		gettext-tools:build,run kde:5 qt:5 tar:xz
12
USE_KDE=	ecm
12
USE_KDE=	ecm
13
USE_QT=		buildtools_build concurrent core qmake_build qml script testlib
13
USE_QT=		buildtools_build concurrent core qmake_build qml script testlib
(-)devel/kf5-kidletime/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library for monitoring user activity
8
COMMENT=	KF5 library for monitoring user activity
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core dbus gui qmake_build widgets x11extras
12
USE_QT=		buildtools_build core dbus gui qmake_build widgets x11extras
13
USE_XORG=	ice sm x11 xext xcb xscrnsaver
13
USE_XORG=	ice sm x11 xext xcb xscrnsaver
(-)devel/kf5-kio/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 resource and network access abstraction
8
COMMENT=	KF5 resource and network access abstraction
9
9
10
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
10
USES=		cmake compiler:c++11-lib desktop-file-utils \
11
		gettext kde:5 qt:5 ssl tar:xz
11
		gettext kde:5 qt:5 ssl tar:xz
12
USE_GNOME=	libxml2 libxslt
12
USE_GNOME=	libxml2 libxslt
13
USE_KDE=	archive auth bookmarks codecs completion config \
13
USE_KDE=	archive auth bookmarks codecs completion config \
(-)devel/kf5-kitemmodels/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 models for Qt Model/View system
8
COMMENT=	KF5 models for Qt Model/View system
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core qmake_build testlib_build
12
USE_QT=		buildtools_build core qmake_build testlib_build
13
13
(-)devel/kf5-knewstuff/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library for downloading application assets from the network
8
COMMENT=	KF5 library for downloading application assets from the network
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive attica5 auth codecs completion config \
11
USE_KDE=	archive attica5 auth codecs completion config \
12
		configwidgets coreaddons ecm i18n iconthemes itemviews \
12
		configwidgets coreaddons ecm i18n iconthemes itemviews \
13
		jobwidgets kio service sonnet textwidgets widgetsaddons \
13
		jobwidgets kio service sonnet textwidgets widgetsaddons \
(-)devel/kf5-knotifications/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5
10
LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	codecs config coreaddons ecm windowsystem
13
USE_KDE=	codecs config coreaddons ecm windowsystem
14
USE_QT=		buildtools_build core dbus gui linguisttools phonon4 \
14
USE_QT=		buildtools_build core dbus gui linguisttools phonon4 \
15
		qmake_build widgets x11extras
15
		qmake_build widgets x11extras
(-)devel/kf5-knotifyconfig/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 configuration system for KNotify
8
COMMENT=	KF5 configuration system for KNotify
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	completion config coreaddons ecm i18n jobwidgets kio \
11
USE_KDE=	completion config coreaddons ecm i18n jobwidgets kio \
12
		service widgetsaddons
12
		service widgetsaddons
13
USE_QT=		buildtools_build core dbus gui network phonon4 \
13
USE_QT=		buildtools_build core dbus gui network phonon4 \
(-)devel/kf5-kpackage/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library to load and install packages
8
COMMENT=	KF5 library to load and install packages
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive config coreaddons doctools ecm i18n
11
USE_KDE=	archive config coreaddons doctools ecm i18n
12
USE_QT=		buildtools_build core qmake_build xml
12
USE_QT=		buildtools_build core qmake_build xml
13
13
(-)devel/kf5-kparts/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 document centric plugin system
8
COMMENT=	KF5 document centric plugin system
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		i18n iconthemes jobwidgets kio notifications service \
12
		i18n iconthemes jobwidgets kio notifications service \
13
		sonnet textwidgets widgetsaddons xmlgui
13
		sonnet textwidgets widgetsaddons xmlgui
(-)devel/kf5-kpeople/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library providing access to contacts
8
COMMENT=	KF5 library providing access to contacts
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	config coreaddons ecm i18n itemviews service widgetsaddons
11
USE_KDE=	config coreaddons ecm i18n itemviews service widgetsaddons
12
USE_QT=		buildtools_build core dbus gui network qmake_build qml \
12
USE_QT=		buildtools_build core dbus gui network qmake_build qml \
13
		sql widgets
13
		sql widgets
(-)devel/kf5-kpty/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 pty abstraction
8
COMMENT=	KF5 pty abstraction
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	coreaddons ecm i18n
11
USE_KDE=	coreaddons ecm i18n
12
USE_QT=		buildtools_build core qmake_build
12
USE_QT=		buildtools_build core qmake_build
13
13
(-)devel/kf5-kservice/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 advanced plugin and service introspection
8
COMMENT=	KF5 advanced plugin and service introspection
9
9
10
USES=		bison cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive config coreaddons crash dbusaddons \
11
USE_KDE=	archive config coreaddons crash dbusaddons \
12
		doctools ecm i18n
12
		doctools ecm i18n
13
USE_QT=		buildtools_build core dbus gui qmake_build xml
13
USE_QT=		buildtools_build core dbus gui qmake_build xml
(-)devel/kf5-ktexteditor/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libgit2.so:devel/libgit2
10
LIB_DEPENDS=	libgit2.so:devel/libgit2
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	archive auth codecs completion config configwidgets \
13
USE_KDE=	archive auth codecs completion config configwidgets \
14
		coreaddons ecm guiaddons i18n iconthemes itemviews \
14
		coreaddons ecm guiaddons i18n iconthemes itemviews \
15
		jobwidgets kio parts service sonnet syntaxhighlighting \
15
		jobwidgets kio parts service sonnet syntaxhighlighting \
(-)devel/kf5-kunitconversion/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library for unit conversion
8
COMMENT=	KF5 library for unit conversion
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	ecm i18n
11
USE_KDE=	ecm i18n
12
USE_QT=		buildtools_build core network qmake_build xml
12
USE_QT=		buildtools_build core network qmake_build xml
13
13
(-)devel/kf5-solid/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 hardware integration and detection
8
COMMENT=	KF5 hardware integration and detection
9
9
10
USES=		bison cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build concurrent core dbus gui linguisttools \
12
USE_QT=		buildtools_build concurrent core dbus gui linguisttools \
13
		network qmake_build qml testlib widgets xml
13
		network qmake_build qml testlib widgets xml
(-)devel/kf5-threadweaver/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 addons to QtDBus
8
COMMENT=	KF5 addons to QtDBus
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core network qmake_build testlib widgets xml
12
USE_QT=		buildtools_build core network qmake_build testlib widgets xml
13
13
(-)devel/kio-extras/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LIB_DEPENDS=	libtag.so:audio/taglib \
11
LIB_DEPENDS=	libtag.so:audio/taglib \
12
		libHalf.so:graphics/ilmbase
12
		libHalf.so:graphics/ilmbase
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext gperf kde:5 \
14
USES=		cmake compiler:c++11-lib gettext gperf kde:5 \
15
		pkgconfig qt:5 shared-mime-info shebangfix tar:xz
15
		pkgconfig qt:5 shared-mime-info shebangfix tar:xz
16
USE_KDE=	activities archive auth bookmarks codecs completion config \
16
USE_KDE=	activities archive auth bookmarks codecs completion config \
17
		configwidgets coreaddons crash dbusaddons dnssd doctools ecm \
17
		configwidgets coreaddons crash dbusaddons dnssd doctools ecm \
(-)devel/leatherman/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
13
		libcurl.so:ftp/curl
13
		libcurl.so:ftp/curl
14
14
15
USES=		compiler:c++11-lang cmake:outsource gettext
15
USES=		compiler:c++11-lang cmake gettext
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	puppetlabs
17
GH_ACCOUNT=	puppetlabs
18
18
(-)devel/libarea/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
GH_ACCOUNT=	Heeks
17
GH_ACCOUNT=	Heeks
18
GH_TAGNAME=	f1986ac
18
GH_TAGNAME=	f1986ac
19
19
20
USES=		cmake:outsource python
20
USES=		cmake python
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
23
post-patch:
23
post-patch:
(-)devel/libbson/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	mongodb
14
GH_ACCOUNT=	mongodb
15
15
16
USES=		cmake:outsource pkgconfig
16
USES=		cmake pkgconfig
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)devel/libdbusmenu-qt/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
FLAVORS=	qt4 qt5
18
FLAVORS=	qt4 qt5
19
FLAVOR?=	${FLAVORS:[1]}
19
FLAVOR?=	${FLAVORS:[1]}
20
20
21
USES=		compiler:c++11-lib cmake:outsource
21
USES=		compiler:c++11-lib cmake
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
.  if ${FLAVOR} == qt4
24
.  if ${FLAVOR} == qt4
(-)devel/libflatarray/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
BUILD_DEPENDS=	boost-libs>=1.48:devel/boost-libs
16
BUILD_DEPENDS=	boost-libs>=1.48:devel/boost-libs
17
17
18
USES=		cmake:outsource compiler:c++11-lib
18
USES=		cmake compiler:c++11-lib
19
19
20
CMAKE_ARGS=	-DWITH_CUDA:BOOL=FALSE
20
CMAKE_ARGS=	-DWITH_CUDA:BOOL=FALSE
21
21
(-)devel/libfmt/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE.rst
12
LICENSE_FILE=	${WRKSRC}/LICENSE.rst
13
13
14
USES=		cmake:outsource compiler:c++11-lib
14
USES=		cmake compiler:c++11-lib
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	fmtlib
16
GH_ACCOUNT=	fmtlib
17
GH_PROJECT=	fmt
17
GH_PROJECT=	fmt
(-)devel/libftdi1/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
BOOST_DESC=	Build with boost
22
BOOST_DESC=	Build with boost
23
PYTHON_DESC=	Build Python bindings
23
PYTHON_DESC=	Build Python bindings
24
24
25
USES=		cmake compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2
25
USES=		cmake:insource compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
PORTDOCS=	COPYING.LIB ChangeLog README
28
PORTDOCS=	COPYING.LIB ChangeLog README
(-)devel/libgpkg/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
OPTIONS_DEFAULT=GEOS
20
OPTIONS_DEFAULT=GEOS
21
21
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
USES=		cmake tar:bzip2
23
USES=		cmake:insource tar:bzip2
24
24
25
PLIST_SUB=	PORTVERSION=${PORTVERSION}
25
PLIST_SUB=	PORTVERSION=${PORTVERSION}
26
WRKSRC=		${WRKDIR}/luciad-libgpkg-c56e3708453e
26
WRKSRC=		${WRKDIR}/luciad-libgpkg-c56e3708453e
(-)devel/libkgapi-kde4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
19
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
20
20
21
USES=		cmake:outsource kde:4 qt:4 tar:bzip2
21
USES=		cmake kde:4 qt:4 tar:bzip2
22
USE_KDE=	automoc4 kdelibs pimlibs
22
USE_KDE=	automoc4 kdelibs pimlibs
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
USE_QT=		corelib network webkit xml \
24
USE_QT=		corelib network webkit xml \
(-)devel/libkolab/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
		-DPHP_BINDINGS:BOOL=OFF \
25
		-DPHP_BINDINGS:BOOL=OFF \
26
		-DPYTHON_BINDINGS:BOOL=OFF \
26
		-DPYTHON_BINDINGS:BOOL=OFF \
27
		-DUSE_LIBCALENDARING:BOOL=OFF
27
		-DUSE_LIBCALENDARING:BOOL=OFF
28
USES=		cmake:outsource kde:4 qt:4
28
USES=		cmake kde:4 qt:4
29
USE_KDE=	automoc4 kdelibs pimlibs
29
USE_KDE=	automoc4 kdelibs pimlibs
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
USE_QT=		corelib dbus gui network svg xml \
31
USE_QT=		corelib dbus gui network svg xml \
(-)devel/liblxqt/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
15
LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
16
16
17
USES=	cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \
17
USES=	cmake compiler:c++11-lib gettext kde:5 lxqt \
18
	pkgconfig qt:5 tar:xz
18
	pkgconfig qt:5 tar:xz
19
USE_QT=		buildtools_build qmake_build dbus core gui linguisttools \
19
USE_QT=		buildtools_build qmake_build dbus core gui linguisttools \
20
	svg widgets x11extras xml
20
	svg widgets x11extras xml
(-)devel/liblxqt-l10n/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LICENSE=	LGPL21+
14
LICENSE=	LGPL21+
15
15
16
USES=		cmake:outsource lxqt pkgconfig qt:5 tar:xz
16
USES=		cmake lxqt pkgconfig qt:5 tar:xz
17
USE_QT=		buildtools_build qmake_build linguisttools
17
USE_QT=		buildtools_build qmake_build linguisttools
18
USE_LXQT=	buildtools
18
USE_LXQT=	buildtools
19
19
(-)devel/libqtxdg/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	LGPL21+
13
LICENSE=	LGPL21+
14
14
15
USES=		cmake:outsource compiler:c++11-lib lxqt pkgconfig qt:5 tar:xz
15
USES=		cmake compiler:c++11-lib lxqt pkgconfig qt:5 tar:xz
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_QT=		buildtools_build qmake_build core dbus gui svg widgets \
17
USE_QT=		buildtools_build qmake_build core dbus gui svg widgets \
18
		xml
18
		xml
(-)devel/librolegen/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	FreeWebOS
15
GH_ACCOUNT=	FreeWebOS
16
16
17
USES=		cmake:outsource
17
USES=		cmake
18
18
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
(-)devel/libsimdpp/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
PORTSCOUT=	limit:^[v1-9]
14
PORTSCOUT=	limit:^[v1-9]
15
15
16
USES=		cmake:outsource
16
USES=		cmake
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	p12tic
18
GH_ACCOUNT=	p12tic
19
NO_BUILD=	yes
19
NO_BUILD=	yes
(-)devel/llbuild/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
19
LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
20
20
21
USES=		cmake:outsource
21
USES=		cmake
22
22
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	apple
24
GH_ACCOUNT=	apple
(-)devel/llvm-cheri/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
17
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
18
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
18
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
19
19
20
USES=		cmake:outsource compiler:c++11-lib libedit perl5 \
20
USES=		cmake compiler:c++11-lib libedit perl5 \
21
		shebangfix
21
		shebangfix
22
USE_LDCONFIG=	${LLVM_PREFIX}/lib
22
USE_LDCONFIG=	${LLVM_PREFIX}/lib
23
SHEBANG_FILES=	utils/lit/lit.py utils/llvm-lit/llvm-lit.in \
23
SHEBANG_FILES=	utils/lit/lit.py utils/llvm-lit/llvm-lit.in \
(-)devel/llvm-devel/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
BUILD_DEPENDS=
20
BUILD_DEPENDS=
21
21
22
USES=		cmake:outsource compiler:c++11-lib libedit perl5 \
22
USES=		cmake compiler:c++11-lib libedit perl5 \
23
		shebangfix
23
		shebangfix
24
USE_LDCONFIG=	${LLVM_PREFIX}/lib
24
USE_LDCONFIG=	${LLVM_PREFIX}/lib
25
_USES_PYTHON?=	python:build:2.7
25
_USES_PYTHON?=	python:build:2.7
(-)devel/llvm38/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
25
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
26
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
26
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
27
27
28
USES=		cmake:outsource,noninja compiler:c++11-lib libedit perl5 tar:xz \
28
USES=		cmake:noninja compiler:c++11-lib libedit perl5 tar:xz \
29
		shebangfix
29
		shebangfix
30
USE_LDCONFIG=	${LLVM_PREFIX}/lib
30
USE_LDCONFIG=	${LLVM_PREFIX}/lib
31
SHEBANG_FILES=	utils/lit/lit.py utils/llvm-lit/llvm-lit.in \
31
SHEBANG_FILES=	utils/lit/lit.py utils/llvm-lit/llvm-lit.in \
(-)devel/llvm40/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
25
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
26
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
26
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
27
27
28
USES=		cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
28
USES=		cmake compiler:c++11-lib libedit perl5 tar:xz \
29
		shebangfix
29
		shebangfix
30
_USES_PYTHON?=	python:2.7,build
30
_USES_PYTHON?=	python:2.7,build
31
USES+=		${_USES_PYTHON}
31
USES+=		${_USES_PYTHON}
(-)devel/llvm50/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
28
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
29
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
29
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
30
30
31
USES=		cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
31
USES=		cmake compiler:c++11-lib libedit perl5 tar:xz \
32
		shebangfix
32
		shebangfix
33
_USES_PYTHON?=	python:2.7,build
33
_USES_PYTHON?=	python:2.7,build
34
USES+=		${_USES_PYTHON}
34
USES+=		${_USES_PYTHON}
(-)devel/llvm60/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
28
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
29
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
29
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
30
30
31
USES=		cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
31
USES=		cmake compiler:c++11-lib libedit perl5 tar:xz \
32
		shebangfix
32
		shebangfix
33
_USES_PYTHON?=	python:2.7,build
33
_USES_PYTHON?=	python:2.7,build
34
USES+=		${_USES_PYTHON}
34
USES+=		${_USES_PYTHON}
(-)devel/llvm70/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
40
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
41
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
41
DATADIR=	${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
42
42
43
USES=		cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
43
USES=		cmake compiler:c++11-lib libedit perl5 tar:xz \
44
		shebangfix
44
		shebangfix
45
_USES_PYTHON?=	python:2.7,build
45
_USES_PYTHON?=	python:2.7,build
46
USES+=		${_USES_PYTHON}
46
USES+=		${_USES_PYTHON}
(-)devel/lokalize/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
10
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
11
11
12
USES=		cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
12
USES=		cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
		coreaddons crash dbusaddons doctools ecm i18n itemviews \
14
		coreaddons crash dbusaddons doctools ecm i18n itemviews \
15
		jobwidgets kio kross notifications parts service solid sonnet \
15
		jobwidgets kio kross notifications parts service solid sonnet \
(-)devel/lokalize-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
14
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build \
18
USE_QT=		moc_build qmake_build rcc_build uic_build \
19
		sql
19
		sql
(-)devel/lxqt-build-tools/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/BSD-3-Clause
13
LICENSE_FILE=	${WRKSRC}/BSD-3-Clause
14
14
15
USES=		cmake:outsource lxqt pkgconfig qt:5 tar:xz
15
USES=		cmake lxqt pkgconfig qt:5 tar:xz
16
USE_QT=		qmake_build buildtools_build core
16
USE_QT=		qmake_build buildtools_build core
17
USE_GNOME=	glib20
17
USE_GNOME=	glib20
18
18
(-)devel/mongo-c-driver/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	mongodb
18
GH_ACCOUNT=	mongodb
19
19
20
USES=		cmake:outsource pkgconfig
20
USES=		cmake pkgconfig
21
#USES=		cmake:noninja pkgconfig
21
#USES=		cmake:noninja pkgconfig
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
LDFLAGS+=	-pthread
23
LDFLAGS+=	-pthread
(-)devel/nlohmann-json/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE=	MIT
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE.MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE.MIT
16
16
17
USES=		cmake:outsource compiler:c++11-lib
17
USES=		cmake compiler:c++11-lib
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	nlohmann
19
GH_ACCOUNT=	nlohmann
20
NO_BUILD=	yes
20
NO_BUILD=	yes
(-)devel/nss_wrapper/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=		GPLv3
11
LICENSE=		GPLv3
12
12
13
USES=			cmake:outsource perl5 shebangfix
13
USES=			cmake perl5 shebangfix
14
USE_PERL5=		run
14
USE_PERL5=		run
15
USE_LDCONFIG=		yes
15
USE_LDCONFIG=		yes
16
16
(-)devel/okteta/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5
12
LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5
13
13
14
USES=		cmake:outsource gettext kde:5 qt:5 shared-mime-info tar:xz
14
USES=		cmake gettext kde:5 qt:5 shared-mime-info tar:xz
15
USE_KDE=	attica auth bookmarks codecs completion crash \
15
USE_KDE=	attica auth bookmarks codecs completion crash \
16
		config configwidgets coreaddons dbusaddons doctools \
16
		config configwidgets coreaddons dbusaddons doctools \
17
		ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
17
		ecm i18n iconthemes itemviews jobwidgets kcmutils kio \
(-)devel/okteta-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libqca.so:devel/qca@qt4
14
LIB_DEPENDS=	libqca.so:devel/qca@qt4
15
15
16
USES=		cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
16
USES=		cmake kde:4 qt:4 shared-mime-info tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build \
18
USE_QT=		moc_build qmake_build rcc_build uic_build \
19
		corelib designer gui script scripttools xml
19
		corelib designer gui script scripttools xml
(-)devel/opendht/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libnettle.so:security/nettle \
17
		libnettle.so:security/nettle \
18
		libgnutls.so:security/gnutls
18
		libgnutls.so:security/gnutls
19
19
20
USES=		cmake:outsource compiler:c++11-lib pathfix pkgconfig readline:port
20
USES=		cmake compiler:c++11-lib pathfix pkgconfig readline:port
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	savoirfairelinux
22
GH_ACCOUNT=	savoirfairelinux
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)devel/p5-perlkde-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource compiler:c++11-lib kde:4 perl5 qt:4 tar:xz
15
USES=		cmake compiler:c++11-lib kde:4 perl5 qt:4 tar:xz
16
USE_KDE=	perlqt smokekde automoc4
16
USE_KDE=	perlqt smokekde automoc4
17
USE_QT=		network opengl sql svg xml \
17
USE_QT=		network opengl sql svg xml \
18
		qmake_build moc_build uic_build rcc_build
18
		qmake_build moc_build uic_build rcc_build
(-)devel/p5-perlqt-kde4/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libqscintilla2_qt4.so:devel/qscintilla2 \
15
LIB_DEPENDS=	libqscintilla2_qt4.so:devel/qscintilla2 \
16
		libqwt.so:x11-toolkits/qwt5
16
		libqwt.so:x11-toolkits/qwt5
17
17
18
USES=		cmake:outsource kde:4 perl5 qt:4 tar:xz
18
USES=		cmake kde:4 perl5 qt:4 tar:xz
19
USE_KDE=	smokeqt qimageblitz
19
USE_KDE=	smokeqt qimageblitz
20
USE_QT=		corelib dbus gui network xml \
20
USE_QT=		corelib dbus gui network xml \
21
		qmake_build moc_build uic_build rcc_build
21
		qmake_build moc_build uic_build rcc_build
(-)devel/pam_wrapper/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
EXTRA_PATCHES=		${PATCHDIR}/python-detection.patch:-p1
14
EXTRA_PATCHES=		${PATCHDIR}/python-detection.patch:-p1
15
15
16
USES=			cmake:outsource python:2.7+
16
USES=			cmake python:2.7+
17
USE_LDCONFIG=		yes
17
USE_LDCONFIG=		yes
18
18
19
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
19
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
(-)devel/physfs-devel/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
CONFLICTS_INSTALL=	physfs-[0-9]*
13
CONFLICTS_INSTALL=	physfs-[0-9]*
14
14
15
USES=		cmake tar:bzip2
15
USES=		cmake:insource tar:bzip2
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)devel/plasma5-khotkeys/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 library for hotkeys
9
COMMENT=	Plasma5 library for hotkeys
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
		coreaddons crash dbusaddons ecm emoticons globalaccel \
13
		coreaddons crash dbusaddons ecm emoticons globalaccel \
14
		guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \
14
		guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \
(-)devel/plasma5-kwrited/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 daemon listening for wall and write messages
9
COMMENT=	Plasma5 daemon listening for wall and write messages
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	coreaddons dbusaddons ecm i18n notifications pty
12
USE_KDE=	coreaddons dbusaddons ecm i18n notifications pty
13
USE_QT=		core dbus gui widgets \
13
USE_QT=		core dbus gui widgets \
14
		buildtools_build qmake_build
14
		buildtools_build qmake_build
(-)devel/plasma5-plasma-sdk/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 applications useful for Plasma development
9
COMMENT=	Plasma5 applications useful for Plasma development
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	archive attica auth codecs completion config configwidgets \
12
USE_KDE=	archive attica auth codecs completion config configwidgets \
13
		coreaddons dbusaddons ecm i18n iconthemes itemmodels \
13
		coreaddons dbusaddons ecm i18n iconthemes itemmodels \
14
		jobwidgets kdeclarative kio kirigami2 newstuff package parts \
14
		jobwidgets kdeclarative kio kirigami2 newstuff package parts \
(-)devel/poxml/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Tools to translate Docbook XML using gettext
8
COMMENT=	Tools to translate Docbook XML using gettext
9
9
10
USES=		cmake:outsource gettext-tools:build,run kde:5 qt:5 tar:xz
10
USES=		cmake gettext-tools:build,run kde:5 qt:5 tar:xz
11
USE_KDE=	doctools ecm
11
USE_KDE=	doctools ecm
12
USE_QT=		core xml \
12
USE_QT=		core xml \
13
		buildtools_build qmake_build
13
		buildtools_build qmake_build
(-)devel/poxml-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libantlr.a:devel/antlr
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libantlr.a:devel/antlr
15
15
16
USES=		cmake:outsource gettext-tools:build,run kde:4 qt:4 tar:xz
16
USES=		cmake gettext-tools:build,run kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build \
18
USE_QT=		moc_build qmake_build rcc_build uic_build \
19
		corelib xml
19
		corelib xml
(-)devel/py-krosspython-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
DEPRECATED=	KDE4 is EOL upstream
13
DEPRECATED=	KDE4 is EOL upstream
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
USES=		cmake:outsource kde:4 python:2.7 qt:4 tar:xz
16
USES=		cmake kde:4 python:2.7 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		corelib gui qmake_build moc_build uic_build rcc_build
18
USE_QT=		corelib gui qmake_build moc_build uic_build rcc_build
19
CMAKE_ARGS+=	-DBUILD_falcon:BOOL=FALSE \
19
CMAKE_ARGS+=	-DBUILD_falcon:BOOL=FALSE \
(-)devel/py-opendht/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libopendht.so:devel/opendht \
14
LIB_DEPENDS=	libopendht.so:devel/opendht \
15
		libgnutls.so:security/gnutls
15
		libgnutls.so:security/gnutls
16
16
17
USES=		cmake:outsource compiler:c++11-lib localbase python:3.4+
17
USES=		cmake compiler:c++11-lib localbase python:3.4+
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	savoirfairelinux
19
GH_ACCOUNT=	savoirfairelinux
20
USE_PYTHON=	distutils cython autoplist
20
USE_PYTHON=	distutils cython autoplist
(-)devel/py-pykde4-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libqwt.so:x11-toolkits/qwt5
15
LIB_DEPENDS=	libqwt.so:x11-toolkits/qwt5
16
16
17
USES=		cmake:outsource kde:4 python:2.7 pyqt:4 qt:4 tar:xz
17
USES=		cmake kde:4 python:2.7 pyqt:4 qt:4 tar:xz
18
USE_KDE=	kdelibs nepomuk-core okular pimlibs \
18
USE_KDE=	kdelibs nepomuk-core okular pimlibs \
19
		akonadi automoc4 soprano
19
		akonadi automoc4 soprano
20
USE_PYQT=	declarative designer gui network opengl phonon script sip \
20
USE_PYQT=	declarative designer gui network opengl phonon script sip \
(-)devel/py-pykdeuic4-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
DEPRECATED=	KDE4 is EOL upstream
13
DEPRECATED=	KDE4 is EOL upstream
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
USES=		cmake:outsource python:2.7 kde:4 qt:4 shebangfix tar:xz
16
USES=		cmake python:2.7 kde:4 qt:4 shebangfix tar:xz
17
USE_KDE=	kdelibs automoc4 pykde4
17
USE_KDE=	kdelibs automoc4 pykde4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
DISTINFO_FILE=	${.CURDIR:H:H}/devel/py-pykde4-kde4/distinfo
19
DISTINFO_FILE=	${.CURDIR:H:H}/devel/py-pykde4-kde4/distinfo
(-)devel/pybind11/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource compiler:c++11-lang
14
USES=		cmake compiler:c++11-lang
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	pybind
16
GH_ACCOUNT=	pybind
17
NO_ARCH=	yes
17
NO_ARCH=	yes
(-)devel/qca/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
FLAVORS=	qt4 qt5
17
FLAVORS=	qt4 qt5
18
FLAVOR?=	${FLAVORS:[1]}
18
FLAVOR?=	${FLAVORS:[1]}
19
19
20
USES=		cmake:outsource tar:xz
20
USES=		cmake tar:xz
21
CMAKE_ARGS=	-DBUILD_PLUGINS=none -DBUILD_TESTS=no \
21
CMAKE_ARGS=	-DBUILD_PLUGINS=none -DBUILD_TESTS=no \
22
		-DPKGCONFIG_INSTALL_PREFIX=${PREFIX}/libdata/pkgconfig \
22
		-DPKGCONFIG_INSTALL_PREFIX=${PREFIX}/libdata/pkgconfig \
23
		-DQCA_FEATURE_INSTALL_DIR=${QT_MKSPECDIR}/features \
23
		-DQCA_FEATURE_INSTALL_DIR=${QT_MKSPECDIR}/features \
(-)devel/qgit/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		cmake:outsource qt:5
14
USES=		cmake qt:5
15
USE_QT=		core gui widgets \
15
USE_QT=		core gui widgets \
16
		buildtools_build qmake_build
16
		buildtools_build qmake_build
17
17
(-)devel/raknet/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
30
31
NO_WRKSUBDIR=	yes
31
NO_WRKSUBDIR=	yes
32
32
33
USES=		dos2unix cmake zip
33
USES=		dos2unix cmake:insource zip
34
34
35
USE_LDCONFIG=	yes
35
USE_LDCONFIG=	yes
36
USE_GCC=	any
36
USE_GCC=	any
(-)devel/range-v3/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	BSL
10
LICENSE=	BSL
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
12
13
USES=		cmake:outsource
13
USES=		cmake
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	ericniebler
15
GH_ACCOUNT=	ericniebler
16
NO_BUILD=	yes
16
NO_BUILD=	yes
(-)devel/rapidjson/Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
post-patch:
44
post-patch:
45
	@${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"| ; s| -march=native||' ${WRKSRC}/CMakeLists.txt
45
	@${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"| ; s| -march=native||' ${WRKSRC}/CMakeLists.txt
46
	@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/example/CMakeLists.txt ${WRKSRC}/test/unittest/CMakeLists.txt
46
	@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/example/CMakeLists.txt ${WRKSRC}/test/unittest/CMakeLists.txt
47
	@${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt   # travis_doc breaks cmake, see https://github.com/miloyip/rapidjson/issues/715
47
	@${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt   # travis_doc breaks cmake: see https://github.com/miloyip/rapidjson/issues/715
48
	@${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt
48
	@${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt
49
49
50
post-install:
50
post-install:
(-)devel/raylib/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libglfw.so:graphics/glfw
14
LIB_DEPENDS=	libglfw.so:graphics/glfw
15
15
16
USES=		cmake:outsource localbase:ldflags
16
USES=		cmake localbase:ldflags
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	raysan5
18
GH_ACCOUNT=	raysan5
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)devel/replxx/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
13
13
14
USES=		cmake:outsource compiler:c++14-lang
14
USES=		cmake compiler:c++14-lang
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	AmokHuginnsson
16
GH_ACCOUNT=	AmokHuginnsson
17
17
(-)devel/resolv_wrapper/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=		GPLv3
11
LICENSE=		GPLv3
12
12
13
USES=			cmake:outsource
13
USES=			cmake
14
USE_LDCONFIG=		yes
14
USE_LDCONFIG=		yes
15
15
16
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
16
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
(-)devel/ruby-korundum-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	kate kdelibs okular pimlibs \
16
USE_KDE=	kate kdelibs okular pimlibs \
17
		qtruby smokegen smokekde smokeqt \
17
		qtruby smokegen smokekde smokeqt \
18
		akonadi automoc4 soprano
18
		akonadi automoc4 soprano
(-)devel/ruby-krossruby-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
DEPRECATED=	KDE4 is EOL upstream
13
DEPRECATED=	KDE4 is EOL upstream
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs pimlibs automoc4
17
USE_KDE=	kdelibs pimlibs automoc4
18
USE_QT=		corelib gui qmake_build moc_build uic_build rcc_build
18
USE_QT=		corelib gui qmake_build moc_build uic_build rcc_build
19
USE_RUBY=	yes
19
USE_RUBY=	yes
(-)devel/ruby-qtruby-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libqwt.so:x11-toolkits/qwt5 \
17
LIB_DEPENDS=	libqwt.so:x11-toolkits/qwt5 \
18
		libqscintilla2_qt4.so:devel/qscintilla2
18
		libqscintilla2_qt4.so:devel/qscintilla2
19
19
20
USES=		cmake:outsource kde:4 qt:4 tar:xz
20
USES=		cmake kde:4 qt:4 tar:xz
21
USE_KDE=	smokeqt
21
USE_KDE=	smokeqt
22
USE_QT=		corelib dbus declarative gui network phonon script webkit xml \
22
USE_QT=		corelib dbus declarative gui network phonon script webkit xml \
23
		qmake_build moc_build uic_build rcc_build
23
		qmake_build moc_build uic_build rcc_build
(-)devel/shiboken/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
USE_QT=		corelib qmake_build qtestlib moc_build network \
22
USE_QT=		corelib qmake_build qtestlib moc_build network \
23
		uic_build rcc_build xml xmlpatterns
23
		uic_build rcc_build xml xmlpatterns
24
24
25
USES=		cmake python:2.7 qt:4 tar:bzip2
25
USES=		cmake:insource python:2.7 qt:4 tar:bzip2
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
ALL_TARGET=	all
28
ALL_TARGET=	all
(-)devel/silentbob/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
USES=		cmake:outsource
15
USES=		cmake
16
16
17
PORTDOCS=	README
17
PORTDOCS=	README
18
PLIST_FILES=	bin/silentbob
18
PLIST_FILES=	bin/silentbob
(-)devel/smokegen-kde4/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
DEPRECATED=	KDE4 is EOL upstream
10
DEPRECATED=	KDE4 is EOL upstream
11
EXPIRATION_DATE=	2018-12-31
11
EXPIRATION_DATE=	2018-12-31
12
12
13
USES=		cmake:outsource kde:4 qt:4 tar:xz
13
USES=		cmake kde:4 qt:4 tar:xz
14
USE_QT=		corelib xml qmake_build moc_build uic_build rcc_build
14
USE_QT=		corelib xml qmake_build moc_build uic_build rcc_build
15
CMAKE_ARGS+=	-DSMOKE_CMAKE_MODULE_DIR:PATH=${PREFIX}/lib/cmake/smoke
15
CMAKE_ARGS+=	-DSMOKE_CMAKE_MODULE_DIR:PATH=${PREFIX}/lib/cmake/smoke
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
(-)devel/smokekde-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kate kdelibs okular pimlibs \
15
USE_KDE=	kate kdelibs okular pimlibs \
16
		smokegen smokeqt akonadi automoc4 soprano
16
		smokegen smokeqt akonadi automoc4 soprano
17
USE_QT=		corelib dbus designer_build gui network opengl sql svg xml \
17
USE_QT=		corelib dbus designer_build gui network opengl sql svg xml \
(-)devel/smokeqt-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libqscintilla2_qt4.so:devel/qscintilla2 \
14
LIB_DEPENDS=	libqscintilla2_qt4.so:devel/qscintilla2 \
15
		libqwt.so:x11-toolkits/qwt5
15
		libqwt.so:x11-toolkits/qwt5
16
16
17
USES=		cmake:outsource kde:4 pkgconfig qt:4 tar:xz
17
USES=		cmake kde:4 pkgconfig qt:4 tar:xz
18
USE_KDE=	smokegen qimageblitz
18
USE_KDE=	smokegen qimageblitz
19
USE_QT=		corelib dbus declarative designer_build gui help \
19
USE_QT=		corelib dbus declarative designer_build gui help \
20
		multimedia network opengl phonon qtestlib script \
20
		multimedia network opengl phonon qtestlib script \
(-)devel/socket_wrapper/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
BROKEN_aarch64=		fails to compile: socket_wrapper.c:4036:9: cast to 'void *' from smaller integer type 'uintptr_t' (aka 'unsigned int')
13
BROKEN_aarch64=		fails to compile: socket_wrapper.c:4036:9: cast to 'void *' from smaller integer type 'uintptr_t' (aka 'unsigned int')
14
14
15
USES=			cmake:outsource
15
USES=			cmake
16
USE_LDCONFIG=		yes
16
USE_LDCONFIG=		yes
17
17
18
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
18
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
(-)devel/spirv-tools/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=	APACHE20
11
LICENSE=	APACHE20
12
12
13
USES=		cmake:outsource compiler:c++11-lib python:build shebangfix
13
USES=		cmake compiler:c++11-lib python:build shebangfix
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
SHEBANG_FILES=	tools/lesspipe/spirv-lesspipe.sh
15
SHEBANG_FILES=	tools/lesspipe/spirv-lesspipe.sh
16
16
(-)devel/stxxl/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	BSL
12
LICENSE=	BSL
13
LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
14
14
15
USES=		cmake:outsource
15
USES=		cmake
16
CMAKE_ARGS=	-DINSTALL_PKGCONFIG_DIR:STRING="libdata/pkgconfig" \
16
CMAKE_ARGS=	-DINSTALL_PKGCONFIG_DIR:STRING="libdata/pkgconfig" \
17
		-DUSE_GNU_PARALLEL:BOOL=OFF # may be enabled for future versions of clang with openmp support
17
		-DUSE_GNU_PARALLEL:BOOL=OFF # may be enabled for future versions of clang with openmp support
18
18
(-)devel/ucommon/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	LGPL3
13
LICENSE=	LGPL3
14
LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
14
LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
15
15
16
USES=		compiler:c++11-lib cmake:outsource pathfix pkgconfig ssl
16
USES=		compiler:c++11-lib cmake pathfix pkgconfig ssl
17
CMAKE_ARGS=	-DBUILD_TESTING:BOOL=ON \
17
CMAKE_ARGS=	-DBUILD_TESTING:BOOL=ON \
18
		-DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME}
18
		-DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME}
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)devel/uid_wrapper/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=		GPLv3
11
LICENSE=		GPLv3
12
12
13
USES=			cmake:outsource
13
USES=			cmake
14
USE_LDCONFIG=		yes
14
USE_LDCONFIG=		yes
15
15
16
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
16
CMAKE_ARGS=		-DMAN_INSTALL_DIR:PATH="${PREFIX}/man"
(-)devel/umbrello/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
10
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
11
11
12
USES=		cmake:outsource kde:5 qt:5 tar:xz
12
USES=		cmake kde:5 qt:5 tar:xz
13
USE_GNOME=	libxml2 libxslt
13
USE_GNOME=	libxml2 libxslt
14
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
15
		coreaddons crash ecm guiaddons i18n iconthemes itemviews \
15
		coreaddons crash ecm guiaddons i18n iconthemes itemviews \
(-)devel/umbrello-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
14
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_GNOME=	libxml2 libxslt
18
USE_GNOME=	libxml2 libxslt
19
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_QT=		moc_build qmake_build rcc_build uic_build
(-)devel/vera++/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
18
BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
19
19
20
USES=		cmake:outsource tk
20
USES=		cmake tk
21
21
22
CMAKE_ARGS+=	-DTCL_INCLUDE_PATH=${TCL_INCLUDEDIR} \
22
CMAKE_ARGS+=	-DTCL_INCLUDE_PATH=${TCL_INCLUDEDIR} \
23
		-DTK_INCLUDE_PATH=${TK_INCLUDEDIR} \
23
		-DTK_INCLUDE_PATH=${TK_INCLUDEDIR} \
(-)devel/vexcl/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		opencl>0:devel/opencl \
15
		opencl>0:devel/opencl \
16
		ocl-icd>0:devel/ocl-icd
16
		ocl-icd>0:devel/ocl-icd
17
17
18
USES=		cmake:outsource localbase:ldflags
18
USES=		cmake localbase:ldflags
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	ddemidov
20
GH_ACCOUNT=	ddemidov
21
NO_ARCH=	yes
21
NO_ARCH=	yes
(-)devel/vulkan-headers/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=	APACHE20
11
LICENSE=	APACHE20
12
12
13
USES=		cmake:outsource
13
USES=		cmake
14
STRIP=		# nothing to strip
14
STRIP=		# nothing to strip
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
(-)devel/vulkan-tools/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libXrandr.so:x11/libXrandr \
17
		libXrandr.so:x11/libXrandr \
18
		libxcb.so:x11/libxcb
18
		libxcb.so:x11/libxcb
19
19
20
USES=		cmake:outsource compiler:c++11-lib pkgconfig python:3.4+,build
20
USES=		cmake compiler:c++11-lib pkgconfig python:3.4+,build
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	KhronosGroup
23
GH_ACCOUNT=	KhronosGroup
(-)devel/vulkan-validation-layers/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		${LOCALBASE}/include/spirv-tools/libspirv.h:devel/spirv-tools \
15
		${LOCALBASE}/include/spirv-tools/libspirv.h:devel/spirv-tools \
16
		${LOCALBASE}/include/SPIRV/spirv.hpp:devel/glslang
16
		${LOCALBASE}/include/SPIRV/spirv.hpp:devel/glslang
17
17
18
USES=		cmake:outsource compiler:c++11-lib pkgconfig python:3.4+,build
18
USES=		cmake compiler:c++11-lib pkgconfig python:3.4+,build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
(-)devel/woff2/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libbrotlidec.so:archivers/brotli
15
LIB_DEPENDS=	libbrotlidec.so:archivers/brotli
16
16
17
USES=		cmake:outsource compiler:c++11-lib
17
USES=		cmake compiler:c++11-lib
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	google
19
GH_ACCOUNT=	google
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
(-)devel/xc3sprog/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LIB_DEPENDS=	libftdi.so:devel/libftdi
11
LIB_DEPENDS=	libftdi.so:devel/libftdi
12
RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:misc/fxload
12
RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:misc/fxload
13
13
14
USES=		tar:xz cmake
14
USES=		tar:xz cmake:insource
15
ALL_TARGET=	xc3sprog
15
ALL_TARGET=	xc3sprog
16
16
17
PLIST_FILES=	bin/xc3sprog
17
PLIST_FILES=	bin/xc3sprog
(-)devel/xeus/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libuuid.so:misc/e2fsprogs-libuuid \
18
		libuuid.so:misc/e2fsprogs-libuuid \
19
		libzmq.so:net/libzmq4
19
		libzmq.so:net/libzmq4
20
20
21
USES=		cmake:outsource compiler:c++14-lang localbase:ldflags pkgconfig
21
USES=		cmake compiler:c++14-lang localbase:ldflags pkgconfig
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	QuantStack
23
GH_ACCOUNT=	QuantStack
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
(-)devel/xeus-cling/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libxeus.so:devel/xeus \
22
		libxeus.so:devel/xeus \
23
		libzmq.so:net/libzmq4
23
		libzmq.so:net/libzmq4
24
24
25
USES=		cmake:outsource compiler:c++14-lang pkgconfig
25
USES=		cmake compiler:c++14-lang pkgconfig
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	QuantStack
27
GH_ACCOUNT=	QuantStack
28
28
(-)devel/xxhash/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
GH_ACCOUNT=	Cyan4973
15
GH_ACCOUNT=	Cyan4973
16
GH_PROJECT=	xxHash
16
GH_PROJECT=	xxHash
17
17
18
USES=		cmake:outsource
18
USES=		cmake
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
CMAKE_SOURCE_PATH=	${WRKSRC}/cmake_unofficial
20
CMAKE_SOURCE_PATH=	${WRKSRC}/cmake_unofficial
21
21
(-)devel/yajl/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
CFLAGS+=	-g -O0
15
CFLAGS+=	-g -O0
16
16
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USES=		cmake:outsource
18
USES=		cmake
19
19
20
PLIST_SUB=	VERSION=${PORTVERSION}
20
PLIST_SUB=	VERSION=${PORTVERSION}
21
21
(-)devel/zapcc/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
BUILD_DEPENDS=	googletest>0:devel/googletest
15
BUILD_DEPENDS=	googletest>0:devel/googletest
16
16
17
USES=		cmake:outsource libedit python:3.4+ shebangfix
17
USES=		cmake libedit python:3.4+ shebangfix
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	yrnkrn
19
GH_ACCOUNT=	yrnkrn
20
GH_PROJECT=	zapcc
20
GH_PROJECT=	zapcc
(-)devel/zeal/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libxcb.so:x11/libxcb \
15
LIB_DEPENDS=	libxcb.so:x11/libxcb \
16
		libxcb-keysyms.so:x11/xcb-util-keysyms
16
		libxcb-keysyms.so:x11/xcb-util-keysyms
17
17
18
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
18
USES=		cmake compiler:c++11-lib desktop-file-utils \
19
		kde:5 libarchive pkgconfig qt:5 sqlite
19
		kde:5 libarchive pkgconfig qt:5 sqlite
20
USE_GL=		gl  # Dependency added by qt5-gui.
20
USE_GL=		gl  # Dependency added by qt5-gui.
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
(-)dns/kf5-kdnssd/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 abstraction to system DNSSD features
8
COMMENT=	KF5 abstraction to system DNSSD features
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core linguisttools network qmake_build
12
USE_QT=		buildtools_build core linguisttools network qmake_build
13
13
(-)dns/mdnsd/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wpedantic"
18
BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wpedantic"
19
19
20
USES=		cmake:outsource
20
USES=		cmake
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	Pro
22
GH_ACCOUNT=	Pro
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)dns/qmdnsengine/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
USES=		cmake:outsource qt:5
15
USES=		cmake qt:5
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	nitroshare
17
GH_ACCOUNT=	nitroshare
18
USE_QT=		core network buildtools_build qmake_build
18
USE_QT=		core network buildtools_build qmake_build
(-)editors/calligra/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
BUILD_DEPENDS=	pstoedit:graphics/pstoedit
36
BUILD_DEPENDS=	pstoedit:graphics/pstoedit
37
RUN_DEPENDS=	pstoedit:graphics/pstoedit
37
RUN_DEPENDS=	pstoedit:graphics/pstoedit
38
38
39
USES=		cmake:outsource cpe compiler:c++11-lib desktop-file-utils eigen:3 \
39
USES=		cmake cpe compiler:c++11-lib desktop-file-utils eigen:3 \
40
		gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \
40
		gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \
41
		qt:5 shared-mime-info sqlite tar:xz
41
		qt:5 shared-mime-info sqlite tar:xz
42
USE_KDE=	activities archive auth bookmarks codecs completion config \
42
USE_KDE=	activities archive auth bookmarks codecs completion config \
(-)editors/calligraplan/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LIB_DEPENDS=	libKChart.so:graphics/kdiagram
13
LIB_DEPENDS=	libKChart.so:graphics/kdiagram
14
14
15
USES=		cmake:outsource cpe compiler:c++11-lib desktop-file-utils kde:5 \
15
USES=		cmake cpe compiler:c++11-lib desktop-file-utils kde:5 \
16
		qt:5 tar:xz
16
		qt:5 tar:xz
17
USE_KDE=	activities akonadi archive auth bookmarks codecs completion config \
17
USE_KDE=	activities akonadi archive auth bookmarks codecs completion config \
18
		configwidgets coreaddons dbusaddons ecm guiaddons holidays i18n \
18
		configwidgets coreaddons dbusaddons ecm guiaddons holidays i18n \
(-)editors/codelite/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	eranif
20
GH_ACCOUNT=	eranif
21
21
22
USES=		cmake:outsource,noninja compiler:c++11-lib dos2unix gettext \
22
USES=		cmake:noninja compiler:c++11-lib dos2unix gettext \
23
		pathfix shebangfix sqlite
23
		pathfix shebangfix sqlite
24
USE_GNOME+=	cairo gtk20
24
USE_GNOME+=	cairo gtk20
25
DOS2UNIX_GLOB=	*.cpp *.txt
25
DOS2UNIX_GLOB=	*.cpp *.txt
(-)editors/ecrire/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libefl.so:devel/efl
15
LIB_DEPENDS=	libefl.so:devel/efl
16
16
17
USES=		cmake:outsource desktop-file-utils pkgconfig
17
USES=		cmake desktop-file-utils pkgconfig
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	Obsidian-StudiosInc
19
GH_ACCOUNT=	Obsidian-StudiosInc
20
20
(-)editors/jucipp/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		libgit2.so:devel/libgit2 \
20
		libgit2.so:devel/libgit2 \
21
		libclang.so.5:devel/llvm50
21
		libclang.so.5:devel/llvm50
22
22
23
USES=		cmake:outsource desktop-file-utils pkgconfig
23
USES=		cmake desktop-file-utils pkgconfig
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	cppit
25
GH_ACCOUNT=	cppit
26
GH_TUPLE=	cppit:libclangmm:5a0195e:libclangmm/libclangmm \
26
GH_TUPLE=	cppit:libclangmm:5a0195e:libclangmm/libclangmm \
(-)editors/kate/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
		docbook-xml>0:textproc/docbook-xml
11
		docbook-xml>0:textproc/docbook-xml
12
LIB_DEPENDS=	libgit2.so:devel/libgit2
12
LIB_DEPENDS=	libgit2.so:devel/libgit2
13
13
14
USES=		cmake:outsource desktop-file-utils gettext pkgconfig kde:5 qt:5 tar:xz
14
USES=		cmake desktop-file-utils gettext pkgconfig kde:5 qt:5 tar:xz
15
USE_KDE=	activities attica auth bookmarks codecs completion config \
15
USE_KDE=	activities attica auth bookmarks codecs completion config \
16
		configwidgets coreaddons crash dbusaddons doctools ecm \
16
		configwidgets coreaddons crash dbusaddons doctools ecm \
17
		guiaddons i18n iconthemes init itemmodels itemviews \
17
		guiaddons i18n iconthemes init itemmodels itemviews \
(-)editors/kate-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
15
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
16
16
17
USES=		cmake:outsource gettext kde:4 perl5 qt:4 tar:xz
17
USES=		cmake gettext kde:4 perl5 qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4 kactivities
18
USE_KDE=	kdelibs automoc4 kactivities
19
USE_PERL5=	build
19
USE_PERL5=	build
20
USE_QT=		dbus gui script sql webkit xml \
20
USE_QT=		dbus gui script sql webkit xml \
(-)editors/kate-plugin-pate-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource,noninja kde:4 python:2.7 qt:4 tar:xz
15
USES=		cmake:noninja kde:4 python:2.7 qt:4 tar:xz
16
USE_KDE=	kdelibs automoc4 kate \
16
USE_KDE=	kdelibs automoc4 kate \
17
		pykde4_build pykde4_run
17
		pykde4_build pykde4_run
18
USE_QT=		gui webkit \
18
USE_QT=		gui webkit \
(-)editors/kile/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libpoppler.so:graphics/poppler \
14
LIB_DEPENDS=	libpoppler.so:graphics/poppler \
15
		libpoppler-qt5.so:graphics/poppler-qt5
15
		libpoppler-qt5.so:graphics/poppler-qt5
16
16
17
USES=		cmake:outsource desktop-file-utils kde:5 \
17
USES=		cmake desktop-file-utils kde:5 \
18
		qt:5 shared-mime-info shebangfix
18
		qt:5 shared-mime-info shebangfix
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
20
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
20
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
(-)editors/neovim/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libuv.so:devel/libuv \
22
		libuv.so:devel/libuv \
23
		libvterm.so:devel/libvterm
23
		libvterm.so:devel/libvterm
24
24
25
USES=		cmake:outsource iconv lua:build pathfix pkgconfig
25
USES=		cmake iconv lua:build pathfix pkgconfig
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_TUPLE=	libmpack:libmpack:1.0.5:libmpack \
27
GH_TUPLE=	libmpack:libmpack:1.0.5:libmpack \
28
		libmpack:libmpack-lua:1.0.7:libmpack_lua
28
		libmpack:libmpack-lua:1.0.7:libmpack_lua
(-)editors/neovim-qt/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libmsgpackc.so:devel/msgpack
15
LIB_DEPENDS=	libmsgpackc.so:devel/msgpack
16
RUN_DEPENDS=	neovim>=0:editors/neovim
16
RUN_DEPENDS=	neovim>=0:editors/neovim
17
17
18
USES=		cmake:outsource desktop-file-utils qt:5
18
USES=		cmake desktop-file-utils qt:5
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	equalsraf
20
GH_ACCOUNT=	equalsraf
21
USE_QT=		core gui testlib network widgets buildtools_build qmake_build
21
USE_QT=		core gui testlib network widgets buildtools_build qmake_build
(-)emulators/citra/Makefile (-1 / +1 lines)
Lines 39-45 Link Here
39
		zeromq:cppzmq:v4.2.3:cppzmq/externals/cppzmq \
39
		zeromq:cppzmq:v4.2.3:cppzmq/externals/cppzmq \
40
		zeromq:libzmq:v4.2.5:libzmq/externals/libzmq
40
		zeromq:libzmq:v4.2.5:libzmq/externals/libzmq
41
41
42
USES=		cmake:outsource compiler:c++17-lang iconv localbase:ldflags
42
USES=		cmake compiler:c++17-lang iconv localbase:ldflags
43
USE_SDL=	sdl2
43
USE_SDL=	sdl2
44
CMAKE_OFF=	ENABLE_SCRIPTING # XXX #4206 and #4207
44
CMAKE_OFF=	ENABLE_SCRIPTING # XXX #4206 and #4207
45
LDFLAGS+=	-Wl,--as-needed # Qt5Network
45
LDFLAGS+=	-Wl,--as-needed # Qt5Network
(-)emulators/dynamips-community/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
CONFLICTS=	dynamips-[0-9]* dynamips-devel-[0-9]*
22
CONFLICTS=	dynamips-[0-9]* dynamips-devel-[0-9]*
23
23
24
USES=		cmake
24
USES=		cmake:insource
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
26
27
OPTIONS_DEFINE=	DOCS
27
OPTIONS_DEFINE=	DOCS
(-)emulators/joytran/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
14
LICENSE_FILE=	${WRKSRC}/COPYRIGHT
15
15
16
USE_SDL=	sdl2
16
USE_SDL=	sdl2
17
USES=		tar:bzip2 cmake pkgconfig
17
USES=		tar:bzip2 cmake:insource pkgconfig
18
CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
18
CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
19
USE_XORG=	x11 xtst
19
USE_XORG=	x11 xtst
20
20
(-)emulators/mgba/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
21
LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
22
		libpng.so:graphics/png
22
		libpng.so:graphics/png
23
23
24
USES=		cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig sqlite:3
24
USES=		cmake compiler:c++11-lang localbase:ldflags pkgconfig sqlite:3
25
25
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	mgba-emu
27
GH_ACCOUNT=	mgba-emu
(-)emulators/ppsspp/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
36
37
CONFLICTS_INSTALL=	${PORTNAME}-*
37
CONFLICTS_INSTALL=	${PORTNAME}-*
38
38
39
USES=		cmake:outsource compiler:c++11-lib localbase:ldflags pkgconfig
39
USES=		cmake compiler:c++11-lib localbase:ldflags pkgconfig
40
EXCLUDE=	libzip zlib
40
EXCLUDE=	libzip zlib
41
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
41
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
42
USE_GL=		gl glew glu
42
USE_GL=		gl glew glu
(-)emulators/rpcs3/Makefile (-1 / +1 lines)
Lines 38-44 Link Here
38
		USCiLab:cereal:v1.2.0:cereal/3rdparty/cereal \
38
		USCiLab:cereal:v1.2.0:cereal/3rdparty/cereal \
39
		zeux:pugixml:v1.9:pugixml/3rdparty/pugixml
39
		zeux:pugixml:v1.9:pugixml/3rdparty/pugixml
40
40
41
USES=		cmake:outsource compiler:c++17-lang iconv:wchar_t localbase:ldflags \
41
USES=		cmake compiler:c++17-lang iconv:wchar_t localbase:ldflags \
42
		openal:soft pkgconfig qt:5
42
		openal:soft pkgconfig qt:5
43
USE_GL=		gl glew
43
USE_GL=		gl glew
44
USE_QT=		qmake_build buildtools_build core dbus gui network widgets qml
44
USE_QT=		qmake_build buildtools_build core dbus gui network widgets qml
(-)emulators/tpm-emulator/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libgmp.so:math/gmp
16
LIB_DEPENDS=	libgmp.so:math/gmp
17
17
18
USES=		cmake:outsource
18
USES=		cmake
19
USE_RC_SUBR=	tpmd
19
USE_RC_SUBR=	tpmd
20
CONFIGURE_ENV=	PREFIX="${PREFIX}"
20
CONFIGURE_ENV=	PREFIX="${PREFIX}"
21
CMAKE_ARGS=	-DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \
21
CMAKE_ARGS=	-DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \
(-)emulators/visualboyadvance-m/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
USE_XORG=	x11 xext
40
USE_XORG=	x11 xext
41
USE_GL=		gl glu
41
USE_GL=		gl glu
42
USE_SDL=	sdl
42
USE_SDL=	sdl
43
USES=		cmake dos2unix pkgconfig
43
USES=		cmake:insource dos2unix pkgconfig
44
INSTALLS_ICONS=	yes
44
INSTALLS_ICONS=	yes
45
CMAKE_ARGS=	-DVERSION:STRING="${PORTVERSION}" \
45
CMAKE_ARGS=	-DVERSION:STRING="${PORTVERSION}" \
46
		-DSYSCONFDIR:STRING="${PREFIX}/etc"  \
46
		-DSYSCONFDIR:STRING="${PREFIX}/etc"  \
(-)finance/alkimia/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
# Depending on ecm via USE_KDE causes unwanted CMAKE_ARGS to be set
15
# Depending on ecm via USE_KDE causes unwanted CMAKE_ARGS to be set
16
BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
16
BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
17
17
18
USES=		cmake:outsource pathfix tar:xz
18
USES=		cmake pathfix tar:xz
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
SLAVE?=		qt5
21
SLAVE?=		qt5
(-)finance/gnucash/Makefile (-1 / +1 lines)
Lines 54-60 Link Here
54
TEST_BUILD_DEPENDS=	${NONEXISTENT}:devel/googlemock:build \
54
TEST_BUILD_DEPENDS=	${NONEXISTENT}:devel/googlemock:build \
55
			gtest-config:devel/googletest
55
			gtest-config:devel/googletest
56
56
57
USES=		cmake compiler:c++11-lib desktop-file-utils gettext-tools libtool localbase \
57
USES=		cmake:insource compiler:c++11-lib desktop-file-utils gettext-tools libtool localbase \
58
		perl5 pkgconfig shebangfix tar:bzip2
58
		perl5 pkgconfig shebangfix tar:bzip2
59
USE_XORG=	x11
59
USE_XORG=	x11
60
USE_CXXSTD=	c++11
60
USE_CXXSTD=	c++11
(-)finance/skrooge/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libqca-qt5.so:devel/qca@qt5 \
17
		libqca-qt5.so:devel/qca@qt5 \
18
		libsqlcipher.so:databases/sqlcipher
18
		libsqlcipher.so:databases/sqlcipher
19
19
20
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
20
USES=		cmake compiler:c++11-lib desktop-file-utils \
21
		gettext grantlee:5 kde:5 pkgconfig python:3.4+ qt:5 shared-mime-info \
21
		gettext grantlee:5 kde:5 pkgconfig python:3.4+ qt:5 shared-mime-info \
22
		shebangfix sqlite:3 tar:xz
22
		shebangfix sqlite:3 tar:xz
23
USE_KDE=	activities archive attica5 auth bookmarks codecs completion \
23
USE_KDE=	activities archive attica5 auth bookmarks codecs completion \
(-)games/OpenTomb/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpng.so:graphics/png
15
LIB_DEPENDS=	libpng.so:graphics/png
16
16
17
USES=		cmake compiler:c++11-lang lua openal
17
USES=		cmake:insource compiler:c++11-lang lua openal
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_SDL=	sdl2
19
USE_SDL=	sdl2
20
LLD_UNSAFE=	yes
20
LLD_UNSAFE=	yes
(-)games/aquaria/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
GH_ACCOUNT=	AquariaOSE
22
GH_ACCOUNT=	AquariaOSE
23
GH_PROJECT=	Aquaria
23
GH_PROJECT=	Aquaria
24
24
25
USES=		cmake lua:51 openal pkgconfig
25
USES=		cmake:insource lua:51 openal pkgconfig
26
EXCLUDE=	AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
26
EXCLUDE=	AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
27
		libogg-* libvorbis-* lua-* tinyxml2*
27
		libogg-* libvorbis-* lua-* tinyxml2*
28
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}
28
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}
(-)games/ballerburg/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
NLS_USES=	gettext
18
NLS_USES=	gettext
19
USES=		cmake
19
USES=		cmake:insource
20
USE_SDL=	sdl
20
USE_SDL=	sdl
21
21
22
OPTIONS_DEFINE=	DOCS NLS
22
OPTIONS_DEFINE=	DOCS NLS
(-)games/blinken/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Memory enhancement game for KDE
8
COMMENT=	Memory enhancement game for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		doctools ecm guiaddons i18n widgetsaddons xmlgui
12
		doctools ecm guiaddons i18n widgetsaddons xmlgui
13
USE_QT=		core dbus gui phonon4 svg widgets xml \
13
USE_QT=		core dbus gui phonon4 svg widgets xml \
(-)games/blinken-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/blinkensisters/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
BROKEN_sparc64=	does not compile on sparc64
16
BROKEN_sparc64=	does not compile on sparc64
17
17
18
USES=		cmake compiler:c++11-lang localbase perl5 # actually, old gcc fails in theora.h
18
USES=		cmake:insource compiler:c++11-lang localbase perl5 # actually, old gcc fails in theora.h
19
USE_SDL=	sdl image ttf
19
USE_SDL=	sdl image ttf
20
USE_PERL5=	build
20
USE_PERL5=	build
21
21
(-)games/bomber/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		ecm i18n kio libkdegames widgetsaddons xmlgui
12
		ecm i18n kio libkdegames widgetsaddons xmlgui
13
USE_QT=		core dbus gui network widgets phonon4 qml quick xml \
13
USE_QT=		core dbus gui network widgets phonon4 qml quick xml \
(-)games/bomber-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/bovo/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		ecm i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui
12
		ecm i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui
13
USE_QT=		concurrent core dbus gui network qml quick svg widgets xml \
13
USE_QT=		concurrent core dbus gui network qml quick svg widgets xml \
(-)games/bovo-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_CXXSTD=	gnu++98
17
USE_CXXSTD=	gnu++98
(-)games/bstone/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/../LICENSE
13
LICENSE_FILE=	${WRKSRC}/../LICENSE
14
14
15
USES=		cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig
15
USES=		cmake compiler:c++11-lang localbase:ldflags pkgconfig
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	bibendovsky
17
GH_ACCOUNT=	bibendovsky
18
USE_SDL=	sdl2
18
USE_SDL=	sdl2
(-)games/corsix-th/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
RUN_DEPENDS=	${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem \
16
RUN_DEPENDS=	${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem \
17
		${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg
17
		${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg
18
18
19
USES=		cmake compiler:c++11-lib desktop-file-utils dos2unix iconv \
19
USES=		cmake:insource compiler:c++11-lib desktop-file-utils dos2unix iconv \
20
		lua pkgconfig
20
		lua pkgconfig
21
USE_SDL=	mixer2
21
USE_SDL=	mixer2
22
DOS2UNIX_FILES=	CMake/FindFFmpeg.cmake \
22
DOS2UNIX_FILES=	CMake/FindFFmpeg.cmake \
(-)games/craft/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
OPTIONS_DEFAULT=	SERVER
22
OPTIONS_DEFAULT=	SERVER
23
OPTIONS_SUB=		yes
23
OPTIONS_SUB=		yes
24
24
25
USES=		cmake compiler:c11
25
USES=		cmake:insource compiler:c11
26
USE_XORG=	x11 xi xrandr
26
USE_XORG=	x11 xi xrandr
27
USE_GL=		gl glu
27
USE_GL=		gl glu
28
28
(-)games/divide-and-succeed/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
BROKEN_powerpc64=	fails to compile: Polygone.h: 'vector' was not declared in this scope
15
BROKEN_powerpc64=	fails to compile: Polygone.h: 'vector' was not declared in this scope
16
16
17
USES=		cmake
17
USES=		cmake:insource
18
USE_SDL=	sdl ttf
18
USE_SDL=	sdl ttf
19
DATADIR=	${PREFIX}/share/divideandsucceed
19
DATADIR=	${PREFIX}/share/divideandsucceed
20
INSTALLS_ICONS=	yes
20
INSTALLS_ICONS=	yes
(-)games/doomsday/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libfluidsynth.so:audio/fluidsynth
17
		libfluidsynth.so:audio/fluidsynth
18
RUN_DEPENDS=	timidity:audio/timidity
18
RUN_DEPENDS=	timidity:audio/timidity
19
19
20
USES=		cmake:outsource compiler:c++11-lib localbase:ldflags ninja openal pkgconfig python:2.7,build qt:5
20
USES=		cmake compiler:c++11-lib localbase:ldflags ninja openal pkgconfig python:2.7,build qt:5
21
USE_GL=		gl glu
21
USE_GL=		gl glu
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
USE_SDL=	sdl2 mixer2
23
USE_SDL=	sdl2 mixer2
(-)games/dustrac/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis
11
LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis
12
12
13
USES=		compiler:c++11-lib cmake:outsource openal pkgconfig qt:5
13
USES=		compiler:c++11-lib cmake openal pkgconfig qt:5
14
USE_GL=		glu
14
USE_GL=		glu
15
USE_QT=		core opengl xml widgets \
15
USE_QT=		core opengl xml widgets \
16
		buildtools_build linguisttools_build qmake_build
16
		buildtools_build linguisttools_build qmake_build
(-)games/emptyepsilon/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libsfml-system.so:devel/sfml
16
LIB_DEPENDS=	libsfml-system.so:devel/sfml
17
17
18
USES=		cmake:outsource compiler:c++11-lib
18
USES=		cmake compiler:c++11-lib
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	daid
20
GH_ACCOUNT=	daid
21
GH_PROJECT=	EmptyEpsilon SeriousProton:sproton
21
GH_PROJECT=	EmptyEpsilon SeriousProton:sproton
(-)games/freecell-solver/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
OPTIONS_DEFINE=	DOCS EXAMPLES TCMALLOC
24
OPTIONS_DEFINE=	DOCS EXAMPLES TCMALLOC
25
TCMALLOC_DESC=	Use Google's TCMalloc
25
TCMALLOC_DESC=	Use Google's TCMalloc
26
26
27
USES=		cmake:outsource compiler:c11 perl5 python:3.4+ shebangfix tar:xz
27
USES=		cmake compiler:c11 perl5 python:3.4+ shebangfix tar:xz
28
USE_PERL5=	build
28
USE_PERL5=	build
29
SHEBANG_FILES=	board_gen/make_pysol_freecell_board.py \
29
SHEBANG_FILES=	board_gen/make_pysol_freecell_board.py \
30
		board_gen/transpose-freecell-board.py \
30
		board_gen/transpose-freecell-board.py \
(-)games/freesynd/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libpng.so:graphics/png
12
LIB_DEPENDS=	libpng.so:graphics/png
13
13
14
USES=		cmake
14
USES=		cmake:insource
15
USE_SDL=	sdl image mixer
15
USE_SDL=	sdl image mixer
16
16
17
SUB_FILES=	pkg-message
17
SUB_FILES=	pkg-message
(-)games/gcompris-qt/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libBox2D.so:x11-toolkits/qml-box2d
15
LIB_DEPENDS=	libBox2D.so:x11-toolkits/qml-box2d
16
16
17
USES=		cmake:outsource kde:5 qt:5 tar:xz
17
USES=		cmake kde:5 qt:5 tar:xz
18
USE_KDE=	doctools
18
USE_KDE=	doctools
19
USE_QT=		core graphicaleffects gui multimedia network qml quick quickcontrols \
19
USE_QT=		core graphicaleffects gui multimedia network qml quick quickcontrols \
20
		sensors svg widgets xml xmlpatterns \
20
		sensors svg widgets xml xmlpatterns \
(-)games/gemrb/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
OPENGL_CMAKE_ON=-DOPENGL_BACKEND=OpenGL
23
OPENGL_CMAKE_ON=-DOPENGL_BACKEND=OpenGL
24
24
25
PLIST_SUB=	PORTVERSION=${PORTVERSION}
25
PLIST_SUB=	PORTVERSION=${PORTVERSION}
26
USES=		cmake:outsource openal:al,alut python:2.7 shebangfix iconv localbase
26
USES=		cmake openal:al,alut python:2.7 shebangfix iconv localbase
27
SHEBANG_FILES=	admin/extend2da.py
27
SHEBANG_FILES=	admin/extend2da.py
28
USE_SDL=	sdl2
28
USE_SDL=	sdl2
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
(-)games/granatier/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
11
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
12
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
13
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui
13
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui
(-)games/granatier-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui xml \
16
USE_QT=		corelib gui xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/gzdoom/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
DATADIR=	${DMDIR}/${PORTNAME}
25
DATADIR=	${DMDIR}/${PORTNAME}
26
26
27
USES=		cmake:outsource	gettext jpeg openal pkgconfig
27
USES=		cmake	gettext jpeg openal pkgconfig
28
28
29
USE_GITHUB=	yes
29
USE_GITHUB=	yes
30
GH_ACCOUNT=	coelckers
30
GH_ACCOUNT=	coelckers
(-)games/instead/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake:outsource iconv lua:51 pkgconfig
16
USES=		cmake iconv lua:51 pkgconfig
17
CMAKE_ARGS=	-DMANDIR=man
17
CMAKE_ARGS=	-DMANDIR=man
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)games/julius/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
USES=		cmake:outsource
15
USES=		cmake
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	bvschaik
18
GH_ACCOUNT=	bvschaik
(-)games/jvgs/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
BUILD_DEPENDS=	swig3.0:devel/swig30
14
BUILD_DEPENDS=	swig3.0:devel/swig30
15
LIB_DEPENDS=	libfreetype.so:print/freetype2
15
LIB_DEPENDS=	libfreetype.so:print/freetype2
16
16
17
USES=		cmake lua:51
17
USES=		cmake:insource lua:51
18
USE_SDL=	sdl mixer
18
USE_SDL=	sdl mixer
19
USE_GL=		gl glu
19
USE_GL=		gl glu
20
20
(-)games/kajongg/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
13
13
14
USES=		cmake:outsource pkgconfig python:3 pyqt:5 kde:5 qt:5 tar:xz \
14
USES=		cmake pkgconfig python:3 pyqt:5 kde:5 qt:5 tar:xz \
15
		sqlite
15
		sqlite
16
USE_KDE=	config doctools ecm
16
USE_KDE=	config doctools ecm
17
USE_PYQT=	core gui svg widgets
17
USE_PYQT=	core gui svg widgets
(-)games/kajongg-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
USES=		cmake:outsource kde:4 python:2.7 qt:4 tar:xz shebangfix sqlite
17
USES=		cmake kde:4 python:2.7 qt:4 tar:xz shebangfix sqlite
18
USE_KDE=	kdelibs pykde4 automoc4
18
USE_KDE=	kdelibs pykde4 automoc4
19
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_QT=		moc_build qmake_build rcc_build uic_build
20
CMAKE_ARGS=	-DINSTALL_KAJONGG:BOOL=TRUE
20
CMAKE_ARGS=	-DINSTALL_KAJONGG:BOOL=TRUE
(-)games/kanagram/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Letter order game for KDE
8
COMMENT=	Letter order game for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
11
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
12
		doctools ecm i18n kdeclarative kio libkeduvocdocument newstuff \
12
		doctools ecm i18n kdeclarative kio libkeduvocdocument newstuff \
13
		package service sonnet widgetsaddons xmlgui
13
		package service sonnet widgetsaddons xmlgui
(-)games/kanagram-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkeduvocdocument automoc4
15
USE_KDE=	kdelibs libkeduvocdocument automoc4
16
USE_QT=		xml corelib declarative gui opengl script xml \
16
USE_QT=		xml corelib declarative gui opengl script xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/kapman/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons ecm i18n libkdegames notifyconfig widgetsaddons \
12
		dbusaddons ecm i18n libkdegames notifyconfig widgetsaddons \
13
		windowsystem xmlgui
13
		windowsystem xmlgui
(-)games/kapman-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui xml \
16
USE_QT=		corelib gui xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/katomic/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
MAINTAINER=	kde@FreeBSD.org
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	${${PORTNAME}_DESC}
7
COMMENT=	${${PORTNAME}_DESC}
8
8
9
USES=		cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz
9
USES=		cmake gettext kde:5 qt:5 shebangfix tar:xz
10
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
10
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
11
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
11
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
12
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui
12
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui
(-)games/katomic-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 shebangfix tar:xz
14
USES=		cmake kde:4 qt:4 shebangfix tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
SHEBANG_FILES=	katomic-levelset-upd.pl
16
SHEBANG_FILES=	katomic-levelset-upd.pl
17
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_QT=		moc_build qmake_build rcc_build uic_build
(-)games/kblackbox/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive auth codecs config configwidgets coreaddons crash \
11
USE_KDE=	archive auth codecs config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n iconthemes libkdegames sonnet \
12
		dbusaddons ecm guiaddons i18n iconthemes libkdegames sonnet \
13
		textwidgets widgetsaddons xmlgui
13
		textwidgets widgetsaddons xmlgui
(-)games/kblackbox-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui xml \
16
USE_QT=		corelib gui xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/kblocks/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons i18n itemmodels kio libkdegames newstuff \
12
		dbusaddons i18n itemmodels kio libkdegames newstuff \
13
		notifyconfig textwidgets widgetsaddons windowsystem xmlgui
13
		notifyconfig textwidgets widgetsaddons windowsystem xmlgui
(-)games/kblocks-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui network \
16
USE_QT=		corelib gui network \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/kbounce/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio \
12
		dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio \
13
		libkdegames notifyconfig service textwidgets widgetsaddons xmlgui
13
		libkdegames notifyconfig service textwidgets widgetsaddons xmlgui
(-)games/kbounce-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kbreakout/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio libkdegames \
12
		dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio libkdegames \
13
		service widgetsaddons xmlgui
13
		service widgetsaddons xmlgui
(-)games/kbreakout-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui xml \
16
USE_QT=		corelib gui xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/kdiamond/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		doctools ecm guiaddons i18n iconthemes libkdegames \
12
		doctools ecm guiaddons i18n iconthemes libkdegames \
13
		notifications notifyconfig widgetsaddons xmlgui
13
		notifications notifyconfig widgetsaddons xmlgui
(-)games/kdiamond-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kfourinline/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons dnssd ecm i18n iconthemes itemmodels itemviews \
12
		dbusaddons dnssd ecm i18n iconthemes itemmodels itemviews \
13
		kdeclarative kdelibs4support kio libkdegames notifyconfig \
13
		kdeclarative kdelibs4support kio libkdegames notifyconfig \
(-)games/kfourinline-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kgoldrunner/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		crash dbusaddons ecm i18n kio libkdegames service \
12
		crash dbusaddons ecm i18n kio libkdegames service \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)games/kgoldrunner-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/khangman/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Hangman game for KDE 4
8
COMMENT=	Hangman game for KDE 4
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
12
		crash doctools ecm i18n kdeclarative libkeduvocdocument \
12
		crash doctools ecm i18n kdeclarative libkeduvocdocument \
13
		newstuff notifications package service widgetsaddons xmlgui
13
		newstuff notifications package service widgetsaddons xmlgui
(-)games/khangman-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkeduvocdocument automoc4
15
USE_KDE=	kdelibs libkeduvocdocument automoc4
16
USE_QT=		corelib declarative gui opengl script xml \
16
USE_QT=		corelib declarative gui opengl script xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/kigo/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	attica auth codecs completion config configwidgets \
11
USE_KDE=	attica auth codecs completion config configwidgets \
12
		coreaddons crash dbusaddons ecm i18n jobwidgets kio \
12
		coreaddons crash dbusaddons ecm i18n jobwidgets kio \
13
		libkdegames newstuff notifyconfig service sonnet textwidgets \
13
		libkdegames newstuff notifyconfig service sonnet textwidgets \
(-)games/kigo-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/killbots/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
12
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
13
		libkdegames notifyconfig widgetsaddons xmlgui
13
		libkdegames notifyconfig widgetsaddons xmlgui
(-)games/killbots-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui qtestlib xml \
16
USE_QT=		corelib gui qtestlib xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/kiriki/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		ecm guiaddons i18n iconthemes kio libkdegames widgetsaddons xmlgui
12
		ecm guiaddons i18n iconthemes kio libkdegames widgetsaddons xmlgui
13
USE_QT=		core dbus gui network printsupport qml quick svg widgets xml \
13
USE_QT=		core dbus gui network printsupport qml quick svg widgets xml \
(-)games/kiriki-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kjumpingcube/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n  iconthemes itemviews jobwidgets \
12
		dbusaddons ecm guiaddons i18n  iconthemes itemviews jobwidgets \
13
		kio libkdegames newstuff notifyconfig service widgetsaddons \
13
		kio libkdegames newstuff notifyconfig service widgetsaddons \
(-)games/kjumpingcube-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/klickety/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 shebangfix tar:xz
10
USES=		cmake gettext kde:5 qt:5 shebangfix tar:xz
11
SHEBANG_FILES=	klickety-2.0-inherit-ksame-highscore.pl
11
SHEBANG_FILES=	klickety-2.0-inherit-ksame-highscore.pl
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
		coreaddons crash dbusaddons doctools ecm i18n itemviews \
13
		coreaddons crash dbusaddons doctools ecm i18n itemviews \
(-)games/klickety-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 shebangfix tar:xz
14
USES=		cmake kde:4 qt:4 shebangfix tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
SHEBANG_FILES=	klickety-2.0-inherit-ksame-highscore.pl
16
SHEBANG_FILES=	klickety-2.0-inherit-ksame-highscore.pl
17
USE_QT=		corelib gui xml \
17
USE_QT=		corelib gui xml \
(-)games/klines/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		ecm guiaddons i18n iconthemes itemviews kio libkdegames \
12
		ecm guiaddons i18n iconthemes itemviews kio libkdegames \
13
		newstuff service widgetsaddons xmlgui
13
		newstuff service widgetsaddons xmlgui
(-)games/klines-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kmahjongg/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libKF5KMahjongglib.so:games/libkmahjongg
10
LIB_DEPENDS=	libKF5KMahjongglib.so:games/libkmahjongg
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
14
		dbusaddons doctools ecm i18n kdeclarative libkdegames newstuff \
14
		dbusaddons doctools ecm i18n kdeclarative libkdegames newstuff \
15
		widgetsaddons xmlgui
15
		widgetsaddons xmlgui
(-)games/kmahjongg-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libkmahjongglib.so:games/libkmahjongg-kde4
14
LIB_DEPENDS=	libkmahjongglib.so:games/libkmahjongg-kde4
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs libkdegames automoc4
17
USE_KDE=	kdelibs libkdegames automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
19
(-)games/kmines/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		ecm i18n kio libkdegames notifyconfig sonnet textwidgets \
12
		ecm i18n kio libkdegames notifyconfig sonnet textwidgets \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)games/kmines-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/knavalbattle/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons dnssd doctools ecm i18n libkdegames sonnet \
12
		dbusaddons dnssd doctools ecm i18n libkdegames sonnet \
13
		textwidgets widgetsaddons xmlgui
13
		textwidgets widgetsaddons xmlgui
(-)games/knavalbattle-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui network xml \
16
USE_QT=		corelib gui network xml \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/knetwalk/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		ecm guiaddons i18n iconthemes itemviews kio libkdegames \
12
		ecm guiaddons i18n iconthemes itemviews kio libkdegames \
13
		notifyconfig sonnet textwidgets widgetsaddons xmlgui
13
		notifyconfig sonnet textwidgets widgetsaddons xmlgui
(-)games/knetwalk-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/knights-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:bzip2
17
USES=		cmake kde:4 qt:4 tar:bzip2
18
USE_KDE=	kdelibs automoc4 workspace libkdegames
18
USE_KDE=	kdelibs automoc4 workspace libkdegames
19
USE_QT=		qmake_build moc_build rcc_build uic_build
19
USE_QT=		qmake_build moc_build rcc_build uic_build
20
20
(-)games/kolf/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
12
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
13
		itemviews jobwidgets kdelibs4support kio libkdegames \
13
		itemviews jobwidgets kdelibs4support kio libkdegames \
(-)games/kolf-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)games/kollision/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
12
		ecm i18n kio libkdegames newstuff notifyconfig textwidgets \
12
		ecm i18n kio libkdegames newstuff notifyconfig textwidgets \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)games/kollision-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/konquest/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n libkdegames widgetsaddons \
12
		dbusaddons ecm guiaddons i18n libkdegames widgetsaddons \
13
		xmlgui
13
		xmlgui
(-)games/konquest-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kpat/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libfreecell-solver.so:games/freecell-solver
10
LIB_DEPENDS=	libfreecell-solver.so:games/freecell-solver
11
11
12
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 shared-mime-info tar:xz
12
USES=		cmake gettext kde:5 pkgconfig qt:5 shared-mime-info tar:xz
13
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
14
		crash dbusaddons ecm guiaddons i18n iconthemes itemviews \
14
		crash dbusaddons ecm guiaddons i18n iconthemes itemviews \
15
		kdeclarative kio libkdegames newstuff notifyconfig service \
15
		kdeclarative kio libkdegames newstuff notifyconfig service \
(-)games/kpat-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
14
USES=		cmake kde:4 qt:4 shared-mime-info tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kreversi/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
12
		coreaddons crash dbusaddons ecm i18n iconthemes itemviews \
13
		jobwidgets kdeclarative kio libkdegames package service \
13
		jobwidgets kdeclarative kio libkdegames package service \
(-)games/kreversi-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kshisen/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libKF5KMahjongglib.so:games/libkmahjongg
10
LIB_DEPENDS=	libKF5KMahjongglib.so:games/libkmahjongg
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
14
		dbusaddons dnssd ecm i18n kdeclarative kio libkdegames \
14
		dbusaddons dnssd ecm i18n kdeclarative kio libkdegames \
15
		newstuff widgetsaddons xmlgui
15
		newstuff widgetsaddons xmlgui
(-)games/kshisen-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libkmahjongglib.so:games/libkmahjongg-kde4
14
LIB_DEPENDS=	libkmahjongglib.so:games/libkmahjongg-kde4
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs libkdegames automoc4
17
USE_KDE=	kdelibs libkdegames automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
19
(-)games/ksirk/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5
10
LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5
11
11
12
USES=		cmake:outsource kde:5 qt:5 tar:xz
12
USES=		cmake kde:5 qt:5 tar:xz
13
USE_KDE=	attica auth codecs completion config configwidgets \
13
USE_KDE=	attica auth codecs completion config configwidgets \
14
		coreaddons crash i18n iconthemes kio libkdegames newstuff \
14
		coreaddons crash i18n iconthemes kio libkdegames newstuff \
15
		service wallet widgetsaddons xmlgui
15
		service wallet widgetsaddons xmlgui
(-)games/ksirk-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libqca.so:devel/qca@qt4
14
LIB_DEPENDS=	libqca.so:devel/qca@qt4
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs libkdegames automoc4
17
USE_KDE=	kdelibs libkdegames automoc4
18
USE_QT=		corelib gui corelib gui network qt3support svg xml \
18
USE_QT=		corelib gui corelib gui network qt3support svg xml \
19
		moc_build qmake_build rcc_build uic_build
19
		moc_build qmake_build rcc_build uic_build
(-)games/ksnakeduel/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		crash dbusaddons ecm guiaddons i18n libkdegames \
12
		crash dbusaddons ecm guiaddons i18n libkdegames \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)games/ksnakeduel-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kspaceduel/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		crash dbusaddons ecm i18n libkdegames widgetsaddons xmlgui
12
		crash dbusaddons ecm i18n libkdegames widgetsaddons xmlgui
13
USE_QT=		core dbus gui network qml quick svg widgets xml \
13
USE_QT=		core dbus gui network qml quick svg widgets xml \
(-)games/kspaceduel-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/ksquares/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
12
		dbusaddons ecm guiaddons i18n iconthemes itemviews kio \
13
		libkdegames notifyconfig widgetsaddons xmlgui
13
		libkdegames notifyconfig widgetsaddons xmlgui
(-)games/ksquares-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/ksudoku/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_GL=		gl glu
11
USE_GL=		gl glu
12
USE_KDE=	archive auth codecs completion config configwidgets \
12
USE_KDE=	archive auth codecs completion config configwidgets \
13
		coreaddons crash ecm guiaddons i18n jobwidgets kio \
13
		coreaddons crash ecm guiaddons i18n jobwidgets kio \
(-)games/ksudoku-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_GL=		glu
15
USE_GL=		glu
16
USE_KDE=	kdelibs libkdegames automoc4
16
USE_KDE=	kdelibs libkdegames automoc4
17
USE_QT=		corelib gui corelib gui opengl \
17
USE_QT=		corelib gui corelib gui opengl \
(-)games/ktuberling/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash dbusaddons ecm emoticons guiaddons i18n \
12
		coreaddons crash dbusaddons ecm emoticons guiaddons i18n \
13
		iconthemes init itemmodels itemviews jobwidgets \
13
		iconthemes init itemmodels itemviews jobwidgets \
(-)games/ktuberling-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)games/kubrick/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_GL=		gl glu
11
USE_GL=		gl glu
12
USE_KDE=	auth codecs config configwidgets coreaddons crash ecm \
12
USE_KDE=	auth codecs config configwidgets coreaddons crash ecm \
13
		i18n kio libkdegames service widgetsaddons xmlgui
13
		i18n kio libkdegames service widgetsaddons xmlgui
(-)games/kubrick-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_GL=		glu
15
USE_GL=		glu
16
USE_KDE=	kdelibs libkdegames automoc4
16
USE_KDE=	kdelibs libkdegames automoc4
17
USE_QT=		corelib gui opengl \
17
USE_QT=		corelib gui opengl \
(-)games/libkdegames/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libsndfile.so:audio/libsndfile
10
LIB_DEPENDS=	libsndfile.so:audio/libsndfile
11
11
12
USES=		cmake:outsource gettext kde:5 openal qt:5 tar:xz
12
USES=		cmake gettext kde:5 openal qt:5 tar:xz
13
USE_KDE=	archive attica auth bookmarks codecs completion config \
13
USE_KDE=	archive attica auth bookmarks codecs completion config \
14
		configwidgets coreaddons crash dbusaddons dnssd ecm emoticons \
14
		configwidgets coreaddons crash dbusaddons dnssd ecm emoticons \
15
		globalaccel guiaddons i18n iconthemes init itemmodels \
15
		globalaccel guiaddons i18n iconthemes init itemmodels \
(-)games/libkdegames-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		network phonon xml moc_build qmake_build rcc_build uic_build
16
USE_QT=		network phonon xml moc_build qmake_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)games/libkmahjongg/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Library for the Mahjongg Solitaire for KDE 5
8
COMMENT=	Library for the Mahjongg Solitaire for KDE 5
9
9
10
USES=		cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
11
USE_KDE=	completion config configwidgets coreaddons ecm i18n widgetsaddons
11
USE_KDE=	completion config configwidgets coreaddons ecm i18n widgetsaddons
12
USE_QT=		core gui svg widgets \
12
USE_QT=		core gui svg widgets \
13
		buildtools_build qmake_build
13
		buildtools_build qmake_build
(-)games/libkmahjongg-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)games/lskat/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash ecm \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash ecm \
12
		guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui
12
		guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui
13
USE_QT=		core dbus gui network qml quick svg widgets xml \
13
USE_QT=		core dbus gui network qml quick svg widgets xml \
(-)games/lskat-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui gui svg \
16
USE_QT=		corelib gui gui svg \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/megaglest/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
SUB_FILES=	pkg-message
30
SUB_FILES=	pkg-message
31
31
32
USES=		cmake compiler:c++11-lib display:build dos2unix jpeg lua \
32
USES=		cmake:insource compiler:c++11-lib display:build dos2unix jpeg lua \
33
		openal:al,alut pkgconfig
33
		openal:al,alut pkgconfig
34
USE_GL=		glew gl glu
34
USE_GL=		glew gl glu
35
USE_SDL=	sdl2
35
USE_SDL=	sdl2
(-)games/memonix/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
LICENSE_DISTFILES_unknown=	memx16.tar.gz
23
LICENSE_DISTFILES_unknown=	memx16.tar.gz
24
LICENSE_DISTFILES_GPLv2=	${DISTNAME}${EXTRACT_SUFX}
24
LICENSE_DISTFILES_GPLv2=	${DISTNAME}${EXTRACT_SUFX}
25
25
26
USES=		cmake zip
26
USES=		cmake:insource zip
27
USE_SDL=	sdl mixer image
27
USE_SDL=	sdl mixer image
28
USE_GL=		yes
28
USE_GL=		yes
29
29
(-)games/multimc/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	lwjgl>=2.9.3:games/lwjgl
14
RUN_DEPENDS=	lwjgl>=2.9.3:games/lwjgl
15
15
16
USES=		cmake:outsource compiler:c++14-lang qt:5
16
USES=		cmake compiler:c++14-lang qt:5
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	MultiMC
18
GH_ACCOUNT=	MultiMC
19
GH_PROJECT=	MultiMC5
19
GH_PROJECT=	MultiMC5
(-)games/nxengine/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \
32
DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \
33
		"${PORTNAME}" "Game;AdventureGame;" ""
33
		"${PORTNAME}" "Game;AdventureGame;" ""
34
34
35
USES=		cmake:outsource compiler:c++11-lang
35
USES=		cmake compiler:c++11-lang
36
USE_SDL=	mixer2 sdl2
36
USE_SDL=	mixer2 sdl2
37
SUB_FILES=	${PORTNAME}
37
SUB_FILES=	${PORTNAME}
38
38
(-)games/odamex/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libpng.so:graphics/png
17
LIB_DEPENDS=	libpng.so:graphics/png
18
18
19
USE_SDL=	sdl mixer
19
USE_SDL=	sdl mixer
20
USES=		cmake compiler dos2unix tar:bzip2
20
USES=		cmake:insource compiler dos2unix tar:bzip2
21
DOS2UNIX_FILES=	CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp
21
DOS2UNIX_FILES=	CMakeLists.txt odalaunch/CMakeLists.txt common/d_main.cpp
22
22
23
CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
23
CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
(-)games/openage/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
30
		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
31
		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
31
		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
32
32
33
USES=		cmake:outsource compiler:c++17-lang python:3.4+ qt:5 shebangfix
33
USES=		cmake compiler:c++17-lang python:3.4+ qt:5 shebangfix
34
SHEBANG_FILES=	configure run.py buildsystem/cythonize.py
34
SHEBANG_FILES=	configure run.py buildsystem/cythonize.py
35
USE_GITHUB=	yes
35
USE_GITHUB=	yes
36
GH_ACCOUNT=	SFTtech
36
GH_ACCOUNT=	SFTtech
(-)games/openastromenace/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libfreetype.so:print/freetype2 \
19
		libfreetype.so:print/freetype2 \
20
		libfontconfig.so:x11-fonts/fontconfig
20
		libfontconfig.so:x11-fonts/fontconfig
21
21
22
USES=		cmake openal:al,alut tar:bzip2
22
USES=		cmake:insource openal:al,alut tar:bzip2
23
USE_XORG=	x11 xinerama
23
USE_XORG=	x11 xinerama
24
USE_GL=		gl glu
24
USE_GL=		gl glu
25
USE_SDL=	sdl
25
USE_SDL=	sdl
(-)games/openclaw/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml
15
LIB_DEPENDS=	libtinyxml.so:textproc/tinyxml
16
16
17
USES=		cmake:outsource compiler:c++11-lib pkgconfig localbase:ldflags
17
USES=		cmake compiler:c++11-lib pkgconfig localbase:ldflags
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	pjasicek
19
GH_ACCOUNT=	pjasicek
20
USE_SDL=	gfx2 image2 mixer2 ttf2
20
USE_SDL=	gfx2 image2 mixer2 ttf2
(-)games/openlierox/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libboost_signals.so:devel/boost-libs \
15
LIB_DEPENDS=	libboost_signals.so:devel/boost-libs \
16
		libcurl.so:ftp/curl
16
		libcurl.so:ftp/curl
17
17
18
USES=		tar:bzip2 cmake localbase pkgconfig
18
USES=		tar:bzip2 cmake:insource localbase pkgconfig
19
USE_SDL=	sdl image
19
USE_SDL=	sdl image
20
USE_GNOME=	libxml2
20
USE_GNOME=	libxml2
21
21
(-)games/openmw/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	OpenMW
24
GH_ACCOUNT=	OpenMW
25
25
26
USES=		cmake:outsource compiler:c++14-lang openal pkgconfig qt:5
26
USES=		cmake compiler:c++14-lang openal pkgconfig qt:5
27
USE_GL=		gl
27
USE_GL=		gl
28
USE_QT=		qmake_build buildtools_build core gui network opengl \
28
USE_QT=		qmake_build buildtools_build core gui network opengl \
29
		printsupport widgets
29
		printsupport widgets
(-)games/openomf/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
GH_TUPLE=	omf2097:libShadowDive:b2c34a6:shadow \
27
GH_TUPLE=	omf2097:libShadowDive:b2c34a6:shadow \
28
		kode54:dumb:238f23c:libdumb
28
		kode54:dumb:238f23c:libdumb
29
29
30
USES=		cmake compiler:c++11-lang gettext openal
30
USES=		cmake:insource compiler:c++11-lang gettext openal
31
USE_SDL=	sdl2
31
USE_SDL=	sdl2
32
LLD_UNSAFE=	yes
32
LLD_UNSAFE=	yes
33
33
(-)games/openrct2/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		libcurl.so:ftp/curl \
21
		libcurl.so:ftp/curl \
22
		libfreetype.so:print/freetype2
22
		libfreetype.so:print/freetype2
23
23
24
USES=		compiler:c++14-lang cmake:outsource desktop-file-utils iconv localbase:ldflags pkgconfig shared-mime-info ssl
24
USES=		compiler:c++14-lang cmake desktop-file-utils iconv localbase:ldflags pkgconfig shared-mime-info ssl
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	OpenRCT2
26
GH_ACCOUNT=	OpenRCT2
27
GH_PROJECT=	OpenRCT2
27
GH_PROJECT=	OpenRCT2
(-)games/openspades/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	yvt
25
GH_ACCOUNT=	yvt
26
26
27
USES=		cmake compiler:c++11-lib desktop-file-utils
27
USES=		cmake:insource compiler:c++11-lib desktop-file-utils
28
CMAKE_ARGS=	-DOPENSPADES_RESOURCES=OFF \
28
CMAKE_ARGS=	-DOPENSPADES_RESOURCES=OFF \
29
		-DOPENSPADES_INSTALL_MAN="man/man6" \
29
		-DOPENSPADES_INSTALL_MAN="man/man6" \
30
		-DOPENSPADES_INSTALL_BINARY="bin" \
30
		-DOPENSPADES_INSTALL_BINARY="bin" \
(-)games/pairs-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
DEPRECATED=	KDE4 is EOL upstream
14
DEPRECATED=	KDE4 is EOL upstream
15
EXPIRATION_DATE=	2018-12-31
15
EXPIRATION_DATE=	2018-12-31
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4
18
USE_KDE=	kdelibs automoc4
19
USE_QT=		declarative opengl phonon xmlpatterns \
19
USE_QT=		declarative opengl phonon xmlpatterns \
20
		moc_build qmake_build rcc_build uic_build
20
		moc_build qmake_build rcc_build uic_build
(-)games/palapeli/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource kde:5 qt:5 shared-mime-info tar:xz
10
USES=		cmake kde:5 qt:5 shared-mime-info tar:xz
11
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
12
		crash i18n itemviews jobwidgets kio libkdegames notifications service \
12
		crash i18n itemviews jobwidgets kio libkdegames notifications service \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)games/palapeli-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 shared-mime-info tar:xz
14
USES=		cmake kde:4 qt:4 shared-mime-info tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		corelib gui gui \
16
USE_QT=		corelib gui gui \
17
		moc_build qmake_build rcc_build uic_build
17
		moc_build qmake_build rcc_build uic_build
(-)games/palomino/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
LIB_DEPENDS=	libosg.so:graphics/osg
21
LIB_DEPENDS=	libosg.so:graphics/osg
22
22
23
USES=		alias cmake:noninja lua:51 tar:xz
23
USES=		alias cmake:insource,noninja lua:51 tar:xz
24
USE_CXXSTD=	gnu++98
24
USE_CXXSTD=	gnu++98
25
USE_GL=		gl glu
25
USE_GL=		gl glu
26
26
(-)games/picmi/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	${${PORTNAME}_DESC}
8
COMMENT=	${${PORTNAME}_DESC}
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
12
		dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
13
		libkdegames newstuff service widgetsaddons xmlgui
13
		libkdegames newstuff service widgetsaddons xmlgui
(-)games/picmi-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkdegames automoc4
15
USE_KDE=	kdelibs libkdegames automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build \
16
USE_QT=		moc_build qmake_build rcc_build uic_build \
17
		svg xml
17
		svg xml
(-)games/py-fife/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
BROKEN_powerpc64=	fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit
20
BROKEN_powerpc64=	fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit
21
21
22
USES=			openal:al pkgconfig cmake:outsource
22
USES=			openal:al pkgconfig cmake
23
USE_GL=			gl
23
USE_GL=			gl
24
USE_SDL=		sdl2 ttf2 image2
24
USE_SDL=		sdl2 ttf2 image2
25
USE_XORG=		xcursor
25
USE_XORG=		xcursor
(-)games/solarus-quest-editor/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
CMAKE_ARGS+=	-DSOLARUS_USE_LUAJIT=OFF
26
CMAKE_ARGS+=	-DSOLARUS_USE_LUAJIT=OFF
27
USE_SDL=	sdl2 ttf2 image2
27
USE_SDL=	sdl2 ttf2 image2
28
USE_QT=		buildtools core gui linguist qmake widgets
28
USE_QT=		buildtools core gui linguist qmake widgets
29
USES=		cmake compiler:c++11-lib openal qt:5
29
USES=		cmake:insource compiler:c++11-lib openal qt:5
30
30
31
DESKTOP_ENTRIES=	"Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}"  \
31
DESKTOP_ENTRIES=	"Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}"  \
32
			"Game;" false
32
			"Game;" false
(-)games/stepmania-devel/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
24
25
USES=		cmake:outsource iconv jpeg perl5 pkgconfig shebangfix
25
USES=		cmake:insource iconv jpeg perl5 pkgconfig shebangfix
26
SHEBANG_FILES=	Utils/*.pl extern/zlib/zlib2ansi
26
SHEBANG_FILES=	Utils/*.pl extern/zlib/zlib2ansi
27
USE_XORG=	x11 xrandr xtst
27
USE_XORG=	x11 xrandr xtst
28
USE_GL=		glew
28
USE_GL=		glew
(-)games/stratagus/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	Wargus
22
GH_ACCOUNT=	Wargus
23
23
24
USES=		cmake:outsource lua:51 pkgconfig sqlite
24
USES=		cmake lua:51 pkgconfig sqlite
25
USE_GL=		gl glu
25
USE_GL=		gl glu
26
USE_SDL=	sdl
26
USE_SDL=	sdl
27
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
27
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
(-)games/stuntrally/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_TUPLE=	stuntrally:tracks:${PORTVERSION}:tracks/data/tracks
21
GH_TUPLE=	stuntrally:tracks:${PORTVERSION}:tracks/data/tracks
22
22
23
USES=		compiler:c++11-lib cmake:outsource dos2unix pkgconfig
23
USES=		compiler:c++11-lib cmake dos2unix pkgconfig
24
USE_CXXSTD=	gnu++11
24
USE_CXXSTD=	gnu++11
25
DOS2UNIX_FILES=	source/ogre/BaseApp_Create.cpp
25
DOS2UNIX_FILES=	source/ogre/BaseApp_Create.cpp
26
CMAKE_ARGS=	-DSHARE_INSTALL="${DATADIR_REL}" \
26
CMAKE_ARGS=	-DSHARE_INSTALL="${DATADIR_REL}" \
(-)games/supertux2/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
LLD_UNSAFE=	yes
20
LLD_UNSAFE=	yes
21
USE_SDL=	sdl2 image2
21
USE_SDL=	sdl2 image2
22
USE_GL=		glew
22
USE_GL=		glew
23
USES=		cmake:outsource compiler:c++11-lib dos2unix iconv \
23
USES=		cmake compiler:c++11-lib dos2unix iconv \
24
		openal:al pkgconfig tar:bzip2
24
		openal:al pkgconfig tar:bzip2
25
# Unhide std::to_string() to fix build with GCC (see ports/193528 for details)
25
# Unhide std::to_string() to fix build with GCC (see ports/193528 for details)
26
CFLAGS+=	-D_GLIBCXX_USE_C99
26
CFLAGS+=	-D_GLIBCXX_USE_C99
(-)games/traingame/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GH_ACCOUNT=	nickg
20
GH_ACCOUNT=	nickg
21
GH_TAGNAME=	cb6513e
21
GH_TAGNAME=	cb6513e
22
22
23
USES=		cmake compiler:c++11-lib dos2unix pkgconfig
23
USES=		cmake:insource compiler:c++11-lib dos2unix pkgconfig
24
DOS2UNIX_GLOB=	*.mtl *.obj
24
DOS2UNIX_GLOB=	*.mtl *.obj
25
USE_CXXSTD=	c++11
25
USE_CXXSTD=	c++11
26
USE_SDL=	sdl image
26
USE_SDL=	sdl image
(-)games/trenchbroom/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
GH_PROJECT=	TrenchBroom
18
GH_PROJECT=	TrenchBroom
19
GH_TAGNAME=	ed46601
19
GH_TAGNAME=	ed46601
20
20
21
USES=		cmake compiler:c++11-lib pkgconfig
21
USES=		cmake:insource compiler:c++11-lib pkgconfig
22
USE_GL=		glew
22
USE_GL=		glew
23
USE_WX=		3.0+
23
USE_WX=		3.0+
24
CMAKE_ARGS=	-DAPP_BUILD_CHANNEL:STRING="Beta for ${OPSYS}/${ARCH}"
24
CMAKE_ARGS=	-DAPP_BUILD_CHANNEL:STRING="Beta for ${OPSYS}/${ARCH}"
(-)games/voxelands/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
BROKEN_powerpc64=	fails to link: sibling call optimization does not allow automatic multiple TOCs
18
BROKEN_powerpc64=	fails to link: sibling call optimization does not allow automatic multiple TOCs
19
19
20
USES=			cmake tar:bzip2
20
USES=			cmake:insource tar:bzip2
21
LLD_UNSAFE=		yes
21
LLD_UNSAFE=		yes
22
22
23
WRKSRC=			${WRKDIR}/${PORTNAME}
23
WRKSRC=			${WRKDIR}/${PORTNAME}
(-)games/wesnoth/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
PORTSCOUT=	limitw:1,even
29
PORTSCOUT=	limitw:1,even
30
30
31
USES=		cmake:outsource cpe pkgconfig python:2.7,run readline:port shebangfix ssl tar:bzip2
31
USES=		cmake cpe pkgconfig python:2.7,run readline:port shebangfix ssl tar:bzip2
32
USE_SDL=	image2 mixer2 ttf2
32
USE_SDL=	image2 mixer2 ttf2
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
34
USE_GNOME=	cairo pango
34
USE_GNOME=	cairo pango
(-)games/widelands/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libicuuc.so:devel/icu \
19
		libicuuc.so:devel/icu \
20
		libboost_regex.so:devel/boost-libs
20
		libboost_regex.so:devel/boost-libs
21
21
22
USES=		cmake:outsource compiler:c++11-lib gettext \
22
USES=		cmake compiler:c++11-lib gettext \
23
		tar:bzip2 python:build
23
		tar:bzip2 python:build
24
CMAKE_ARGS=	-DWL_INSTALL_BASEDIR="${PREFIX}" \
24
CMAKE_ARGS=	-DWL_INSTALL_BASEDIR="${PREFIX}" \
25
		-DWL_INSTALL_DATADIR="${DATADIR}" \
25
		-DWL_INSTALL_DATADIR="${DATADIR}" \
(-)games/wxlauncher/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GH_ACCOUNT=	scp-fs2open
20
GH_ACCOUNT=	scp-fs2open
21
GH_PROJECT=	wxLauncher
21
GH_PROJECT=	wxLauncher
22
22
23
USES=		cmake:outsource openal pkgconfig python:2.7,build
23
USES=		cmake openal pkgconfig python:2.7,build
24
USE_SDL=	sdl2
24
USE_SDL=	sdl2
25
CMAKE_ARGS+=	-DRESOURCES_PATH:STRING="${DATADIR}"
25
CMAKE_ARGS+=	-DRESOURCES_PATH:STRING="${DATADIR}"
26
26
(-)games/wyrmgus/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
GH_ACCOUNT=     Andrettin
22
GH_ACCOUNT=     Andrettin
23
GH_PROJECT=     Wyrmgus
23
GH_PROJECT=     Wyrmgus
24
24
25
USES=		compiler:c++11-lib cmake:outsource lua:51 pkgconfig sqlite
25
USES=		compiler:c++11-lib cmake lua:51 pkgconfig sqlite
26
USE_SDL=	sdl
26
USE_SDL=	sdl
27
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
27
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
28
		-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
28
		-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
(-)games/zdoom/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
DATADIR=	${DMDIR}/${PORTNAME}
30
DATADIR=	${DMDIR}/${PORTNAME}
31
31
32
USES=		cmake:outsource	gettext jpeg openal pkgconfig
32
USES=		cmake	gettext jpeg openal pkgconfig
33
USE_GNOME=	atk cairo gdkpixbuf2 gtk20 pango
33
USE_GNOME=	atk cairo gdkpixbuf2 gtk20 pango
34
USE_SDL=	sdl2
34
USE_SDL=	sdl2
35
CMAKE_ARGS=	-DNO_FMOD:BOOL=ON
35
CMAKE_ARGS=	-DNO_FMOD:BOOL=ON
(-)graphics/ampasCTL/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libtiff.so:graphics/tiff \
19
		libtiff.so:graphics/tiff \
20
		libAcesContainer.so:graphics/ampasACES-container
20
		libAcesContainer.so:graphics/ampasACES-container
21
21
22
USES=		cmake:outsource pathfix pkgconfig
22
USES=		cmake pathfix pkgconfig
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
25
(-)graphics/appleseed/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
ONLY_FOR_ARCHS=	i386 amd64
24
ONLY_FOR_ARCHS=	i386 amd64
25
ONLY_FOR_ARCHS_REASON=	not ported to it yet
25
ONLY_FOR_ARCHS_REASON=	not ported to it yet
26
26
27
USES=		cmake:outsource compiler:env
27
USES=		cmake compiler:env
28
28
29
LDFLAGS+=	-lboost_atomic
29
LDFLAGS+=	-lboost_atomic
30
CMAKE_ARGS=	-DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \
30
CMAKE_ARGS=	-DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \
(-)graphics/apvlv/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
16
LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
17
17
18
USE_GNOME=	gtk20
18
USE_GNOME=	gtk20
19
USES=		cmake pkgconfig
19
USES=		cmake:insource pkgconfig
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	naihe2010
21
GH_ACCOUNT=	naihe2010
22
CMAKE_ARGS+=	-DSYSCONFDIR=${PREFIX}/etc \
22
CMAKE_ARGS+=	-DSYSCONFDIR=${PREFIX}/etc \
(-)graphics/aqsis/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
LDFLAGS+=	-L${LOCALBASE}/lib
26
LDFLAGS+=	-L${LOCALBASE}/lib
27
27
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
29
USES=		cmake compiler:c++11-lib desktop-file-utils \
30
		qt:4 shared-mime-info shebangfix
30
		qt:4 shared-mime-info shebangfix
31
USE_CXXSTD=	gnu++11
31
USE_CXXSTD=	gnu++11
32
SHEBANG_FILES=	examples/*/*/*.sh \
32
SHEBANG_FILES=	examples/*/*/*.sh \
(-)graphics/aseprite/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
BROKEN_powerpc64=	fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0"
36
BROKEN_powerpc64=	fails to compile: arena.h: Failed assertion: "arena_mapbits_allocated_get(chunk, pageind) != 0"
37
BROKEN_sparc64=		fails to compile: vsnprintf is not a member of std
37
BROKEN_sparc64=		fails to compile: vsnprintf is not a member of std
38
38
39
USES=			cmake:outsource compiler:c++11-lib iconv:wchar_t jpeg localbase:ldflags pkgconfig ssl
39
USES=			cmake compiler:c++11-lib iconv:wchar_t jpeg localbase:ldflags pkgconfig ssl
40
USE_GITHUB=		yes
40
USE_GITHUB=		yes
41
GH_TUPLE=		aseprite:libarchive:c51dbfc:libarchive/third_party/libarchive
41
GH_TUPLE=		aseprite:libarchive:c51dbfc:libarchive/third_party/libarchive
42
GH_TUPLE+=		aseprite:clip:964a64a:clip/src/clip
42
GH_TUPLE+=		aseprite:clip:964a64a:clip/src/clip
(-)graphics/blender/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
26
27
# 10.4 fails to build with clang3.4 so we want to use clang50
27
# 10.4 fails to build with clang3.4 so we want to use clang50
28
# clang50 is already in place for opengl
28
# clang50 is already in place for opengl
29
USES=		cmake:outsource compiler:c++14-lang desktop-file-utils \
29
USES=		cmake compiler:c++14-lang desktop-file-utils \
30
		jpeg python:3.5 shebangfix
30
		jpeg python:3.5 shebangfix
31
USE_XORG=	x11 xext xfixes xmu xrender
31
USE_XORG=	x11 xext xfixes xmu xrender
32
USE_GL=		gl glu glew
32
USE_GL=		gl glu glew
(-)graphics/cloudcompare/Makefile (-2 / +2 lines)
Lines 16-22 Link Here
16
BROKEN_FreeBSD_10=	error: "SSE instruction set not enabled"
16
BROKEN_FreeBSD_10=	error: "SSE instruction set not enabled"
17
BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
17
BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
18
18
19
USES=		cmake:outsource localbase:ldflags qt:5
19
USES=		cmake localbase:ldflags qt:5
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	CloudCompare
21
GH_ACCOUNT=	CloudCompare
22
GH_PROJECT=	${GH_ACCOUNT}
22
GH_PROJECT=	${GH_ACCOUNT}
Lines 60-66 Link Here
60
			INSTALL_QSRA_PLUGIN INSTALL_QSSAO_PLUGIN # plugins requiring rare external libs are left out, TODO maybe add some of them?
60
			INSTALL_QSRA_PLUGIN INSTALL_QSSAO_PLUGIN # plugins requiring rare external libs are left out, TODO maybe add some of them?
61
PLUGINS_CMAKE_ON=	-DEIGEN_ROOT_DIR:BOOL=${LOCALBASE}/include/eigen3
61
PLUGINS_CMAKE_ON=	-DEIGEN_ROOT_DIR:BOOL=${LOCALBASE}/include/eigen3
62
PLUGINS_CXXFLAGS=	-Wno-narrowing
62
PLUGINS_CXXFLAGS=	-Wno-narrowing
63
PLUGINS_CXXFLAGS+=	-DEIGEN_DONT_PARALLELIZE # OpenMP is broken in cmake, see bug#223678
63
PLUGINS_CXXFLAGS+=	-DEIGEN_DONT_PARALLELIZE # OpenMP is broken in cmake: see bug#223678
64
PLUGINS_USE=		XORG=ice,sm,x11,xext,xt GL=gl,glu
64
PLUGINS_USE=		XORG=ice,sm,x11,xext,xt GL=gl,glu
65
PLUGINS_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
65
PLUGINS_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
66
			libexpat.so:textproc/expat2 \
66
			libexpat.so:textproc/expat2 \
(-)graphics/converseen/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libMagick++-6.so:graphics/ImageMagick
14
LIB_DEPENDS=	libMagick++-6.so:graphics/ImageMagick
15
15
16
USES=		cmake:outsource compiler:c++11-lang qt:5 tar:bzip2
16
USES=		cmake compiler:c++11-lang qt:5 tar:bzip2
17
USE_QT=		core gui network widgets \
17
USE_QT=		core gui network widgets \
18
		buildtools_build linguisttools_build qmake_build
18
		buildtools_build linguisttools_build qmake_build
19
19
(-)graphics/cuneiform/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
EXPIRATION_DATE=	2018-12-15
18
EXPIRATION_DATE=	2018-12-15
19
ONLY_FOR_ARCHS=	amd64 i386
19
ONLY_FOR_ARCHS=	amd64 i386
20
20
21
USES=		cmake:outsource tar:bzip2
21
USES=		cmake tar:bzip2
22
USE_CXXSTD=	gnu++98
22
USE_CXXSTD=	gnu++98
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
(-)graphics/darktable/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
ONLY_FOR_ARCHS=		amd64
28
ONLY_FOR_ARCHS=		amd64
29
ONLY_FOR_ARCHS_REASON=	uses SSE instructions and 64-bit address space
29
ONLY_FOR_ARCHS_REASON=	uses SSE instructions and 64-bit address space
30
30
31
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils	\
31
USES=		cmake compiler:c++11-lib desktop-file-utils	\
32
		jpeg pkgconfig sqlite tar:xz
32
		jpeg pkgconfig sqlite tar:xz
33
USE_GL=		glu
33
USE_GL=		glu
34
USE_GNOME=	cairo gtk30 intltool librsvg2 libxml2
34
USE_GNOME=	cairo gtk30 intltool librsvg2 libxml2
(-)graphics/diffpdf/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
13
14
LIB_DEPENDS=	libpoppler-qt4.so:graphics/poppler-qt4
14
BROKEN=		Requires unsupported poppler-qt4
15
15
16
USES=		compiler:c++11-lang qmake qt:4
16
USES=		compiler:c++11-lang qmake qt:4
17
USE_QT=		qmake_build moc_build rcc_build uic_build linguist_build
17
USE_QT=		qmake_build moc_build rcc_build uic_build linguist_build
(-)graphics/digikam/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
		libpng.so:graphics/png \
30
		libpng.so:graphics/png \
31
		libtiff.so:graphics/tiff
31
		libtiff.so:graphics/tiff
32
32
33
USES=		cmake:outsource compiler:c++11-lib eigen:3 jpeg kde:5 pkgconfig \
33
USES=		cmake compiler:c++11-lib eigen:3 jpeg kde:5 pkgconfig \
34
		qt:5 shebangfix tar:xz
34
		qt:5 shebangfix tar:xz
35
USE_GNOME=	glib20 libxml2 libxslt
35
USE_GNOME=	glib20 libxml2 libxslt
36
USE_KDE=	archive auth bookmarks calendarcore codecs completion config \
36
USE_KDE=	archive auth bookmarks calendarcore codecs completion config \
(-)graphics/digikam-kde4/Makefile.common (-1 / +1 lines)
Lines 117-123 Link Here
117
USES+=		qt:4 tar:bzip2
117
USES+=		qt:4 tar:bzip2
118
118
119
.if !defined(NO_BUILD)
119
.if !defined(NO_BUILD)
120
USES+=		cmake:noninja kde:4
120
USES+=		cmake:insource,noninja kde:4
121
USE_KDE+=	automoc4 kdelibs
121
USE_KDE+=	automoc4 kdelibs
122
USE_QT+=	qmake_build moc_build rcc_build uic_build
122
USE_QT+=	qmake_build moc_build rcc_build uic_build
123
123
(-)graphics/drawpile/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libminiupnpc.so:net/miniupnpc \
15
		libminiupnpc.so:net/miniupnpc \
16
		libsodium.so:security/libsodium
16
		libsodium.so:security/libsodium
17
17
18
USES=		cmake:outsource desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
18
USES=		cmake desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	${PORTNAME:tl}
20
GH_ACCOUNT=	${PORTNAME:tl}
21
USE_QT=		core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build
21
USE_QT=		core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build
(-)graphics/dspdfviewer/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
CONFIGURE_WRKSRC=	${WRKSRC}/build
19
CONFIGURE_WRKSRC=	${WRKSRC}/build
20
INSTALL_WRKSRC=		${WRKSRC}/build
20
INSTALL_WRKSRC=		${WRKSRC}/build
21
21
22
USES=		cmake pkgconfig qt:5
22
USES=		cmake:insource pkgconfig qt:5
23
USE_QT=		buildtools_build core gui qmake_build linguisttools widgets xml
23
USE_QT=		buildtools_build core gui qmake_build linguisttools widgets xml
24
CMAKE_ARGS=	-DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so -DBuildTests=OFF
24
CMAKE_ARGS=	-DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so -DBuildTests=OFF
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
(-)graphics/exiv2/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libexpat.so:textproc/expat2
17
LIB_DEPENDS=	libexpat.so:textproc/expat2
18
18
19
USES=		cmake:outsource cpe gettext iconv pathfix
19
USES=		cmake cpe gettext iconv pathfix
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
CMAKE_ON=	EXIV2_ENABLE_VIDEO \
22
CMAKE_ON=	EXIV2_ENABLE_VIDEO \
(-)graphics/freeglut/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake pathfix
16
USES=		cmake:insource pathfix
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_XORG=	ice x11 xi xrandr
18
USE_XORG=	ice x11 xi xrandr
19
USE_GL=		gl glu
19
USE_GL=		gl glu
(-)graphics/frei0r/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LICENSE=	GPLv2+
15
LICENSE=	GPLv2+
16
LICENSE_FILE=	${WRKSRC}/COPYING.txt
16
LICENSE_FILE=	${WRKSRC}/COPYING.txt
17
17
18
USES=	cmake:outsource pkgconfig
18
USES=	cmake pkgconfig
19
19
20
.if defined(BUILDING_FREI0R_OPENCV) && defined(BUILDING_FREI0R_GAVL)
20
.if defined(BUILDING_FREI0R_OPENCV) && defined(BUILDING_FREI0R_GAVL)
21
IGNORE=		cannot build OpenCV and gavl plugins simultaneously
21
IGNORE=		cannot build OpenCV and gavl plugins simultaneously
(-)graphics/glfw/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	ZLIB
13
LICENSE=	ZLIB
14
LICENSE_FILE=	${WRKSRC}/COPYING.txt
14
LICENSE_FILE=	${WRKSRC}/COPYING.txt
15
15
16
USES=		cmake localbase zip
16
USES=		cmake:insource localbase zip
17
USE_GL=		glu
17
USE_GL=		glu
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
CMAKE_ON=	BUILD_SHARED_LIBS
19
CMAKE_ON=	BUILD_SHARED_LIBS
(-)graphics/gmic/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
PORTSCOUT=	limit:[0-9]\..* # not v.220 and similar
30
PORTSCOUT=	limit:[0-9]\..* # not v.220 and similar
31
31
32
USES=		cmake:outsource compiler:c++11-lang jpeg pkgconfig
32
USES=		cmake compiler:c++11-lang jpeg pkgconfig
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
34
34
35
CMAKE_OFF=	BUILD_LIB_STATIC
35
CMAKE_OFF=	BUILD_LIB_STATIC
(-)graphics/gmic-qt/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		libfftw3.so:math/fftw3 \
21
		libfftw3.so:math/fftw3 \
22
		libpng.so:graphics/png
22
		libpng.so:graphics/png
23
23
24
USES=		cmake:outsource compiler:c++14-lang pkgconfig qt:5
24
USES=		cmake compiler:c++14-lang pkgconfig qt:5
25
USE_QT=		core gui network widgets \
25
USE_QT=		core gui network widgets \
26
		buildtools_build linguisttools_build qmake_build
26
		buildtools_build linguisttools_build qmake_build
27
USE_XORG=	ice sm x11 xext
27
USE_XORG=	ice sm x11 xext
(-)graphics/gwenview/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		liblcms2.so:graphics/lcms2 \
13
		liblcms2.so:graphics/lcms2 \
14
		libpng.so:graphics/png
14
		libpng.so:graphics/png
15
15
16
USES=		cmake:outsource gettext jpeg pkgconfig kde:5 qt:5 tar:xz
16
USES=		cmake gettext jpeg pkgconfig kde:5 qt:5 tar:xz
17
USE_KDE=	activities auth baloo bookmarks codecs completion config \
17
USE_KDE=	activities auth baloo bookmarks codecs completion config \
18
		configwidgets coreaddons ecm emoticons filemetadata i18n \
18
		configwidgets coreaddons ecm emoticons filemetadata i18n \
19
		iconthemes init itemmodels itemviews jobwidgets \
19
		iconthemes init itemmodels itemviews jobwidgets \
(-)graphics/gwenview-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libexiv2.so:graphics/exiv2 \
14
LIB_DEPENDS=	libexiv2.so:graphics/exiv2 \
15
		libpng.so:graphics/png
15
		libpng.so:graphics/png
16
16
17
USES=		cmake:outsource jpeg kde:4 pkgconfig qt:4 tar:xz
17
USES=		cmake jpeg kde:4 pkgconfig qt:4 tar:xz
18
USE_KDE=	kactivities kdelibs baloo kfilemetadata \
18
USE_KDE=	kactivities kdelibs baloo kfilemetadata \
19
		libkdcraw libkipi libkonq automoc4 soprano
19
		libkdcraw libkipi libkonq automoc4 soprano
20
USE_QT=		corelib gui opengl qmake_build moc_build uic_build rcc_build
20
USE_QT=		corelib gui opengl qmake_build moc_build uic_build rcc_build
(-)graphics/instant-meshes/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libtbb.so:devel/tbb
17
		libtbb.so:devel/tbb
18
RUN_DEPENDS=	zenity:x11/zenity
18
RUN_DEPENDS=	zenity:x11/zenity
19
19
20
USES=		cmake:outsource compiler:c++14-lang eigen:3 localbase:ldflags pkgconfig
20
USES=		cmake compiler:c++14-lang eigen:3 localbase:ldflags pkgconfig
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	wjakob
22
GH_ACCOUNT=	wjakob
23
GH_TUPLE=	wjakob:nanogui:2a61f03:nanogui/ext/nanogui \
23
GH_TUPLE=	wjakob:nanogui:2a61f03:nanogui/ext/nanogui \
(-)graphics/jpeg-turbo/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
LICENSE_FILE_ZLIB=	${WRKSRC}/LICENSE.md
20
LICENSE_FILE_ZLIB=	${WRKSRC}/LICENSE.md
21
LICENSE_PERMS_IJG=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
21
LICENSE_PERMS_IJG=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
22
22
23
USES=		cmake:outsource cpe
23
USES=		cmake cpe
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
CMAKE_ON=	WITH_JPEG8
25
CMAKE_ON=	WITH_JPEG8
26
CPE_VENDOR=	d.r.commander
26
CPE_VENDOR=	d.r.commander
(-)graphics/kamera/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2
10
LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs config configwidgets coreaddons doctools ecm i18n \
13
USE_KDE=	auth codecs config configwidgets coreaddons doctools ecm i18n \
14
		kio service widgetsaddons xmlgui
14
		kio service widgetsaddons xmlgui
15
USE_QT=		core dbus gui widgets xml \
15
USE_QT=		core dbus gui widgets xml \
(-)graphics/kamera-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2
14
LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
19
(-)graphics/kcolorchooser/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE application to select colors from the screen or from a palette
8
COMMENT=	KDE application to select colors from the screen or from a palette
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
12
		widgetsaddons xmlgui
12
		widgetsaddons xmlgui
13
USE_QT=		core dbus gui widgets xml \
13
USE_QT=		core dbus gui widgets xml \
(-)graphics/kcolorchooser-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)graphics/kdegraphics-mobipocket/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Mobipocket plugins for Strigi indexing and thumbnails
8
COMMENT=	Mobipocket plugins for Strigi indexing and thumbnails
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	completion config coreaddons ecm jobwidgets kio service \
11
USE_KDE=	completion config coreaddons ecm jobwidgets kio service \
12
		widgetsaddons
12
		widgetsaddons
13
USE_QT=		core gui network widgets \
13
USE_QT=		core gui network widgets \
(-)graphics/kdegraphics-mobipocket-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	kdelibs automoc4 strigi
16
USE_KDE=	kdelibs automoc4 strigi
17
USE_QT=		corelib gui qmake_build moc_build uic_build rcc_build
17
USE_QT=		corelib gui qmake_build moc_build uic_build rcc_build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)graphics/kdegraphics-strigi-analyzer-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libtiff.so:graphics/tiff
15
LIB_DEPENDS=	libtiff.so:graphics/tiff
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4 strigi
18
USE_KDE=	kdelibs automoc4 strigi
19
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_QT=		moc_build qmake_build rcc_build uic_build
20
20
(-)graphics/kdegraphics-svgpart/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	SVG KPart
9
COMMENT=	SVG KPart
10
10
11
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
11
USES=		cmake gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
12
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
13
		i18n jobwidgets kio parts service sonnet textwidgets \
13
		i18n jobwidgets kio parts service sonnet textwidgets \
14
		widgetsaddons xmlgui
14
		widgetsaddons xmlgui
(-)graphics/kdegraphics-svgpart-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
DEPRECATED=	KDE4 is EOL upstream
13
DEPRECATED=	KDE4 is EOL upstream
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
19
(-)graphics/kdegraphics-thumbnailers/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Thumbnailers for various graphics file formats
8
COMMENT=	Thumbnailers for various graphics file formats
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	completion config coreaddons ecm jobwidgets libkdcraw \
11
USE_KDE=	completion config coreaddons ecm jobwidgets libkdcraw \
12
		libkexiv2 kio service widgetsaddons
12
		libkexiv2 kio service widgetsaddons
13
USE_QT=		core gui network widgets \
13
USE_QT=		core gui network widgets \
(-)graphics/kdegraphics-thumbnailers-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 pkgconfig qt:4 tar:xz
15
USES=		cmake kde:4 pkgconfig qt:4 tar:xz
16
USE_KDE=	kdelibs libkdcraw libkexiv2 automoc4
16
USE_KDE=	kdelibs libkdcraw libkexiv2 automoc4
17
USE_QT=		gui qmake_build moc_build uic_build rcc_build
17
USE_QT=		gui qmake_build moc_build uic_build rcc_build
18
18
(-)graphics/kdiagram/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/LICENSE.GPL.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.GPL.txt
14
14
15
USES=		cmake:outsource kde:5 qt:5 tar:xz
15
USES=		cmake kde:5 qt:5 tar:xz
16
USE_KDE=	ecm
16
USE_KDE=	ecm
17
USE_QT=		core gui linguisttools printsupport sql svg widgets \
17
USE_QT=		core gui linguisttools printsupport sql svg widgets \
18
		buildtools_build qmake_build
18
		buildtools_build qmake_build
(-)graphics/kf5-kimageformats/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LIB_DEPENDS=	libHalf.so:graphics/ilmbase
11
LIB_DEPENDS=	libHalf.so:graphics/ilmbase
12
12
13
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
14
USE_KDE=	archive ecm 
14
USE_KDE=	archive ecm 
15
USE_QT=		buildtools_build core gui printsupport qmake_build widgets
15
USE_QT=		buildtools_build core gui printsupport qmake_build widgets
16
16
(-)graphics/kf5-kplotting/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 lightweight plotting framework
8
COMMENT=	KF5 lightweight plotting framework
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core gui qmake_build testlib widgets
12
USE_QT=		buildtools_build core gui qmake_build testlib widgets
13
13
(-)graphics/kf5-prison/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
10
LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
11
		libqrencode.so:graphics/libqrencode
11
		libqrencode.so:graphics/libqrencode
12
12
13
USES=		cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
14
USE_KDE=	ecm
14
USE_KDE=	ecm
15
USE_QT=		buildtools_build core gui qmake_build testlib widgets
15
USE_QT=		buildtools_build core gui qmake_build testlib widgets
16
16
(-)graphics/kgraphviewer/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libgvc.so:graphics/graphviz
15
LIB_DEPENDS=	libgvc.so:graphics/graphviz
16
16
17
USES=		cmake:outsource desktop-file-utils kde:5 qt:5 tar:xz pkgconfig
17
USES=		cmake desktop-file-utils kde:5 qt:5 tar:xz pkgconfig
18
USE_KDE=	auth codecs completion config configwidgets \
18
USE_KDE=	auth codecs completion config configwidgets \
19
		coreaddons i18n iconthemes jobwidgets kio parts service \
19
		coreaddons i18n iconthemes jobwidgets kio parts service \
20
		sonnet textwidgets widgetsaddons xmlgui \
20
		sonnet textwidgets widgetsaddons xmlgui \
(-)graphics/kimagemapeditor/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	KDE generator of HTML image maps
9
COMMENT=	KDE generator of HTML image maps
10
10
11
USES=		cmake:outsource kde:5 qt:5 tar:xz
11
USES=		cmake kde:5 qt:5 tar:xz
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
		coreaddons crash guiaddons i18n iconthemes itemviews \
13
		coreaddons crash guiaddons i18n iconthemes itemviews \
14
		jobwidgets js kdelibs4support khtml kio notifications \
14
		jobwidgets js kdelibs4support khtml kio notifications \
(-)graphics/kipiplugins/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Plugins for digikam
11
COMMENT=	Plugins for digikam
12
12
13
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
13
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig \
14
		qt:5 tar:xz
14
		qt:5 tar:xz
15
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
16
		coreaddons ecm i18n itemviews jobwidgets kio libkipi service \
16
		coreaddons ecm i18n itemviews jobwidgets kio libkipi service \
(-)graphics/klatexformula/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BUILD_DEPENDS=	help2man:misc/help2man
14
BUILD_DEPENDS=	help2man:misc/help2man
15
15
16
USES=		cmake:outsource desktop-file-utils ghostscript:run \
16
USES=		cmake desktop-file-utils ghostscript:run \
17
		qt:4 shared-mime-info localbase
17
		qt:4 shared-mime-info localbase
18
USE_QT=		gui xml dbus designer_build linguisttools_build \
18
USE_QT=		gui xml dbus designer_build linguisttools_build \
19
		qmake_build moc_build rcc_build uic_build
19
		qmake_build moc_build rcc_build uic_build
(-)graphics/kolourpaint/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE paint program
8
COMMENT=	KDE paint program
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
12
		coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
13
		itemmodels itemviews jobwidgets kdelibs4support kio libkexiv2 \
13
		itemmodels itemviews jobwidgets kdelibs4support kio libkexiv2 \
(-)graphics/kolourpaint-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4 qimageblitz
15
USE_KDE=	kdelibs automoc4 qimageblitz
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)graphics/kphotoalbum/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
		libKF5KGeoMap.so:astro/libkgeomap \
14
		libKF5KGeoMap.so:astro/libkgeomap \
15
		libKF5Kipi.so:graphics/libkipi
15
		libKF5Kipi.so:graphics/libkipi
16
16
17
USES=		cmake:outsource jpeg kde:5 pkgconfig qt:5 shebangfix tar:xz
17
USES=		cmake jpeg kde:5 pkgconfig qt:5 shebangfix tar:xz
18
USE_KDE=	archive auth codecs completion config \
18
USE_KDE=	archive auth codecs completion config \
19
		configwidgets coreaddons ecm i18n \
19
		configwidgets coreaddons ecm i18n \
20
		iconthemes jobwidgets kio marble service \
20
		iconthemes jobwidgets kio marble service \
(-)graphics/kphotoalbum-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
SHEBANG_FILES=	script/open-raw.pl script/kpa-backup.sh
20
SHEBANG_FILES=	script/open-raw.pl script/kpa-backup.sh
21
21
22
USES=		cmake:outsource jpeg kde:4 pkgconfig qt:4 shebangfix tar:bzip2
22
USES=		cmake jpeg kde:4 pkgconfig qt:4 shebangfix tar:bzip2
23
USE_KDE=	kdelibs libkdcraw libkipi automoc4
23
USE_KDE=	kdelibs libkdcraw libkipi automoc4
24
USE_QT=		phonon sql \
24
USE_QT=		phonon sql \
25
		qmake_build moc_build rcc_build uic_build
25
		qmake_build moc_build rcc_build uic_build
(-)graphics/kqtquickcharts-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)graphics/krita/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
		libxcb.so:x11/libxcb \
30
		libxcb.so:x11/libxcb \
31
		libxcb-util.so:x11/xcb-util
31
		libxcb-util.so:x11/xcb-util
32
32
33
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
33
USES=		cmake compiler:c++11-lib desktop-file-utils \
34
		eigen:3 gettext jpeg kde:5 pkgconfig python:3.4+ qt:5 \
34
		eigen:3 gettext jpeg kde:5 pkgconfig python:3.4+ qt:5 \
35
		shared-mime-info
35
		shared-mime-info
36
USE_KDE=	archive completion config coreaddons crash guiaddons i18n \
36
USE_KDE=	archive completion config coreaddons crash guiaddons i18n \
(-)graphics/ksaneplugin-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libksane automoc4
15
USE_KDE=	kdelibs libksane automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)graphics/ksnapshot-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkipi automoc4
15
USE_KDE=	kdelibs libkipi automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_XORG=	x11 xext xfixes
17
USE_XORG=	x11 xext xfixes
(-)graphics/libkdcraw/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
CMAKE_ARGS+=	-DWITH_OpenMP:BOOL=False \
15
CMAKE_ARGS+=	-DWITH_OpenMP:BOOL=False \
16
		-DENABLE_RAWSPEED=True
16
		-DENABLE_RAWSPEED=True
17
17
18
USES=		cmake:outsource compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz
18
USES=		cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz
19
USE_KDE=	ecm
19
USE_KDE=	ecm
20
USE_QT=		core gui \
20
USE_QT=		core gui \
21
		buildtools_build qmake_build
21
		buildtools_build qmake_build
(-)graphics/libkdcraw-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
CMAKE_ARGS+=	-DWITH_OpenMP:BOOL=False \
19
CMAKE_ARGS+=	-DWITH_OpenMP:BOOL=False \
20
		-DENABLE_RAWSPEED=True
20
		-DENABLE_RAWSPEED=True
21
21
22
USES=		cmake:outsource jpeg kde:4 pkgconfig qt:4 tar:xz
22
USES=		cmake jpeg kde:4 pkgconfig qt:4 tar:xz
23
USE_KDE=	automoc4 kdelibs
23
USE_KDE=	automoc4 kdelibs
24
USE_QT=		corelib gui moc_build qmake_build rcc_build uic_build
24
USE_QT=		corelib gui moc_build qmake_build rcc_build uic_build
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
(-)graphics/libkexiv2/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libexiv2.so:graphics/exiv2
10
LIB_DEPENDS=	libexiv2.so:graphics/exiv2
11
11
12
USES=		cmake:outsource compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	ecm
13
USE_KDE=	ecm
14
USE_QT=		core gui \
14
USE_QT=		core gui \
15
		buildtools_build qmake_build
15
		buildtools_build qmake_build
(-)graphics/libkexiv2-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libexiv2.so:graphics/exiv2
14
LIB_DEPENDS=	libexiv2.so:graphics/exiv2
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	automoc4 kdelibs
17
USE_KDE=	automoc4 kdelibs
18
USE_QT=		corelib gui xml \
18
USE_QT=		corelib gui xml \
19
		moc_build qmake_build rcc_build uic_build
19
		moc_build qmake_build rcc_build uic_build
(-)graphics/libkipi/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE Image Plugin Interface
8
COMMENT=	KDE Image Plugin Interface
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
12
		libkdcraw libkexiv2 service widgetsaddons xmlgui
12
		libkdcraw libkexiv2 service widgetsaddons xmlgui
13
USE_QT=		core dbus gui widgets xml \
13
USE_QT=		core dbus gui widgets xml \
(-)graphics/libkipi-kde4/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
10
COMMENT=	KDE Image Plugin Interface
10
COMMENT=	KDE Image Plugin Interface
11
11
12
USES=		cmake:outsource kde:4 qt:4 tar:xz
12
USES=		cmake kde:4 qt:4 tar:xz
13
USE_KDE=	automoc4 kdelibs
13
USE_KDE=	automoc4 kdelibs
14
USE_QT=		gui moc_build qmake_build rcc_build uic_build
14
USE_QT=		gui moc_build qmake_build rcc_build uic_build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
(-)graphics/libksane/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libsane.so:graphics/sane-backends
10
LIB_DEPENDS=	libsane.so:graphics/sane-backends
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	config ecm i18n sonnet textwidgets wallet widgetsaddons
13
USE_KDE=	config ecm i18n sonnet textwidgets wallet widgetsaddons
14
USE_QT=		core gui testlib widgets \
14
USE_QT=		core gui testlib widgets \
15
		buildtools_build qmake_build
15
		buildtools_build qmake_build
(-)graphics/libksane-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libsane.so:graphics/sane-backends
14
LIB_DEPENDS=	libsane.so:graphics/sane-backends
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)graphics/libkscreen/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libxcb-image.so:x11/xcb-util-image \
15
		libxcb-image.so:x11/xcb-util-image \
16
		libxcb-render-util.so:x11/xcb-util-renderutil
16
		libxcb-render-util.so:x11/xcb-util-renderutil
17
17
18
USES=		cmake:outsource kde:4 pkgconfig qt:4 tar:xz
18
USES=		cmake kde:4 pkgconfig qt:4 tar:xz
19
USE_KDE=	kdelibs automoc4
19
USE_KDE=	kdelibs automoc4
20
USE_QT=		corelib dbus gui script \
20
USE_QT=		corelib dbus gui script \
21
		moc_build qmake_build rcc_build uic_build
21
		moc_build qmake_build rcc_build uic_build
(-)graphics/libpillowfight/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
TEST_DEPENDS=	gmake:devel/gmake \
14
TEST_DEPENDS=	gmake:devel/gmake \
15
		tox:devel/py-tox@${PY_FLAVOR}
15
		tox:devel/py-tox@${PY_FLAVOR}
16
16
17
USES=		cmake:outsource
17
USES=		cmake
18
USE_GITLAB=	yes
18
USE_GITLAB=	yes
19
GL_SITE=	https://gitlab.gnome.org/World
19
GL_SITE=	https://gitlab.gnome.org/World
20
GL_ACCOUNT=	OpenPaperwork
20
GL_ACCOUNT=	OpenPaperwork
(-)graphics/libprojectm/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libfreetype.so:print/freetype2 \
17
		libfreetype.so:print/freetype2 \
18
		libvisual-0.4.so:graphics/libvisual04
18
		libvisual-0.4.so:graphics/libvisual04
19
19
20
USES=		cmake:outsource localbase:ldflags pkgconfig qt:4
20
USES=		cmake localbase:ldflags pkgconfig qt:4
21
USE_QT=		corelib gui opengl xml moc_build qmake_build rcc_build uic_build
21
USE_QT=		corelib gui opengl xml moc_build qmake_build rcc_build uic_build
22
USE_SDL=	sdl
22
USE_SDL=	sdl
23
USE_GL=		gl glu glew
23
USE_GL=		gl glu glew
(-)graphics/lprof-devel/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libtiff.so:graphics/tiff \
16
		libtiff.so:graphics/tiff \
17
		libvigraimpex.so:graphics/vigra
17
		libvigraimpex.so:graphics/vigra
18
18
19
USES=		cmake desktop-file-utils jpeg qt:4 tar:bzip2
19
USES=		cmake:insource desktop-file-utils jpeg qt:4 tar:bzip2
20
USE_XORG=	x11 xext sm ice xxf86vm
20
USE_XORG=	x11 xext sm ice xxf86vm
21
USE_QT=		corelib gui qt3support svg assistantclient \
21
USE_QT=		corelib gui qt3support svg assistantclient \
22
		linguisttools_build qmake_build moc_build uic_build rcc_build
22
		linguisttools_build qmake_build moc_build uic_build rcc_build
(-)graphics/luminance-qt5/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libraw_r.so:graphics/libraw \
22
		libraw_r.so:graphics/libraw \
23
		libboost_system.so:devel/boost-libs
23
		libboost_system.so:devel/boost-libs
24
24
25
USES=		cmake:outsource jpeg pkgconfig qt:5 tar:bzip2
25
USES=		cmake jpeg pkgconfig qt:5 tar:bzip2
26
USE_QT=		concurrent gui printsupport sql webkit xml \
26
USE_QT=		concurrent gui printsupport sql webkit xml \
27
		buildtools_build linguist_build qmake_build \
27
		buildtools_build linguist_build qmake_build \
28
		imageformats_run
28
		imageformats_run
(-)graphics/lximage-qt/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
	libmenu-cache.so:x11/menu-cache \
16
	libmenu-cache.so:x11/menu-cache \
17
	libfm.so:x11/libfm
17
	libfm.so:x11/libfm
18
18
19
USES=	cmake:outsource compiler:c++11-lib desktop-file-utils gettext-runtime \
19
USES=	cmake compiler:c++11-lib desktop-file-utils gettext-runtime \
20
	localbase:ldflags lxqt pkgconfig qt:5 tar:xz
20
	localbase:ldflags lxqt pkgconfig qt:5 tar:xz
21
USE_GNOME=	glib20
21
USE_GNOME=	glib20
22
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
22
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
(-)graphics/lximageqt-l10n/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LICENSE=	LGPL21+
14
LICENSE=	LGPL21+
15
15
16
USES=	cmake:outsource lxqt pkgconfig qt:5 tar:xz
16
USES=	cmake lxqt pkgconfig qt:5 tar:xz
17
USE_QT=		buildtools_build qmake_build linguisttools
17
USE_QT=		buildtools_build qmake_build linguisttools
18
USE_LXQT=	buildtools
18
USE_LXQT=	buildtools
19
19
(-)graphics/mapcache/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
USE_GITHUB=		yes
21
USE_GITHUB=		yes
22
GH_ACCOUNT=		mapserver
22
GH_ACCOUNT=		mapserver
23
23
24
USES=			cmake:outsource jpeg localbase
24
USES=			cmake jpeg localbase
25
USE_LDCONFIG=		yes
25
USE_LDCONFIG=		yes
26
CMAKE_ARGS+=		-DWITH_OGR=1 -DWITH_PIXMAN=1 -DWITH_BERKELEY_DB=0
26
CMAKE_ARGS+=		-DWITH_OGR=1 -DWITH_PIXMAN=1 -DWITH_BERKELEY_DB=0
27
27
(-)graphics/mapserver/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
			libfreetype.so:print/freetype2 \
20
			libfreetype.so:print/freetype2 \
21
			libprotobuf-c.so:devel/protobuf-c
21
			libprotobuf-c.so:devel/protobuf-c
22
22
23
USES=			cpe cmake:outsource jpeg
23
USES=			cpe cmake jpeg
24
CPE_VENDOR=		umn
24
CPE_VENDOR=		umn
25
USE_GNOME=		libxml2
25
USE_GNOME=		libxml2
26
LDFLAGS+=		-L${LOCALBASE} -pthread
26
LDFLAGS+=		-L${LOCALBASE} -pthread
(-)graphics/ogre3d/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libfreeimage.so:graphics/freeimage
19
		libfreeimage.so:graphics/freeimage
20
20
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
USES=		tar:bzip2 cmake:outsource pkgconfig compiler:c++11-lib
22
USES=		tar:bzip2 cmake pkgconfig compiler:c++11-lib
23
USE_SDL=	sdl
23
USE_SDL=	sdl
24
USE_XORG=	xaw xrandr
24
USE_XORG=	xaw xrandr
25
WRKSRC=		${WRKDIR}/sinbad-ogre-dd30349ea667
25
WRKSRC=		${WRKDIR}/sinbad-ogre-dd30349ea667
(-)graphics/okular/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libtiff.so:graphics/tiff \
22
		libtiff.so:graphics/tiff \
23
		libzip.so:archivers/libzip
23
		libzip.so:archivers/libzip
24
24
25
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
25
USES=		cmake compiler:c++11-lib desktop-file-utils \
26
		gettext jpeg kde:5 pkgconfig qt:5 tar:xz
26
		gettext jpeg kde:5 pkgconfig qt:5 tar:xz
27
USE_KDE=	activities archive auth bookmarks codecs completion config \
27
USE_KDE=	activities archive auth bookmarks codecs completion config \
28
		configwidgets coreaddons dbusaddons ecm emoticons i18n \
28
		configwidgets coreaddons dbusaddons ecm emoticons i18n \
(-)graphics/okular-kde4/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libepub.so:textproc/ebook-tools \
22
		libepub.so:textproc/ebook-tools \
23
		libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
23
		libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
24
24
25
USES=		cmake:outsource jpeg kde:4 pkgconfig qt:4 tar:xz
25
USES=		cmake jpeg kde:4 pkgconfig qt:4 tar:xz
26
USE_KDE=	kdelibs automoc4 qimageblitz kactivities \
26
USE_KDE=	kdelibs automoc4 qimageblitz kactivities \
27
		libkexiv2
27
		libkexiv2
28
USE_QT=		corelib declarative gui opengl xml \
28
USE_QT=		corelib declarative gui opengl xml \
(-)graphics/open3d/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libjsoncpp.so:devel/jsoncpp \
16
		libjsoncpp.so:devel/jsoncpp \
17
		libpng16.so:graphics/png
17
		libpng16.so:graphics/png
18
18
19
USES=		cmake:outsource compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig
19
USES=		cmake compiler:c++14-lang eigen:3 jpeg localbase:ldflags pkgconfig
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	IntelVCL
21
GH_ACCOUNT=	IntelVCL
22
USE_GL=		gl glew glu
22
USE_GL=		gl glew glu
(-)graphics/opencollada/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libpcre.so:devel/pcre
16
LIB_DEPENDS=	libpcre.so:devel/pcre
17
17
18
USES=		cmake:outsource compiler:c++11-lib  dos2unix iconv pkgconfig
18
USES=		cmake compiler:c++11-lib  dos2unix iconv pkgconfig
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	KhronosGroup
21
GH_ACCOUNT=	KhronosGroup
(-)graphics/opencolorio/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
DOCS_CMAKE_BOOL=	OCIO_BUILD_DOCS
21
DOCS_CMAKE_BOOL=	OCIO_BUILD_DOCS
22
22
23
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
24
USES=		alias cmake:outsource pkgconfig shebangfix
24
USES=		alias cmake pkgconfig shebangfix
25
CMAKE_ARGS=	-DOCIO_BUILD_JNIGLUE:BOOL=OFF \
25
CMAKE_ARGS=	-DOCIO_BUILD_JNIGLUE:BOOL=OFF \
26
		-DOCIO_BUILD_NUKE:BOOL=OFF \
26
		-DOCIO_BUILD_NUKE:BOOL=OFF \
27
		-DOCIO_BUILD_STATIC:BOOL=OFF \
27
		-DOCIO_BUILD_STATIC:BOOL=OFF \
(-)graphics/opencv/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libtesseract.so:graphics/tesseract
22
		libtesseract.so:graphics/tesseract
23
.endif
23
.endif
24
24
25
USES=		cmake:outsource compiler:c++14-lang localbase:ldflags pkgconfig
25
USES=		cmake compiler:c++14-lang localbase:ldflags pkgconfig
26
26
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
(-)graphics/openimageio/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
GH_ACCOUNT=	OpenImageIO
27
GH_ACCOUNT=	OpenImageIO
28
GH_PROJECT=	oiio
28
GH_PROJECT=	oiio
29
29
30
USES=		cmake:outsource jpeg compiler:c++11-lib
30
USES=		cmake jpeg compiler:c++11-lib
31
CMAKE_ARGS=	-DBUILDSTATIC:BOOL=OFF \
31
CMAKE_ARGS=	-DBUILDSTATIC:BOOL=OFF \
32
		-DLINKSTATIC:BOOL=OFF \
32
		-DLINKSTATIC:BOOL=OFF \
33
		-DNOTHREADS:BOOL=OFF \
33
		-DNOTHREADS:BOOL=OFF \
(-)graphics/openorienteering-mapper/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libpolyclipping.so:graphics/polyclipping \
15
LIB_DEPENDS=	libpolyclipping.so:graphics/polyclipping \
16
		libproj.so:graphics/proj
16
		libproj.so:graphics/proj
17
17
18
USES=		cmake:outsource,noninja compiler:c++14-lang \
18
USES=		cmake:noninja compiler:c++14-lang \
19
		desktop-file-utils gmake qt:5 shared-mime-info
19
		desktop-file-utils gmake qt:5 shared-mime-info
20
USE_QT=		buildtools_build help qmake_build core gui \
20
USE_QT=		buildtools_build help qmake_build core gui \
21
		location network printsupport sensors widgets
21
		location network printsupport sensors widgets
(-)graphics/openshadinglanguage/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libOpenImageIO.so:graphics/openimageio
19
		libOpenImageIO.so:graphics/openimageio
20
RUN_DEPENDS=	llvm-config40:devel/llvm40
20
RUN_DEPENDS=	llvm-config40:devel/llvm40
21
21
22
USES=		bison cmake:outsource compiler:c++11-lang ncurses
22
USES=		bison cmake compiler:c++11-lang ncurses
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	imageworks
24
GH_ACCOUNT=	imageworks
25
GH_PROJECT=	OpenShadingLanguage
25
GH_PROJECT=	OpenShadingLanguage
(-)graphics/opensubdiv/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
BUILD_DEPENDS=	glfw>2.7.0:graphics/glfw
15
BUILD_DEPENDS=	glfw>2.7.0:graphics/glfw
16
16
17
USES=		cmake:outsource
17
USES=		cmake
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	PixarAnimationStudios
20
GH_ACCOUNT=	PixarAnimationStudios
(-)graphics/osg/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
CONFLICTS=	osg-devel-[0-9]*
25
CONFLICTS=	osg-devel-[0-9]*
26
26
27
USES=		alias cmake:outsource jpeg pkgconfig
27
USES=		alias cmake jpeg pkgconfig
28
USE_GL=		gl glu
28
USE_GL=		gl glu
29
USE_XORG=	x11
29
USE_XORG=	x11
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
(-)graphics/osg-devel/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
CONFLICTS=	osg-[0-9]*
24
CONFLICTS=	osg-[0-9]*
25
25
26
USES=		alias cmake:outsource jpeg pkgconfig zip
26
USES=		alias cmake jpeg pkgconfig zip
27
USE_GL=		gl glu
27
USE_GL=		gl glu
28
USE_XORG=	x11
28
USE_XORG=	x11
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
(-)graphics/partio/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
BUILD_DEPENDS=	swig3.0:devel/swig30
13
BUILD_DEPENDS=	swig3.0:devel/swig30
14
14
15
USES=		cmake:outsource gl python shebangfix
15
USES=		cmake gl python shebangfix
16
SHEBANG_FILES=	src/tools/partedit.py src/tools/partjson.py
16
SHEBANG_FILES=	src/tools/partedit.py src/tools/partjson.py
17
USE_GL=		gl glu glut
17
USE_GL=		gl glu glut
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)graphics/pcl-pointclouds/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
		libtiff.so:graphics/tiff \
26
		libtiff.so:graphics/tiff \
27
		libvtkCommonCore-6.2.so:math/vtk6
27
		libvtkCommonCore-6.2.so:math/vtk6
28
28
29
USES=		cmake:outsource eigen:3,build jpeg python
29
USES=		cmake eigen:3,build jpeg python
30
USE_GITHUB=	yes
30
USE_GITHUB=	yes
31
GH_ACCOUNT=	PointCloudLibrary
31
GH_ACCOUNT=	PointCloudLibrary
32
USE_GL=		gl glu
32
USE_GL=		gl glu
(-)graphics/pfstools/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
LDFLAGS+=	-lthr
20
LDFLAGS+=	-lthr
21
21
22
USES=		cmake:outsource tar:tgz dos2unix jpeg perl5
22
USES=		cmake tar:tgz dos2unix jpeg perl5
23
USE_PERL5=	run
23
USE_PERL5=	run
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
(-)graphics/photoqt/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
14
USES=		cmake compiler:c++11-lib desktop-file-utils \
15
		localbase:ldflags qt:5
15
		localbase:ldflags qt:5
16
USE_QT=		core graphicaleffects gui multimedia network qml quick \
16
USE_QT=		core graphicaleffects gui multimedia network qml quick \
17
		quickcontrols sql svg widgets xml \
17
		quickcontrols sql svg widgets xml \
(-)graphics/piglit/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
GH_PROJECT=	piglit
29
GH_PROJECT=	piglit
30
GH_TAGNAME=	a0db4427446ab50882a721ae3084fa26cc9e751a
30
GH_TAGNAME=	a0db4427446ab50882a721ae3084fa26cc9e751a
31
31
32
USES=		cmake:outsource compiler:c11 pkgconfig python:2.7 shebangfix
32
USES=		cmake compiler:c11 pkgconfig python:2.7 shebangfix
33
USE_GL=		egl gbm gl glu
33
USE_GL=		egl gbm gl glu
34
USE_XORG=	x11 xcb xext xrender
34
USE_XORG=	x11 xcb xext xrender
35
SHEBANG_FILES=	piglit
35
SHEBANG_FILES=	piglit
(-)graphics/pngwriter/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
PORTDOCS=	CHANGES EXAMPLES README PNGwriterQuickReference.pdf
23
PORTDOCS=	CHANGES EXAMPLES README PNGwriterQuickReference.pdf
24
24
25
USES=		cmake:outsource
25
USES=		cmake
26
CMAKE_ON=	BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE
26
CMAKE_ON=	BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
(-)graphics/polyclipping/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	BSL
13
LICENSE=	BSL
14
LICENSE_FILE=	${WRKSRC}/License.txt
14
LICENSE_FILE=	${WRKSRC}/License.txt
15
15
16
USES=		cmake:outsource zip
16
USES=		cmake zip
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
NO_WRKSUBDIR=	yes
19
NO_WRKSUBDIR=	yes
(-)graphics/prison/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
17
LIB_DEPENDS=	libdmtx.so:graphics/libdmtx \
18
		libqrencode.so:graphics/libqrencode
18
		libqrencode.so:graphics/libqrencode
19
19
20
USES=		cmake:outsource qt:4 tar:xz
20
USES=		cmake qt:4 tar:xz
21
USE_QT=		corelib gui qmake_build moc_build rcc_build uic_build
21
USE_QT=		corelib gui qmake_build moc_build rcc_build uic_build
22
22
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)graphics/ptex/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
13
14
USES=		cmake
14
USES=		cmake:insource
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
(-)graphics/py-open3d-python/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libOpen3D.so:graphics/open3d
15
LIB_DEPENDS=	libOpen3D.so:graphics/open3d
16
16
17
USES=		cmake:outsource eigen:3 fortran localbase:ldflags pkgconfig python
17
USES=		cmake eigen:3 fortran localbase:ldflags pkgconfig python
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	IntelVCL
19
GH_ACCOUNT=	IntelVCL
20
GH_PROJECT=	Open3D
20
GH_PROJECT=	Open3D
(-)graphics/rawtherapee/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
		libsigc-2.0.so:devel/libsigc++20 \
28
		libsigc-2.0.so:devel/libsigc++20 \
29
		libtiff.so:graphics/tiff
29
		libtiff.so:graphics/tiff
30
30
31
USES=		cmake:outsource desktop-file-utils dos2unix \
31
USES=		cmake desktop-file-utils dos2unix \
32
		jpeg localbase:ldflags pkgconfig tar:xz
32
		jpeg localbase:ldflags pkgconfig tar:xz
33
DOS2UNIX_REGEX=	.*\.(cc|h)
33
DOS2UNIX_REGEX=	.*\.(cc|h)
34
LDFLAGS+=	-Wl,--as-needed # fontconfig, freetype, gettext, libX11
34
LDFLAGS+=	-Wl,--as-needed # fontconfig, freetype, gettext, libX11
(-)graphics/reactphysics3d/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	ZLIB
11
LICENSE=	ZLIB
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	DanielChappuis
16
GH_ACCOUNT=	DanielChappuis
17
GH_TAGNAME=	f3be5384997da7ddeccc526036985a80de660bae  # branch 'fix37'
17
GH_TAGNAME=	f3be5384997da7ddeccc526036985a80de660bae  # branch 'fix37'
(-)graphics/showimage/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv3+
13
LICENSE=	GPLv3+
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake:outsource kde:5 qt:5 tar:bzip2
16
USES=		cmake kde:5 qt:5 tar:bzip2
17
USE_KDE=	auth bookmarks codecs completion config configwidgets \
17
USE_KDE=	auth bookmarks codecs completion config configwidgets \
18
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
18
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
19
		widgetsaddons xmlgui
19
		widgetsaddons xmlgui
(-)graphics/skanlite/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libKF5Sane.so:graphics/libksane \
14
LIB_DEPENDS=	libKF5Sane.so:graphics/libksane \
15
		libpng.so:graphics/png
15
		libpng.so:graphics/png
16
16
17
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
17
USES=		cmake gettext kde:5 qt:5 tar:xz
18
USE_KDE=	ecm auth config configwidgets codecs completion \
18
USE_KDE=	ecm auth config configwidgets codecs completion \
19
		coreaddons doctools i18n jobwidgets kio \
19
		coreaddons doctools i18n jobwidgets kio \
20
		service widgetsaddons xmlgui
20
		service widgetsaddons xmlgui
(-)graphics/skanlite-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
LIB_DEPENDS=	libksane.so:graphics/libksane-kde4
20
LIB_DEPENDS=	libksane.so:graphics/libksane-kde4
21
21
22
USES=		cmake:outsource gettext kde:4 qt:4 tar:xz
22
USES=		cmake gettext kde:4 qt:4 tar:xz
23
USE_KDE=	kdelibs automoc4
23
USE_KDE=	kdelibs automoc4
24
USE_QT=		qmake_build moc_build rcc_build uic_build
24
USE_QT=		qmake_build moc_build rcc_build uic_build
25
25
(-)graphics/spectacle/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
		libxcb-image.so:x11/xcb-util-image \
12
		libxcb-image.so:x11/xcb-util-image \
13
		libxcb-util.so:x11/xcb-util
13
		libxcb-util.so:x11/xcb-util
14
14
15
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
15
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
16
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
16
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
17
		dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
17
		dbusaddons doctools ecm i18n jobwidgets kdeclarative kio \
18
		libkipi newstuff notifications package service widgetsaddons \
18
		libkipi newstuff notifications package service widgetsaddons \
(-)graphics/tulip/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
24
24
25
USES=		cmake:outsource,noninja compiler:c++11-lib dos2unix jpeg python \
25
USES=		cmake:noninja compiler:c++11-lib dos2unix jpeg python \
26
		shebangfix
26
		shebangfix
27
SHEBANG_FILES=	tulip-config.in
27
SHEBANG_FILES=	tulip-config.in
28
DOS2UNIX_FILES=	software/tulip/src/main.cpp
28
DOS2UNIX_FILES=	software/tulip/src/main.cpp
(-)graphics/vigra/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
LIB_DEPENDS=	libHalf.so:graphics/ilmbase \
18
LIB_DEPENDS=	libHalf.so:graphics/ilmbase \
19
		libsz.so:science/szip
19
		libsz.so:science/szip
20
20
21
USES=		cmake:outsource python:2.7,run shebangfix
21
USES=		cmake python:2.7,run shebangfix
22
CMAKE_ARGS=	-DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \
22
CMAKE_ARGS=	-DDEPENDENCY_SEARCH_PREFIX:PATH=${LOCALBASE} \
23
		-DDOCINSTALL:PATH=${DOCSDIR_REL}
23
		-DDOCINSTALL:PATH=${DOCSDIR_REL}
24
24
(-)graphics/vulkan-loader/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers
13
BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers
14
14
15
USES=		cmake:outsource compiler:c++11-lib pkgconfig python:3.4+,build
15
USES=		cmake compiler:c++11-lib pkgconfig python:3.4+,build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
(-)graphics/vv/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libtiff.so:graphics/tiff \
22
		libtiff.so:graphics/tiff \
23
		libvtkIOSQL-8.1.so:math/vtk8
23
		libvtkIOSQL-8.1.so:math/vtk8
24
24
25
USES=		cmake:outsource compiler:c++11-lang jpeg qt:5
25
USES=		cmake compiler:c++11-lang jpeg qt:5
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	open-vv
27
GH_ACCOUNT=	open-vv
28
USE_QT=		core designer gui network sql widgets xml buildtools_build qmake_build
28
USE_QT=		core designer gui network sql widgets xml buildtools_build qmake_build
(-)graphics/waffle/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
14
15
USES=		cmake:outsource compiler:c11 localbase pathfix pkgconfig tar:xz
15
USES=		cmake compiler:c11 localbase pathfix pkgconfig tar:xz
16
USE_GL=		egl gl
16
USE_GL=		egl gl
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_XORG=	x11 xcb
18
USE_XORG=	x11 xcb
(-)graphics/waylandpp/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	MIT
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		cmake:outsource localbase pkgconfig
13
USES=		cmake localbase pkgconfig
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	NilsBrause
15
GH_ACCOUNT=	NilsBrause
16
USE_GL=		egl
16
USE_GL=		egl
(-)graphics/xcftools/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
GH_TAGNAME=	d72ba82
18
GH_TAGNAME=	d72ba82
19
19
20
# option NLS (for gettext) is wrong as this port allways needs NLS:
20
# option NLS (for gettext) is wrong as this port allways needs NLS:
21
USES=	libtool cmake:noninja gmake iconv pkgconfig perl5 gettext
21
USES=	libtool cmake:insource,noninja gmake iconv pkgconfig perl5 gettext
22
USE_PERL5=	build run
22
USE_PERL5=	build run
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
(-)graphics/xpdf4/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
MANPREFIX=	${PREFIX}/share/xpdf
26
MANPREFIX=	${PREFIX}/share/xpdf
27
SUB_FILES=	xpdf-man.conf
27
SUB_FILES=	xpdf-man.conf
28
28
29
USES=		cmake:outsource localbase
29
USES=		cmake localbase
30
CMAKE_ARGS+=	-DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \
30
CMAKE_ARGS+=	-DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \
31
		-DUSE_LCMS:BOOL=OFF -DSYSTEM_XPDFRC=${PREFIX}/etc/xpdfrc
31
		-DUSE_LCMS:BOOL=OFF -DSYSTEM_XPDFRC=${PREFIX}/etc/xpdfrc
32
32
(-)graphics/yafaray/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
		libpng16.so:graphics/png \
27
		libpng16.so:graphics/png \
28
		libtiff.so:graphics/tiff
28
		libtiff.so:graphics/tiff
29
29
30
USES=		cmake:outsource gnome jpeg
30
USES=		cmake gnome jpeg
31
USE_GITHUB=	yes
31
USE_GITHUB=	yes
32
GH_ACCOUNT=	YafaRay
32
GH_ACCOUNT=	YafaRay
33
GH_PROJECT=	Core
33
GH_PROJECT=	Core
(-)graphics/yagf/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
OPTIONS_DEFAULT=	CUNEIFORM
26
OPTIONS_DEFAULT=	CUNEIFORM
27
27
28
USES=		cmake desktop-file-utils pkgconfig qt:4
28
USES=		cmake:insource desktop-file-utils pkgconfig qt:4
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
INSTALLS_ICONS=	yes
30
INSTALLS_ICONS=	yes
31
USE_QT=		corelib gui imageformats linguist_build \
31
USE_QT=		corelib gui imageformats linguist_build \
(-)irc/anope/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		cmake:outsource shebangfix
14
USES=		cmake shebangfix
15
CMAKE_ARGS+=	-DINSTDIR:STRING="${LOCALBASE}/anope"
15
CMAKE_ARGS+=	-DINSTDIR:STRING="${LOCALBASE}/anope"
16
CXXFLAGS+=	"-I${LOCALBASE}/include"
16
CXXFLAGS+=	"-I${LOCALBASE}/include"
17
LDFLAGS+=	"-L${LOCALBASE}/lib"
17
LDFLAGS+=	"-L${LOCALBASE}/lib"
(-)irc/konversation/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5
15
LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5
16
16
17
USES=		cmake:outsource desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz
17
USES=		cmake desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz
18
USE_KDE=	archive auth bookmarks codecs completion config \
18
USE_KDE=	archive auth bookmarks codecs completion config \
19
		configwidgets coreaddons crash dbusaddons doctools ecm \
19
		configwidgets coreaddons crash dbusaddons doctools ecm \
20
		emoticons globalaccel i18n iconthemes idletime itemviews \
20
		emoticons globalaccel i18n iconthemes idletime itemviews \
(-)irc/quassel/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake:outsource compiler:c++11-lib cpe pkgconfig qt:5 tar:bzip2
16
USES=		cmake compiler:c++11-lib cpe pkgconfig qt:5 tar:bzip2
17
17
18
CPE_VENDOR=	quassel-irc
18
CPE_VENDOR=	quassel-irc
19
CPE_PRODUCT=	quassel_irc
19
CPE_PRODUCT=	quassel_irc
(-)irc/weechat/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libgcrypt.so:security/libgcrypt \
16
		libgcrypt.so:security/libgcrypt \
17
		libgpg-error.so:security/libgpg-error
17
		libgpg-error.so:security/libgpg-error
18
18
19
USES=		cmake:outsource,noninja ncurses libtool tar:xz
19
USES=		cmake:noninja ncurses libtool tar:xz
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
CMAKE_ARGS+=	-DENABLE_GUILE=no \
22
CMAKE_ARGS+=	-DENABLE_GUILE=no \
(-)japanese/kiten/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Japanese reference/study tool for KDE
8
COMMENT=	Japanese reference/study tool for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
12
		crash doctools ecm i18n jobwidgets js khtml kio parts service \
12
		crash doctools ecm i18n jobwidgets js khtml kio parts service \
13
		sonnet textwidgets widgetsaddons xmlgui
13
		sonnet textwidgets widgetsaddons xmlgui
(-)japanese/kiten-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		corelib moc_build qmake_build rcc_build uic_build
16
USE_QT=		corelib moc_build qmake_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)lang/cling/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
LLVM_SUFFIX=	50_cern-root
30
LLVM_SUFFIX=	50_cern-root
31
LLVM_PREFIX=	${PREFIX}/llvm${LLVM_SUFFIX}
31
LLVM_PREFIX=	${PREFIX}/llvm${LLVM_SUFFIX}
32
32
33
USES=		cmake:outsource compiler:c11 compiler:c++11-lib cpe \
33
USES=		cmake compiler:c11 compiler:c++11-lib cpe \
34
		libedit ncurses python:build shebangfix tar:bzip2
34
		libedit ncurses python:build shebangfix tar:bzip2
35
USE_GNOME=	libxml2
35
USE_GNOME=	libxml2
36
USE_LDCONFIG=	${LLVM_PREFIX}/lib
36
USE_LDCONFIG=	${LLVM_PREFIX}/lib
(-)lang/io/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
BROKEN_armv7=		fails to compile: Coro.c:392:2: no member named 'arm_r0' in 'mcontext_t'
17
BROKEN_armv7=		fails to compile: Coro.c:392:2: no member named 'arm_r0' in 'mcontext_t'
18
BROKEN_powerpc64=	fails to build: unrecognized command line option -msse2
18
BROKEN_powerpc64=	fails to build: unrecognized command line option -msse2
19
19
20
USES=		cmake:outsource,noninja compiler:c11 ssl
20
USES=		cmake:noninja compiler:c11 ssl
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	stevedekorte
23
GH_ACCOUNT=	stevedekorte
(-)lang/io-devel/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
CONFLICTS=	io-[0-9]*
15
CONFLICTS=	io-[0-9]*
16
16
17
USES=		cmake:outsource,noninja compiler:c11
17
USES=		cmake:noninja compiler:c11
18
18
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
(-)lang/kf5-kross/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 multi-language application scripting
8
COMMENT=	KF5 multi-language application scripting
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons doctools ecm i18n iconthemes itemviews \
12
		coreaddons doctools ecm i18n iconthemes itemviews \
13
		jobwidgets kio parts service solid sonnet textwidgets \
13
		jobwidgets kio parts service solid sonnet textwidgets \
(-)lang/kross-interpreters/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Language interpreters to enable in-process scripting with Kross
8
COMMENT=	Language interpreters to enable in-process scripting with Kross
9
9
10
USES=		cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
10
USES=		cmake gettext kde:5 python:2.7 qt:5 tar:xz
11
USE_KDE=	ecm kross
11
USE_KDE=	ecm kross
12
USE_QT=		core gui script widgets xml \
12
USE_QT=		core gui script widgets xml \
13
		buildtools_build qmake_build
13
		buildtools_build qmake_build
(-)lang/kturtle/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Educational programming environment for KDE
8
COMMENT=	Educational programming environment for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	attica auth codecs config configwidgets coreaddons crash ecm \
11
USE_KDE=	attica auth codecs config configwidgets coreaddons crash ecm \
12
		emoticons i18n init itemmodels kdelibs4support kio newstuff \
12
		emoticons i18n init itemmodels kdelibs4support kio newstuff \
13
		service sonnet textwidgets widgetsaddons xmlgui
13
		service sonnet textwidgets widgetsaddons xmlgui
(-)lang/kturtle-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		corelib gui xml moc_build qmake_build rcc_build uic_build
16
USE_QT=		corelib gui xml moc_build qmake_build rcc_build uic_build
17
17
(-)lang/ldc/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
BROKEN_armv7=		fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
22
BROKEN_armv7=		fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?
23
BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
23
BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
24
24
25
USES=		cmake
25
USES=		cmake:insource
26
CMAKE_ARGS+=	-DD_COMPILER:STRING="${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/}/bin/ldmd2" \
26
CMAKE_ARGS+=	-DD_COMPILER:STRING="${WRKDIR}/${PORTNAME}-${BOOTVER:S/$/-src/}/bin/ldmd2" \
27
		-DBUILD_SHARED_LIBS:STRING="BOTH"
27
		-DBUILD_SHARED_LIBS:STRING="BOTH"
28
28
(-)lang/neko/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libmbedtls.so:security/mbedtls libmbedcrypto.so:security/mbedtls libmbedx509.so:security/mbedtls \
19
		libmbedtls.so:security/mbedtls libmbedcrypto.so:security/mbedtls libmbedx509.so:security/mbedtls \
20
		libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2
20
		libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2
21
21
22
USES=		cmake:outsource mysql pkgconfig sqlite:3
22
USES=		cmake mysql pkgconfig sqlite:3
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	HaxeFoundation
24
GH_ACCOUNT=	HaxeFoundation
25
USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/neko
25
USE_LDCONFIG=	${PREFIX}/lib ${PREFIX}/lib/neko
(-)lang/nyan/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BROKEN_FreeBSD_10=	conflicting types for '__hash_table<_Tp, _Hash, _Equal, _Alloc>'
14
BROKEN_FreeBSD_10=	conflicting types for '__hash_table<_Tp, _Hash, _Equal, _Alloc>'
15
15
16
USES=		cmake:outsource compiler:c++17-lang
16
USES=		cmake compiler:c++17-lang
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	SFTtech
18
GH_ACCOUNT=	SFTtech
19
GH_TAGNAME=	3c263e2
19
GH_TAGNAME=	3c263e2
(-)lang/opencoarrays/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
BUILD_DEPENDS=	bash:shells/bash
17
BUILD_DEPENDS=	bash:shells/bash
18
RUN_DEPENDS=	bash:shells/bash
18
RUN_DEPENDS=	bash:shells/bash
19
19
20
USES=		cmake:outsource fortran
20
USES=		cmake fortran
21
USE_CSTD=	gnu99
21
USE_CSTD=	gnu99
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	sourceryinstitute
23
GH_ACCOUNT=	sourceryinstitute
(-)lang/pocl/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
LLVM_VERSION=	${MESA_LLVM_VER:U40}
26
LLVM_VERSION=	${MESA_LLVM_VER:U40}
27
27
28
USES=		cmake:outsource localbase:ldflags ncurses pkgconfig
28
USES=		cmake localbase:ldflags ncurses pkgconfig
29
USE_CXXSTD=	gnu++11
29
USE_CXXSTD=	gnu++11
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
31
(-)mail/geary/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
		libsoup-2.4.so:devel/libsoup \
27
		libsoup-2.4.so:devel/libsoup \
28
		libenchant.so:textproc/enchant
28
		libenchant.so:textproc/enchant
29
29
30
USES=		cmake:outsource compiler:c11 desktop-file-utils gettext libtool \
30
USES=		cmake compiler:c11 desktop-file-utils gettext libtool \
31
		localbase:ldflags pkgconfig shebangfix sqlite tar:xz
31
		localbase:ldflags pkgconfig shebangfix sqlite tar:xz
32
USE_GNOME=	cairo gnomedocutils gnomeprefix gtk30 intlhack introspection
32
USE_GNOME=	cairo gnomedocutils gnomeprefix gtk30 intlhack introspection
33
SHEBANG_FILES=	desktop/geary-attach
33
SHEBANG_FILES=	desktop/geary-attach
(-)mail/libcmime/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		bison cmake:noninja pkgconfig
16
USES=		bison cmake:insource,noninja pkgconfig
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
CMAKE_ARGS=	--no-warn-unused-cli
18
CMAKE_ARGS=	--no-warn-unused-cli
19
19
(-)mail/libvmime/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GH_ACCOUNT=	kisli
20
GH_ACCOUNT=	kisli
21
GH_PROJECT=	vmime
21
GH_PROJECT=	vmime
22
22
23
USES=		cmake:outsource,noninja compiler:c++11-lib iconv pkgconfig
23
USES=		cmake:noninja compiler:c++11-lib iconv pkgconfig
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
CMAKE_ARGS=	-DLIB_SUFFIX:STRING="" \
26
CMAKE_ARGS=	-DLIB_SUFFIX:STRING="" \
(-)mail/rmilter/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	vstakhov
19
GH_ACCOUNT=	vstakhov
20
20
21
USES=		cmake:outsource bison pkgconfig ssl
21
USES=		cmake bison pkgconfig ssl
22
USE_GNOME=	glib20
22
USE_GNOME=	glib20
23
23
24
USERS=		_rmilter
24
USERS=		_rmilter
(-)mail/rspamd/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
BUILD_DEPENDS=	ragel:devel/ragel
17
BUILD_DEPENDS=	ragel:devel/ragel
18
RUN_DEPENDS=	ca_root_nss>=3.*:security/ca_root_nss
18
RUN_DEPENDS=	ca_root_nss>=3.*:security/ca_root_nss
19
19
20
USES=		cmake:outsource compiler:c11 gnome perl5 pkgconfig \
20
USES=		cmake compiler:c11 gnome perl5 pkgconfig \
21
		sqlite ssl
21
		sqlite ssl
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
USE_PERL5=	build run
23
USE_PERL5=	build run
(-)mail/rspamd-devel/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
BUILD_DEPENDS=	ragel:devel/ragel
19
BUILD_DEPENDS=	ragel:devel/ragel
20
RUN_DEPENDS=	ca_root_nss>=3.*:security/ca_root_nss
20
RUN_DEPENDS=	ca_root_nss>=3.*:security/ca_root_nss
21
21
22
USES=		cmake:outsource pkgconfig perl5 \
22
USES=		cmake pkgconfig perl5 \
23
		compiler:c11 sqlite ssl
23
		compiler:c11 sqlite ssl
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_PERL5=	build run
25
USE_PERL5=	build run
(-)math/SCIP/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
CONFLICTS_BUILD=	Ipopt
22
CONFLICTS_BUILD=	Ipopt
23
23
24
USES=		cmake:outsource readline tar:tgz
24
USES=		cmake readline tar:tgz
25
EXTRACT_CMD=	gtar
25
EXTRACT_CMD=	gtar
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
PLIST_SUB=	SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
27
PLIST_SUB=	SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
(-)math/SoPlex/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
LIB_DEPENDS=	libgmp.so:math/gmp
18
LIB_DEPENDS=	libgmp.so:math/gmp
19
19
20
USES=		cmake:outsource compiler:c++11-lang tar:tgz
20
USES=		cmake compiler:c++11-lang tar:tgz
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
PLIST_SUB=	SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
22
PLIST_SUB=	SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
23
23
(-)math/ambit/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
17
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
18
		libsz.so:science/szip
18
		libsz.so:science/szip
19
19
20
USES=		cmake:outsource compiler:c++11-lang
20
USES=		cmake compiler:c++11-lang
21
USE_GCC=	yes
21
USE_GCC=	yes
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	jturney
23
GH_ACCOUNT=	jturney
(-)math/analitza/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE_FILE_GFDL=	${WRKSRC}/COPYING.DOC
12
LICENSE_FILE_GFDL=	${WRKSRC}/COPYING.DOC
13
LICENSE_FILE_GPLv2=	 ${WRKSRC}/COPYING
13
LICENSE_FILE_GPLv2=	 ${WRKSRC}/COPYING
14
14
15
USES=		cmake:outsource kde:5 qt:5 tar:xz
15
USES=		cmake kde:5 qt:5 tar:xz
16
USE_GL=		glu
16
USE_GL=		glu
17
USE_KDE=	ecm
17
USE_KDE=	ecm
18
USE_QT=		core gui network opengl printsupport qml quick svg widgets xml \
18
USE_QT=		core gui network opengl printsupport qml quick svg widgets xml \
(-)math/analitza-kde4/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
DEPRECATED=	KDE4 is EOL upstream
16
DEPRECATED=	KDE4 is EOL upstream
17
EXPIRATION_DATE=	2018-12-31
17
EXPIRATION_DATE=	2018-12-31
18
18
19
USES=		cmake:outsource ncurses kde:4 qt:4 readline tar:xz
19
USES=		cmake ncurses kde:4 qt:4 readline tar:xz
20
USE_KDE=	kdelibs automoc4
20
USE_KDE=	kdelibs automoc4
21
USE_QT=		corelib dbus gui opengl svg xml \
21
USE_QT=		corelib dbus gui opengl svg xml \
22
		moc_build qmake_build rcc_build uic_build
22
		moc_build qmake_build rcc_build uic_build
(-)math/aspcud/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		clasp:math/clasp \
18
		clasp:math/clasp \
19
		bash:shells/bash
19
		bash:shells/bash
20
20
21
USES=		compiler:c++11-lang cmake:outsource python:run
21
USES=		compiler:c++11-lang cmake python:run
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	potassco
23
GH_ACCOUNT=	potassco
24
24
(-)math/blaze/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		openblas>0:math/openblas \
18
		openblas>0:math/openblas \
19
		openmp>0:devel/openmp
19
		openmp>0:devel/openmp
20
20
21
USES=		cmake:outsource compiler:c++14-lang fortran localbase:ldflags
21
USES=		cmake compiler:c++14-lang fortran localbase:ldflags
22
NO_ARCH=	yes
22
NO_ARCH=	yes
23
23
24
BB_ACCOUNT=	${PORTNAME}-lib
24
BB_ACCOUNT=	${PORTNAME}-lib
(-)math/blazeiterative/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		openmp>0:devel/openmp
15
		openmp>0:devel/openmp
16
RUN_DEPENDS=	blaze>0:math/blaze
16
RUN_DEPENDS=	blaze>0:math/blaze
17
17
18
USES=		cmake:outsource compiler:c++14-lang fortran localbase:ldflags
18
USES=		cmake compiler:c++14-lang fortran localbase:ldflags
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	tjolsen
20
GH_ACCOUNT=	tjolsen
21
GH_PROJECT=	BlazeIterative
21
GH_PROJECT=	BlazeIterative
(-)math/cadabra2/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \
24
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \
25
		${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR}
25
		${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR}
26
26
27
USES=		compiler:c++14-lang cmake:outsource dos2unix gettext-runtime localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions
27
USES=		compiler:c++14-lang cmake dos2unix gettext-runtime localbase:ldflags pkgconfig python:3.4+ sqlite # USES=python picks random python versions
28
USE_GITHUB=	yes
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	kpeeters
29
GH_ACCOUNT=	kpeeters
30
DOS2UNIX_FILES=	cmake/version.cmake
30
DOS2UNIX_FILES=	cmake/version.cmake
(-)math/cantor/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
14
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
15
		docbook-xml>0:textproc/docbook-xml
15
		docbook-xml>0:textproc/docbook-xml
16
16
17
USES=		cmake:outsource gettext kde:5 pkgconfig python:3.4+ qt:5 tar:xz
17
USES=		cmake gettext kde:5 pkgconfig python:3.4+ qt:5 tar:xz
18
USE_KDE=	attica auth archive bookmarks codecs completion config \
18
USE_KDE=	attica auth archive bookmarks codecs completion config \
19
		configwidgets coreaddons crash ecm emoticons i18n iconthemes \
19
		configwidgets coreaddons crash ecm emoticons i18n iconthemes \
20
		itemmodels itemviews init jobwidgets kdelibs4support kio \
20
		itemmodels itemviews init jobwidgets kdelibs4support kio \
(-)math/cantor-kde4/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libqalculate.so:math/libqalculate \
15
		libqalculate.so:math/libqalculate \
16
		libanalitza.so:math/analitza-kde4
16
		libanalitza.so:math/analitza-kde4
17
17
18
USES=		cmake:outsource kde:4 pkgconfig python:2.7 qt:4 tar:xz
18
USES=		cmake kde:4 pkgconfig python:2.7 qt:4 tar:xz
19
USE_KDE=	kdelibs automoc4
19
USE_KDE=	kdelibs automoc4
20
USE_QT=		corelib qtestlib_build xml xmlpatterns \
20
USE_QT=		corelib qtestlib_build xml xmlpatterns \
21
		moc_build qmake_build rcc_build uic_build
21
		moc_build qmake_build rcc_build uic_build
(-)math/ceres-solver/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libglog.so:devel/glog
14
LIB_DEPENDS=	libglog.so:devel/glog
15
RUN_DEPENDS:=	${BUILD_DEPENDS:Meigen*}
15
RUN_DEPENDS:=	${BUILD_DEPENDS:Meigen*}
16
16
17
USES=		cmake:outsource compiler:${OPENMP}c++11-lib eigen:3 localbase shebangfix
17
USES=		cmake compiler:${OPENMP}c++11-lib eigen:3 localbase shebangfix
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
SHEBANG_FILES=	examples/slam/pose_graph_*/plot_results.py \
20
SHEBANG_FILES=	examples/slam/pose_graph_*/plot_results.py \
(-)math/clasp/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
BROKEN_sparc64=	Fails to build: internal compiler error
13
BROKEN_sparc64=	Fails to build: internal compiler error
14
14
15
USES=	cmake:outsource
15
USES=	cmake
16
16
17
PLIST_FILES=	bin/${PORTNAME}
17
PLIST_FILES=	bin/${PORTNAME}
18
18
(-)math/cminpack/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE_FILE=	${WRKSRC}/CopyrightMINPACK.txt
11
LICENSE_FILE=	${WRKSRC}/CopyrightMINPACK.txt
12
12
13
USES=		cmake:outsource
13
USES=		cmake
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	devernay
16
GH_ACCOUNT=	devernay
(-)math/cryptominisat/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
16
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
17
17
18
USES=		cmake:outsource compiler:c++11-lib
18
USES=		cmake compiler:c++11-lib
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
(-)math/deal.ii/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libmetis.so:math/metis \
17
		libmetis.so:math/metis \
18
		libtbb.so:devel/tbb
18
		libtbb.so:devel/tbb
19
19
20
USES=		cmake:outsource compiler:c++17-lang localbase:ldflags
20
USES=		cmake compiler:c++17-lang localbase:ldflags
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	${PORTNAME:tl:S/.//}
22
GH_ACCOUNT=	${PORTNAME:tl:S/.//}
23
GH_PROJECT=	${PORTNAME:tl:S/.//}
23
GH_PROJECT=	${PORTNAME:tl:S/.//}
(-)math/eigen3/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LICENSE_FILE_MPL20=	${WRKSRC}/COPYING.MPL2
16
LICENSE_FILE_MPL20=	${WRKSRC}/COPYING.MPL2
17
17
18
CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
18
CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
19
USES=		cmake:outsource tar:bzip2
19
USES=		cmake tar:bzip2
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
NO_ARCH=	yes
21
NO_ARCH=	yes
22
22
(-)math/flann/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
15
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
16
		libsz.so:science/szip
16
		libsz.so:science/szip
17
17
18
USES=		cmake:outsource
18
USES=		cmake
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	mariusmuja
20
GH_ACCOUNT=	mariusmuja
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)math/flint2/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
LIB_DEPENDS=	libgmp.so:math/gmp \
24
LIB_DEPENDS=	libgmp.so:math/gmp \
25
		libmpfr.so:math/mpfr
25
		libmpfr.so:math/mpfr
26
26
27
USES=		cmake:outsource
27
USES=		cmake
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
29
CONFIGURE_ARGS=	--disable-static
29
CONFIGURE_ARGS=	--disable-static
30
USE_GITHUB=	yes
30
USE_GITHUB=	yes
(-)math/g2o/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libcxsparse.so:math/suitesparse \
15
LIB_DEPENDS=	libcxsparse.so:math/suitesparse \
16
		libQGLViewer-qt5.so:graphics/libQGLViewer
16
		libQGLViewer-qt5.so:graphics/libQGLViewer
17
17
18
USES=		cmake:outsource eigen:3 qt:5
18
USES=		cmake eigen:3 qt:5
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	RainerKuemmerle
20
GH_ACCOUNT=	RainerKuemmerle
21
USE_GL=		gl glu
21
USE_GL=		gl glu
(-)math/glm/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/copying.txt
14
LICENSE_FILE=	${WRKSRC}/copying.txt
15
15
16
USES=		cmake:outsource compiler:c++11-lang pkgconfig
16
USES=		cmake compiler:c++11-lang pkgconfig
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	g-truc
18
GH_ACCOUNT=	g-truc
19
19
(-)math/kalgebra/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
		docbook-xml>0:textproc/docbook-xml
12
		docbook-xml>0:textproc/docbook-xml
13
13
14
CMAKE_ARGS=	-DBUILD_mobile:BOOL=FALSE
14
CMAKE_ARGS=	-DBUILD_mobile:BOOL=FALSE
15
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
15
USES=		cmake gettext kde:5 qt:5 tar:xz
16
USE_GL=		glu
16
USE_GL=		glu
17
USE_KDE=	auth codecs config configwidgets coreaddons doctools ecm i18n \
17
USE_KDE=	auth codecs config configwidgets coreaddons doctools ecm i18n \
18
		kio service widgetsaddons xmlgui
18
		kio service widgetsaddons xmlgui
(-)math/kalgebra-kde4/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
CMAKE_ARGS=	-DBUILD_mobile:BOOL=FALSE
16
CMAKE_ARGS=	-DBUILD_mobile:BOOL=FALSE
17
17
18
USES=		cmake:outsource kde:4 qt:4 tar:xz
18
USES=		cmake kde:4 qt:4 tar:xz
19
USE_GL=		glu
19
USE_GL=		glu
20
USE_KDE=	kdelibs libkeduvocdocument automoc4
20
USE_KDE=	kdelibs libkeduvocdocument automoc4
21
USE_QT=		corelib declarative gui opengl \
21
USE_QT=		corelib declarative gui opengl \
(-)math/kbruch/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
11
		docbook-xml>0:textproc/docbook-xml
11
		docbook-xml>0:textproc/docbook-xml
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth config crash codecs configwidgets coreaddons doctools ecm \
14
USE_KDE=	auth config crash codecs configwidgets coreaddons doctools ecm \
15
		i18n widgetsaddons xmlgui
15
		i18n widgetsaddons xmlgui
16
USE_QT=		core dbus gui xml widgets \
16
USE_QT=		core dbus gui xml widgets \
(-)math/kbruch-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)math/kcalc/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
12
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
13
		docbook-xml>0:textproc/docbook-xml
13
		docbook-xml>0:textproc/docbook-xml
14
14
15
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
15
USES=		cmake gettext kde:5 qt:5 tar:xz
16
USE_KDE=	auth codecs coreaddons ecm config configwidgets doctools \
16
USE_KDE=	auth codecs coreaddons ecm config configwidgets doctools \
17
		guiaddons i18n init notifications widgetsaddons xmlgui
17
		guiaddons i18n init notifications widgetsaddons xmlgui
18
USE_QT=		core dbus gui widgets xml \
18
USE_QT=		core dbus gui widgets xml \
(-)math/kcalc-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libgmp.so:math/gmp \
14
LIB_DEPENDS=	libgmp.so:math/gmp \
15
		libmpfr.so:math/mpfr
15
		libmpfr.so:math/mpfr
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	automoc4 kdelibs
18
USE_KDE=	automoc4 kdelibs
19
USE_QT=		xml qmake_build moc_build rcc_build uic_build
19
USE_QT=		xml qmake_build moc_build rcc_build uic_build
20
20
(-)math/kig/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	${PY_BOOST}
10
LIB_DEPENDS=	${PY_BOOST}
11
11
12
USES=		cmake:outsource gettext compiler:c++11-lib kde:5 \
12
USES=		cmake gettext compiler:c++11-lib kde:5 \
13
		python:2.7,run qt:5 shebangfix tar:xz
13
		python:2.7,run qt:5 shebangfix tar:xz
14
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
14
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
15
		crash doctools ecm emoticons i18n iconthemes init itemmodels \
15
		crash doctools ecm emoticons i18n iconthemes init itemmodels \
(-)math/kig-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	${PY_BOOST}
14
LIB_DEPENDS=	${PY_BOOST}
15
15
16
USES=		cmake:outsource compiler:c++11-lib kde:4 python:2.7,run \
16
USES=		cmake compiler:c++11-lib kde:4 python:2.7,run \
17
		qt:4 shebangfix tar:xz
17
		qt:4 shebangfix tar:xz
18
USE_KDE=	kdelibs soprano automoc4
18
USE_KDE=	kdelibs soprano automoc4
19
USE_QT=		corelib dbus gui network svg xml \
19
USE_QT=		corelib dbus gui network svg xml \
(-)math/kmplot/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Mathematical function plotter for KDE
8
COMMENT=	Mathematical function plotter for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash dbusaddons ecm emoticons guiaddons i18n \
12
		coreaddons crash dbusaddons ecm emoticons guiaddons i18n \
13
		iconthemes init itemmodels itemviews jobwidgets \
13
		iconthemes init itemmodels itemviews jobwidgets \
(-)math/kmplot-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
17
17
(-)math/labplot/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libgsl.so:math/gsl
16
LIB_DEPENDS=	libgsl.so:math/gsl
17
17
18
USES=		bison cmake:outsource desktop-file-utils kde:5 qt:5 shared-mime-info tar:xz
18
USES=		bison cmake desktop-file-utils kde:5 qt:5 shared-mime-info tar:xz
19
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
19
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
20
		coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \
20
		coreaddons crash ecm_build guiaddons i18n iconthemes itemviews \
21
		jobwidgets kdelibs4support kio newstuff notifications parts \
21
		jobwidgets kdelibs4support kio newstuff notifications parts \
(-)math/lean/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libgmp.so:math/gmp
15
LIB_DEPENDS=	libgmp.so:math/gmp
16
16
17
USES=		cmake:outsource
17
USES=		cmake
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	leanprover
19
GH_ACCOUNT=	leanprover
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
(-)math/liborigin/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
CONFLICTS_INSTALL=	labplot-2.*
18
CONFLICTS_INSTALL=	labplot-2.*
19
19
20
USES=		cmake:outsource
20
USES=		cmake
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
23
23
(-)math/libpgmath/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
BUILD_DEPENDS=	llvm60>=0:devel/llvm60
18
BUILD_DEPENDS=	llvm60>=0:devel/llvm60
19
RUN_DEPENDS=	llvm60>=0:devel/llvm60
19
RUN_DEPENDS=	llvm60>=0:devel/llvm60
20
20
21
USES=		cmake:outsource compiler:c++11-lib
21
USES=		cmake compiler:c++11-lib
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
(-)math/libpoly/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libgmp.so:math/gmp
14
LIB_DEPENDS=	libgmp.so:math/gmp
15
15
16
USES=		cmake:outsource
16
USES=		cmake
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	SRI-CSL
18
GH_ACCOUNT=	SRI-CSL
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)math/mathgl/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		libpng.so:graphics/png \
20
		libpng.so:graphics/png \
21
		libsz.so:science/szip
21
		libsz.so:science/szip
22
22
23
USES=		cmake:outsource jpeg gettext-runtime python:2.7
23
USES=		cmake jpeg gettext-runtime python:2.7
24
USE_GL=		gl glu glut
24
USE_GL=		gl glu glut
25
USE_XORG=	xi xmu
25
USE_XORG=	xi xmu
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)math/mkl-dnn/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
TEST_DEPENDS=	bash:shells/bash
17
TEST_DEPENDS=	bash:shells/bash
18
18
19
USES=		cmake:outsource compiler:c++11-lib
19
USES=		cmake compiler:c++11-lib
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	intel
21
GH_ACCOUNT=	intel
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)math/mlpack/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libboost_serialization.so:devel/boost-libs \
16
		libboost_serialization.so:devel/boost-libs \
17
		libarmadillo.so:math/armadillo
17
		libarmadillo.so:math/armadillo
18
18
19
USES=		cmake:outsource compiler:c++14-lang
19
USES=		cmake compiler:c++14-lang
20
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=false -DBUILD_CLI_EXECUTABLES=false -DBUILD_PYTHON_BINDINGS=false
20
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=false -DBUILD_CLI_EXECUTABLES=false -DBUILD_PYTHON_BINDINGS=false
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
(-)math/mppp/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
RUN_DEPENDS=	${LOCALBASE}/include/gmp.h:math/gmp \
17
RUN_DEPENDS=	${LOCALBASE}/include/gmp.h:math/gmp \
18
		${LOCALBASE}/include/mpfr.h:math/mpfr
18
		${LOCALBASE}/include/mpfr.h:math/mpfr
19
19
20
USES=		cmake:outsource
20
USES=		cmake
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	bluescarni
22
GH_ACCOUNT=	bluescarni
23
NO_BUILD=	yes
23
NO_BUILD=	yes
(-)math/nanoflann/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	jlblancoc
16
GH_ACCOUNT=	jlblancoc
17
17
(-)math/pantheon-calculator/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
LIB_DEPENDS=	libgranite.so:x11-toolkits/granite \
19
LIB_DEPENDS=	libgranite.so:x11-toolkits/granite \
20
		libgee-0.8.so:devel/libgee
20
		libgee-0.8.so:devel/libgee
21
21
22
USES=	cmake:outsource pkgconfig gettext tar:xz
22
USES=	cmake pkgconfig gettext tar:xz
23
USE_GNOME=	glib20 gtk30 cairo gdkpixbuf2 intltool
23
USE_GNOME=	glib20 gtk30 cairo gdkpixbuf2 intltool
24
24
25
GLIB_SCHEMAS=	org.pantheon.calculator.gschema.xml
25
GLIB_SCHEMAS=	org.pantheon.calculator.gschema.xml
(-)math/parmetis/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
OPENMPI_VARS_OFF=		MPICC=${LOCALBASE}/bin/mpicc \
28
OPENMPI_VARS_OFF=		MPICC=${LOCALBASE}/bin/mpicc \
29
				MPICXX=${LOCALBASE}/bin/mpicxx
29
				MPICXX=${LOCALBASE}/bin/mpicxx
30
30
31
USES=		cmake:noninja gmake
31
USES=		cmake:insource,noninja gmake
32
32
33
PLIST_FILES=	include/parmetis/metis.h \
33
PLIST_FILES=	include/parmetis/metis.h \
34
		include/parmetis/parmetis.h \
34
		include/parmetis/parmetis.h \
(-)math/pdal/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		liblaszip.so:archivers/laszip \
21
		liblaszip.so:archivers/laszip \
22
		libjsoncpp.so:devel/jsoncpp
22
		libjsoncpp.so:devel/jsoncpp
23
23
24
USES=		cmake:outsource compiler:c++11-lib pathfix pkgconfig
24
USES=		cmake compiler:c++11-lib pathfix pkgconfig
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	${PORTNAME:tu}
27
GH_ACCOUNT=	${PORTNAME:tu}
(-)math/petiga/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
24
WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
25
25
26
USES=		cmake:outsource compiler:c++14-lang fortran
26
USES=		cmake compiler:c++14-lang fortran
27
USE_XORG=	x11
27
USE_XORG=	x11
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
(-)math/piranha/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
BUILD_DEPENDS=	${HEADER_DEPENDS}
18
BUILD_DEPENDS=	${HEADER_DEPENDS}
19
RUN_DEPENDS=	${HEADER_DEPENDS}
19
RUN_DEPENDS=	${HEADER_DEPENDS}
20
20
21
USES=		cmake:outsource compiler:c++14-lang
21
USES=		cmake compiler:c++14-lang
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	bluescarni
23
GH_ACCOUNT=	bluescarni
24
NO_BUILD=	yes
24
NO_BUILD=	yes
(-)math/plplot/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
23
24
USE_GNOME=	cairo pango
24
USE_GNOME=	cairo pango
25
USE_PERL5=	build
25
USE_PERL5=	build
26
USES=		cmake:outsource gettext-runtime ghostscript localbase perl5 pathfix pkgconfig
26
USES=		cmake gettext-runtime ghostscript localbase perl5 pathfix pkgconfig
27
CMAKE_ARGS=	-DENABLE_java:BOOL=OFF \
27
CMAKE_ARGS=	-DENABLE_java:BOOL=OFF \
28
		-DENABLE_octave:BOOL=OFF \
28
		-DENABLE_octave:BOOL=OFF \
29
		-DENABLE_pdl:BOOL=OFF \
29
		-DENABLE_pdl:BOOL=OFF \
(-)math/py-libpoly/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpoly.so:math/libpoly
15
LIB_DEPENDS=	libpoly.so:math/libpoly
16
16
17
USES=		cmake:outsource localbase:ldflags python:2.7
17
USES=		cmake localbase:ldflags python:2.7
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	SRI-CSL
19
GH_ACCOUNT=	SRI-CSL
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
(-)math/py-piranha/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		libmpfr.so:math/mpfr \
21
		libmpfr.so:math/mpfr \
22
		${PY_BOOST}
22
		${PY_BOOST}
23
23
24
USES=		cmake:outsource compiler:c++14-lang python
24
USES=		cmake compiler:c++14-lang python
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	bluescarni
26
GH_ACCOUNT=	bluescarni
27
USE_PYTHON=	flavors
27
USE_PYTHON=	flavors
(-)math/qtoctave/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
USE_QT=		designer gui network script svg xml \
14
USE_QT=		designer gui network script svg xml \
15
		qmake_build moc_build rcc_build uic_build \
15
		qmake_build moc_build rcc_build uic_build \
16
		linguisttools_build
16
		linguisttools_build
17
USES=		cmake qt:4
17
USES=		cmake:insource qt:4
18
CMAKE_ARGS+=	-DWITH_UseRPMTools:Bool=Off
18
CMAKE_ARGS+=	-DWITH_UseRPMTools:Bool=Off
19
19
20
post-patch:
20
post-patch:
(-)math/rocs/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
10
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
11
11
12
USES=		cmake:outsource gettext grantlee:5 kde:5 qt:5 tar:xz
12
USES=		cmake gettext grantlee:5 kde:5 qt:5 tar:xz
13
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
14
		crash doctools ecm i18n itemviews jobwidgets kdeclarative \
14
		crash doctools ecm i18n itemviews jobwidgets kdeclarative \
15
		kio package parts service sonnet texteditor textwidgets \
15
		kio package parts service sonnet texteditor textwidgets \
(-)math/rocs-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
14
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
15
15
16
USES=		cmake:outsource grantlee:4 kde:4 qt:4 tar:xz
16
USES=		cmake grantlee:4 kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		gui qtestlib script scripttools webkit xml \
18
USE_QT=		gui qtestlib script scripttools webkit xml \
19
		moc_build qmake_build rcc_build uic_build
19
		moc_build qmake_build rcc_build uic_build
(-)math/scalapack/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
CONFLICTS=	elmer-mathlibs-1*
19
CONFLICTS=	elmer-mathlibs-1*
20
20
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
USES=		cmake fortran pathfix
22
USES=		cmake:insource fortran pathfix
23
CMAKE_ARGS_ST=	-DBUILD_STATIC_LIBS:BOOL=ON
23
CMAKE_ARGS_ST=	-DBUILD_STATIC_LIBS:BOOL=ON
24
CMAKE_ARGS_SH=	-DBUILD_SHARED_LIBS:BOOL=ON
24
CMAKE_ARGS_SH=	-DBUILD_SHARED_LIBS:BOOL=ON
25
CMAKE_ARGS=	${CMAKE_ARGS_ST}
25
CMAKE_ARGS=	${CMAKE_ARGS_ST}
(-)math/sleef/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
IGNORE_FreeBSD_10=	base compiler too old
15
IGNORE_FreeBSD_10=	base compiler too old
16
16
17
USES=		cmake:outsource compiler:c11
17
USES=		cmake compiler:c11
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
(-)math/speedcrunch/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LICENSE=	GPLv2+
14
LICENSE=	GPLv2+
15
15
16
USES=		cmake:outsource qt:5
16
USES=		cmake qt:5
17
17
18
BB_ACCOUNT=	heldercorreia
18
BB_ACCOUNT=	heldercorreia
19
BB_PROJECT=	${PORTNAME}
19
BB_PROJECT=	${PORTNAME}
(-)math/stp/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		libminisat.so:math/minisat \
20
		libminisat.so:math/minisat \
21
		libcryptominisat5.so:math/cryptominisat
21
		libcryptominisat5.so:math/cryptominisat
22
22
23
USES=		bison:build cmake:outsource perl5 python
23
USES=		bison:build cmake perl5 python
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
USE_PERL5=	build
25
USE_PERL5=	build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)math/sundials/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		cmake:outsource,noninja python:build # ninja doesn't support fortran
15
USES=		cmake:noninja python:build # ninja doesn't support fortran
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
CMAKE_ARGS=	-DPTHREAD_ENABLE:BOOL=ON \
18
CMAKE_ARGS=	-DPTHREAD_ENABLE:BOOL=ON \
(-)math/superlu/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LICENSE=	BSD3CLAUSE
16
LICENSE=	BSD3CLAUSE
17
LICENSE_FILE=	${WRKSRC}/License.txt
17
LICENSE_FILE=	${WRKSRC}/License.txt
18
18
19
USES=		cmake:outsource fortran
19
USES=		cmake fortran
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
WRKSRC=		${WRKDIR}/SuperLU_${PORTVERSION}
22
WRKSRC=		${WRKDIR}/SuperLU_${PORTVERSION}
(-)math/viennacl/Makefile (-1 / +1 lines)
Lines 18-23 Link Here
18
LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
18
LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
19
RUN_DEPENDS=	${LOCALBASE}/include/CL/opencl.h:devel/opencl
19
RUN_DEPENDS=	${LOCALBASE}/include/CL/opencl.h:devel/opencl
20
20
21
USES=		cmake:outsource compiler:openmp localbase
21
USES=		cmake compiler:openmp localbase
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)math/vtk5/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
26
27
SUB_FILES=	vtk.3
27
SUB_FILES=	vtk.3
28
28
29
USES=		alias cmake:outsource jpeg qt:4
29
USES=		alias cmake jpeg qt:4
30
USE_XORG=	xt
30
USE_XORG=	xt
31
USE_LDCONFIG=	${PREFIX}/lib/vtk-${PORTVERSION:R}
31
USE_LDCONFIG=	${PREFIX}/lib/vtk-${PORTVERSION:R}
32
CXXFLAGS+=	-DUSE_INTERP_ERRORLINE
32
CXXFLAGS+=	-DUSE_INTERP_ERRORLINE
(-)math/vtk6/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
CONFLICTS=	vtk5 vtk8
26
CONFLICTS=	vtk5 vtk8
27
USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
27
USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
28
USE_XORG=	xt sm ice x11 xext
28
USE_XORG=	xt sm ice x11 xext
29
USES=		alias cmake:outsource jpeg
29
USES=		alias cmake jpeg
30
CXXFLAGS+=	-I${LOCALBASE}/include
30
CXXFLAGS+=	-I${LOCALBASE}/include
31
31
32
VTK_SHORT_VER=	${PORTVERSION:R}
32
VTK_SHORT_VER=	${PORTVERSION:R}
(-)math/vtk8/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
CONFLICTS=	vtk5 vtk6
21
CONFLICTS=	vtk5 vtk6
22
22
23
USES=		alias cmake:outsource jpeg localbase
23
USES=		alias cmake jpeg localbase
24
USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
24
USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
25
USE_XORG=	ice x11 xt xext sm
25
USE_XORG=	ice x11 xt xext sm
26
26
(-)math/xlife++/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
BROKEN_aarch64=		fails to compile: BlasUtil.h:63:63: no type named 'ReturnType' in 'Eigen::ScalarBinaryOpTraits<__attribute__
16
BROKEN_aarch64=		fails to compile: BlasUtil.h:63:63: no type named 'ReturnType' in 'Eigen::ScalarBinaryOpTraits<__attribute__
17
17
18
USES=		cmake:outsource eigen:3 fortran tar:tbz
18
USES=		cmake eigen:3 fortran tar:tbz
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
CMAKE_OFF=	XLIFEPP_ENABLE_ARPACK # should be ON, but it fails to build. Reported to their bugs ML.
21
CMAKE_OFF=	XLIFEPP_ENABLE_ARPACK # should be ON, but it fails to build. Reported to their bugs ML.
(-)math/yacas/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
TEST_TARGET=	test
29
TEST_TARGET=	test
30
30
31
USES=		cmake:outsource compiler:c++11-lib
31
USES=		cmake compiler:c++11-lib
32
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
33
USE_GITHUB=	yes
33
USE_GITHUB=	yes
34
GH_ACCOUNT=	grzegorzmazur
34
GH_ACCOUNT=	grzegorzmazur
(-)misc/artikulate/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
10
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
11
		libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt@qt5
11
		libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt@qt5
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	archive attica auth codecs config configwidgets coreaddons \
14
USE_KDE=	archive attica auth codecs config configwidgets coreaddons \
15
		crash doctools ecm i18n kdeclarative newstuff service \
15
		crash doctools ecm i18n kdeclarative newstuff service \
16
		widgetsaddons xmlgui
16
		widgetsaddons xmlgui
(-)misc/bibletime/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libclucene-core.so:textproc/clucene \
15
LIB_DEPENDS=	libclucene-core.so:textproc/clucene \
16
		libsword.so:misc/sword
16
		libsword.so:misc/sword
17
17
18
USES=		cmake:outsource qt:5 tar:xz ssl
18
USES=		cmake qt:5 tar:xz ssl
19
USE_QT=		buildtools core dbus gui linguist_build network script svg \
19
USE_QT=		buildtools core dbus gui linguist_build network script svg \
20
		webkit xml qmake_build
20
		webkit xml qmake_build
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)misc/kde-thumbnailer-epub/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
PORTSCOUT=	limit:^1\.0
13
PORTSCOUT=	limit:^1\.0
14
14
15
USES=		cmake:outsource kde:4 qt:4
15
USES=		cmake kde:4 qt:4
16
USE_KDE=	kdelibs automoc4
16
USE_KDE=	kdelibs automoc4
17
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_QT=		moc_build qmake_build rcc_build uic_build
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)misc/kde-thumbnailer-fb2/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	KDE thumbnail generator for fb2 files
11
COMMENT=	KDE thumbnail generator for fb2 files
12
12
13
USES=		cmake:outsource kde:4 qt:4
13
USES=		cmake kde:4 qt:4
14
USE_KDE=	kdelibs automoc4
14
USE_KDE=	kdelibs automoc4
15
USE_QT=		moc_build qmake_build rcc_build uic_build
15
USE_QT=		moc_build qmake_build rcc_build uic_build
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)misc/kdeedu-data/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE edu data files
8
COMMENT=	KDE edu data files
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build qmake_build
12
USE_QT=		buildtools_build qmake_build
13
13
(-)misc/kf5-purpose/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5 \
10
LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5 \
11
		libkaccounts.so:net-im/kaccounts-integration
11
		libkaccounts.so:net-im/kaccounts-integration
12
12
13
USES=		cmake:outsource compiler:c++11-lang gettext \
13
USES=		cmake compiler:c++11-lang gettext \
14
		kde:5 pkgconfig qt:5 tar:xz
14
		kde:5 pkgconfig qt:5 tar:xz
15
USE_GNOME=	intltool
15
USE_GNOME=	intltool
16
USE_KDE=	config coreaddons ecm i18n kdeclarative kio service widgetsaddons
16
USE_KDE=	config coreaddons ecm i18n kdeclarative kio service widgetsaddons
(-)misc/kgeography/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE geography trainer
8
COMMENT=	KDE geography trainer
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools ecm \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools ecm \
12
		i18n iconthemes itemviews service widgetsaddons xmlgui
12
		i18n iconthemes itemviews service widgetsaddons xmlgui
13
USE_QT=		core dbus gui widgets xml \
13
USE_QT=		core dbus gui widgets xml \
(-)misc/kgeography-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
17
17
(-)misc/klettres/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Alphabet learning tool for KDE
8
COMMENT=	Alphabet learning tool for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
12
		crash doctools ecm emoticons i18n init itemmodels \
12
		crash doctools ecm emoticons i18n init itemmodels \
13
		kdelibs4support newstuff service widgetsaddons xmlgui
13
		kdelibs4support newstuff service widgetsaddons xmlgui
(-)misc/klettres-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
17
17
(-)misc/ktouch/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Touch typing tutor for KDE
8
COMMENT=	Touch typing tutor for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
12
		ecm i18n itemviews kcmutils kdeclarative kio newstuff package \
12
		ecm i18n itemviews kcmutils kdeclarative kio newstuff package \
13
		parts service sonnet texteditor textwidgets widgetsaddons \
13
		parts service sonnet texteditor textwidgets widgetsaddons \
(-)misc/ktouch-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtquickcharts-kde4
14
RUN_DEPENDS=	${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtquickcharts-kde4
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		corelib declarative opengl phonon script sql xmlpatterns \
18
USE_QT=		corelib declarative opengl phonon script sql xmlpatterns \
19
		moc_build qmake_build rcc_build uic_build
19
		moc_build qmake_build rcc_build uic_build
(-)misc/kwordquiz/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Flash card trainer for KDE Applications
8
COMMENT=	Flash card trainer for KDE Applications
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash doctools ecm emoticons guiaddons i18n \
12
		coreaddons crash doctools ecm emoticons guiaddons i18n \
13
		iconthemes init itemmodels itemviews jobwidgets kdeclarative \
13
		iconthemes init itemmodels itemviews jobwidgets kdeclarative \
(-)misc/kwordquiz-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs libkeduvocdocument automoc4
15
USE_KDE=	kdelibs libkeduvocdocument automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)misc/libkdeedu-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		corelib gui xml moc_build qmake_build rcc_build uic_build
16
USE_QT=		corelib gui xml moc_build qmake_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)misc/libkeduvocdocument/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Library for reading and writing vocabulary files
8
COMMENT=	Library for reading and writing vocabulary files
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive config coreaddons ecm i18n kio service
11
USE_KDE=	archive config coreaddons ecm i18n kio service
12
USE_QT=		core gui xml \
12
USE_QT=		core gui xml \
13
		buildtools_build qmake_build
13
		buildtools_build qmake_build
(-)misc/libpredict/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	la1k
16
GH_ACCOUNT=	la1k
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)misc/libsweep-lidar/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Weverything"
14
BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Weverything"
15
15
16
USES=			cmake:outsource
16
USES=			cmake
17
USE_GITHUB=		yes
17
USE_GITHUB=		yes
18
GH_ACCOUNT=		scanse
18
GH_ACCOUNT=		scanse
19
GH_PROJECT=		sweep-sdk
19
GH_PROJECT=		sweep-sdk
(-)misc/morse/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		cmake:outsource pkgconfig python:3.4+ shebangfix
15
USES=		cmake pkgconfig python:3.4+ shebangfix
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	${PORTNAME}-simulator
17
GH_ACCOUNT=	${PORTNAME}-simulator
18
SHEBANG_FILES=	bin/morse_inspector
18
SHEBANG_FILES=	bin/morse_inspector
(-)misc/ompl/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
16
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
17
17
18
USES=		cmake:outsource eigen:3 pkgconfig zip
18
USES=		cmake eigen:3 pkgconfig zip
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
CMAKE_OFF=	OMPL_REGISTRATION OMPL_BUILD_TESTS OMPL_BUILD_DEMOS
21
CMAKE_OFF=	OMPL_REGISTRATION OMPL_BUILD_TESTS OMPL_BUILD_DEMOS
(-)misc/openhmd/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libhidapi.so:comms/hidapi
15
LIB_DEPENDS=	libhidapi.so:comms/hidapi
16
16
17
USES=		cmake:outsource compiler:c++11-lang
17
USES=		cmake compiler:c++11-lang
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
(-)misc/openmvg/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libpng.so:graphics/png \
18
		libpng.so:graphics/png \
19
		libtiff.so:graphics/tiff
19
		libtiff.so:graphics/tiff
20
20
21
USES=		cmake:outsource eigen:3 jpeg qt:5
21
USES=		cmake eigen:3 jpeg qt:5
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	openMVG
23
GH_ACCOUNT=	openMVG
24
GH_PROJECT=	openMVG
24
GH_PROJECT=	openMVG
(-)misc/parley/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
11
		docbook-xml>0:textproc/docbook-xml
11
		docbook-xml>0:textproc/docbook-xml
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_GNOME=	libxml2 libxslt
14
USE_GNOME=	libxml2 libxslt
15
USE_KDE=	attica auth codecs completion configwidgets coreaddons config \
15
USE_KDE=	attica auth codecs completion configwidgets coreaddons config \
16
		crash doctools ecm i18n jobwidgets kcmutils kio newstuff \
16
		crash doctools ecm i18n jobwidgets kcmutils kio newstuff \
(-)misc/parley-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_GNOME=	libxml2 libxslt
15
USE_GNOME=	libxml2 libxslt
16
USE_KDE=	kdelibs libkeduvocdocument attica automoc4
16
USE_KDE=	kdelibs libkeduvocdocument attica automoc4
17
USE_QT=		corelib gui moc_build qmake_build rcc_build uic_build
17
USE_QT=		corelib gui moc_build qmake_build rcc_build uic_build
(-)misc/py-SoapySDR/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
BUILD_DEPENDS=	swig3.0:devel/swig30
17
BUILD_DEPENDS=	swig3.0:devel/swig30
18
LIB_DEPENDS=	libSoapySDR.so:misc/soapysdr
18
LIB_DEPENDS=	libSoapySDR.so:misc/soapysdr
19
19
20
USES=		cmake:outsource compiler:c++11-lang python
20
USES=		cmake compiler:c++11-lang python
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	pothosware
22
GH_ACCOUNT=	pothosware
23
USE_PYTHON=	flavors
23
USE_PYTHON=	flavors
(-)misc/raspberrypi-userland/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
CONFLICTS_INSTALL=	libglesv2 libEGL
15
CONFLICTS_INSTALL=	libglesv2 libEGL
16
16
17
USES=		cmake:outsource pkgconfig shebangfix
17
USES=		cmake pkgconfig shebangfix
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	gonzoua
20
GH_ACCOUNT=	gonzoua
(-)misc/soapysdr/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	BSL
12
LICENSE=	BSL
13
LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
14
14
15
USES=		cmake:outsource compiler:c++11-lang
15
USES=		cmake compiler:c++11-lang
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	pothosware
17
GH_ACCOUNT=	pothosware
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)misc/visp/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		libpng16.so:graphics/png \
20
		libpng16.so:graphics/png \
21
		libv4l2.so:multimedia/libv4l
21
		libv4l2.so:multimedia/libv4l
22
22
23
USES=		cmake:outsource eigen:3 fortran jpeg
23
USES=		cmake eigen:3 fortran jpeg
24
USE_GNOME=	libxml2
24
USE_GNOME=	libxml2
25
USE_XORG=	ice sm x11 xext
25
USE_XORG=	ice sm x11 xext
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)multimedia/Bento4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
BROKEN_aarch64=		fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
14
BROKEN_aarch64=		fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
15
15
16
USES=		cmake:outsource,noninja
16
USES=		cmake:noninja
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	axiomatic-systems
19
GH_ACCOUNT=	axiomatic-systems
(-)multimedia/aom/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS_amd64=	nasm:devel/nasm
16
BUILD_DEPENDS_amd64=	nasm:devel/nasm
17
BUILD_DEPENDS_i386=	nasm:devel/nasm
17
BUILD_DEPENDS_i386=	nasm:devel/nasm
18
18
19
USES=		cmake:outsource compiler:c++11-lib perl5
19
USES=		cmake compiler:c++11-lib perl5
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
USE_PERL5=	build
21
USE_PERL5=	build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)multimedia/ccextractor/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
		libx265.so:multimedia/x265 \
29
		libx265.so:multimedia/x265 \
30
		libxvidcore.so:multimedia/xvid
30
		libxvidcore.so:multimedia/xvid
31
31
32
USES=		cmake:outsource iconv localbase:ldflags pkgconfig
32
USES=		cmake iconv localbase:ldflags pkgconfig
33
USE_GITHUB=	yes
33
USE_GITHUB=	yes
34
GH_ACCOUNT=	CCExtractor
34
GH_ACCOUNT=	CCExtractor
35
USE_XORG=	x11
35
USE_XORG=	x11
(-)multimedia/chilitags/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libopencv_imgproc.so:graphics/opencv-core \
15
LIB_DEPENDS=	libopencv_imgproc.so:graphics/opencv-core \
16
		libopencv_video.so:graphics/opencv
16
		libopencv_video.so:graphics/opencv
17
17
18
USES=		cmake:outsource
18
USES=		cmake
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	chili-epfl
20
GH_ACCOUNT=	chili-epfl
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)multimedia/dragon/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
14
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
15
		dbusaddons doctools ecm  kio service sonnet textwidgets i18n \
15
		dbusaddons doctools ecm  kio service sonnet textwidgets i18n \
16
		iconthemes jobwidgets notifications parts solid widgetsaddons \
16
		iconthemes jobwidgets notifications parts solid widgetsaddons \
(-)multimedia/dragon-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	automoc4 kdelibs
18
USE_KDE=	automoc4 kdelibs
19
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
19
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
20
20
(-)multimedia/ffmpegthumbnailer/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	dirkvdb
19
GH_ACCOUNT=	dirkvdb
20
20
21
USES=		cmake:outsource compiler:c++11-lib jpeg localbase pathfix pkgconfig
21
USES=		cmake compiler:c++11-lib jpeg localbase pathfix pkgconfig
22
USE_GNOME=	glib20
22
USE_GNOME=	glib20
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
(-)multimedia/gstreamer1-qt/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
CONFLICTS_INSTALL=	gstreamer${PKGNAMESUFFIX}-*
20
CONFLICTS_INSTALL=	gstreamer${PKGNAMESUFFIX}-*
21
21
22
USES=		bison cmake:outsource pathfix pkgconfig tar:xz
22
USES=		bison cmake pathfix pkgconfig tar:xz
23
USE_GSTREAMER1=	yes
23
USE_GSTREAMER1=	yes
24
24
25
USE_GL=		gl
25
USE_GL=		gl
(-)multimedia/kamoso/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
11
12
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
13
USE_GNOME=	glib20
13
USE_GNOME=	glib20
14
USE_GSTREAMER1=	yes
14
USE_GSTREAMER1=	yes
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
(-)multimedia/kdemultimedia-ffmpegthumbs/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LIB_DEPENDS=	libswscale.so:multimedia/ffmpeg
13
LIB_DEPENDS=	libswscale.so:multimedia/ffmpeg
14
14
15
USES=		cmake:outsource kde:5 pkgconfig qt:5 tar:xz
15
USES=		cmake kde:5 pkgconfig qt:5 tar:xz
16
USE_KDE=	completion config coreaddons i18n jobwidgets kio service widgetsaddons
16
USE_KDE=	completion config coreaddons i18n jobwidgets kio service widgetsaddons
17
USE_QT=		core dbus gui network widgets xml \
17
USE_QT=		core dbus gui network widgets xml \
18
		buildtools_build qmake_build
18
		buildtools_build qmake_build
(-)multimedia/kdemultimedia-ffmpegthumbs-kde4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
LIB_DEPENDS=	libswscale.so:multimedia/ffmpeg
19
LIB_DEPENDS=	libswscale.so:multimedia/ffmpeg
20
20
21
USES=		cmake:outsource kde:4 pkgconfig qt:4 tar:xz
21
USES=		cmake kde:4 pkgconfig qt:4 tar:xz
22
USE_KDE=	automoc4 kdelibs
22
USE_KDE=	automoc4 kdelibs
23
USE_QT=		moc_build qmake_build rcc_build uic_build \
23
USE_QT=		moc_build qmake_build rcc_build uic_build \
24
		corelib dbus gui network svg xml
24
		corelib dbus gui network svg xml
(-)multimedia/kdemultimedia-mplayerthumbs-kde4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
RUN_DEPENDS=	mplayer:multimedia/mplayer
19
RUN_DEPENDS=	mplayer:multimedia/mplayer
20
20
21
USES=		cmake:outsource kde:4 qt:4 tar:xz
21
USES=		cmake kde:4 qt:4 tar:xz
22
USE_KDE=	automoc4 kdelibs
22
USE_KDE=	automoc4 kdelibs
23
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
23
USE_QT=		phonon moc_build qmake_build rcc_build uic_build
24
24
(-)multimedia/kdenlive/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \
15
RUN_DEPENDS=	ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \
16
		${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt5
16
		${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt5
17
17
18
USES=		cmake:outsource desktop-file-utils gettext-tools pkgconfig \
18
USES=		cmake desktop-file-utils gettext-tools pkgconfig \
19
		qt:5 shared-mime-info kde:5 tar:xz
19
		qt:5 shared-mime-info kde:5 tar:xz
20
USE_GL=		gl glu
20
USE_GL=		gl glu
21
USE_KDE=	archive attica auth bookmarks codecs completion config \
21
USE_KDE=	archive attica auth bookmarks codecs completion config \
(-)multimedia/kf5-kmediaplayer/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 plugin interface for media player features
8
COMMENT=	KF5 plugin interface for media player features
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		ecm i18n jobwidgets kio parts service sonnet textwidgets \
12
		ecm i18n jobwidgets kio parts service sonnet textwidgets \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)multimedia/kmplayer-kde4/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
		libfontconfig.so:x11-fonts/fontconfig
27
		libfontconfig.so:x11-fonts/fontconfig
28
RUN_DEPENDS=	mplayer:multimedia/mplayer
28
RUN_DEPENDS=	mplayer:multimedia/mplayer
29
29
30
USES=		cmake:outsource gettext-runtime kde:4 pkgconfig qt:4
30
USES=		cmake gettext-runtime kde:4 pkgconfig qt:4
31
USE_GNOME=	cairo gdkpixbuf2 gtk20
31
USE_GNOME=	cairo gdkpixbuf2 gtk20
32
USE_QT=		corelib dbus gui network svg xml \
32
USE_QT=		corelib dbus gui network svg xml \
33
		moc_build qmake_build rcc_build uic_build
33
		moc_build qmake_build rcc_build uic_build
(-)multimedia/kodi-addon-pvr-hts/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libkodiplatform.so:devel/kodi-platform
15
		libkodiplatform.so:devel/kodi-platform
16
RUN_DEPENDS=	kodi:multimedia/kodi
16
RUN_DEPENDS=	kodi:multimedia/kodi
17
17
18
USES=		cmake:outsource,noninja
18
USES=		cmake:noninja
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	kodi-pvr
21
GH_ACCOUNT=	kodi-pvr
(-)multimedia/kodi-addon-pvr-iptvsimple/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libkodiplatform.so:devel/kodi-platform
16
		libkodiplatform.so:devel/kodi-platform
17
RUN_DEPENDS=	kodi:multimedia/kodi
17
RUN_DEPENDS=	kodi:multimedia/kodi
18
18
19
USES=		cmake:outsource,noninja
19
USES=		cmake:noninja
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	kodi-pvr
22
GH_ACCOUNT=	kodi-pvr
(-)multimedia/kodi-devel/Makefile (-1 / +1 lines)
Lines 48-54 Link Here
48
# Building libcpluff.a requires autoreconf and gmake.  Using ninja
48
# Building libcpluff.a requires autoreconf and gmake.  Using ninja
49
# leads to dependency problems where libcpluff.a is not yet finished
49
# leads to dependency problems where libcpluff.a is not yet finished
50
# building when it's required.
50
# building when it's required.
51
USES=		autoreconf:build cmake:outsource,noninja compiler:c++11-lib \
51
USES=		autoreconf:build cmake:noninja compiler:c++11-lib \
52
		gettext gmake gnome iconv:wchar_t jpeg libtool pkgconfig \
52
		gettext gmake gnome iconv:wchar_t jpeg libtool pkgconfig \
53
		python:2.7 ssl sqlite
53
		python:2.7 ssl sqlite
54
USE_GITHUB=	yes
54
USE_GITHUB=	yes
(-)multimedia/libuvc/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
13
14
USES=		cmake:outsource jpeg pkgconfig
14
USES=		cmake jpeg pkgconfig
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	ktossell
16
GH_ACCOUNT=	ktossell
17
17
(-)multimedia/nordlicht/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
22
23
USES=		cmake:outsource pkgconfig shebangfix
23
USES=		cmake pkgconfig shebangfix
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
PLIST_SUB=	PORTVERSION=${PORTVERSION}
26
PLIST_SUB=	PORTVERSION=${PORTVERSION}
(-)multimedia/obs-studio/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
		libv4l2.so:multimedia/libv4l \
33
		libv4l2.so:multimedia/libv4l \
34
		libx264.so:multimedia/libx264
34
		libx264.so:multimedia/libx264
35
35
36
USES=		cmake:outsource compiler:c++11-lib lua pkgconfig python:3.4+ qt:5
36
USES=		cmake compiler:c++11-lib lua pkgconfig python:3.4+ qt:5
37
USE_GITHUB=	yes
37
USE_GITHUB=	yes
38
GH_ACCOUNT=	obsproject
38
GH_ACCOUNT=	obsproject
39
USE_QT=		core gui widgets x11extras buildtools_build imageformats_run qmake_build
39
USE_QT=		core gui widgets x11extras buildtools_build imageformats_run qmake_build
(-)multimedia/phonon-designerplugin/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
qt4_PKGNAMESUFFIX=	-designerplugin-qt4
17
qt4_PKGNAMESUFFIX=	-designerplugin-qt4
18
qt5_PKGNAMESUFFIX=	-designerplugin-qt5
18
qt5_PKGNAMESUFFIX=	-designerplugin-qt5
19
19
20
USES=		cmake tar:xz
20
USES=		cmake:insource tar:xz
21
21
22
.  if ${FLAVOR} == qt4
22
.  if ${FLAVOR} == qt4
23
USES+=		kde:4 qt:4
23
USES+=		kde:4 qt:4
(-)multimedia/phonon-vlc/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
qt4_LIB_DEPENDS=	libvlc.so:multimedia/vlc-qt4
21
qt4_LIB_DEPENDS=	libvlc.so:multimedia/vlc-qt4
22
qt5_LIB_DEPENDS=	libvlc.so:multimedia/vlc
22
qt5_LIB_DEPENDS=	libvlc.so:multimedia/vlc
23
23
24
USES=		cmake:outsource pkgconfig tar:xz
24
USES=		cmake pkgconfig tar:xz
25
25
26
.  if ${FLAVOR} == qt4
26
.  if ${FLAVOR} == qt4
27
USES+=		kde:4 qt:4
27
USES+=		kde:4 qt:4
(-)multimedia/qmmp/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
CONFLICTS=	${PORTNAME}-qt5-1.*
16
CONFLICTS=	${PORTNAME}-qt5-1.*
17
PORTSCOUT=	limit:^0.*
17
PORTSCOUT=	limit:^0.*
18
18
19
USES=		cmake:outsource localbase pathfix pkgconfig qt:4 tar:bzip2
19
USES=		cmake localbase pathfix pkgconfig qt:4 tar:bzip2
20
USE_QT=		corelib gui network xml \
20
USE_QT=		corelib gui network xml \
21
		linguisttools_build moc_build qmake_build rcc_build uic_build
21
		linguisttools_build moc_build qmake_build rcc_build uic_build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)multimedia/qmmp-plugin-pack/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
CONFLICTS=	${PORTNAME}-qt5-1.*
19
CONFLICTS=	${PORTNAME}-qt5-1.*
20
PORTSCOUT=	limit:^0.*
20
PORTSCOUT=	limit:^0.*
21
21
22
USES=		cmake:outsource localbase pkgconfig qt:4 tar:bzip2
22
USES=		cmake localbase pkgconfig qt:4 tar:bzip2
23
USE_QT=		corelib gui linguisttools_build moc_build qmake_build rcc_build
23
USE_QT=		corelib gui linguisttools_build moc_build qmake_build rcc_build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
(-)multimedia/qmmp-plugin-pack-qt5/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
CONFLICTS=	${PORTNAME}-0.*
20
CONFLICTS=	${PORTNAME}-0.*
21
PORTSCOUT=	limit:^1\..*
21
PORTSCOUT=	limit:^1\..*
22
22
23
USES=		cmake:outsource pkgconfig qt:5 tar:bzip2
23
USES=		cmake pkgconfig qt:5 tar:bzip2
24
USE_QT=		core gui widgets \
24
USE_QT=		core gui widgets \
25
		buildtools_build linguisttools_build qmake_build
25
		buildtools_build linguisttools_build qmake_build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)multimedia/qmmp-qt5/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
CONFLICTS=	${PORTNAME}-0.*
17
CONFLICTS=	${PORTNAME}-0.*
18
PORTSCOUT=	limit:^1\..*
18
PORTSCOUT=	limit:^1\..*
19
19
20
USES=		cmake:outsource pathfix pkgconfig qt:5 tar:bzip2
20
USES=		cmake pathfix pkgconfig qt:5 tar:bzip2
21
USE_QT=		core gui network widgets xml \
21
USE_QT=		core gui network widgets xml \
22
		buildtools_build linguisttools_build qmake_build
22
		buildtools_build linguisttools_build qmake_build
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)multimedia/simplescreenrecorder/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LIB_DEPENDS=	libasound.so:audio/alsa-lib \
13
LIB_DEPENDS=	libasound.so:audio/alsa-lib \
14
		libavformat.so:multimedia/ffmpeg
14
		libavformat.so:multimedia/ffmpeg
15
15
16
USES=		cmake:outsource pkgconfig qt:5
16
USES=		cmake pkgconfig qt:5
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	MaartenBaert
18
GH_ACCOUNT=	MaartenBaert
19
GH_PROJECT=	ssr
19
GH_PROJECT=	ssr
(-)multimedia/subtitlecomposer-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libicui18n.so:devel/icu
15
LIB_DEPENDS=	libicui18n.so:devel/icu
16
16
17
USES=		cmake:outsource gettext kde:4 qt:4 shared-mime-info
17
USES=		cmake gettext kde:4 qt:4 shared-mime-info
18
USE_KDE=	kdelibs automoc4
18
USE_KDE=	kdelibs automoc4
19
USE_QT=		qmake_build moc_build rcc_build uic_build phonon
19
USE_QT=		qmake_build moc_build rcc_build uic_build phonon
20
USE_CXXSTD=	gnu++98
20
USE_CXXSTD=	gnu++98
(-)multimedia/vtkmpeg2encode/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LICENSE_FILE=	${WRKSRC}/mpeg2enc.h
16
LICENSE_FILE=	${WRKSRC}/mpeg2enc.h
17
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
18
19
USES=		cmake
19
USES=		cmake:insource
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
CMAKE_ARGS?=	-DBUILD_SHARED_LIBS:BOOL=ON
21
CMAKE_ARGS?=	-DBUILD_SHARED_LIBS:BOOL=ON
22
VTK_VERSION=	5.10.1
22
VTK_VERSION=	5.10.1
(-)multimedia/zoneminder/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
GH_PROJECT=	ZoneMinder
35
GH_PROJECT=	ZoneMinder
36
GH_TUPLE=	FriendsOfCake:crud:c3976f1:crud
36
GH_TUPLE=	FriendsOfCake:crud:c3976f1:crud
37
37
38
USES=		cmake:noninja jpeg mysql perl5 php shebangfix ssl
38
USES=		cmake:insource,noninja jpeg mysql perl5 php shebangfix ssl
39
USE_RC_SUBR=	zoneminder
39
USE_RC_SUBR=	zoneminder
40
USE_PHP=	json pdo_mysql session gd sockets ctype opcache
40
USE_PHP=	json pdo_mysql session gd sockets ctype opcache
41
41
(-)multimedia/zoneminder-h264/Makefile (-1 / +1 lines)
Lines 41-47 Link Here
41
GH_TUPLE=	zoneminder:ZoneMinder:e723b6d \
41
GH_TUPLE=	zoneminder:ZoneMinder:e723b6d \
42
		FriendsOfCake:crud:c3976f1:crud
42
		FriendsOfCake:crud:c3976f1:crud
43
43
44
USES=		cmake:noninja jpeg mysql perl5 php shebangfix ssl
44
USES=		cmake:insource,noninja jpeg mysql perl5 php shebangfix ssl
45
USE_RC_SUBR=	zoneminder
45
USE_RC_SUBR=	zoneminder
46
USE_PHP=	json pdo_mysql session gd sockets ctype
46
USE_PHP=	json pdo_mysql session gd sockets ctype
47
47
(-)net/akonadi-calendar/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		dbusaddons ecm kdelibs4support i18n iconthemes itemmodels \
14
		dbusaddons ecm kdelibs4support i18n iconthemes itemmodels \
15
		jobwidgets kio service wallet widgetsaddons xmlgui
15
		jobwidgets kio service wallet widgetsaddons xmlgui
(-)net/akonadi-contacts/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
COMMENT=	Libraries and daemons to implement Contact Management in Akonadi
8
COMMENT=	Libraries and daemons to implement Contact Management in Akonadi
9
LICENSE=	LGPL21
9
LICENSE=	LGPL21
10
10
11
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 \
11
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 \
12
		qt:5 tar:xz
12
		qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		dbusaddons ecm i18n iconthemes itemmodels jobwidgets kio \
14
		dbusaddons ecm i18n iconthemes itemmodels jobwidgets kio \
(-)net/akonadi-mime/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
13
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
14
		i18n itemmodels kio service widgetsaddons xmlgui
14
		i18n itemmodels kio service widgetsaddons xmlgui
15
# pim components
15
# pim components
(-)net/akonadi-notes/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	ecm i18n
13
USE_KDE=	ecm i18n
14
# pim components
14
# pim components
15
USE_KDE+=	akonadi mime
15
USE_KDE+=	akonadi mime
(-)net/akonadi-search/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libxapian.so:databases/xapian-core
12
LIB_DEPENDS=	libxapian.so:databases/xapian-core
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USE_KDE=	auth codecs completion config configwidgets coreaddons \
15
USE_KDE=	auth codecs completion config configwidgets coreaddons \
16
		crash ecm i18n itemmodels kcmutils package plasma-framework \
16
		crash ecm i18n itemmodels kcmutils package plasma-framework \
17
		runner service widgetsaddons
17
		runner service widgetsaddons
(-)net/calendarsupport/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
15
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
16
		guiaddons i18n iconthemes itemmodels jobwidgets kio service \
16
		guiaddons i18n iconthemes itemmodels jobwidgets kio service \
17
		widgetsaddons
17
		widgetsaddons
(-)net/ceph/Makefile (-1 / +1 lines)
Lines 46-52 Link Here
46
CONFLICTS_INSTALL=	ceph-devel
46
CONFLICTS_INSTALL=	ceph-devel
47
PORTSCOUT=	limit:^v12\.
47
PORTSCOUT=	limit:^v12\.
48
48
49
USES=		cmake:outsource,noninja fuse gettext-runtime gmake \
49
USES=		cmake:noninja fuse gettext-runtime gmake \
50
		pkgconfig python:2.7 shebangfix ssl
50
		pkgconfig python:2.7 shebangfix ssl
51
USE_PYTHON=	cython
51
USE_PYTHON=	cython
52
USE_OPENLDAP=	yes
52
USE_OPENLDAP=	yes
(-)net/crtmpserver/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv3+
13
LICENSE=	GPLv3+
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		cmake:outsource lua ssl
16
USES=		cmake lua ssl
17
CMAKE_SOURCE_PATH=	${WRKSRC}/builders/cmake
17
CMAKE_SOURCE_PATH=	${WRKSRC}/builders/cmake
18
CMAKE_ARGS=	-DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION}
18
CMAKE_ARGS=	-DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION}
19
MAKE_JOBS_UNSAFE=	yes
19
MAKE_JOBS_UNSAFE=	yes
(-)net/eternalterminal/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libprotobuf.so:devel/protobuf \
16
		libprotobuf.so:devel/protobuf \
17
		libsodium.so:security/libsodium
17
		libsodium.so:security/libsodium
18
18
19
USES=		cmake:outsource ncurses
19
USES=		cmake ncurses
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	MisterTea
21
GH_ACCOUNT=	MisterTea
22
GH_PROJECT=	EternalTerminal
22
GH_PROJECT=	EternalTerminal
(-)net/eventviews/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LIB_DEPENDS=	libKGantt.so:graphics/kdiagram  \
12
LIB_DEPENDS=	libKGantt.so:graphics/kdiagram  \
13
		libboost_system.so:devel/boost-libs
13
		libboost_system.so:devel/boost-libs
14
14
15
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
16
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
17
		guiaddons i18n iconthemes itemmodels service widgetsaddons
17
		guiaddons i18n iconthemes itemmodels service widgetsaddons
18
# pim components
18
# pim components
(-)net/freerdp/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim
17
LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim
18
18
19
USES=		alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
19
USES=		alias cmake compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
CPE_VENDOR=	freerdp_project
21
CPE_VENDOR=	freerdp_project
22
22
(-)net/freerdp1/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
GH_PROJECT=	${GH_ACCOUNT}
20
GH_PROJECT=	${GH_ACCOUNT}
21
GH_TAGNAME=	f5ff6e1
21
GH_TAGNAME=	f5ff6e1
22
22
23
USES=		alias cmake:outsource compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
23
USES=		alias cmake compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
CPE_VENDOR=	freerdp_project
25
CPE_VENDOR=	freerdp_project
26
26
(-)net/incidenceeditor/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LIB_DEPENDS=	libKGantt.so:graphics/kdiagram \
12
LIB_DEPENDS=	libKGantt.so:graphics/kdiagram \
13
		libboost_system.so:devel/boost-libs
13
		libboost_system.so:devel/boost-libs
14
14
15
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
16
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
17
		i18n iconthemes itemmodels jobwidgets kio service sonnet \
17
		i18n iconthemes itemmodels jobwidgets kio service sonnet \
18
		textwidgets wallet widgetsaddons xmlgui
18
		textwidgets wallet widgetsaddons xmlgui
(-)net/kalarmcal/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
		coreaddons crash ecm guiaddons holidays i18n iconthemes \
14
		coreaddons crash ecm guiaddons holidays i18n iconthemes \
15
		itemmodels itemviews jobwidgets kdelibs4support kio \
15
		itemmodels itemviews jobwidgets kdelibs4support kio \
(-)net/kblog/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	config coreaddons ecm i18n kdelibs4support kio service xmlrpcclient
13
USE_KDE=	config coreaddons ecm i18n kdelibs4support kio service xmlrpcclient
14
# pim components
14
# pim components
15
USE_KDE+=	calendarcore syndication
15
USE_KDE+=	calendarcore syndication
(-)net/kcalcore/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libical.so:devel/libical
12
LIB_DEPENDS=	libical.so:devel/libical
13
13
14
USES=		bison cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USES=		bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USE_KDE=	ecm emoticons init itemmodels itemviews kdelibs4support
15
USE_KDE=	ecm emoticons init itemmodels itemviews kdelibs4support
16
USE_QT=		core gui \
16
USE_QT=		core gui \
17
		buildtools_build qmake_build
17
		buildtools_build qmake_build
(-)net/kcalutils/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
13
USE_KDE=	codecs config coreaddons ecm i18n iconthemes kdelibs4support \
13
USE_KDE=	codecs config coreaddons ecm i18n iconthemes kdelibs4support \
14
		widgetsaddons
14
		widgetsaddons
15
# pim components
15
# pim components
(-)net/kcontacts/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	ecm codecs config coreaddons i18n
13
USE_KDE=	ecm codecs config coreaddons i18n
14
USE_QT=		core dbus gui \
14
USE_QT=		core dbus gui \
15
		buildtools_build qmake_build
15
		buildtools_build qmake_build
(-)net/kdav/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	A DAV protocol implementation with KJobs
8
COMMENT=	A DAV protocol implementation with KJobs
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	config coreaddons ecm i18n kio service
11
USE_KDE=	config coreaddons ecm i18n kio service
12
USE_QT=		core dbus gui network xml xmlpatterns \
12
USE_QT=		core dbus gui network xml xmlpatterns \
13
		buildtools_build qmake_build
13
		buildtools_build qmake_build
(-)net/kdenetwork-filesharing/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE Filesharing via Samba
8
COMMENT=	KDE Filesharing via Samba
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	completion config coreaddons doctools ecm i18n jobwidgets kio \
11
USE_KDE=	completion config coreaddons doctools ecm i18n jobwidgets kio \
12
		service widgetsaddons
12
		service widgetsaddons
13
USE_QT=		core gui network widgets \
13
USE_QT=		core gui network widgets \
(-)net/kdenetwork-filesharing-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	kdelibs automoc4
16
USE_KDE=	kdelibs automoc4
17
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_QT=		moc_build qmake_build rcc_build uic_build
18
18
(-)net/kdenetwork-strigi-analyzers-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
15
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs strigi automoc4
18
USE_KDE=	kdelibs strigi automoc4
19
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_QT=		moc_build qmake_build rcc_build uic_build
20
20
(-)net/kf5-kholidays/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	ecm emoticons kdelibs4support init itemmodels itemviews
13
USE_KDE=	ecm emoticons kdelibs4support init itemmodels itemviews
14
USE_QT=		core gui qml buildtools_build qmake_build
14
USE_QT=		core gui qml buildtools_build qmake_build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
(-)net/kf5-kxmlrpcclient/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 interaction with XMLRPC services
8
COMMENT=	KF5 interaction with XMLRPC services
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	config coreaddons ecm doctools i18n kio service
11
USE_KDE=	config coreaddons ecm doctools i18n kio service
12
USE_QT=		buildtools_build core gui qmake_build xml
12
USE_QT=		buildtools_build core gui qmake_build xml
13
13
(-)net/kf5-syndication/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LICENSE=	LGPL21
11
LICENSE=	LGPL21
12
12
13
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USE_KDE=	codecs config coreaddons ecm kio service
14
USE_KDE=	codecs config coreaddons ecm kio service
15
USE_QT=		core gui xml \
15
USE_QT=		core gui xml \
16
		buildtools_build qmake_build
16
		buildtools_build qmake_build
(-)net/kget/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libqca-qt5.so:devel/qca@qt5 \
17
		libqca-qt5.so:devel/qca@qt5 \
18
		libqgpgme.so:security/gpgme-qt5
18
		libqgpgme.so:security/gpgme-qt5
19
19
20
USES=		cmake:outsource kde:5 qt:5 shebangfix sqlite tar:xz
20
USES=		cmake kde:5 qt:5 shebangfix sqlite tar:xz
21
21
22
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
22
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
23
		coreaddons crash dbusaddons emoticons guiaddons i18n \
23
		coreaddons crash dbusaddons emoticons guiaddons i18n \
(-)net/kget-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libqca.so:devel/qca@qt4 \
17
		libqca.so:devel/qca@qt4 \
18
		libboost_thread.so:devel/boost-libs
18
		libboost_thread.so:devel/boost-libs
19
19
20
USES=		cmake:outsource kde:4 qt:4 shebangfix sqlite tar:xz
20
USES=		cmake kde:4 qt:4 shebangfix sqlite tar:xz
21
USE_KDE=	kdelibs workspace libkonq \
21
USE_KDE=	kdelibs workspace libkonq \
22
		nepomuk-core nepomuk-widgets automoc4 ontologies \
22
		nepomuk-core nepomuk-widgets automoc4 ontologies \
23
		soprano
23
		soprano
(-)net/kidentitymanagement/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
14
		emoticons i18n init itemmodels itemviews jobwidgets \
14
		emoticons i18n init itemmodels itemviews jobwidgets \
15
		kdelibs4support kio service widgetsaddons xmlgui
15
		kdelibs4support kio service widgetsaddons xmlgui
(-)net/kimap/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
13
		libsasl2.so:security/cyrus-sasl2
13
		libsasl2.so:security/cyrus-sasl2
14
14
15
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USE_KDE=	codecs config coreaddons ecm i18n kdelibs4support kio service
16
USE_KDE=	codecs config coreaddons ecm i18n kdelibs4support kio service
17
# pim components
17
# pim components
18
USE_KDE+=	mime
18
USE_KDE+=	mime
(-)net/kio-gdrive/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libkaccounts.so:net-im/kaccounts-integration
17
		libkaccounts.so:net-im/kaccounts-integration
18
RUN_DEPENDS=	kaccounts-providers>=0:net-im/kaccounts-providers
18
RUN_DEPENDS=	kaccounts-providers>=0:net-im/kaccounts-providers
19
19
20
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
20
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
21
USE_GNOME=	intltool
21
USE_GNOME=	intltool
22
USE_KDE=	completion config coreaddons ecm i18n jobwidgets kio \
22
USE_KDE=	completion config coreaddons ecm i18n jobwidgets kio \
23
		notifications service widgetsaddons \
23
		notifications service widgetsaddons \
(-)net/kitinerary/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LIB_DEPENDS=	libpoppler.so:graphics/poppler \
12
LIB_DEPENDS=	libpoppler.so:graphics/poppler \
13
		libzxing.so:textproc/zxing-cpp
13
		libzxing.so:textproc/zxing-cpp
14
14
15
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
15
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
16
USE_KDE=	ecm i18n
16
USE_KDE=	ecm i18n
17
# Pim components
17
# Pim components
18
USE_KDE+=	calendarcore contacts kpkpass mime
18
USE_KDE+=	calendarcore contacts kpkpass mime
(-)net/kldap/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
12
LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USE_KDE=	ecm completion config coreaddons i18n kio widgetsaddons service
15
USE_KDE=	ecm completion config coreaddons i18n kio widgetsaddons service
16
# pim components
16
# pim components
17
USE_KDE+=	mbox
17
USE_KDE+=	mbox
(-)net/kmailtransport/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
12
LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
15
USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
16
		itemmodels jobwidgets kcmutils kio service wallet widgetsaddons
16
		itemmodels jobwidgets kcmutils kio service wallet widgetsaddons
17
# pim components
17
# pim components
(-)net/kmbox/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	ecm
13
USE_KDE=	ecm
14
# pim components
14
# pim components
15
USE_KDE+=	mime
15
USE_KDE+=	mime
(-)net/kmime/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USE_KDE=	codecs ecm emoticons i18n init itemmodels itemviews kdelibs4support
15
USE_KDE=	codecs ecm emoticons i18n init itemmodels itemviews kdelibs4support
16
USE_QT=		core \
16
USE_QT=		core \
17
		buildtools_build qmake_build
17
		buildtools_build qmake_build
(-)net/kontactinterface/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
14
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
14
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
15
		kdelibs4support kio parts service sonnet textwidgets \
15
		kdelibs4support kio parts service sonnet textwidgets \
(-)net/kpimtextedit/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
14
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
14
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
15
		kdelibs4support kio service sonnet syntaxhighlighting textwidgets \
15
		kdelibs4support kio service sonnet syntaxhighlighting textwidgets \
(-)net/krdc/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libvncserver.so:net/libvncserver
10
LIB_DEPENDS=	libvncserver.so:net/libvncserver
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
		coreaddons dnssd doctools ecm i18n iconthemes kcmutils \
14
		coreaddons dnssd doctools ecm i18n iconthemes kcmutils \
15
		notifications notifyconfig service wallet widgetsaddons \
15
		notifications notifyconfig service wallet widgetsaddons \
(-)net/krdc-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libvncserver.so:net/libvncserver \
14
LIB_DEPENDS=	libvncserver.so:net/libvncserver \
15
		libtelepathy-qt4.so:net-im/telepathy-qt@qt4
15
		libtelepathy-qt4.so:net-im/telepathy-qt@qt4
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4
18
USE_KDE=	kdelibs automoc4
19
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_QT=		moc_build qmake_build rcc_build uic_build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
(-)net/krfb/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libvncserver.so:net/libvncserver \
10
LIB_DEPENDS=	libvncserver.so:net/libvncserver \
11
		libxcb-image.so:x11/xcb-util-image
11
		libxcb-image.so:x11/xcb-util-image
12
12
13
USES=		alias cmake:outsource compiler:c++11-lib gettext jpeg \
13
USES=		alias cmake compiler:c++11-lib gettext jpeg \
14
		kde:5 pkgconfig qt:5 tar:xz
14
		kde:5 pkgconfig qt:5 tar:xz
15
USE_KDE=	auth codecs completion config configwidgets coreaddons \
15
USE_KDE=	auth codecs completion config configwidgets coreaddons \
16
		crash dbusaddons dnssd doctools ecm i18n notifications \
16
		crash dbusaddons dnssd doctools ecm i18n notifications \
(-)net/krfb-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libtelepathy-qt4.so:net-im/telepathy-qt@qt4
14
LIB_DEPENDS=	libtelepathy-qt4.so:net-im/telepathy-qt@qt4
15
15
16
USES=		alias cmake:outsource jpeg kde:4 qt:4 tar:xz
16
USES=		alias cmake jpeg kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		corelib gui network \
18
USE_QT=		corelib gui network \
19
		moc_build qmake_build rcc_build uic_build
19
		moc_build qmake_build rcc_build uic_build
(-)net/ksmtp/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
11
LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
12
12
13
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USE_KDE=	config coreaddons i18n kio service
14
USE_KDE=	config coreaddons i18n kio service
15
# pim components
15
# pim components
16
USE_KDE+=	mime
16
USE_KDE+=	mime
(-)net/ktnef/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	config coreaddons ecm i18n kdelibs4support
13
USE_KDE=	config coreaddons ecm i18n kdelibs4support
14
# pim components
14
# pim components
15
USE_KDE+=	calendarcore calendarutils contacts
15
USE_KDE+=	calendarcore calendarutils contacts
(-)net/libgravatar/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n kio \
13
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n kio \
14
		service sonnet textwidgets widgetsaddons
14
		service sonnet textwidgets widgetsaddons
15
# pim components
15
# pim components
(-)net/libkfbapi/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
15
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
16
16
17
USES=		cmake:outsource gettext kde:4 qt:4 tar:bzip2
17
USES=		cmake gettext kde:4 qt:4 tar:bzip2
18
USE_KDE=	automoc4 kdelibs pimlibs
18
USE_KDE=	automoc4 kdelibs pimlibs
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USE_QT=		gui webkit \
20
USE_QT=		gui webkit \
(-)net/libkgapi/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
CONFLICTS_BUILD=	kdepim-runtime-18.0[04]* \
15
CONFLICTS_BUILD=	kdepim-runtime-18.0[04]* \
16
			kdepim-runtime-17.*
16
			kdepim-runtime-17.*
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
18
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
20
		coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
20
		coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
21
		itemmodels itemviews jobwidgets kdelibs4support kio \
21
		itemmodels itemviews jobwidgets kdelibs4support kio \
(-)net/libksieve/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
13
		libsasl2.so:security/cyrus-sasl2
13
		libsasl2.so:security/cyrus-sasl2
14
14
15
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
16
USE_KDE=	archive attica auth codecs completion config configwidgets \
16
USE_KDE=	archive attica auth codecs completion config configwidgets \
17
		coreaddons ecm i18n iconthemes jobwidgets kio newstuff service \
17
		coreaddons ecm i18n iconthemes jobwidgets kio newstuff service \
18
		sonnet syntaxhighlighting wallet widgetsaddons windowsystem xmlgui
18
		sonnet syntaxhighlighting wallet widgetsaddons windowsystem xmlgui
(-)net/libkvkontakte/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	LGPL21+
13
LICENSE=	LGPL21+
14
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
14
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
15
15
16
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
16
USES=		cmake gettext kde:5 qt:5 tar:xz
17
USE_KDE=	config coreaddons ecm i18n kdewebkit kio service widgetsaddons
17
USE_KDE=	config coreaddons ecm i18n kdewebkit kio service widgetsaddons
18
USE_QT=		core gui network webkit widgets \
18
USE_QT=		core gui network webkit widgets \
19
		buildtools_build qmake_build
19
		buildtools_build qmake_build
(-)net/libkvkontakte-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
20
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
21
21
22
USES=		cmake:outsource gettext kde:4 pkgconfig qt:4 tar:xz
22
USES=		cmake gettext kde:4 pkgconfig qt:4 tar:xz
23
USE_QT=		moc_build qmake_build rcc_build uic_build
23
USE_QT=		moc_build qmake_build rcc_build uic_build
24
USE_KDE=	automoc4 kdelibs
24
USE_KDE=	automoc4 kdelibs
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
(-)net/libmediawiki/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
13
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
14
14
15
USES=		cmake:outsource kde:5 qt:5 tar:xz
15
USES=		cmake kde:5 qt:5 tar:xz
16
USE_KDE=	coreaddons ecm
16
USE_KDE=	coreaddons ecm
17
USE_QT=		core network testlib \
17
USE_QT=		core network testlib \
18
		buildtools_build qmake_build
18
		buildtools_build qmake_build
(-)net/libproxy/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES+=		cmake:outsource cpe pathfix pkgconfig
15
USES+=		cmake cpe pathfix pkgconfig
16
CPE_VENDOR=	libproxy_project
16
CPE_VENDOR=	libproxy_project
17
PATHFIX_CMAKELISTSTXT=	devfiles.cmk
17
PATHFIX_CMAKELISTSTXT=	devfiles.cmk
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
(-)net/mailcommon/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libgpgmepp.so:security/gpgme-cpp \
16
		libgpgmepp.so:security/gpgme-cpp \
17
		libqgpgme.so:security/gpgme-qt5
17
		libqgpgme.so:security/gpgme-qt5
18
18
19
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
19
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
20
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
20
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
21
		ecm i18n iconthemes itemmodels itemviews jobwidgets kio \
21
		ecm i18n iconthemes itemmodels itemviews jobwidgets kio \
22
		service sonnet syntaxhighlighting textwidgets wallet \
22
		service sonnet syntaxhighlighting textwidgets wallet \
(-)net/mailimporter/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
15
USE_KDE=	archive config coreaddons ecm i18n itemmodels
15
USE_KDE=	archive config coreaddons ecm i18n itemmodels
16
# pim components
16
# pim components
17
USE_KDE+=	akonadi akonadimime libkdepim mime
17
USE_KDE+=	akonadi akonadimime libkdepim mime
(-)net/messagelib/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libgpgmepp.so:security/gpgme-cpp \
16
		libgpgmepp.so:security/gpgme-cpp \
17
		libqgpgme.so:security/gpgme-qt5
17
		libqgpgme.so:security/gpgme-qt5
18
18
19
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
19
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
20
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
20
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
21
		coreaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \
21
		coreaddons ecm i18n iconthemes itemmodels itemviews jobwidgets \
22
		kdewebkit kio service solid sonnet syntaxhighlighting \
22
		kdewebkit kio service solid sonnet syntaxhighlighting \
(-)net/nitroshare/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libqhttpengine.so:www/qhttpengine \
15
LIB_DEPENDS=	libqhttpengine.so:www/qhttpengine \
16
		libqmdnsengine.so:dns/qmdnsengine
16
		libqmdnsengine.so:dns/qmdnsengine
17
17
18
USES=		cmake:outsource qt:5
18
USES=		cmake qt:5
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_PROJECT=	${PORTNAME}-desktop
20
GH_PROJECT=	${PORTNAME}-desktop
21
USE_QT=		core gui network widgets buildtools_build qmake_build
21
USE_QT=		core gui network widgets buildtools_build qmake_build
(-)net/nng/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
13
14
USES=		cmake:outsource
14
USES=		cmake
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	nanomsg
16
GH_ACCOUNT=	nanomsg
17
17
(-)net/pimcommon/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
12
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
13
13
14
USES=		cmake:outsource compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
15
USE_KDE=	archive attica auth codecs completion config configwidgets \
15
USE_KDE=	archive attica auth codecs completion config configwidgets \
16
		dbusaddons ecm emoticons i18n init iconthemes itemmodels \
16
		dbusaddons ecm emoticons i18n init iconthemes itemmodels \
17
		jobwidgets kdelibs4support kio newstuff service sonnet textwidgets \
17
		jobwidgets kdelibs4support kio newstuff service sonnet textwidgets \
(-)net/remmina/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
GL_PROJECT=	Remmina
19
GL_PROJECT=	Remmina
20
GL_COMMIT=	65d552c9becc957cae124ab5c26562cf22c052b9
20
GL_COMMIT=	65d552c9becc957cae124ab5c26562cf22c052b9
21
21
22
USES=		cmake:outsource desktop-file-utils gettext localbase:ldflags pathfix \
22
USES=		cmake desktop-file-utils gettext localbase:ldflags pathfix \
23
		pkgconfig shared-mime-info ssl
23
		pkgconfig shared-mime-info ssl
24
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
24
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
25
USE_XORG=	ice sm x11 xext xkbfile
25
USE_XORG=	ice sm x11 xext xkbfile
(-)net/subnetcalc/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libGeoIP.so:net/GeoIP
15
LIB_DEPENDS=	libGeoIP.so:net/GeoIP
16
16
17
USES=		cmake:outsource
17
USES=		cmake
18
CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR:PATH="man"
18
CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR:PATH="man"
19
19
20
PLIST_FILES=	bin/subnetcalc \
20
PLIST_FILES=	bin/subnetcalc \
(-)net/tigervnc/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
CONFLICTS=	tigervnc-devel-[0-9]* \
27
CONFLICTS=	tigervnc-devel-[0-9]* \
28
		tightvnc-[0-9]*
28
		tightvnc-[0-9]*
29
29
30
USES=		autoreconf:build cmake:noninja cpe iconv jpeg libtool \
30
USES=		autoreconf:build cmake:insource,noninja cpe iconv jpeg libtool \
31
		pkgconfig python ssl
31
		pkgconfig python ssl
32
USE_GL=		gl
32
USE_GL=		gl
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
(-)net/userfw/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
EXPIRATION_DATE=	2018-10-31
23
EXPIRATION_DATE=	2018-10-31
24
24
25
SSP_UNSAFE=	kernel module does not support ssp
25
SSP_UNSAFE=	kernel module does not support ssp
26
USES=		cmake:outsource kmod tar:xz uidfix
26
USES=		cmake kmod tar:xz uidfix
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
29
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
(-)net/zeroconf-ioslave/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE Network monitor for DNS-SD services (Zeroconf)
8
COMMENT=	KDE Network monitor for DNS-SD services (Zeroconf)
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	config coreaddons dbusaddons dnssd i18n kio service
11
USE_KDE=	config coreaddons dbusaddons dnssd i18n kio service
12
USE_QT=		core dbus network \
12
USE_QT=		core dbus network \
13
		buildtools_build qmake_build
13
		buildtools_build qmake_build
(-)net/zeroconf-ioslave-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)net/zmap/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
21
22
USES=		cmake pkgconfig
22
USES=		cmake:insource pkgconfig
23
23
24
MANPAGE=	zblacklist.1 zmap.1 ztee.1
24
MANPAGE=	zblacklist.1 zmap.1 ztee.1
25
25
(-)net/zyre/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libczmq.so:net/czmq \
15
LIB_DEPENDS=	libczmq.so:net/czmq \
16
		libzmq.so:net/libzmq4
16
		libzmq.so:net/libzmq4
17
17
18
USES=		cmake:outsource
18
USES=		cmake
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	zeromq
20
GH_ACCOUNT=	zeromq
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)net-im/kaccounts-integration/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
		libkeyring-kwallet.so:sysutils/signon-kwallet-extension
14
		libkeyring-kwallet.so:sysutils/signon-kwallet-extension
15
RUN_DEPENDS=	signon-ui:sysutils/signon-ui
15
RUN_DEPENDS=	signon-ui:sysutils/signon-ui
16
16
17
USES=		cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz
17
USES=		cmake gettext pkgconfig kde:5 qt:5 tar:xz
18
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
18
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
19
		i18n iconthemes kcmutils kio service wallet widgetsaddons \
19
		i18n iconthemes kcmutils kio service wallet widgetsaddons \
20
		akonadi
20
		akonadi
(-)net-im/kaccounts-providers/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
		libaccounts-qt5.so:net-im/libaccounts-qt5 \
12
		libaccounts-qt5.so:net-im/libaccounts-qt5 \
13
		libsignon-qt5.so:sysutils/signon-qt5
13
		libsignon-qt5.so:sysutils/signon-qt5
14
14
15
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
15
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
16
USE_GNOME=	intltool
16
USE_GNOME=	intltool
17
USE_KDE=	config coreaddons i18n kdeclarative kio package service
17
USE_KDE=	config coreaddons i18n kdeclarative kio package service
18
USE_QT=		core gui network qml xml \
18
USE_QT=		core gui network qml xml \
(-)net-im/kopete/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libqca-qt5.so:devel/qca@qt5 \
15
		libqca-qt5.so:devel/qca@qt5 \
16
		libv4l2.so:multimedia/libv4l
16
		libv4l2.so:multimedia/libv4l
17
17
18
USES=		cmake:outsource jpeg kde:5 qt:5 shebangfix tar:xz
18
USES=		cmake jpeg kde:5 qt:5 shebangfix tar:xz
19
USE_GNOME=	libxml2 libxslt
19
USE_GNOME=	libxml2 libxslt
20
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
20
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
21
		coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \
21
		coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \
(-)net-im/kopete-kde4/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		libjasper.so:graphics/jasper
21
		libjasper.so:graphics/jasper
22
BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
22
BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
23
23
24
USES=		cmake:outsource jpeg kde:4 pkgconfig qt:4 shebangfix sqlite tar:xz \
24
USES=		cmake jpeg kde:4 pkgconfig qt:4 shebangfix sqlite tar:xz \
25
		webplugin:native
25
		webplugin:native
26
USE_GNOME=	libxml2 libxslt
26
USE_GNOME=	libxml2 libxslt
27
USE_KDE=	kdelibs pimlibs \
27
USE_KDE=	kdelibs pimlibs \
(-)net-im/ktp-accounts-kcm/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list  \
18
RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list  \
19
		${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers
19
		${QT_PLUGINDIR}/kaccounts/ui/owncloud_plugin_kaccounts.so:net-im/kaccounts-providers
20
20
21
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
21
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
22
USE_GNOME=	intltool
22
USE_GNOME=	intltool
23
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
23
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
24
		iconthemes itemviews kcmutils kio notifications notifyconfig \
24
		iconthemes itemviews kcmutils kio notifications notifyconfig \
(-)net-im/ktp-approver/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
12
RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
12
RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
13
13
14
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
14
USES=		cmake gettext kde:5 qt:5 tar:xz
15
USE_KDE=	config coreaddons ecm dbusaddons service i18n notifications
15
USE_KDE=	config coreaddons ecm dbusaddons service i18n notifications
16
USE_QT=		core  dbus gui network widgets xml \
16
USE_QT=		core  dbus gui network widgets xml \
17
		buildtools_build qmake_build
17
		buildtools_build qmake_build
(-)net-im/ktp-auth-handler/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
		libkaccounts.so:net-im/kaccounts-integration \
14
		libkaccounts.so:net-im/kaccounts-integration \
15
		libsignon-qt5.so:sysutils/signon-qt5
15
		libsignon-qt5.so:sysutils/signon-qt5
16
16
17
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
17
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
18
USE_KDE=	completion config coreaddons ecm i18n jobwidgets kdewebkit \
18
USE_KDE=	completion config coreaddons ecm i18n jobwidgets kdewebkit \
19
		kio wallet service widgetsaddons
19
		kio wallet service widgetsaddons
20
USE_QT=		core dbus gui network webkit widgets xml \
20
USE_QT=		core dbus gui network webkit widgets xml \
(-)net-im/ktp-call-ui/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libtelepathy-glib.so:net-im/telepathy-glib \
15
		libtelepathy-glib.so:net-im/telepathy-glib \
16
		libtelepathy-qt5-farstream.so:net-im/telepathy-qt@qt5
16
		libtelepathy-qt5-farstream.so:net-im/telepathy-qt@qt5
17
17
18
USES=		cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \
18
USES=		cmake compiler:c++11-lang gettext kde:5 pkgconfig \
19
		python:2.7 qt:5 tar:xz
19
		python:2.7 qt:5 tar:xz
20
USE_GNOME=	glib20
20
USE_GNOME=	glib20
21
USE_KDE=	auth codecs config configwidgets coreaddons ecm iconthemes \
21
USE_KDE=	auth codecs config configwidgets coreaddons ecm iconthemes \
(-)net-im/ktp-common-internals/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
RUN_DEPENDS=	${LOCALBASE}/lib/mission-control-plugins.0/mcp-account-manager-accounts-sso.so:net-im/telepathy-accounts-signon \
17
RUN_DEPENDS=	${LOCALBASE}/lib/mission-control-plugins.0/mcp-account-manager-accounts-sso.so:net-im/telepathy-accounts-signon \
18
		${LOCALBASE}/libexec/mission-control-5:net-im/telepathy-mission-control
18
		${LOCALBASE}/libexec/mission-control-5:net-im/telepathy-mission-control
19
19
20
USES=		cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz
20
USES=		cmake gettext pkgconfig kde:5 qt:5 tar:xz
21
USE_KDE=	auth bookmarks codecs completion config configwidgets \
21
USE_KDE=	auth bookmarks codecs completion config configwidgets \
22
		coreaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
22
		coreaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
23
		kio notifications notifyconfig parts people service solid \
23
		kio notifications notifyconfig parts people service solid \
(-)net-im/ktp-contact-list/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
		libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \
11
		libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \
12
		libKTpCommonInternals.so:net-im/ktp-common-internals
12
		libKTpCommonInternals.so:net-im/ktp-common-internals
13
13
14
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
14
USES=		cmake gettext kde:5 qt:5 tar:xz
15
USE_KDE=	auth codecs completion config configwidgets coreaddons \
15
USE_KDE=	auth codecs completion config configwidgets coreaddons \
16
		dbusaddons ecm i18n iconthemes jobwidgets kcmutils kio \
16
		dbusaddons ecm i18n iconthemes jobwidgets kcmutils kio \
17
		notifications notifyconfig people service wallet widgetsaddons \
17
		notifications notifyconfig people service wallet widgetsaddons \
(-)net-im/ktp-contact-runner/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
10
LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	config coreaddons ecm i18n package plasma-framework runner \
14
USE_KDE=	config coreaddons ecm i18n package plasma-framework runner \
15
		service wallet
15
		service wallet
16
USE_QT=		core dbus gui network widgets xml\
16
USE_QT=		core dbus gui network widgets xml\
(-)net-im/ktp-desktop-applets/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libKTpCommonInternals.so:net-im/ktp-common-internals
10
LIB_DEPENDS=	libKTpCommonInternals.so:net-im/ktp-common-internals
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	ecm plasma-framework windowsystem
13
USE_KDE=	ecm plasma-framework windowsystem
14
USE_QT=		core dbus gui network qml widgets \
14
USE_QT=		core dbus gui network qml widgets \
15
		buildtools_build qmake_build
15
		buildtools_build qmake_build
(-)net-im/ktp-filetransfer-handler/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
10
LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
15
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
16
		wallet widgetsaddons xmlgui
16
		wallet widgetsaddons xmlgui
(-)net-im/ktp-kded-module/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
10
LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
11
		libKTpCommonInternals.so:net-im/ktp-common-internals
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	activities auth codecs completion config configwidgets coreaddons \
14
USE_KDE=	activities auth codecs completion config configwidgets coreaddons \
15
		dbusaddons i18n idletime jobwidgets kcmutils kio notifications \
15
		dbusaddons i18n idletime jobwidgets kcmutils kio notifications \
16
		service wallet widgetsaddons
16
		service wallet widgetsaddons
(-)net-im/ktp-send-file/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
RUN_DEPENDS=	${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \
12
RUN_DEPENDS=	${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \
13
		${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
13
		${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
14
14
15
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
15
USES=		cmake gettext kde:5 qt:5 tar:xz
16
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
16
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
17
		i18n iconthemes jobwidgets kcmutils kio service wallet \
17
		i18n iconthemes jobwidgets kcmutils kio service wallet \
18
		widgetsaddons
18
		widgetsaddons
(-)net-im/ktp-text-ui/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
		libKTpCommonInternals.so:net-im/ktp-common-internals
12
		libKTpCommonInternals.so:net-im/ktp-common-internals
13
RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
13
RUN_DEPENDS=	${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
14
14
15
USES=		cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
15
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
16
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
16
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
17
		dbusaddons ecm emoticons i18n iconthemes itemviews jobwidgets \
17
		dbusaddons ecm emoticons i18n iconthemes itemviews jobwidgets \
18
		kcmutils kdewebkit kio notifications notifyconfig people \
18
		kcmutils kdewebkit kio notifications notifyconfig people \
(-)net-im/telepathy-logger-qt5/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
		libtelepathy-logger.so:net-im/telepathy-logger \
20
		libtelepathy-logger.so:net-im/telepathy-logger \
21
		libtelepathy-qt5.so:net-im/telepathy-qt@qt5
21
		libtelepathy-qt5.so:net-im/telepathy-qt@qt5
22
22
23
USES=		bison:build cmake:outsource kde:5 pkgconfig python:2.7,build qt:5 tar:xz
23
USES=		bison:build cmake kde:5 pkgconfig python:2.7,build qt:5 tar:xz
24
USE_GNOME=	glib20 libxml2
24
USE_GNOME=	glib20 libxml2
25
USE_KDE=	ecm
25
USE_KDE=	ecm
26
USE_QT=		core buildtools_build dbus network qmake_build xml
26
USE_QT=		core buildtools_build dbus network qmake_build xml
(-)net-im/uTox/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
		libopus.so:audio/opus \
26
		libopus.so:audio/opus \
27
		libtoxcore.so:net-im/tox
27
		libtoxcore.so:net-im/tox
28
28
29
USES=		cmake:outsource compiler:c11 desktop-file-utils dos2unix \
29
USES=		cmake compiler:c11 desktop-file-utils dos2unix \
30
		openal pkgconfig
30
		openal pkgconfig
31
USE_XORG=	ice sm x11 xext xrender
31
USE_XORG=	ice sm x11 xext xrender
32
CMAKE_OFF=	ENABLE_LTO
32
CMAKE_OFF=	ENABLE_LTO
(-)net-mgmt/centreon-clib/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	AGPLv3
12
LICENSE=	AGPLv3
13
13
14
USES=		cmake
14
USES=		cmake:insource
15
CMAKE_SOURCE_PATH=	${WRKSRC}/build
15
CMAKE_SOURCE_PATH=	${WRKSRC}/build
16
CMAKE_ARGS=	-DWITH_PREFIX=${PREFIX} \
16
CMAKE_ARGS=	-DWITH_PREFIX=${PREFIX} \
17
		-DWITH_PREFIX_INC=${PREFIX}/include/centreon \
17
		-DWITH_PREFIX_INC=${PREFIX}/include/centreon \
(-)net-mgmt/ettercap/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
LDFLAGS+=	${ICONV_LIB} -lnet -lpcap
32
LDFLAGS+=	${ICONV_LIB} -lnet -lpcap
33
MAKE_JOBS_UNSAFE=	yes
33
MAKE_JOBS_UNSAFE=	yes
34
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
35
USES=		bison cmake:outsource cpe iconv localbase:ldflags pkgconfig
35
USES=		bison cmake cpe iconv localbase:ldflags pkgconfig
36
36
37
DOCS=		AUTHORS CHANGELOG README README.BINARIES README.BUGS \
37
DOCS=		AUTHORS CHANGELOG README README.BINARIES README.BUGS \
38
		README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \
38
		README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \
(-)net-mgmt/icinga2/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libyajl.so:devel/yajl
15
		libyajl.so:devel/yajl
16
RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
16
RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
17
17
18
USES=		alias bison cmake compiler:c++0x libedit ssl
18
USES=		alias bison cmake:insource compiler:c++0x libedit ssl
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	icinga
20
GH_ACCOUNT=	icinga
21
21
(-)net-mgmt/openbmp/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
				libsasl2.so:security/cyrus-sasl2 \
18
				libsasl2.so:security/cyrus-sasl2 \
19
				libyaml-cpp.so:devel/yaml-cpp
19
				libyaml-cpp.so:devel/yaml-cpp
20
20
21
USES=		cmake:outsource ssl
21
USES=		cmake ssl
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	OpenBMP
23
GH_ACCOUNT=	OpenBMP
24
24
(-)net-mgmt/vidalia/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
MAINTAINER=	fk@fabiankeil.de
9
MAINTAINER=	fk@fabiankeil.de
10
COMMENT=	Graphical Tor controller based on Qt 4.x
10
COMMENT=	Graphical Tor controller based on Qt 4.x
11
11
12
USES=		cmake qt:4
12
USES=		cmake:insource qt:4
13
INSTALLS_ICONS=	yes
13
INSTALLS_ICONS=	yes
14
USE_QT=		gui moc_build qmake_build rcc_build uic_build network xml linguist_build
14
USE_QT=		gui moc_build qmake_build rcc_build uic_build network xml linguist_build
15
15
(-)net-p2p/eiskaltdcpp-daemon/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
MASTERDIR=	${.CURDIR}/../eiskaltdcpp-lib
16
MASTERDIR=	${.CURDIR}/../eiskaltdcpp-lib
17
17
18
USES=		cmake gettext compiler:c++11-lib ssl
18
USES=		cmake:insource gettext compiler:c++11-lib ssl
19
19
20
OPTIONS_SINGLE=	UI
20
OPTIONS_SINGLE=	UI
21
OPTIONS_SINGLE_UI=	NOUI XMLRPC JSONRPC
21
OPTIONS_SINGLE_UI=	NOUI XMLRPC JSONRPC
(-)net-p2p/eiskaltdcpp-qt/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
MASTERDIR=	${.CURDIR}/../eiskaltdcpp-lib
17
MASTERDIR=	${.CURDIR}/../eiskaltdcpp-lib
18
18
19
USES=		cmake gettext compiler:c++11-lib desktop-file-utils qt:4 ssl
19
USES=		cmake:insource gettext compiler:c++11-lib desktop-file-utils qt:4 ssl
20
USE_QT=		gui xml network qmake_build uic_build \
20
USE_QT=		gui xml network qmake_build uic_build \
21
		moc_build rcc_build linguisttools_build
21
		moc_build rcc_build linguisttools_build
22
22
(-)net-p2p/ktorrent/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	BitTorrent client for KDE
11
COMMENT=	BitTorrent client for KDE
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
14
15
LIB_DEPENDS=	libKF5Torrent.so:net-p2p/libktorrent \
15
LIB_DEPENDS=	libKF5Torrent.so:net-p2p/libktorrent \
16
		libgcrypt.so:security/libgcrypt \
16
		libgcrypt.so:security/libgcrypt \
(-)net-p2p/ktorrent-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libgmp.so:math/gmp \
19
		libgmp.so:math/gmp \
20
		libktorrent.so:net-p2p/libktorrent-kde4
20
		libktorrent.so:net-p2p/libktorrent-kde4
21
21
22
USES=		cmake:outsource gettext kde:4 qt:4 tar:bzip2
22
USES=		cmake gettext kde:4 qt:4 tar:bzip2
23
USE_KDE=	kdelibs automoc4 pimlibs workspace
23
USE_KDE=	kdelibs automoc4 pimlibs workspace
24
USE_QT=		corelib gui network qt3support qtestlib webkit \
24
USE_QT=		corelib gui network qt3support qtestlib webkit \
25
		qmake_build moc_build rcc_build uic_build
25
		qmake_build moc_build rcc_build uic_build
(-)net-p2p/libktorrent/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libgmp.so:math/gmp \
15
		libgmp.so:math/gmp \
16
		libqca-qt5.so:devel/qca@qt5
16
		libqca-qt5.so:devel/qca@qt5
17
17
18
USES=		cmake:outsource gettext kde:5 qt:5
18
USES=		cmake gettext kde:5 qt:5
19
USE_KDE=	archive completion config coreaddons crash ecm i18n \
19
USE_KDE=	archive completion config coreaddons crash ecm i18n \
20
		jobwidgets kio service solid widgetsaddons
20
		jobwidgets kio service solid widgetsaddons
21
USE_QT=		core gui network testlib xml \
21
USE_QT=		core gui network testlib xml \
(-)net-p2p/libktorrent-kde4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libgmp.so:math/gmp \
18
		libgmp.so:math/gmp \
19
		libqca.so:devel/qca
19
		libqca.so:devel/qca
20
20
21
USES=		cmake:outsource gettext kde:4 qt:4 tar:bzip2
21
USES=		cmake gettext kde:4 qt:4 tar:bzip2
22
USE_KDE=	kdelibs automoc4
22
USE_KDE=	kdelibs automoc4
23
USE_QT=		qtestlib_build qmake_build moc_build rcc_build uic_build
23
USE_QT=		qtestlib_build qmake_build moc_build rcc_build uic_build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
(-)net-p2p/transmission-cli/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
		libutp.so:net/libutp \
26
		libutp.so:net/libutp \
27
		libminiupnpc.so:net/miniupnpc
27
		libminiupnpc.so:net/miniupnpc
28
28
29
USES+=		cmake:outsource cpe iconv libtool localbase pkgconfig
29
USES+=		cmake cpe iconv libtool localbase pkgconfig
30
30
31
.  if ${SLAVEPORT:Mcli}
31
.  if ${SLAVEPORT:Mcli}
32
USES+=		ssl
32
USES+=		ssl
(-)net-p2p/uhub/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
19
20
USES=		cmake perl5 sqlite
20
USES=		cmake:insource perl5 sqlite
21
USE_RC_SUBR=	uhub
21
USE_RC_SUBR=	uhub
22
USE_PERL5=	build
22
USE_PERL5=	build
23
23
(-)net-p2p/xmrig/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
STATIC_PREVENTS=MICROHTTPD
21
STATIC_PREVENTS=MICROHTTPD
22
STATIC_PREVENTS_MSG=	libmicrohttpd support cannot be built static
22
STATIC_PREVENTS_MSG=	libmicrohttpd support cannot be built static
23
23
24
USES=		cmake:outsource
24
USES=		cmake
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
26
27
USE_RC_SUBR=	${PORTNAME}
27
USE_RC_SUBR=	${PORTNAME}
(-)polish/kadu/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
GG6_EMOTS_DISTFILE=	kompatybilne_z_GG6.tar.gz
36
GG6_EMOTS_DISTFILE=	kompatybilne_z_GG6.tar.gz
37
GG7_EMOTS_DISTFILE=	dodatkowe_emoty_GG7.tar.gz
37
GG7_EMOTS_DISTFILE=	dodatkowe_emoty_GG7.tar.gz
38
38
39
USES=		cmake compiler:c++11-lib gettext-runtime \
39
USES=		cmake:insource compiler:c++11-lib gettext-runtime \
40
		libarchive pkgconfig qt:5 readline tar:bzip2
40
		libarchive pkgconfig qt:5 readline tar:bzip2
41
USE_XORG=	x11 xext xfixes xscrnsaver
41
USE_XORG=	x11 xext xfixes xscrnsaver
42
USE_GNOME=	glib20
42
USE_GNOME=	glib20
(-)print/gl2ps/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpng.so:graphics/png
15
LIB_DEPENDS=	libpng.so:graphics/png
16
16
17
USES=		cmake:outsource tar:tgz
17
USES=		cmake tar:tgz
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
(-)print/libharu/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
OPTIONS_DEFINE=	EXAMPLES
15
OPTIONS_DEFINE=	EXAMPLES
16
16
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USES+=		cmake:outsource
18
USES+=		cmake
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
21
(-)print/print-manager/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libcups.so:print/cups
10
LIB_DEPENDS=	libcups.so:print/cups
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		dbusaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
14
		dbusaddons ecm i18n iconthemes itemviews jobwidgets kcmutils \
15
		kio notifications plasma-framework service widgetsaddons \
15
		kio notifications plasma-framework service widgetsaddons \
(-)print/print-manager-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libcups.so:print/cups
14
LIB_DEPENDS=	libcups.so:print/cups
15
RUN_DEPENDS=	${LOCALBASE}/share/cups/data/testprint:print/cups-filters
15
RUN_DEPENDS=	${LOCALBASE}/share/cups/data/testprint:print/cups-filters
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4
18
USE_KDE=	kdelibs automoc4
19
USE_QT=		designer network \
19
USE_QT=		designer network \
20
		qmake_build moc_build uic_build rcc_build
20
		qmake_build moc_build uic_build rcc_build
(-)print/scribus/Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
30
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
31
		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
31
		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
32
32
33
USES=		cmake:outsource desktop-file-utils ghostscript:run jpeg \
33
USES=		cmake desktop-file-utils ghostscript:run jpeg \
34
		pkgconfig python:2.7 qt:4 shared-mime-info tar:xz
34
		pkgconfig python:2.7 qt:4 shared-mime-info tar:xz
35
USE_QT=		corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network
35
USE_QT=		corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network
36
USE_GNOME=	libartlgpl2 libxml2
36
USE_GNOME=	libartlgpl2 libxml2
(-)science/ALPSCore/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libhdf5.so:science/hdf5 \
18
		libhdf5.so:science/hdf5 \
19
		libsz.so:science/szip
19
		libsz.so:science/szip
20
20
21
USES=		cmake:outsource eigen:3
21
USES=		cmake eigen:3
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
TEST_TARGET=	test # 2 to 3 tests fail: https://github.com/ALPSCore/ALPSCore/issues/388
24
TEST_TARGET=	test # 2 to 3 tests fail: https://github.com/ALPSCore/ALPSCore/issues/388
(-)science/InsightToolkit/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		libsz.so:science/szip \
21
		libsz.so:science/szip \
22
		libtiff.so:graphics/tiff
22
		libtiff.so:graphics/tiff
23
23
24
USES=		cmake:outsource jpeg
24
USES=		cmake jpeg
25
CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON \
25
CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON \
26
		-DITK_USE_KWSTYLE:BOOL=OFF \
26
		-DITK_USE_KWSTYLE:BOOL=OFF \
27
		-DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \
27
		-DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \
(-)science/MOOSE-neural-simulator/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
		${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:graphics/py-pygraphviz@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}pygraphviz>=0:graphics/py-pygraphviz@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}suds-jurko>=0.4:net/py-suds-jurko@${PY_FLAVOR}
26
		${PYTHON_PKGNAMEPREFIX}suds-jurko>=0.4:net/py-suds-jurko@${PY_FLAVOR}
27
27
28
USES=		cmake:outsource fortran gettext-runtime pyqt:4 python:2.7
28
USES=		cmake fortran gettext-runtime pyqt:4 python:2.7
29
USE_GITHUB=	yes
29
USE_GITHUB=	yes
30
GH_ACCOUNT=	BhallaLab
30
GH_ACCOUNT=	BhallaLab
31
GH_PROJECT=	moose
31
GH_PROJECT=	moose
(-)science/chemps2/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
14
LIB_DEPENDS=	libhdf5.so:science/hdf5 \
15
		libsz.so:science/szip
15
		libsz.so:science/szip
16
16
17
USES=		blaslapack:openblas cmake:outsource fortran
17
USES=		blaslapack:openblas cmake fortran
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	SebWouters
19
GH_ACCOUNT=	SebWouters
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
(-)science/chrono/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
BUILD_DEPENDS=	openmpi>0:net/openmpi
17
BUILD_DEPENDS=	openmpi>0:net/openmpi
18
18
19
USES=		cmake:outsource compiler:c++14-lang fortran
19
USES=		cmake compiler:c++14-lang fortran
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	project${PORTNAME}
21
GH_ACCOUNT=	project${PORTNAME}
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)science/clhep/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
WRKSRC=		${WRKDIR}/${PORTVERSION}/${PORTNAME:tu}
18
WRKSRC=		${WRKDIR}/${PORTVERSION}/${PORTNAME:tu}
19
19
20
USES=		cmake:outsource compiler:c++11-lang perl5 tar:tgz
20
USES=		cmake compiler:c++11-lang perl5 tar:tgz
21
USE_PERL5=	build
21
USE_PERL5=	build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
(-)science/dalton/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		libopenblas.so:math/openblas
13
		libopenblas.so:math/openblas
14
RUN_DEPENDS=	bash:shells/bash
14
RUN_DEPENDS=	bash:shells/bash
15
15
16
USES=		cmake:outsource,noninja fortran python:build shebangfix
16
USES=		cmake:noninja fortran python:build shebangfix
17
SHEBANG_FILES=	dalton.in
17
SHEBANG_FILES=	dalton.in
18
USE_GITLAB=	yes
18
USE_GITLAB=	yes
19
GL_COMMIT=	130ffaa0613bb3af6cac766fc8183d6df7d68917
19
GL_COMMIT=	130ffaa0613bb3af6cac766fc8183d6df7d68917
(-)science/dft_tools/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
		libsz.so:science/szip \
23
		libsz.so:science/szip \
24
		libtriqs.so:science/triqs
24
		libtriqs.so:science/triqs
25
25
26
USES=		cmake:outsource,noninja fortran gettext-runtime python:-2.7
26
USES=		cmake:noninja fortran gettext-runtime python:-2.7
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
GH_ACCOUNT=	TRIQS
28
GH_ACCOUNT=	TRIQS
29
29
(-)science/dkh/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
13
14
USES=		cmake:outsource fortran
14
USES=		cmake fortran
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	psi4
16
GH_ACCOUNT=	psi4
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)science/dlib-cpp/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	BSL
13
LICENSE=	BSL
14
LICENSE_FILE=	${WRKSRC}/dlib/LICENSE.txt
14
LICENSE_FILE=	${WRKSRC}/dlib/LICENSE.txt
15
15
16
USES=			cmake:outsource pkgconfig tar:bzip2
16
USES=			cmake pkgconfig tar:bzip2
17
USE_LDCONFIG=		yes
17
USE_LDCONFIG=		yes
18
18
19
OPTIONS_DEFINE=		X11 JPEG PNG GIF SQLITE BLASLAPACK PYTHON AVX
19
OPTIONS_DEFINE=		X11 JPEG PNG GIF SQLITE BLASLAPACK PYTHON AVX
(-)science/eccodes/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
CMAKE_OFF=	ENABLE_ECCODES_OMP_THREADS ENABLE_FORTRAN ENABLE_MEMFS ENABLE_PYTHON
29
CMAKE_OFF=	ENABLE_ECCODES_OMP_THREADS ENABLE_FORTRAN ENABLE_MEMFS ENABLE_PYTHON
30
CMAKE_ON=	ENABLE_ECCODES_THREADS ENABLE_NETCDF ENABLE_PNG
30
CMAKE_ON=	ENABLE_ECCODES_THREADS ENABLE_NETCDF ENABLE_PNG
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
USES=		cmake:outsource shebangfix
32
USES=		cmake shebangfix
33
33
34
SHEBANG_FILES=	tools/bufr_compare_dir
34
SHEBANG_FILES=	tools/bufr_compare_dir
35
35
(-)science/erd/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		cmake:outsource fortran
15
USES=		cmake fortran
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	psi4
17
GH_ACCOUNT=	psi4
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)science/fleur/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libopenblas.so:math/openblas
16
LIB_DEPENDS=	libopenblas.so:math/openblas
17
17
18
USES=		cmake:outsource,noninja fortran gnome localbase:ldflags tar:tgz
18
USES=		cmake:noninja fortran gnome localbase:ldflags tar:tgz
19
USE_GNOME=	libxml2
19
USE_GNOME=	libxml2
20
20
21
FFLAGS=		-I${LOCALBASE}/include
21
FFLAGS=		-I${LOCALBASE}/include
(-)science/gdma/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		cmake:outsource fortran
15
USES=		cmake fortran
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	psi4
17
GH_ACCOUNT=	psi4
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)science/gnudatalanguage/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libps.so:print/pslib		\
22
		libps.so:print/pslib		\
23
		libgsl.so:math/gsl
23
		libgsl.so:math/gsl
24
24
25
USES=		cmake:outsource compiler:c++11-lang dos2unix ncurses pkgconfig readline tar:tgz
25
USES=		cmake compiler:c++11-lang dos2unix ncurses pkgconfig readline tar:tgz
26
USE_WX=		3.0+
26
USE_WX=		3.0+
27
USE_XORG=	x11 sm ice xext
27
USE_XORG=	x11 sm ice xext
28
28
(-)science/gromacs/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	boost-libs>=1.44:devel/boost-libs
16
BUILD_DEPENDS=	boost-libs>=1.44:devel/boost-libs
17
LIB_DEPENDS=	libhwloc.so:devel/hwloc
17
LIB_DEPENDS=	libhwloc.so:devel/hwloc
18
18
19
USES=		cmake:outsource fortran perl5 pkgconfig shebangfix
19
USES=		cmake fortran perl5 pkgconfig shebangfix
20
SHEBANG_FILES=	admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh
20
SHEBANG_FILES=	admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh
21
bash_CMD=	${SH}
21
bash_CMD=	${SH}
22
USE_GNOME=	libxml2
22
USE_GNOME=	libxml2
(-)science/jdftx/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
RUN_DEPENDS=	bash:shells/bash
22
RUN_DEPENDS=	bash:shells/bash
23
TEST_DEPENDS=	bash:shells/bash
23
TEST_DEPENDS=	bash:shells/bash
24
24
25
USES=		cmake:outsource fortran localbase:ldflags shebangfix
25
USES=		cmake fortran localbase:ldflags shebangfix
26
SHEBANG_GLOB=	*.sh
26
SHEBANG_GLOB=	*.sh
27
SHEBANG_FILES=	scripts/*
27
SHEBANG_FILES=	scripts/*
28
SHEBANG_LANG=	octave
28
SHEBANG_LANG=	octave
(-)science/kalzium/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
13
		${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
14
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
14
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
15
15
16
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
16
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
17
USE_KDE=	auth archive bookmarks codecs completion config configwidgets \
17
USE_KDE=	auth archive bookmarks codecs completion config configwidgets \
18
		coreaddons crash doctools ecm emoticons guiaddons i18n \
18
		coreaddons crash doctools ecm emoticons guiaddons i18n \
19
		iconthemes itemmodels itemviews jobwidgets js kdelibs4support \
19
		iconthemes itemmodels itemviews jobwidgets js kdelibs4support \
(-)science/kalzium-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
17
		${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
18
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
18
RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
19
19
20
USES=		cmake:outsource eigen:3 kde:4 pkgconfig qt:4 tar:xz
20
USES=		cmake eigen:3 kde:4 pkgconfig qt:4 tar:xz
21
USE_KDE=	kdelibs automoc4
21
USE_KDE=	kdelibs automoc4
22
USE_OCAML=	yes
22
USE_OCAML=	yes
23
NO_OCAML_RUNDEPENDS=	yes
23
NO_OCAML_RUNDEPENDS=	yes
(-)science/kst2/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
KST_VERSION=	2.0.8
18
KST_VERSION=	2.0.8
19
KST_DATE=	20180405
19
KST_DATE=	20180405
20
20
21
USES=		cmake:outsource desktop-file-utils pkgconfig \
21
USES=		cmake desktop-file-utils pkgconfig \
22
		shared-mime-info
22
		shared-mime-info
23
_USE_QT4=	corelib gui xml designer network svg linguisttools_build \
23
_USE_QT4=	corelib gui xml designer network svg linguisttools_build \
24
		qmake_build moc_build rcc_build uic_build
24
		qmake_build moc_build rcc_build uic_build
(-)science/lammps/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LIB_DEPENDS=	libpng16.so:graphics/png \
13
LIB_DEPENDS=	libpng16.so:graphics/png \
14
		libmpi_cxx.so:net/openmpi
14
		libmpi_cxx.so:net/openmpi
15
15
16
USES=		cmake:outsource eigen:3 jpeg shebangfix
16
USES=		cmake eigen:3 jpeg shebangfix
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_TAGNAME=	stable_22Aug2018
18
GH_TAGNAME=	stable_22Aug2018
19
SHEBANG_GLOB=	*.sh *.bash
19
SHEBANG_GLOB=	*.sh *.bash
(-)science/libcint/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libopenblas.so:math/openblas
14
LIB_DEPENDS=	libopenblas.so:math/openblas
15
15
16
USES=		cmake:outsource blaslapack:openblas
16
USES=		cmake blaslapack:openblas
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	sunqm
18
GH_ACCOUNT=	sunqm
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)science/libefp/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		cmake:outsource
13
USES=		cmake
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	ilyak
15
GH_ACCOUNT=	ilyak
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
(-)science/libgeodecomp/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=		libboost_system.so:devel/boost-libs libboost_date_time.so:devel/boost-libs \
16
LIB_DEPENDS=		libboost_system.so:devel/boost-libs libboost_date_time.so:devel/boost-libs \
17
			libboost_filesystem.so:devel/boost-libs
17
			libboost_filesystem.so:devel/boost-libs
18
18
19
USES=			cmake:outsource compiler:c++11-lib
19
USES=			cmake compiler:c++11-lib
20
USE_GCC=		yes
20
USE_GCC=		yes
21
USE_LDCONFIG=		yes
21
USE_LDCONFIG=		yes
22
22
(-)science/luscus/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
RUN_DEPENDS=	bash:shells/bash \
20
RUN_DEPENDS=	bash:shells/bash \
21
		babel:science/openbabel
21
		babel:science/openbabel
22
22
23
USES=		cmake:outsource gettext-runtime pkgconfig shebangfix
23
USES=		cmake gettext-runtime pkgconfig shebangfix
24
SHEBANG_GLOB=	*.sh
24
SHEBANG_GLOB=	*.sh
25
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
25
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
26
USE_GL=		gl glu
26
USE_GL=		gl glu
(-)science/madness/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libtcmalloc.so:devel/google-perftools \
19
		libtcmalloc.so:devel/google-perftools \
20
		libxc.so:science/libxc
20
		libxc.so:science/libxc
21
21
22
USES=		cmake:outsource compiler:c++14-lang fortran localbase:ldflags python:build
22
USES=		cmake compiler:c++14-lang fortran localbase:ldflags python:build
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	m-a-d-n-e-s-s
24
GH_ACCOUNT=	m-a-d-n-e-s-s
25
GH_TAGNAME=	ebb3fd7
25
GH_TAGNAME=	ebb3fd7
(-)science/mcstas/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
13
14
USES=		bison:build cmake:outsource
14
USES=		bison:build cmake
15
CMAKE_ARGS=	"-Denable_mcstas=1"
15
CMAKE_ARGS=	"-Denable_mcstas=1"
16
16
17
MANDIRS=	${PREFIX}/${PORTNAME}/${DISTVERSION}/doc/man/man1
17
MANDIRS=	${PREFIX}/${PORTNAME}/${DISTVERSION}/doc/man/man1
(-)science/mcxtrace/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
LICENSE_FILE=	${WRKSRC}/lib/LGPL
13
LICENSE_FILE=	${WRKSRC}/lib/LGPL
14
14
15
USES=		bison:build cmake:outsource
15
USES=		bison:build cmake
16
16
17
PLIST_SUB=	DISTVERSION=${DISTVERSION}
17
PLIST_SUB=	DISTVERSION=${DISTVERSION}
18
18
(-)science/mcxtrace-comps/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	${LOCALBASE}/mcxtrace/${DISTVERSION}/bin/mcxtrace:science/mcxtrace
14
RUN_DEPENDS=	${LOCALBASE}/mcxtrace/${DISTVERSION}/bin/mcxtrace:science/mcxtrace
15
15
16
USES=		cmake:outsource
16
USES=		cmake
17
# Apparently cmake does not generate an install/strip target if nothing
17
# Apparently cmake does not generate an install/strip target if nothing
18
# is supposed to be stripped, so override the cmake-default install
18
# is supposed to be stripped, so override the cmake-default install
19
# target of install/strip by resetting STRIP
19
# target of install/strip by resetting STRIP
(-)science/openbabel/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
CONFLICTS_INSTALL=	babel-*
18
CONFLICTS_INSTALL=	babel-*
19
19
20
USES=		cmake:outsource eigen:3
20
USES=		cmake eigen:3
21
USE_CXXSTD=	gnu++98
21
USE_CXXSTD=	gnu++98
22
USE_GNOME=	libxml2
22
USE_GNOME=	libxml2
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)science/openstructure/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
RUN_DEPENDS=	${PYNUMPY} \
21
RUN_DEPENDS=	${PYNUMPY} \
22
		bash:shells/bash
22
		bash:shells/bash
23
23
24
USES=		cmake:outsource eigen:3 python pyqt:4 qt:4 shebangfix
24
USES=		cmake eigen:3 python pyqt:4 qt:4 shebangfix
25
SHEBANG_FILES=	scripts/dng.in scripts/ost.in scripts/ost_config.in
25
SHEBANG_FILES=	scripts/dng.in scripts/ost.in scripts/ost_config.in
26
USE_QT=		corelib gui network opengl xml qmake_build moc_build rcc_build uic_build
26
USE_QT=		corelib gui network opengl xml qmake_build moc_build rcc_build uic_build
27
USE_PYQT=	core gui
27
USE_PYQT=	core gui
(-)science/paraview/Makefile (-1 / +1 lines)
Lines 35-41 Link Here
35
RUN_DEPENDS=	bash:shells/bash	\
35
RUN_DEPENDS=	bash:shells/bash	\
36
		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
36
		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
37
37
38
USES=		alias cmake:outsource jpeg localbase python:2.7 qt:5 shebangfix
38
USES=		alias cmake jpeg localbase python:2.7 qt:5 shebangfix
39
USE_QT=		core gui help network sql widgets x11extras xmlpatterns buildtools_build qmake_build
39
USE_QT=		core gui help network sql widgets x11extras xmlpatterns buildtools_build qmake_build
40
USE_GL=		gl glu
40
USE_GL=		gl glu
41
USE_XORG=	x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
41
USE_XORG=	x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
(-)science/pcmsolver/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libflang.so:devel/flang # USES=fortran:clang breaks in configure: can't find libs directory
17
LIB_DEPENDS=	libflang.so:devel/flang # USES=fortran:clang breaks in configure: can't find libs directory
18
18
19
USES=		cmake:outsource,noninja python
19
USES=		cmake:noninja python
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	PCMSolver
21
GH_ACCOUNT=	PCMSolver
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)science/py-rmf/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
BUILD_DEPENDS=	swig3.0:devel/swig30
14
BUILD_DEPENDS=	swig3.0:devel/swig30
15
LIB_DEPENDS=	libRMF.so:science/rmf
15
LIB_DEPENDS=	libRMF.so:science/rmf
16
16
17
USES=		cmake:outsource python shebangfix
17
USES=		cmake python shebangfix
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	salilab
19
GH_ACCOUNT=	salilab
20
GH_TAGNAME=	f917cf2
20
GH_TAGNAME=	f917cf2
(-)science/qmcpack/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
		libopenblas.so:math/openblas \
23
		libopenblas.so:math/openblas \
24
		libsz.so:science/szip
24
		libsz.so:science/szip
25
25
26
USES=		cmake:outsource compiler:c++11-lang fortran localbase:ldflags pkgconfig
26
USES=		cmake compiler:c++11-lang fortran localbase:ldflags pkgconfig
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
GH_ACCOUNT=	${PORTNAME:tu}
28
GH_ACCOUNT=	${PORTNAME:tu}
29
USE_GNOME=	libxml2
29
USE_GNOME=	libxml2
(-)science/rdkit/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		rapidjson>=0:devel/rapidjson
15
		rapidjson>=0:devel/rapidjson
16
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
16
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
17
17
18
USES=		bison:build cmake:outsource eigen:3 python
18
USES=		bison:build cmake eigen:3 python
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_TUPLE=	schrodinger:maeparser:1.0.0:maeparser/External/CoordGen/maeparser \
20
GH_TUPLE=	schrodinger:maeparser:1.0.0:maeparser/External/CoordGen/maeparser \
21
		schrodinger:coordgenlibs:ede3191:coordgenlibs/External/CoordGen/coordgenlibs
21
		schrodinger:coordgenlibs:ede3191:coordgenlibs/External/CoordGen/coordgenlibs
(-)science/rmf/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libhdf5.so:science/hdf5 \
15
		libhdf5.so:science/hdf5 \
16
		libsz.so:science/szip
16
		libsz.so:science/szip
17
17
18
USES=		cmake:outsource python:build shebangfix
18
USES=		cmake python:build shebangfix
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	salilab
20
GH_ACCOUNT=	salilab
21
GH_TAGNAME=	f917cf2
21
GH_TAGNAME=	f917cf2
(-)science/step/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
		libgsl.so:math/gsl \
11
		libgsl.so:math/gsl \
12
		libqalculate.so:math/libqalculate
12
		libqalculate.so:math/libqalculate
13
13
14
USES=		cmake:outsource eigen:3 gettext kde:5 pkgconfig qt:5 tar:xz
14
USES=		cmake eigen:3 gettext kde:5 pkgconfig qt:5 tar:xz
15
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
16
		coreaddons crash doctools ecm emoticons guiaddons i18n \
16
		coreaddons crash doctools ecm emoticons guiaddons i18n \
17
		iconthemes init itemmodels itemviews jobwidgets js \
17
		iconthemes init itemmodels itemviews jobwidgets js \
(-)science/step-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libqalculate.so:math/libqalculate \
14
LIB_DEPENDS=	libqalculate.so:math/libqalculate \
15
		libgsl.so:math/gsl
15
		libgsl.so:math/gsl
16
16
17
USES=		cmake:outsource eigen:2 kde:4 pkgconfig qt:4 tar:xz
17
USES=		cmake eigen:2 kde:4 pkgconfig qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4
18
USE_KDE=	kdelibs automoc4
19
USE_QT=		opengl moc_build qmake_build rcc_build uic_build
19
USE_QT=		opengl moc_build qmake_build rcc_build uic_build
20
20
(-)science/teem/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libpng16.so:graphics/png
15
LIB_DEPENDS=	libpng16.so:graphics/png
16
16
17
USES=		cmake:outsource
17
USES=		cmake
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
CMAKE_ON=	BUILD_SHARED_LIBS
20
CMAKE_ON=	BUILD_SHARED_LIBS
(-)science/triqs/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
PORTSCOUT=	limit:^[0-9]+\.[0-9].*$$
30
PORTSCOUT=	limit:^[0-9]+\.[0-9].*$$
31
31
32
USES=		cmake:outsource,noninja fortran gettext-runtime python:2.7 # python:2.7 matches that in devel/cpp2py
32
USES=		cmake:noninja fortran gettext-runtime python:2.7 # python:2.7 matches that in devel/cpp2py
33
USE_GITHUB=	yes
33
USE_GITHUB=	yes
34
GH_ACCOUNT=	${PORTNAME:tu}
34
GH_ACCOUNT=	${PORTNAME:tu}
35
USE_LDCONFIG=	yes
35
USE_LDCONFIG=	yes
(-)security/akmos/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource compiler:c++11-lang
14
USES=		cmake compiler:c++11-lang
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	melanhit
17
GH_ACCOUNT=	melanhit
(-)security/boringssl/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
USE_GITHUB=	yes
12
USE_GITHUB=	yes
13
GH_ACCOUNT=	google
13
GH_ACCOUNT=	google
14
GH_TAGNAME=	b6317b9
14
GH_TAGNAME=	b6317b9
15
USES=		cmake localbase perl5
15
USES=		cmake:insource localbase perl5
16
CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1
16
CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
LDFLAGS+=	-Wl,-rpath,${PREFIX}/lib
18
LDFLAGS+=	-Wl,-rpath,${PREFIX}/lib
(-)security/bro/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libGeoIP.so:net/GeoIP
17
LIB_DEPENDS=	libGeoIP.so:net/GeoIP
18
18
19
USES=		bison cmake:outsource compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
19
USES=		bison cmake compiler:c++11-lang gettext-runtime ninja perl5 python shebangfix ssl
20
20
21
CMAKE_ARGS+=	-DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
21
CMAKE_ARGS+=	-DPYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
22
CXXFLAGS+=	-std=c++11 -Wall
22
CXXFLAGS+=	-std=c++11 -Wall
(-)security/broccoli/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
EXTRACT_AFTER_ARGS=	${DISTNAME}/aux/broccoli
19
EXTRACT_AFTER_ARGS=	${DISTNAME}/aux/broccoli
20
20
21
USES=		cmake:outsource ssl bison
21
USES=		cmake ssl bison
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
CMAKE_SOURCE_PATH=	${WRKSRC}/aux/broccoli
23
CMAKE_SOURCE_PATH=	${WRKSRC}/aux/broccoli
24
BINARY_ALIAS=	swig=swig3.0
24
BINARY_ALIAS=	swig=swig3.0
(-)security/greenbone-security-assistant8/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
22
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
23
23
24
USES=		cmake:outsource gettext gnome pkgconfig
24
USES=		cmake gettext gnome pkgconfig
25
USE_GNOME=	glib20 libxml2 libxslt
25
USE_GNOME=	glib20 libxml2 libxslt
26
USE_RC_SUBR=	gsad
26
USE_RC_SUBR=	gsad
27
ETCDIR=		${PREFIX}/etc/openvas
27
ETCDIR=		${PREFIX}/etc/openvas
(-)security/i2pd/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	PurpleI2P
18
GH_ACCOUNT=	PurpleI2P
19
19
20
USES=		cmake compiler:c++11-lib ssl
20
USES=		cmake:insource compiler:c++11-lib ssl
21
CMAKE_ARGS=	-DWITH_GUI=OFF
21
CMAKE_ARGS=	-DWITH_GUI=OFF
22
CMAKE_SOURCE_PATH=	${WRKSRC}/build
22
CMAKE_SOURCE_PATH=	${WRKSRC}/build
23
USE_RC_SUBR=	${PORTNAME}
23
USE_RC_SUBR=	${PORTNAME}
(-)security/ike/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
ONLY_FOR_ARCHS=	i386 amd64
14
ONLY_FOR_ARCHS=	i386 amd64
15
15
16
USE_RC_SUBR=	iked
16
USE_RC_SUBR=	iked
17
USES=		bison cmake libedit localbase:ldflags tar:tbz2 ssl
17
USES=		bison cmake:insource libedit localbase:ldflags tar:tbz2 ssl
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
20
20
(-)security/keepassxc/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
		libgcrypt.so:security/libgcrypt \
24
		libgcrypt.so:security/libgcrypt \
25
		libgpg-error.so:security/libgpg-error
25
		libgpg-error.so:security/libgpg-error
26
26
27
USES=		cmake:outsource desktop-file-utils qt:5 shared-mime-info tar:xz
27
USES=		cmake desktop-file-utils qt:5 shared-mime-info tar:xz
28
USE_QT=		buildtools_build concurrent core dbus gui linguisttools network \
28
USE_QT=		buildtools_build concurrent core dbus gui linguisttools network \
29
		qmake_build testlib widgets
29
		qmake_build testlib widgets
30
USE_XORG=	x11
30
USE_XORG=	x11
(-)security/kf5-kdesu/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 integration with su for elevated privileges
8
COMMENT=	KF5 integration with su for elevated privileges
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	config coreaddons dbusaddons ecm i18n pty service
11
USE_KDE=	config coreaddons dbusaddons ecm i18n pty service
12
USE_QT=		buildtools_build core dbus qmake_build xml
12
USE_QT=		buildtools_build core dbus qmake_build xml
13
USE_XORG=	ice sm x11 xext
13
USE_XORG=	ice sm x11 xext
(-)security/kgpg/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
RUN_DEPENDS=	gpg2:security/gnupg
10
RUN_DEPENDS=	gpg2:security/gnupg
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	akonadi akonadicontacts archive auth bookmarks codecs \
13
USE_KDE=	akonadi akonadicontacts archive auth bookmarks codecs \
14
		completion config configwidgets contacts coreaddons crash \
14
		completion config configwidgets contacts coreaddons crash \
15
		dbusaddons doctools ecm i18n iconthemes itemmodels itemviews \
15
		dbusaddons doctools ecm i18n iconthemes itemmodels itemviews \
(-)security/kgpg-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	gpg2:security/gnupg
15
RUN_DEPENDS=	gpg2:security/gnupg
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	automoc4 kdelibs pimlibs
18
USE_KDE=	automoc4 kdelibs pimlibs
19
USE_QT=		qmake_build moc_build rcc_build uic_build
19
USE_QT=		qmake_build moc_build rcc_build uic_build
20
20
(-)security/klee/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
LLVM_VERSION=	38 # the latest llvm version that the master branch (79ac709) currently supports
18
LLVM_VERSION=	38 # the latest llvm version that the master branch (79ac709) currently supports
19
19
20
USES=		cmake:outsource localbase pkgconfig python:run shebangfix
20
USES=		cmake localbase pkgconfig python:run shebangfix
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
SHEBANG_FILES=	tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool
22
SHEBANG_FILES=	tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)security/kleopatra/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
		libgpgmepp.so:security/gpgme-cpp \
14
		libgpgmepp.so:security/gpgme-cpp \
15
		libqgpgme.so:security/gpgme-qt5
15
		libqgpgme.so:security/gpgme-qt5
16
16
17
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
17
USES=		cmake gettext kde:5 qt:5 tar:xz
18
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
18
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
19
		doctools ecm i18n iconthemes itemmodels kcmutils notifications \
19
		doctools ecm i18n iconthemes itemmodels kcmutils notifications \
20
		service sonnet textwidgets widgetsaddons windowsystem xmlgui \
20
		service sonnet textwidgets widgetsaddons windowsystem xmlgui \
(-)security/kpkpass/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Library to deal with Apple Wallet pass files
8
COMMENT=	Library to deal with Apple Wallet pass files
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 shared-mime-info tar:xz
10
USES=		cmake gettext kde:5 qt:5 shared-mime-info tar:xz
11
USE_KDE=	archive ecm
11
USE_KDE=	archive ecm
12
USE_QT=		core gui testlib \
12
USE_QT=		core gui testlib \
13
		buildtools_build qmake_build
13
		buildtools_build qmake_build
(-)security/kwalletmanager/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Password manager for KDE
8
COMMENT=	Password manager for KDE
9
9
10
USES=		cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
10
USES=		cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive auth codecs config configwidgets coreaddons crash \
11
USE_KDE=	archive auth codecs config configwidgets coreaddons crash \
12
		dbusaddons doctools ecm emoticons i18n iconthemes init \
12
		dbusaddons doctools ecm emoticons i18n iconthemes init \
13
		itemmodels itemviews kcmutils kdelibs4support kio \
13
		itemmodels itemviews kcmutils kdelibs4support kio \
(-)security/kwalletmanager-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	automoc4 kdelibs
16
USE_KDE=	automoc4 kdelibs
17
USE_QT=		qmake_build moc_build rcc_build uic_build
17
USE_QT=		qmake_build moc_build rcc_build uic_build
18
18
(-)security/libkleo/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	${LOCALBASE}/bin/gmd5sum:sysutils/coreutils
15
RUN_DEPENDS=	${LOCALBASE}/bin/gmd5sum:sysutils/coreutils
16
16
17
17
18
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
18
USES=		cmake gettext kde:5 qt:5 tar:xz
19
USE_KDE=	codecs completion config coreaddons i18n itemmodels \
19
USE_KDE=	codecs completion config coreaddons i18n itemmodels \
20
		widgetsaddons windowsystem \
20
		widgetsaddons windowsystem \
21
		pimtextedit
21
		pimtextedit
(-)security/libssh/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
OPTIONS_DEFAULT=	OPENSSL STATIC
21
OPTIONS_DEFAULT=	OPENSSL STATIC
22
OPTIONS_SUB=	yes
22
OPTIONS_SUB=	yes
23
23
24
USES=		cmake:outsource cpe tar:xz
24
USES=		cmake cpe tar:xz
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
26
27
CMAKE_ARGS=	-DWITH_EXAMPLES:BOOL=OFF \
27
CMAKE_ARGS=	-DWITH_EXAMPLES:BOOL=OFF \
(-)security/libuecc/Makefile (-1 / +1 lines)
Lines 17-22 Link Here
17
17
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
USES=		cmake:outsource pkgconfig tar
20
USES=		cmake pkgconfig tar
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)security/libzrtpcppcore/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
GH_ACCOUNT=	wernerd
16
GH_ACCOUNT=	wernerd
17
GH_PROJECT=	ZRTPCPP
17
GH_PROJECT=	ZRTPCPP
18
18
19
USES=		cmake:outsource,noninja compiler:c++11-lib
19
USES=		cmake:noninja compiler:c++11-lib
20
USE_CXXSTD=	c++11
20
USE_CXXSTD=	c++11
21
CMAKE_ARGS=	-DCORE_LIB:BOOL=ON
21
CMAKE_ARGS=	-DCORE_LIB:BOOL=ON
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)security/lxqt-openssh-askpass/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
13
14
USES=	cmake:outsource gettext-runtime kde:5 lxqt pkgconfig tar:xz qt:5
14
USES=	cmake gettext-runtime kde:5 lxqt pkgconfig tar:xz qt:5
15
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
15
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
16
	svg widgets x11extras xml
16
	svg widgets x11extras xml
17
USE_KDE=	windowsystem
17
USE_KDE=	windowsystem
(-)security/lxqt-sudo/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
RUN_DEPENDS=	sudo:security/sudo
14
RUN_DEPENDS=	sudo:security/sudo
15
15
16
USES=	cmake:outsource compiler:c++11-lib gettext kde:5 lxqt qt:5 \
16
USES=	cmake compiler:c++11-lib gettext kde:5 lxqt qt:5 \
17
	pkgconfig tar:xz
17
	pkgconfig tar:xz
18
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
18
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
19
	x11extras xml
19
	x11extras xml
(-)security/openconnect-gui/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	${PORTNAME:C/-gui//}
22
GH_ACCOUNT=	${PORTNAME:C/-gui//}
23
23
24
USES=		cmake pkgconfig qt:5
24
USES=		cmake:insource pkgconfig qt:5
25
USE_QT=		buildtools_build concurrent core gui network qmake_build widgets
25
USE_QT=		buildtools_build concurrent core gui network qmake_build widgets
26
CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
26
CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
27
PLIST_FILES=	bin/openconnect-gui
27
PLIST_FILES=	bin/openconnect-gui
(-)security/openvas8-cli/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
19
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
20
20
21
CFLAGS+=	-Wno-missing-field-initializers
21
CFLAGS+=	-Wno-missing-field-initializers
22
USES=		cmake:outsource gnome pkgconfig shebangfix
22
USES=		cmake gnome pkgconfig shebangfix
23
SHEBANG_FILES=	dialog/omp-dialog
23
SHEBANG_FILES=	dialog/omp-dialog
24
USE_GNOME=	glib20 libxslt:run
24
USE_GNOME=	glib20 libxslt:run
25
25
(-)security/openvas8-libraries/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
26
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
27
27
28
USES=		bison cmake:outsource gnome pkgconfig
28
USES=		bison cmake gnome pkgconfig
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
USE_GNOME=	glib20
30
USE_GNOME=	glib20
31
31
(-)security/openvas8-manager/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
25
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
26
26
27
USES=		cmake:outsource gnome pkgconfig
27
USES=		cmake gnome pkgconfig
28
USE_GNOME=	glib20 libxslt:run
28
USE_GNOME=	glib20 libxslt:run
29
PGSQL_USES=	pgsql
29
PGSQL_USES=	pgsql
30
SQLITE3_USES=	sqlite
30
SQLITE3_USES=	sqlite
(-)security/openvas8-scanner/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
26
CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
27
27
28
USES=		cmake:outsource gettext-runtime gnome pkgconfig
28
USES=		cmake gettext-runtime gnome pkgconfig
29
USE_GNOME=	glib20
29
USE_GNOME=	glib20
30
USE_RC_SUBR=	openvassd
30
USE_RC_SUBR=	openvassd
31
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VER}//}
31
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VER}//}
(-)security/plasma5-kscreenlocker/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
RUN_DEPENDS=	ck-list-sessions:sysutils/consolekit2\
13
RUN_DEPENDS=	ck-list-sessions:sysutils/consolekit2\
14
		dbus-send:devel/dbus
14
		dbus-send:devel/dbus
15
15
16
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
16
USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
17
		qt:5 shebangfix tar:xz
17
		qt:5 shebangfix tar:xz
18
USE_KDE=	auth codecs config configwidgets coreaddons crash ecm \
18
USE_KDE=	auth codecs config configwidgets coreaddons crash ecm \
19
		emoticons globalaccel i18n idletime init itemmodels kcmutils \
19
		emoticons globalaccel i18n idletime init itemmodels kcmutils \
(-)security/plasma5-ksshaskpass/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 ssh-add frontend
9
COMMENT=	Plasma5 ssh-add frontend
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	coreaddons doctools ecm i18n wallet widgetsaddons
12
USE_KDE=	coreaddons doctools ecm i18n wallet widgetsaddons
13
USE_QT=		core gui widgets \
13
USE_QT=		core gui widgets \
14
		buildtools_build qmake_build
14
		buildtools_build qmake_build
(-)security/plasma5-kwallet-pam/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
11
LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
12
		libgpg-error.so:security/libgpg-error
12
		libgpg-error.so:security/libgpg-error
13
13
14
USES=		cmake:outsource cpe gettext kde:5 qt:5 tar:xz
14
USES=		cmake cpe gettext kde:5 qt:5 tar:xz
15
USE_KDE=	ecm
15
USE_KDE=	ecm
16
USE_QT=		buildtools_build qmake_build
16
USE_QT=		buildtools_build qmake_build
17
17
(-)security/rndpassw/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	melanhit
14
GH_ACCOUNT=	melanhit
15
15
16
USES=		cmake:outsource
16
USES=		cmake
17
17
18
PLIST_FILES=	bin/rndpassw \
18
PLIST_FILES=	bin/rndpassw \
19
		man/man1/rndpassw.1.gz
19
		man/man1/rndpassw.1.gz
(-)sysutils/baloo-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
LIB_DEPENDS=	libxapian.so:databases/xapian-core \
17
LIB_DEPENDS=	libxapian.so:databases/xapian-core \
18
		libqjson.so:devel/qjson@qt4
18
		libqjson.so:devel/qjson@qt4
19
19
20
USES=		cmake:outsource kde:4 qt:4 tar:xz
20
USES=		cmake kde:4 qt:4 tar:xz
21
USE_KDE=	akonadi automoc4 kdelibs kfilemetadata \
21
USE_KDE=	akonadi automoc4 kdelibs kfilemetadata \
22
		pimlibs
22
		pimlibs
23
USE_QT=		corelib qmake_build moc_build rcc_build uic_build
23
USE_QT=		corelib qmake_build moc_build rcc_build uic_build
(-)sysutils/baloo-widgets/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	BalooWidgets library
8
COMMENT=	BalooWidgets library
9
9
10
USES=		cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
11
USE_KDE=	baloo completion config coreaddons ecm emoticons filemetadata \
11
USE_KDE=	baloo completion config coreaddons ecm emoticons filemetadata \
12
		i18n init itemmodels jobwidgets kdelibs4support kio service \
12
		i18n init itemmodels jobwidgets kdelibs4support kio service \
13
		widgetsaddons
13
		widgetsaddons
(-)sysutils/baloo-widgets-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	automoc4 baloo kfilemetadata
15
USE_KDE=	automoc4 baloo kfilemetadata
16
USE_QT=		corelib qmake_build moc_build rcc_build uic_build
16
USE_QT=		corelib qmake_build moc_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)sysutils/cmocka/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
14
15
USES=		cmake:outsource tar:xz
15
USES=		cmake tar:xz
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
PLIST_FILES=	include/cmocka.h \
18
PLIST_FILES=	include/cmocka.h \
(-)sysutils/contractor/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
16
LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
17
	libdbus-glib-1.so:devel/dbus-glib
17
	libdbus-glib-1.so:devel/dbus-glib
18
18
19
USES=	cmake:outsource gettext-runtime pkgconfig tar:xz
19
USES=	cmake gettext-runtime pkgconfig tar:xz
20
USE_GNOME=	glib20
20
USE_GNOME=	glib20
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)sysutils/filelight/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
CONFLICTS_INSTALL=      ${PORTNAME}-kde4*
13
CONFLICTS_INSTALL=      ${PORTNAME}-kde4*
14
14
15
USES=		cmake:outsource desktop-file-utils gettext kde:5 qt:5 tar:xz
15
USES=		cmake desktop-file-utils gettext kde:5 qt:5 tar:xz
16
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
16
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
17
		ecm i18n jobwidgets kio parts service solid sonnet textwidgets \
17
		ecm i18n jobwidgets kio parts service solid sonnet textwidgets \
18
		widgetsaddons xmlgui
18
		widgetsaddons xmlgui
(-)sysutils/filelight-kde4/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
CONFLICTS_INSTALL=      ${PORTNAME}
16
CONFLICTS_INSTALL=      ${PORTNAME}
17
17
18
USES=		cmake:outsource kde:4 qt:4 tar:xz
18
USES=		cmake kde:4 qt:4 tar:xz
19
USE_KDE=	kdelibs automoc4
19
USE_KDE=	kdelibs automoc4
20
USE_QT=		qmake_build moc_build rcc_build uic_build
20
USE_QT=		qmake_build moc_build rcc_build uic_build
21
21
(-)sysutils/fusefs-encfs/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE=	GPLv3
14
LICENSE=	GPLv3
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
USES=		cmake:outsource compiler:c++11-lib fuse ssl
17
USES=		cmake compiler:c++11-lib fuse ssl
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	vgough
19
GH_ACCOUNT=	vgough
20
20
(-)sysutils/k3b/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
RUN_DEPENDS=	cdrecord:sysutils/cdrtools
21
RUN_DEPENDS=	cdrecord:sysutils/cdrtools
22
BUILD_DEPENDS=	cdrecord:sysutils/cdrtools
22
BUILD_DEPENDS=	cdrecord:sysutils/cdrtools
23
23
24
USES=		cmake:outsource desktop-file-utils gettext iconv kde:5 pkgconfig \
24
USES=		cmake desktop-file-utils gettext iconv kde:5 pkgconfig \
25
		qt:5 shared-mime-info tar:xz
25
		qt:5 shared-mime-info tar:xz
26
26
27
USE_KDE=	archive attica auth bookmarks codecs completion config \
27
USE_KDE=	archive attica auth bookmarks codecs completion config \
(-)sysutils/kbackup/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Backup program with an easy to use user interface
8
COMMENT=	Backup program with an easy to use user interface
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
12
		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
12
		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
13
		notifications service solid widgetsaddons xmlgui
13
		notifications service solid widgetsaddons xmlgui
(-)sysutils/kcron/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
10
BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
11
		docbook-xml>0:textproc/docbook-xml
11
		docbook-xml>0:textproc/docbook-xml
12
12
13
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
13
USES=		cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
14
USE_KDE=	auth codecs completion config configwidgets coreaddons ecm \
15
		doctools i18n iconthemes jobwidgets kio service widgetsaddons \
15
		doctools i18n iconthemes jobwidgets kio service widgetsaddons \
16
		xmlgui
16
		xmlgui
(-)sysutils/kcron-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)sysutils/kdebugsettings/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE application to enable/disable qCDebug
8
COMMENT=	KDE application to enable/disable qCDebug
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	completion config configwidgets coreaddons dbusaddons \
11
USE_KDE=	completion config configwidgets coreaddons dbusaddons \
12
		ecm guiaddons i18n iconthemes itemviews kio widgetsaddons
12
		ecm guiaddons i18n iconthemes itemviews kio widgetsaddons
13
USE_QT=		core dbus gui testlib widgets \
13
USE_QT=		core dbus gui testlib widgets \
(-)sysutils/kdf/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Shows free space of devices for KDE
8
COMMENT=	Shows free space of devices for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
12
		i18n iconthemes jobwidgets kcmutils kio notifications service \
12
		i18n iconthemes jobwidgets kcmutils kio notifications service \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)sysutils/kdf-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	automoc4 kdelibs
16
USE_KDE=	automoc4 kdelibs
17
USE_QT=		qmake_build moc_build rcc_build uic_build
17
USE_QT=		qmake_build moc_build rcc_build uic_build
18
18
(-)sysutils/kdialog/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Show nice dialog boxes from shell scripts
8
COMMENT=	Show nice dialog boxes from shell scripts
9
9
10
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
12
		coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \
13
		itemviews jobwidgets kdelibs4support kio notifications parts \
13
		itemviews jobwidgets kdelibs4support kio notifications parts \
(-)sysutils/kf5-baloo/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	liblmdb.so:databases/lmdb \
10
LIB_DEPENDS=	liblmdb.so:databases/lmdb \
11
		libinotify.so:devel/libinotify
11
		libinotify.so:devel/libinotify
12
12
13
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
14
USE_KDE=	auth completion config coreaddons crash dbusaddons \
14
USE_KDE=	auth completion config coreaddons crash dbusaddons \
15
		filemetadata i18n idletime jobwidgets kio service \
15
		filemetadata i18n idletime jobwidgets kio service \
16
		solid widgetsaddons
16
		solid widgetsaddons
(-)sysutils/kf5-kwallet/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libqgpgme.so:security/gpgme-qt5 \
15
		libqgpgme.so:security/gpgme-qt5 \
16
		libgpgmepp.so:security/gpgme-cpp
16
		libgpgmepp.so:security/gpgme-cpp
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
18
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
19
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
19
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
20
		doctools ecm i18n iconthemes notifications service \
20
		doctools ecm i18n iconthemes notifications service \
21
		widgetsaddons windowsystem
21
		widgetsaddons windowsystem
(-)sysutils/kfilemetadata-kde4/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libepub.so:textproc/ebook-tools \
18
		libepub.so:textproc/ebook-tools \
19
		libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
19
		libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
20
20
21
USES=		cmake:outsource kde:4 pkgconfig qt:4 tar:xz
21
USES=		cmake kde:4 pkgconfig qt:4 tar:xz
22
USE_KDE=	automoc4 kdelibs
22
USE_KDE=	automoc4 kdelibs
23
USE_QT=		corelib qmake_build moc_build rcc_build uic_build
23
USE_QT=		corelib qmake_build moc_build rcc_build uic_build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
(-)sysutils/kfilemetadata-kde4/pkg-plist (-2 lines)
Lines 17-23 Link Here
17
lib/kde4/kfilemetadata_office2007extractor.so
17
lib/kde4/kfilemetadata_office2007extractor.so
18
lib/kde4/kfilemetadata_officeextractor.so
18
lib/kde4/kfilemetadata_officeextractor.so
19
lib/kde4/kfilemetadata_plaintextextractor.so
19
lib/kde4/kfilemetadata_plaintextextractor.so
20
lib/kde4/kfilemetadata_popplerextractor.so
21
lib/kde4/kfilemetadata_taglibextractor.so
20
lib/kde4/kfilemetadata_taglibextractor.so
22
lib/libkfilemetadata.so
21
lib/libkfilemetadata.so
23
lib/libkfilemetadata.so.4
22
lib/libkfilemetadata.so.4
Lines 30-35 Link Here
30
share/kde4/services/kfilemetadata_office2007extractor.desktop
29
share/kde4/services/kfilemetadata_office2007extractor.desktop
31
share/kde4/services/kfilemetadata_officeextractor.desktop
30
share/kde4/services/kfilemetadata_officeextractor.desktop
32
share/kde4/services/kfilemetadata_plaintextextractor.desktop
31
share/kde4/services/kfilemetadata_plaintextextractor.desktop
33
share/kde4/services/kfilemetadata_popplerextractor.desktop
34
share/kde4/services/kfilemetadata_taglibextractor.desktop
32
share/kde4/services/kfilemetadata_taglibextractor.desktop
35
share/kde4/servicetypes/kfilemetadataextractor.desktop
33
share/kde4/servicetypes/kfilemetadataextractor.desktop
(-)sysutils/kfloppy/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Floppy disk formatter for KDE
8
COMMENT=	Floppy disk formatter for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		doctools ecm emoticons i18n init itemmodels kdelibs4support \
12
		doctools ecm emoticons i18n init itemmodels kdelibs4support \
13
		kio widgetsaddons xmlgui
13
		kio widgetsaddons xmlgui
(-)sysutils/kfloppy-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	automoc4 kdelibs
16
USE_KDE=	automoc4 kdelibs
17
USE_QT=		qmake_build moc_build rcc_build uic_build
17
USE_QT=		qmake_build moc_build rcc_build uic_build
18
18
(-)sysutils/khelpcenter/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libxapian.so:databases/xapian-core
10
LIB_DEPENDS=	libxapian.so:databases/xapian-core
11
11
12
USES=		cmake:outsource compiler:c++11-lib cpe gettext grantlee:5 \
12
USES=		cmake compiler:c++11-lib cpe gettext grantlee:5 \
13
		kde:5 qt:5 shebangfix tar:xz
13
		kde:5 qt:5 shebangfix tar:xz
14
USE_GNOME=	libxml2
14
USE_GNOME=	libxml2
15
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
(-)sysutils/krename/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libpodofo.so:graphics/podofo \
17
		libpodofo.so:graphics/podofo \
18
		libfreetype.so:print/freetype2
18
		libfreetype.so:print/freetype2
19
19
20
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
20
USES=		cmake gettext kde:5 qt:5 tar:xz
21
USE_KDE=	auth bookmarks codecs completion config configwidgets \
21
USE_KDE=	auth bookmarks codecs completion config configwidgets \
22
		coreaddons crash i18n iconthemes itemviews jobwidgets \
22
		coreaddons crash i18n iconthemes itemviews jobwidgets \
23
		js kio service solid widgetsaddons xmlgui
23
		js kio service solid widgetsaddons xmlgui
(-)sysutils/kshutdown-kde4/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
DEPRECATED=	KDE4 is EOL upstream
16
DEPRECATED=	KDE4 is EOL upstream
17
EXPIRATION_DATE=	2018-12-31
17
EXPIRATION_DATE=	2018-12-31
18
18
19
USES=		alias cmake:outsource compiler:c++0x gettext kde:4 qt:4 zip
19
USES=		alias cmake compiler:c++0x gettext kde:4 qt:4 zip
20
USE_QT=		corelib dbus gui moc_build qmake_build rcc_build svg uic_build
20
USE_QT=		corelib dbus gui moc_build qmake_build rcc_build svg uic_build
21
USE_KDE=	automoc4 kdelibs workspace
21
USE_KDE=	automoc4 kdelibs workspace
22
22
(-)sysutils/ksysguardd-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
DISTINFO_FILE=	${.CURDIR:H:H}/x11/kde-workspace-kde4/distinfo
16
DISTINFO_FILE=	${.CURDIR:H:H}/x11/kde-workspace-kde4/distinfo
17
USES=		cmake kde:4 tar:xz
17
USES=		cmake:insource kde:4 tar:xz
18
CMAKE_ARGS+=	-DBIN_INSTALL_DIR:STRING="${PREFIX}/bin" \
18
CMAKE_ARGS+=	-DBIN_INSTALL_DIR:STRING="${PREFIX}/bin" \
19
		-DSYSCONF_INSTALL_DIR:STRING="${PREFIX}/etc"
19
		-DSYSCONF_INSTALL_DIR:STRING="${PREFIX}/etc"
20
20
(-)sysutils/ksystemlog/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KDE system log application
8
COMMENT=	KDE system log application
9
9
10
USES=		cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake gettext kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
12
		doctools ecm i18n iconthemes itemviews jobwidgets kio \
12
		doctools ecm i18n iconthemes itemviews jobwidgets kio \
13
		service sonnet textwidgets widgetsaddons xmlgui
13
		service sonnet textwidgets widgetsaddons xmlgui
(-)sysutils/ksystemlog-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)sysutils/kuser-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs pimlibs automoc4
15
USE_KDE=	kdelibs pimlibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)sysutils/libsysstat/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
13
14
USES=	cmake:outsource lxqt pkgconfig tar:xz qt:5
14
USES=	cmake lxqt pkgconfig tar:xz qt:5
15
USE_QT=	qmake_build buildtools_build core
15
USE_QT=	qmake_build buildtools_build core
16
USE_LXQT=	buildtools
16
USE_LXQT=	buildtools
17
17
(-)sysutils/lsyncd/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libinotify.so:devel/libinotify
14
LIB_DEPENDS=	libinotify.so:devel/libinotify
15
15
16
USES=		cmake:outsource localbase lua
16
USES=		cmake localbase lua
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	axkibe
18
GH_ACCOUNT=	axkibe
19
USE_RC_SUBR=	lsyncd
19
USE_RC_SUBR=	lsyncd
(-)sysutils/lxqt-admin/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
13
14
USES=	cmake:outsource kde:5 localbase lxqt pkgconfig gnome tar:xz qt:5
14
USES=	cmake kde:5 localbase lxqt pkgconfig gnome tar:xz qt:5
15
USE_QT=	buildtools_build qmake_build core dbus gui svg \
15
USE_QT=	buildtools_build qmake_build core dbus gui svg \
16
	widgets x11extras xml
16
	widgets x11extras xml
17
USE_KDE=	windowsystem
17
USE_KDE=	windowsystem
(-)sysutils/lxqt-config/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv2 LGPL21+
13
LICENSE=	GPLv2 LGPL21+
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
15
16
USES=	cmake:outsource compiler:c++11-lib kde:5 localbase:ldflags lxqt qt:5 \
16
USES=	cmake compiler:c++11-lib kde:5 localbase:ldflags lxqt qt:5 \
17
	pkgconfig tar:xz
17
	pkgconfig tar:xz
18
USE_QT=	buildtools_build qmake_build concurrent core dbus \
18
USE_QT=	buildtools_build qmake_build concurrent core dbus \
19
	gui linguisttools svg widgets x11extras xml
19
	gui linguisttools svg widgets x11extras xml
(-)sysutils/lxqt-policykit/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LIB_DEPENDS=	libpolkit-qt5-agent-1.so:sysutils/polkit-qt@qt5 \
15
LIB_DEPENDS=	libpolkit-qt5-agent-1.so:sysutils/polkit-qt@qt5 \
16
		libpolkit-agent-1.so:sysutils/polkit
16
		libpolkit-agent-1.so:sysutils/polkit
17
17
18
USES=	cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
18
USES=	cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \
19
	localbase:ldflags lxqt pkgconfig tar:xz
19
	localbase:ldflags lxqt pkgconfig tar:xz
20
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
20
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
21
	svg widgets x11extras xml
21
	svg widgets x11extras xml
(-)sysutils/lxqt-qtplugin/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libmenu-cache.so:x11/menu-cache \
17
		libmenu-cache.so:x11/menu-cache \
18
		libexif.so:graphics/libexif
18
		libexif.so:graphics/libexif
19
19
20
USES=	cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz qt:5 gettext-runtime
20
USES=	cmake compiler:c++11-lib kde:5 lxqt pkgconfig tar:xz qt:5 gettext-runtime
21
21
22
USE_XORG=xcb
22
USE_XORG=xcb
23
USE_GNOME=glib20
23
USE_GNOME=glib20
(-)sysutils/nepomuk-core-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
		libepub.so:textproc/ebook-tools \
19
		libepub.so:textproc/ebook-tools \
20
		libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
20
		libqmobipocket.so:graphics/kdegraphics-mobipocket-kde4
21
21
22
USES=		cmake:outsource kde:4 python:run qt:4 shebangfix tar:xz
22
USES=		cmake kde:4 python:run qt:4 shebangfix tar:xz
23
USE_KDE=	automoc4 baloo kdelibs kfilemetadata \
23
USE_KDE=	automoc4 baloo kdelibs kfilemetadata \
24
		ontologies soprano
24
		ontologies soprano
25
USE_QT=		corelib dbus gui qmake_build moc_build rcc_build uic_build
25
USE_QT=		corelib dbus gui qmake_build moc_build rcc_build uic_build
(-)sysutils/nepomuk-widgets-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4 soprano nepomuk-core
15
USE_KDE=	kdelibs automoc4 soprano nepomuk-core
16
USE_QT=		corelib dbus gui moc_build qmake_build rcc_build uic_build
16
USE_QT=		corelib dbus gui moc_build qmake_build rcc_build uic_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)sysutils/osquery/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
		libzstd.so:archivers/zstd
32
		libzstd.so:archivers/zstd
33
RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss
33
RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss
34
34
35
USES=		cmake:outsource libtool python:build compiler:c++11-lib \
35
USES=		cmake libtool python:build compiler:c++11-lib \
36
		libarchive ssl
36
		libarchive ssl
37
USE_GNOME=	libxml2
37
USE_GNOME=	libxml2
38
CONFIGURE_ENV+=	OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \
38
CONFIGURE_ENV+=	OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \
(-)sysutils/plasma5-discover/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
# TODO: update packagekit-qt5
11
# TODO: update packagekit-qt5
12
#LIB_DEPENDS=	libpackagekit-qt.so:ports-mgmt/packagekit-qt5
12
#LIB_DEPENDS=	libpackagekit-qt.so:ports-mgmt/packagekit-qt5
13
13
14
USES=		cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
14
USES=		cmake compiler:c++11-lib cpe desktop-file-utils \
15
		gettext kde:5 pkgconfig qt:5 tar:xz
15
		gettext kde:5 pkgconfig qt:5 tar:xz
16
USE_KDE=	archive attica auth codecs completion config configwidgets \
16
USE_KDE=	archive attica auth codecs completion config configwidgets \
17
		coreaddons crash dbusaddons ecm i18n iconthemes itemmodels \
17
		coreaddons crash dbusaddons ecm i18n iconthemes itemmodels \
(-)sysutils/plasma5-drkonqi/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Plasma5 crash handler
8
COMMENT=	Plasma5 crash handler
9
9
10
USES=		cmake:outsource kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		 crash i18n idletime jobwidgets kio notifications \
12
		 crash i18n idletime jobwidgets kio notifications \
13
		service wallet widgetsaddons xmlrpcclient
13
		service wallet widgetsaddons xmlrpcclient
(-)sysutils/plasma5-kde-cli-tools/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
CONFLICTS_INSTALL=	kde-runtime-kde4
11
CONFLICTS_INSTALL=	kde-runtime-kde4
12
12
13
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
14
USE_KDE=	activities auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	activities auth bookmarks codecs completion config configwidgets \
15
		coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
15
		coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
16
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kdesu \
16
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kdesu \
(-)sysutils/plasma5-kinfocenter/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LIB_DEPENDS=	libpci.so:devel/libpci
11
LIB_DEPENDS=	libpci.so:devel/libpci
12
12
13
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
13
USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
14
		qt:5 tar:xz
14
		qt:5 tar:xz
15
USE_GL=		egl gl glu
15
USE_GL=		egl gl glu
16
USE_KDE=	auth bookmarks codecs completion config configwidgets \
16
USE_KDE=	auth bookmarks codecs completion config configwidgets \
(-)sysutils/plasma5-kmenuedit/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 menu editor
9
COMMENT=	Plasma5 menu editor
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
USE_KDE=	auth bookmarks codecs completion config configwidgets \
13
		coreaddons crash dbusaddons guiaddons ecm emoticons hotkeys \
13
		coreaddons crash dbusaddons guiaddons ecm emoticons hotkeys \
14
		i18n iconthemes init itemmodels itemviews jobwidgets \
14
		i18n iconthemes init itemmodels itemviews jobwidgets \
(-)sysutils/plasma5-ksysguard/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 utility to track and control the running processes
9
COMMENT=	Plasma5 utility to track and control the running processes
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
11
USES=		cmake compiler:c++11-lib cpe desktop-file-utils \
12
		gettext kde:5 qt:5 tar:xz
12
		gettext kde:5 qt:5 tar:xz
13
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
14
		dbusaddons emoticons i18n iconthemes init itemmodels \
14
		dbusaddons emoticons i18n iconthemes init itemmodels \
(-)sysutils/plasma5-libksysguard/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 library to track and control running processes
9
COMMENT=	Plasma5 library to track and control running processes
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
12
USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
13
		iconthemes package plasma-framework service widgetsaddons \
13
		iconthemes package plasma-framework service widgetsaddons \
14
		windowsystem
14
		windowsystem
(-)sysutils/plasma5-polkit-kde-agent-1/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
11
LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5
12
12
13
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
14
USE_KDE=	config coreaddons crash dbusaddons ecm i18n iconthemes \
14
USE_KDE=	config coreaddons crash dbusaddons ecm i18n iconthemes \
15
		notifications widgetsaddons windowsystem
15
		notifications widgetsaddons windowsystem
16
USE_QT=		core dbus gui widgets \
16
USE_QT=		core dbus gui widgets \
(-)sysutils/plasma5-powerdevil/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
RUN_DEPENDS=	${LOCALBASE}/libexec/upowerd:sysutils/upower
11
RUN_DEPENDS=	${LOCALBASE}/libexec/upowerd:sysutils/upower
12
12
13
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz
14
USE_KDE=	activities auth bookmarks codecs completion configwidgets \
14
USE_KDE=	activities auth bookmarks codecs completion configwidgets \
15
		coreaddons crash config dbusaddons ecm emoticons globalaccel \
15
		coreaddons crash config dbusaddons ecm emoticons globalaccel \
16
		guiaddons i18n idletime iconthemes init itemmodels itemviews \
16
		guiaddons i18n idletime iconthemes init itemmodels itemviews \
(-)sysutils/plasma5-systemsettings/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 system settings
9
COMMENT=	Plasma5 system settings
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
12
USE_KDE=	activities activities-stats auth codecs completion config \
12
USE_KDE=	activities activities-stats auth codecs completion config \
13
		configwidgets coreaddons crash dbusaddons doctools ecm i18n \
13
		configwidgets coreaddons crash dbusaddons doctools ecm i18n \
14
		iconthemes itemviews jobwidgets js kcmutils kdeclarative khtml \
14
		iconthemes itemviews jobwidgets js kcmutils kdeclarative khtml \
(-)sysutils/plasma5-user-manager/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LIB_DEPENDS=	libpwquality.so:security/libpwquality
11
LIB_DEPENDS=	libpwquality.so:security/libpwquality
12
RUN_DEPENDS=	accountsservice>=0:sysutils/accountsservice
12
RUN_DEPENDS=	accountsservice>=0:sysutils/accountsservice
13
13
14
USES=		cmake:outsource compiler:c++11-lib cpe gettext \
14
USES=		cmake compiler:c++11-lib cpe gettext \
15
		kde:5 pkgconfig qt:5 tar:xz
15
		kde:5 pkgconfig qt:5 tar:xz
16
USE_KDE=	auth bookmarks codecs completion config configwidgets \
16
USE_KDE=	auth bookmarks codecs completion config configwidgets \
17
		coreaddons crash ecm emoticons guiaddons i18n iconthemes \
17
		coreaddons crash ecm emoticons guiaddons i18n iconthemes \
(-)sysutils/polkit-qt/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
FLAVORS=	qt4 qt5
20
FLAVORS=	qt4 qt5
21
FLAVOR?=	${FLAVORS:[1]}
21
FLAVOR?=	${FLAVORS:[1]}
22
22
23
USES=		cmake:outsource pkgconfig tar:bzip2
23
USES=		cmake pkgconfig tar:bzip2
24
USE_GNOME=	glib20
24
USE_GNOME=	glib20
25
CMAKE_OFF=	BUILD_EXAMPLES  \
25
CMAKE_OFF=	BUILD_EXAMPLES  \
26
		BUILD_TEST
26
		BUILD_TEST
(-)sysutils/signon-kwallet-extension/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libsignon-qt5.so:sysutils/signon-qt5
10
LIB_DEPENDS=	libsignon-qt5.so:sysutils/signon-qt5
11
11
12
USES=		cmake:outsource kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	ecm wallet
13
USE_KDE=	ecm wallet
14
USE_QT=		core dbus gui \
14
USE_QT=		core dbus gui \
15
		buildtools_build qmake_build
15
		buildtools_build qmake_build
(-)sysutils/sweeper/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Cleans temporal files for KDE
8
COMMENT=	Cleans temporal files for KDE
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	activities-stats auth bookmarks codecs config configwidgets \
11
USE_KDE=	activities-stats auth bookmarks codecs config configwidgets \
12
		coreaddons crash i18n kio service sonnet textwidgets \
12
		coreaddons crash i18n kio service sonnet textwidgets \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)sysutils/sweeper-kde4/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
DEPRECATED=	KDE4 is EOL upstream
12
DEPRECATED=	KDE4 is EOL upstream
13
EXPIRATION_DATE=	2018-12-31
13
EXPIRATION_DATE=	2018-12-31
14
14
15
USES=		cmake:outsource kde:4 qt:4 tar:xz
15
USES=		cmake kde:4 qt:4 tar:xz
16
USE_KDE=	automoc4 kdelibs
16
USE_KDE=	automoc4 kdelibs
17
USE_QT=		qmake_build moc_build rcc_build uic_build
17
USE_QT=		qmake_build moc_build rcc_build uic_build
18
18
(-)sysutils/synergy/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libcurl.so:ftp/curl
16
LIB_DEPENDS=	libcurl.so:ftp/curl
17
17
18
USES=		cmake:outsource compiler:c++14-lang cpe ssl
18
USES=		cmake compiler:c++14-lang cpe ssl
19
CPE_VENDOR=	synergy-foss
19
CPE_VENDOR=	synergy-foss
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	symless
21
GH_ACCOUNT=	symless
(-)sysutils/ttyd/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libjson-c.so:devel/json-c \
14
LIB_DEPENDS=	libjson-c.so:devel/json-c \
15
		libwebsockets.so:net/libwebsockets
15
		libwebsockets.so:net/libwebsockets
16
16
17
USES=		cmake pkgconfig ssl
17
USES=		cmake:insource pkgconfig ssl
18
USE_CSTD=	c99
18
USE_CSTD=	c99
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	tsl0922
20
GH_ACCOUNT=	tsl0922
(-)sysutils/usbtop/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
16
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
17
17
18
USES=		cmake:outsource compiler:c++11-lang
18
USES=		cmake compiler:c++11-lang
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	aguinet
20
GH_ACCOUNT=	aguinet
21
21
(-)sysutils/zbackup/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
BROKEN_powerpc64=	fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
16
BROKEN_powerpc64=	fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase'
17
17
18
USES=		alias cmake ssl
18
USES=		alias cmake:insource ssl
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
(-)textproc/castxml/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
BUILD_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
15
BUILD_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
16
RUN_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
16
RUN_DEPENDS=	clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
17
17
18
USES=		cmake:outsource
18
USES=		cmake
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	CastXML
20
GH_ACCOUNT=	CastXML
21
GH_PROJECT=	CastXML
21
GH_PROJECT=	CastXML
(-)textproc/cmark/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
CONFLICTS_INSTALL=	py[2-3][0-9]-CommonMark
14
CONFLICTS_INSTALL=	py[2-3][0-9]-CommonMark
15
15
16
USES=		cmake:outsource python:3.4+,test
16
USES=		cmake python:3.4+,test
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	commonmark
18
GH_ACCOUNT=	commonmark
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)textproc/dikt/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		cmake:outsource kde:5 qt:5 tar:txz
16
USES=		cmake kde:5 qt:5 tar:txz
17
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons dbusaddons guiaddons i18n \
17
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons dbusaddons guiaddons i18n \
18
		iconthemes itemviews jobwidgets kio service solid widgetsaddons xmlgui
18
		iconthemes itemviews jobwidgets kio service solid widgetsaddons xmlgui
19
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
19
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
(-)textproc/fcitx-qt5/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
14
LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
15
		libxkbcommon.so:x11/libxkbcommon
15
		libxkbcommon.so:x11/libxkbcommon
16
16
17
USES=		compiler:c++11-lib cmake:outsource gettext kde:5 pkgconfig qt:5
17
USES=		compiler:c++11-lib cmake gettext kde:5 pkgconfig qt:5
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	fcitx
19
GH_ACCOUNT=	fcitx
20
USE_KDE=	ecm
20
USE_KDE=	ecm
(-)textproc/fcitx-table-other/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx
15
LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx
16
16
17
USES=		cmake:outsource gettext tar:xz
17
USES=		cmake gettext tar:xz
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
STRIP=		# ninja breaks without this: unknown target 'install/strip'
19
STRIP=		# ninja breaks without this: unknown target 'install/strip'
20
20
(-)textproc/kdiff3/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake:outsource kde:4 qt:4
16
USES=		cmake kde:4 qt:4
17
USE_KDE=	kdelibs libkonq automoc4
17
USE_KDE=	kdelibs libkonq automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
19
(-)textproc/kf5-kcodecs/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
11
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
12
12
13
USES=		cmake:outsource compiler:c++11-lib gperf kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz
14
USE_KDE=	ecm
14
USE_KDE=	ecm
15
USE_QT=		buildtools_build core linguisttools qmake_build
15
USE_QT=		buildtools_build core linguisttools qmake_build
16
16
(-)textproc/kf5-sonnet/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libaspell.so:textproc/aspell \
10
LIB_DEPENDS=	libaspell.so:textproc/aspell \
11
		libhunspell-1.6.so:textproc/hunspell
11
		libhunspell-1.6.so:textproc/hunspell
12
12
13
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
14
USE_KDE=	ecm
14
USE_KDE=	ecm
15
USE_QT=		buildtools_build core gui linguisttools qmake_build \
15
USE_QT=		buildtools_build core gui linguisttools qmake_build \
16
		testlib widgets
16
		testlib widgets
(-)textproc/kf5-syntax-highlighting/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 syntax highlighting engine for structured text and code
8
COMMENT=	KF5 syntax highlighting engine for structured text and code
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core gui linguisttools_build \
12
USE_QT=		buildtools_build core gui linguisttools_build \
13
		network testlib qmake_build
13
		network testlib qmake_build
(-)textproc/kompare/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libkomparediff2.so:textproc/libkomparediff2
10
LIB_DEPENDS=	libkomparediff2.so:textproc/libkomparediff2
11
11
12
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=		cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		doctools ecm i18n iconthemes jobwidgets kio parts service \
14
		doctools ecm i18n iconthemes jobwidgets kio parts service \
15
		sonnet texteditor textwidgets widgetsaddons xmlgui
15
		sonnet texteditor textwidgets widgetsaddons xmlgui
(-)textproc/kompare-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libkomparediff2.so:textproc/libkomparediff2-kde4
14
LIB_DEPENDS=	libkomparediff2.so:textproc/libkomparediff2-kde4
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs automoc4
17
USE_KDE=	kdelibs automoc4
18
USE_QT=		moc_build qmake_build rcc_build uic_build
18
USE_QT=		moc_build qmake_build rcc_build uic_build
19
19
(-)textproc/kreport/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LIB_DEPENDS=		libKPropertyCore3.so:x11-toolkits/kproperty
12
LIB_DEPENDS=		libKPropertyCore3.so:x11-toolkits/kproperty
13
13
14
USES=			cmake:outsource gettext kde:5 python:2.7 qt:5 tar:xz
14
USES=			cmake gettext kde:5 python:2.7 qt:5 tar:xz
15
USE_KDE=		config coreaddons ecm marble widgetsaddons
15
USE_KDE=		config coreaddons ecm marble widgetsaddons
16
USE_QT=			core gui network qml webkit widgets xml \
16
USE_QT=			core gui network qml webkit widgets xml \
17
			buildtools_build printsupport qmake_build
17
			buildtools_build printsupport qmake_build
(-)textproc/libcue/Makefile (-1 / +1 lines)
Lines 18-23 Link Here
18
GH_ACCOUNT=	lipnitsk
18
GH_ACCOUNT=	lipnitsk
19
19
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USES=		bison cmake:outsource pathfix
21
USES=		bison cmake pathfix
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)textproc/libkolabxml/Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
		-DJAVA_BINDINGS:BOOL=OFF \
27
		-DJAVA_BINDINGS:BOOL=OFF \
28
		-DPHP_BINDINGS:BOOL=OFF \
28
		-DPHP_BINDINGS:BOOL=OFF \
29
		-DPYTHON_BINDINGS:BOOL=OFF
29
		-DPYTHON_BINDINGS:BOOL=OFF
30
USES=		cmake:outsource
30
USES=		cmake
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
32
33
PLIST_SUB=	SHLIB_VER=${PORTVERSION}
33
PLIST_SUB=	SHLIB_VER=${PORTVERSION}
(-)textproc/libkomparediff2/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Library to compare files and strings
8
COMMENT=	Library to compare files and strings
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n kio parts \
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n kio parts \
12
		service widgetsaddons xmlgui
12
		service widgetsaddons xmlgui
13
USE_QT=		core dbus gui widgets xml \
13
USE_QT=		core dbus gui widgets xml \
(-)textproc/libkomparediff2-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		qmake_build moc_build uic_build rcc_build
16
USE_QT=		qmake_build moc_build uic_build rcc_build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
(-)textproc/luceneplusplus/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	luceneplusplus
20
GH_ACCOUNT=	luceneplusplus
21
GH_PROJECT=	LucenePlusPlus
21
GH_PROJECT=	LucenePlusPlus
22
USES=		cmake:outsource compiler
22
USES=		cmake compiler
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
(-)textproc/sdcv/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
USES=		cmake:outsource compiler:c++11-lang pkgconfig readline
16
USES=		cmake compiler:c++11-lang pkgconfig readline
17
USE_GNOME=	glib20
17
USE_GNOME=	glib20
18
18
19
SUB_FILES=	pkg-message
19
SUB_FILES=	pkg-message
(-)textproc/sigil/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
GH_ACCOUNT=	Sigil-Ebook
19
GH_ACCOUNT=	Sigil-Ebook
20
GH_PROJECT=	Sigil
20
GH_PROJECT=	Sigil
21
21
22
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
22
USES=		cmake compiler:c++11-lib desktop-file-utils \
23
		pkgconfig python:3.4+ qt:5 shebangfix
23
		pkgconfig python:3.4+ qt:5 shebangfix
24
SHEBANG_FILES=	src/Resource_Files/plugin_launchers/python/*.py \
24
SHEBANG_FILES=	src/Resource_Files/plugin_launchers/python/*.py \
25
		src/Resource_Files/python3lib/*.py
25
		src/Resource_Files/python3lib/*.py
(-)textproc/soprano/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
USE_QT=		corelib dbus network qtestlib_build xml \
17
USE_QT=		corelib dbus network qtestlib_build xml \
18
		qmake_build moc_build uic_build rcc_build
18
		qmake_build moc_build uic_build rcc_build
19
USES=		cmake:outsource pkgconfig qt:4 tar:bzip2
19
USES=		cmake pkgconfig qt:4 tar:bzip2
20
CMAKE_ARGS+=	-DSOPRANO_DISABLE_CLUCENE_INDEX=yes \
20
CMAKE_ARGS+=	-DSOPRANO_DISABLE_CLUCENE_INDEX=yes \
21
		-DSOPRANO_DISABLE_SESAME2_BACKEND=yes
21
		-DSOPRANO_DISABLE_SESAME2_BACKEND=yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)textproc/uncrustify/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
20
21
USES=		cmake:outsource
21
USES=		cmake
22
CMAKE_ARGS=	-DNoGitVersionString:BOOL=TRUE
22
CMAKE_ARGS=	-DNoGitVersionString:BOOL=TRUE
23
TEST_TARGET=	test
23
TEST_TARGET=	test
24
24
(-)textproc/wbxml2/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
LIB_DEPENDS=	libexpat.so:textproc/expat2
16
LIB_DEPENDS=	libexpat.so:textproc/expat2
17
17
18
USES=		cmake:outsource iconv tar:bzip2
18
USES=		cmake iconv tar:bzip2
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
WRKSRC=		${WRKDIR}/libwbxml-${PORTVERSION}
20
WRKSRC=		${WRKDIR}/libwbxml-${PORTVERSION}
21
21
(-)textproc/wv2/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
USE_GNOME=	libgsf
16
USE_GNOME=	libgsf
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
USES=		cmake:outsource iconv libtool pkgconfig tar:bzip2
18
USES=		cmake iconv libtool pkgconfig tar:bzip2
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
post-patch:
21
post-patch:
(-)textproc/zorba/Makefile (-1 / +1 lines)
Lines 37-43 Link Here
37
CONFLICTS=	xqilla-[0-9]*
37
CONFLICTS=	xqilla-[0-9]*
38
CONFLICTS_BUILD=	bison
38
CONFLICTS_BUILD=	bison
39
39
40
USES=		cmake:outsource compiler:c++11-lib libedit
40
USES=		cmake compiler:c++11-lib libedit
41
USE_GNOME=	libxml2 libxslt
41
USE_GNOME=	libxml2 libxslt
42
USE_LDCONFIG=	yes
42
USE_LDCONFIG=	yes
43
USE_CXXSTD=	c++11
43
USE_CXXSTD=	c++11
(-)textproc/zxing-cpp/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LIB_DEPENDS=	libopencv_core.so:graphics/opencv-core \
14
LIB_DEPENDS=	libopencv_core.so:graphics/opencv-core \
15
		libopencv_photo.so:graphics/opencv
15
		libopencv_photo.so:graphics/opencv
16
16
17
USES=		cmake:outsource iconv
17
USES=		cmake iconv
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	glassechidna
19
GH_ACCOUNT=	glassechidna
20
GH_TAGNAME=	5aad474
20
GH_TAGNAME=	5aad474
(-)www/choqok/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libqoauth-qt5.so:net/qoauth-qt5 \
18
		libqoauth-qt5.so:net/qoauth-qt5 \
19
		libtelepathy-qt5.so:net-im/telepathy-qt@qt5
19
		libtelepathy-qt5.so:net-im/telepathy-qt@qt5
20
20
21
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
21
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
22
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
22
USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
23
		coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
23
		coreaddons doctools ecm emoticons globalaccel guiaddons i18n \
24
		itemviews jobwidgets kcmutils kdewebkit kio notifications \
24
		itemviews jobwidgets kcmutils kdewebkit kio notifications \
(-)www/cpr/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
16
17
LIB_DEPENDS=	libcurl.so:ftp/curl
17
LIB_DEPENDS=	libcurl.so:ftp/curl
18
18
19
USES=		cmake:outsource
19
USES=		cmake
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	whoshuu
21
GH_ACCOUNT=	whoshuu
22
GH_TUPLE=	whoshuu:mongoose:df9f7a7:mongoose/opt/mongoose
22
GH_TUPLE=	whoshuu:mongoose:df9f7a7:mongoose/opt/mongoose
(-)www/cutelyst/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	LGPL21
11
LICENSE=	LGPL21
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		cmake:outsource localbase qt:5
14
USES=		cmake localbase qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_QT=		qmake_build buildtools_build \
17
USE_QT=		qmake_build buildtools_build \
(-)www/davix/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid
18
LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid
19
19
20
USES=		cmake:outsource compiler:c++11-lang gnome localbase:ldflags python:build shebangfix ssl
20
USES=		cmake compiler:c++11-lang gnome localbase:ldflags python:build shebangfix ssl
21
SHEBANG_GLOB=	*.py
21
SHEBANG_GLOB=	*.py
22
USE_GNOME=	libxml2
22
USE_GNOME=	libxml2
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)www/edbrowse/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
		libtidy5.so:www/tidy-html5 \
22
		libtidy5.so:www/tidy-html5 \
23
		libduktape.so:lang/duktape-lib
23
		libduktape.so:lang/duktape-lib
24
24
25
USES=		cmake:outsource perl5 readline
25
USES=		cmake perl5 readline
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	CMB
27
GH_ACCOUNT=	CMB
28
USE_PERL5=	build
28
USE_PERL5=	build
(-)www/falkon/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		cmake:outsource desktop-file-utils kde:5 qt:5 ssl tar:xz
15
USES=		cmake desktop-file-utils kde:5 qt:5 ssl tar:xz
16
USE_KDE=	wallet
16
USE_KDE=	wallet
17
USE_QT=		core dbus gui location network printsupport qml quick \
17
USE_QT=		core dbus gui location network printsupport qml quick \
18
		sql webchannel webengine widgets x11extras \
18
		sql webchannel webengine widgets x11extras \
(-)www/faup/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	stricaud
17
GH_ACCOUNT=	stricaud
18
18
19
USES=		cmake:outsource lua
19
USES=		cmake lua
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
PORTDOCS=	*
22
PORTDOCS=	*
(-)www/hiawatha/Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		error.xslt index.xslt
18
		error.xslt index.xslt
19
19
20
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
21
USES=		cmake compiler:c11
21
USES=		cmake:insource compiler:c11
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
USE_RC_SUBR=	hiawatha
23
USE_RC_SUBR=	hiawatha
24
24
(-)www/kdewebdev-kde4/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
LIB_DEPENDS=	libtidy.so:www/tidy-lib \
16
LIB_DEPENDS=	libtidy.so:www/tidy-lib \
17
		libboost_thread.so:devel/boost-libs
17
		libboost_thread.so:devel/boost-libs
18
18
19
USES=		cmake:outsource kde:4 qt:4 tar:xz
19
USES=		cmake kde:4 qt:4 tar:xz
20
USE_GNOME=	libxml2 libxslt
20
USE_GNOME=	libxml2 libxslt
21
USE_KDE=	kdelibs pimlibs automoc4
21
USE_KDE=	kdelibs pimlibs automoc4
22
USE_QT=		dbus porting_build \
22
USE_QT=		dbus porting_build \
(-)www/kf5-kdewebkit/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library providing integration of QtWebKit
8
COMMENT=	KF5 library providing integration of QtWebKit
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		ecm i18n jobwidgets kio parts service sonnet textwidgets \
12
		ecm i18n jobwidgets kio parts service sonnet textwidgets \
13
		wallet widgetsaddons xmlgui
13
		wallet widgetsaddons xmlgui
(-)www/kf5-khtml/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libgif.so:graphics/giflib \
10
LIB_DEPENDS=	libgif.so:graphics/giflib \
11
		libpng.so:graphics/png
11
		libpng.so:graphics/png
12
12
13
USES=		cmake:outsource compiler:c++11-lib gettext gperf jpeg kde:5 \
13
USES=		cmake compiler:c++11-lib gettext gperf jpeg kde:5 \
14
		qt:5 tar:xz
14
		qt:5 tar:xz
15
USE_KDE=	archive auth bookmarks codecs completion config \
15
USE_KDE=	archive auth bookmarks codecs completion config \
16
		configwidgets coreaddons ecm globalaccel i18n iconthemes \
16
		configwidgets coreaddons ecm globalaccel i18n iconthemes \
(-)www/kf5-kjs/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libpcre.so:devel/pcre
10
LIB_DEPENDS=	libpcre.so:devel/pcre
11
11
12
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	ecm doctools
13
USE_KDE=	ecm doctools
14
USE_QT=		buildtools_build core qmake_build
14
USE_QT=		buildtools_build core qmake_build
15
15
(-)www/kf5-kjsembed/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library for binding JavaScript objects to QObjects
8
COMMENT=	KF5 library for binding JavaScript objects to QObjects
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive doctools ecm i18n js
11
USE_KDE=	archive doctools ecm i18n js
12
USE_QT=		buildtools_build core gui qmake_build svg \
12
USE_QT=		buildtools_build core gui qmake_build svg \
13
		uiplugin uitools widgets xml
13
		uiplugin uitools widgets xml
(-)www/libevhtp/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libevent.so:devel/libevent
14
LIB_DEPENDS=	libevent.so:devel/libevent
15
15
16
USES=		cmake:outsource
16
USES=		cmake
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	criticalstack
19
GH_ACCOUNT=	criticalstack
(-)www/libhpack/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
CMAKE_OFF=	BUILD_DOCS BUILD_TESTS ENABLE_GCOV USE_VALGRIND
23
CMAKE_OFF=	BUILD_DOCS BUILD_TESTS ENABLE_GCOV USE_VALGRIND
24
MAKE_JOBS_UNSAFE=	yes
24
MAKE_JOBS_UNSAFE=	yes
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USES=		cmake pathfix pkgconfig python:2.7,build shebangfix
26
USES=		cmake:insource pathfix pkgconfig python:2.7,build shebangfix
27
27
28
GH_ACCOUNT=	alobbs
28
GH_ACCOUNT=	alobbs
29
GH_TAGNAME=	b0ade19
29
GH_TAGNAME=	b0ade19
(-)www/osrm-backend/Makefile (-1 / +1 lines)
Lines 26-32 Link Here
26
			libboost_regex.so:devel/boost-libs \
26
			libboost_regex.so:devel/boost-libs \
27
			libexpat.so:textproc/expat2
27
			libexpat.so:textproc/expat2
28
28
29
USES=			cmake:outsource lua:53 compiler:c++14-lang
29
USES=			cmake lua:53 compiler:c++14-lang
30
USE_GITHUB=		yes
30
USE_GITHUB=		yes
31
GH_ACCOUNT=		Project-OSRM
31
GH_ACCOUNT=		Project-OSRM
32
USE_LDCONFIG=		yes
32
USE_LDCONFIG=		yes
(-)www/otter-browser/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
14
LIB_DEPENDS=	libhunspell-1.6.so:textproc/hunspell
15
15
16
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils qt:5
16
USES=		cmake compiler:c++11-lib desktop-file-utils qt:5
17
USE_QT=		concurrent core dbus gui multimedia network printsupport \
17
USE_QT=		concurrent core dbus gui multimedia network printsupport \
18
		qml script sql sql-sqlite3 svg widgets xmlpatterns \
18
		qml script sql sql-sqlite3 svg widgets xmlpatterns \
19
		buildtools_build qmake_build
19
		buildtools_build qmake_build
(-)www/plasma5-plasma-browser-integration/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 components to integrate browsers into the desktop
9
COMMENT=	Plasma5 components to integrate browsers into the desktop
10
10
11
USES=		cmake:outsource kde:5 qt:5
11
USES=		cmake kde:5 qt:5
12
USE_KDE=	activities config coreaddons i18n kio notifications package \
12
USE_KDE=	activities config coreaddons i18n kio notifications package \
13
		plasma-framework runner service windowsystem
13
		plasma-framework runner service windowsystem
14
USE_QT=		core dbus gui widgets \
14
USE_QT=		core dbus gui widgets \
(-)www/qhttpengine/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
13
14
USES=		cmake:outsource qt:5
14
USES=		cmake qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	nitroshare
16
GH_ACCOUNT=	nitroshare
17
USE_QT=		core network buildtools_build qmake_build
17
USE_QT=		core network buildtools_build qmake_build
(-)www/qt5-webkit/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
			libpng.so:graphics/png \
19
			libpng.so:graphics/png \
20
			libwebp.so:graphics/webp
20
			libwebp.so:graphics/webp
21
21
22
USES=			bison cmake:outsource gperf jpeg pathfix perl5 pkgconfig \
22
USES=			bison cmake gperf jpeg pathfix perl5 pkgconfig \
23
			python:2.7,build qt:5 sqlite:3 tar:xz
23
			python:2.7,build qt:5 sqlite:3 tar:xz
24
USE_GNOME=		glib20 libxml2 libxslt
24
USE_GNOME=		glib20 libxml2 libxslt
25
USE_GSTREAMER1=		core
25
USE_GSTREAMER1=		core
(-)www/rekonq/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
14
LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
15
LICENSE_FILE_GFDL=	${WRKSRC}/COPYING.DOC
15
LICENSE_FILE_GFDL=	${WRKSRC}/COPYING.DOC
16
16
17
USES=		cmake:outsource gettext kde:4 qt:4 tar:xz
17
USES=		cmake gettext kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4
18
USE_KDE=	kdelibs automoc4
19
USE_QT=		script webkit \
19
USE_QT=		script webkit \
20
		moc_build qmake_build rcc_build uic_build
20
		moc_build qmake_build rcc_build uic_build
(-)www/restbed/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	AGPLv3
11
LICENSE=	AGPLv3
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
USES=		cmake:outsource compiler:c++11-lib ssl
14
USES=		cmake compiler:c++11-lib ssl
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	Corvusoft
16
GH_ACCOUNT=	Corvusoft
17
GH_TUPLE=	Corvusoft:asio-dependency:f5c5708:a/dependency/asio \
17
GH_TUPLE=	Corvusoft:asio-dependency:f5c5708:a/dependency/asio \
(-)www/webkit2-gtk3/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
33
34
PORTSCOUT=	limitw:1,even
34
PORTSCOUT=	limitw:1,even
35
35
36
USES=		bison cmake:outsource compiler:c++14-lang gettext gnome gperf \
36
USES=		bison cmake compiler:c++14-lang gettext gnome gperf \
37
		jpeg localbase:ldflags perl5 pkgconfig python:2.7,build \
37
		jpeg localbase:ldflags perl5 pkgconfig python:2.7,build \
38
		sqlite tar:xz
38
		sqlite tar:xz
39
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
39
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
(-)www/wt/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
GH_ACCOUNT=	kdeforche
25
GH_ACCOUNT=	kdeforche
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
USE_XORG+=x11
27
USE_XORG+=x11
28
USES=		cmake:outsource pkgconfig ssl
28
USES=		cmake pkgconfig ssl
29
CMAKE_ARGS+=	-DCONFIGDIR:STRING=${LOCALBASE}/etc/wt \
29
CMAKE_ARGS+=	-DCONFIGDIR:STRING=${LOCALBASE}/etc/wt \
30
	-DGM_PREFIX:STRING=${LOCALBASE} \
30
	-DGM_PREFIX:STRING=${LOCALBASE} \
31
	-DPNG_PREFIX:STRING=${LOCALBASE} \
31
	-DPNG_PREFIX:STRING=${LOCALBASE} \
(-)www/xpi-u2f4moz/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
SYSTEM_PROCESSOR=	x86
22
SYSTEM_PROCESSOR=	x86
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
USES=		cmake iconv pkgconfig
25
USES=		cmake:insource iconv pkgconfig
26
26
27
XPI_DIR=	lib/xpi
27
XPI_DIR=	lib/xpi
28
XPI_ID=		u2f4moz@prefiks.org
28
XPI_ID=		u2f4moz@prefiks.org
(-)x11/antimicro/Makefile (-1 / +1 lines)
Lines 22-27 Link Here
22
USE_XORG=	x11 xi xtst
22
USE_XORG=	x11 xi xtst
23
USE_QT=		core gui linguisttools_build qmake_build buildtools_build widgets network
23
USE_QT=		core gui linguisttools_build qmake_build buildtools_build widgets network
24
USE_SDL=	sdl2
24
USE_SDL=	sdl2
25
USES=		cmake:outsource pkgconfig desktop-file-utils qt:5 shared-mime-info
25
USES=		cmake pkgconfig desktop-file-utils qt:5 shared-mime-info
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)x11/kactivities/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
MAINTAINER=	kde@FreeBSD.org
10
MAINTAINER=	kde@FreeBSD.org
11
COMMENT=	Kactivities library
11
COMMENT=	Kactivities library
12
12
13
USES=		cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
13
USES=		cmake compiler:c++11-lib kde:4 qt:4 tar:xz
14
USE_KDE=	automoc4 kdelibs soprano nepomuk-core
14
USE_KDE=	automoc4 kdelibs soprano nepomuk-core
15
USE_QT=		declarative moc_build qmake_build rcc_build uic_build
15
USE_QT=		declarative moc_build qmake_build rcc_build uic_build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
(-)x11/kactivitymanagerd/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
MAINTAINER=	kde@FreeBSD.org
11
MAINTAINER=	kde@FreeBSD.org
12
COMMENT=	Activity Manager daemon
12
COMMENT=	Activity Manager daemon
13
13
14
USES=		cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
14
USES=		cmake compiler:c++11-lib kde:4 qt:4 tar:xz
15
USE_KDE=	automoc4 kdelibs soprano nepomuk-core \
15
USE_KDE=	automoc4 kdelibs soprano nepomuk-core \
16
		kactivities
16
		kactivities
17
USE_QT=		declarative opengl script sql \
17
USE_QT=		declarative opengl script sql \
(-)x11/kde-baseapps-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libtidy.so:www/tidy-lib
15
LIB_DEPENDS=	libtidy.so:www/tidy-lib
16
16
17
USES=		cmake:outsource gettext kde:4 qt:4 tar:xz
17
USES=		cmake gettext kde:4 qt:4 tar:xz
18
USE_GNOME=	glib20
18
USE_GNOME=	glib20
19
USE_KDE=	kdelibs baloo baloo-widgets libkonq \
19
USE_KDE=	kdelibs baloo baloo-widgets libkonq \
20
		automoc4 kactivities
20
		automoc4 kactivities
(-)x11/kde-runtime-kde4/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
BUILD_DEPENDS=	${LOCALBASE}/lib/libssh.so:security/libssh
29
BUILD_DEPENDS=	${LOCALBASE}/lib/libssh.so:security/libssh
30
RUN_DEPENDS=	cagibid:net/cagibi
30
RUN_DEPENDS=	cagibid:net/cagibi
31
31
32
USES=		cmake:outsource gettext jpeg kde:4 qt:4 samba:lib shared-mime-info \
32
USES=		cmake gettext jpeg kde:4 qt:4 samba:lib shared-mime-info \
33
		shebangfix tar:xz
33
		shebangfix tar:xz
34
USE_KDE=	kactivities kdelibs oxygen-icons5 \
34
USE_KDE=	kactivities kdelibs oxygen-icons5 \
35
		attica automoc4 pimlibs soprano strigi nepomuk-core
35
		attica automoc4 pimlibs soprano strigi nepomuk-core
(-)x11/kde-workspace-kde4/Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
		${LOCALBASE}/etc/pam.d/kde:security/pam_kde \
44
		${LOCALBASE}/etc/pam.d/kde:security/pam_kde \
45
		${KDE_PREFIX}/share/apps/ksplash/Themes/Default/Theme.rc:x11-themes/kde-base-artwork-kde4
45
		${KDE_PREFIX}/share/apps/ksplash/Themes/Default/Theme.rc:x11-themes/kde-base-artwork-kde4
46
46
47
USES=		cmake:outsource,noninja compiler:c++11-lib gettext gmake jpeg kde:4 \
47
USES=		cmake:noninja compiler:c++11-lib gettext gmake jpeg kde:4 \
48
		pkgconfig qt:4 shebangfix tar:xz
48
		pkgconfig qt:4 shebangfix tar:xz
49
USE_GL=		gl glu
49
USE_GL=		gl glu
50
USE_GNOME=	glib20 libxml2
50
USE_GNOME=	glib20 libxml2
(-)x11/kdelibs-kde4/Makefile (-1 / +1 lines)
Lines 36-42 Link Here
36
# kdelibs's last release was as part of KDE Applications 17.08.3
36
# kdelibs's last release was as part of KDE Applications 17.08.3
37
KDE_APPLICATIONS_VERSION=	17.08.3
37
KDE_APPLICATIONS_VERSION=	17.08.3
38
38
39
USES=		cmake:outsource fam gettext grantlee:4 jpeg kde:4 perl5 \
39
USES=		cmake fam gettext grantlee:4 jpeg kde:4 perl5 \
40
		qt:4 shared-mime-info shebangfix tar:xz ssl
40
		qt:4 shared-mime-info shebangfix tar:xz ssl
41
USE_GNOME=	libxml2 libxslt
41
USE_GNOME=	libxml2 libxslt
42
USE_KDE=	oxygen-icons5 \
42
USE_KDE=	oxygen-icons5 \
(-)x11/kf5-frameworkintegration/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 workspace and cross-framework integration plugins
8
COMMENT=	KF5 workspace and cross-framework integration plugins
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
10
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig \
11
		qt:5 tar:xz
11
		qt:5 tar:xz
12
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
12
USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
13
		iconthemes kio newstuff notifications package widgetsaddons
13
		iconthemes kio newstuff notifications package widgetsaddons
(-)x11/kf5-kactivities/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
10
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
13
USE_KDE=	bookmarks config configwidgets coreaddons dbusaddons ecm \
13
USE_KDE=	bookmarks config configwidgets coreaddons dbusaddons ecm \
14
		globalaccel i18n kcmutils kdeclarative  kio package \
14
		globalaccel i18n kcmutils kdeclarative  kio package \
15
		service widgetsaddons windowsystem xmlgui
15
		service widgetsaddons windowsystem xmlgui
(-)x11/kf5-kactivities-stats/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
10
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
11
RUN_DEPENDS=	kactivitymanagerd:x11/plasma5-kactivitymanagerd
11
RUN_DEPENDS=	kactivitymanagerd:x11/plasma5-kactivitymanagerd
12
12
13
USES=		cmake:outsource compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
13
USES=		cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
14
USE_KDE=	activities config ecm
14
USE_KDE=	activities config ecm
15
USE_QT=		buildtools_build core dbus qmake_build sql
15
USE_QT=		buildtools_build core dbus qmake_build sql
16
16
(-)x11/kf5-kded/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 extensible deamon for providing system level services
8
COMMENT=	KF5 extensible deamon for providing system level services
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	config coreaddons crash dbusaddons doctools ecm \
11
USE_KDE=	config coreaddons crash dbusaddons doctools ecm \
12
		init service
12
		init service
13
USE_QT=		buildtools_build core dbus gui qmake_build widgets
13
USE_QT=		buildtools_build core dbus gui qmake_build widgets
(-)x11/kf5-kdelibs4support/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
BUILD_DEPENDS=	p5-URI>=0:net/p5-URI
10
BUILD_DEPENDS=	p5-URI>=0:net/p5-URI
11
11
12
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 shebangfix \
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix \
13
		tar:xz
13
		tar:xz
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
		coreaddons crash dbusaddons doctools emoticons globalaccel guiaddons \
15
		coreaddons crash dbusaddons doctools emoticons globalaccel guiaddons \
(-)x11/kf5-kglobalaccel/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms
10
LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms
11
11
12
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
13
USE_KDE=	ecm config coreaddons crash dbusaddons i18n service \
13
USE_KDE=	ecm config coreaddons crash dbusaddons i18n service \
14
		windowsystem
14
		windowsystem
15
USE_QT=		buildtools_build core dbus gui linguisttools qmake_build \
15
USE_QT=		buildtools_build core dbus gui linguisttools qmake_build \
(-)x11/kf5-kinit/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 process launcher to speed up launching KDE applications
8
COMMENT=	KF5 process launcher to speed up launching KDE applications
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	completion config coreaddons crash doctools ecm i18n \
11
USE_KDE=	completion config coreaddons crash doctools ecm i18n \
12
		jobwidgets kio service widgetsaddons windowsystem
12
		jobwidgets kio service widgetsaddons windowsystem
13
USE_QT=		buildtools_build core dbus gui network qmake_build widgets
13
USE_QT=		buildtools_build core dbus gui network qmake_build widgets
(-)x11/kf5-krunner/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 parallelized query system
8
COMMENT=	KF5 parallelized query system
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	config coreaddons ecm i18n kio package plasma-framework \
11
USE_KDE=	config coreaddons ecm i18n kio package plasma-framework \
12
		service solid threadweaver
12
		service solid threadweaver
13
USE_QT=		buildtools_build core gui network qmake_build qml \
13
USE_QT=		buildtools_build core gui network qmake_build qml \
(-)x11/kf5-kwayland/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
LICENSE_COMB=	dual
15
LICENSE_COMB=	dual
16
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
16
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
17
17
18
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
18
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig \
19
		qt:5 tar:xz
19
		qt:5 tar:xz
20
USE_GL=		egl
20
USE_GL=		egl
21
USE_KDE=	ecm
21
USE_KDE=	ecm
(-)x11/kf5-kwindowsystem/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms
10
LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms
11
11
12
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	ecm
13
USE_KDE=	ecm
14
USE_QT=		buildtools_build core gui linguisttools qmake_build \
14
USE_QT=		buildtools_build core gui linguisttools qmake_build \
15
		testlib widgets x11extras
15
		testlib widgets x11extras
(-)x11/kf5-plasma-framework/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 plugin based UI runtime used to write user interfaces
8
COMMENT=	KF5 plugin based UI runtime used to write user interfaces
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
11
USE_GL=		egl gl
11
USE_GL=		egl gl
12
USE_KDE=	activities archive auth codecs completion config \
12
USE_KDE=	activities archive auth codecs completion config \
13
		configwidgets coreaddons dbusaddons doctools globalaccel \
13
		configwidgets coreaddons dbusaddons doctools globalaccel \
(-)x11/kgamma-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
USE_XORG=	x11 xxf86vm
17
USE_XORG=	x11 xxf86vm
(-)x11/konsole/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
		docbook-xml>0:textproc/docbook-xml
11
		docbook-xml>0:textproc/docbook-xml
12
RUN_DEPENDS=	keditbookmarks:deskutils/keditbookmarks
12
RUN_DEPENDS=	keditbookmarks:deskutils/keditbookmarks
13
13
14
USES=		cmake:outsource gettext pkgconfig kde:5 qt:5 tar:xz
14
USES=		cmake gettext pkgconfig kde:5 qt:5 tar:xz
15
USE_KDE=	auth attica bookmarks codecs completion config configwidgets \
15
USE_KDE=	auth attica bookmarks codecs completion config configwidgets \
16
		coreaddons crash dbusaddons ecm emoticons globalaccel guiaddons i18n \
16
		coreaddons crash dbusaddons ecm emoticons globalaccel guiaddons i18n \
17
		iconthemes init itemmodels jobwidgets kdelibs4support kio \
17
		iconthemes init itemmodels jobwidgets kdelibs4support kio \
(-)x11/konsole-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	automoc4 libkonq
15
USE_KDE=	automoc4 libkonq
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
16
USE_QT=		xml moc_build qmake_build rcc_build uic_build
17
USE_XORG=	x11 xrender
17
USE_XORG=	x11 xrender
(-)x11/leechcraft/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
#LC_REV=		1526-g7fdb92a
20
#LC_REV=		1526-g7fdb92a
21
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
USES=		cmake pkgconfig qt:4 tar:xz
23
USES=		cmake:insource pkgconfig qt:4 tar:xz
24
USE_QT=		corelib declarative gui network script sql sql-sqlite3_run \
24
USE_QT=		corelib declarative gui network script sql sql-sqlite3_run \
25
		webkit xml qmake_build moc_build rcc_build uic_build \
25
		webkit xml qmake_build moc_build rcc_build uic_build \
26
		linguisttools_build
26
		linguisttools_build
(-)x11/libfm-qt/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
	libmenu-cache.so:x11/menu-cache \
16
	libmenu-cache.so:x11/menu-cache \
17
	libexif.so:graphics/libexif
17
	libexif.so:graphics/libexif
18
18
19
USES=	cmake:outsource compiler:c++11-lib gettext-runtime lxqt pkgconfig \
19
USES=	cmake compiler:c++11-lib gettext-runtime lxqt pkgconfig \
20
	qt:5 shared-mime-info tar:xz
20
	qt:5 shared-mime-info tar:xz
21
USE_QT=		buildtools_build qmake_build core gui linguisttools widgets \
21
USE_QT=		buildtools_build qmake_build core gui linguisttools widgets \
22
	x11extras
22
	x11extras
(-)x11/libfmqt-l10n/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LICENSE=	LGPL21+
14
LICENSE=	LGPL21+
15
15
16
USES=	cmake:outsource lxqt pkgconfig qt:5 tar:xz
16
USES=	cmake lxqt pkgconfig qt:5 tar:xz
17
USE_QT=		buildtools_build qmake_build linguisttools
17
USE_QT=		buildtools_build qmake_build linguisttools
18
USE_LXQT=	buildtools
18
USE_LXQT=	buildtools
19
19
(-)x11/libkonq-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libphonon.so:multimedia/phonon@qt4
15
LIB_DEPENDS=	libphonon.so:multimedia/phonon@qt4
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs automoc4 soprano
18
USE_KDE=	kdelibs automoc4 soprano
19
USE_QT=		corelib dbus gui network svg xml \
19
USE_QT=		corelib dbus gui network svg xml \
20
		moc_build qmake_build rcc_build uic_build
20
		moc_build qmake_build rcc_build uic_build
(-)x11/lxqt-about/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	LGPL21+
13
LICENSE=	LGPL21+
14
14
15
USES=	cmake:outsource kde:5 lxqt pkgconfig tar:xz qt:5
15
USES=	cmake kde:5 lxqt pkgconfig tar:xz qt:5
16
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
16
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
17
	x11extras xml
17
	x11extras xml
18
USE_KDE=	windowsystem
18
USE_KDE=	windowsystem
(-)x11/lxqt-globalkeys/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
13
14
USES=		cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib kde:5 lxqt pkgconfig qt:5 tar:xz
15
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
15
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
16
		svg widgets x11extras xml
16
		svg widgets x11extras xml
17
USE_KDE=	windowsystem
17
USE_KDE=	windowsystem
(-)x11/lxqt-globalkeys-l10n/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LICENSE=	LGPL21+
15
LICENSE=	LGPL21+
16
16
17
USES=	cmake:outsource lxqt pkgconfig tar:xz qt:5
17
USES=	cmake lxqt pkgconfig tar:xz qt:5
18
USE_QT=	buildtools_build qmake_build linguisttools
18
USE_QT=	buildtools_build qmake_build linguisttools
19
USE_LXQT=	buildtools
19
USE_LXQT=	buildtools
20
20
(-)x11/lxqt-runner/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libmuparser.so:math/muparser
14
LIB_DEPENDS=	libmuparser.so:math/muparser
15
15
16
USES=	cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
16
USES=	cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \
17
	localbase lxqt pkgconfig tar:xz
17
	localbase lxqt pkgconfig tar:xz
18
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
18
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
19
	script svg widgets x11extras xml
19
	script svg widgets x11extras xml
(-)x11/pantheon-terminal/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
BUILD_DEPENDS=	valac:lang/vala
21
BUILD_DEPENDS=	valac:lang/vala
22
RUN_DEPENDS=	dbus-send:devel/dbus
22
RUN_DEPENDS=	dbus-send:devel/dbus
23
23
24
USES=		cmake:outsource desktop-file-utils gettext pkgconfig
24
USES=		cmake desktop-file-utils gettext pkgconfig
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	elementary
26
GH_ACCOUNT=	elementary
27
GH_PROJECT=	terminal
27
GH_PROJECT=	terminal
(-)x11/plasma-scriptengine-python-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
USES=		cmake:outsource kde:4 python:2.7 qt:4 tar:xz
17
USES=		cmake kde:4 python:2.7 qt:4 tar:xz
18
USE_KDE=	kdelibs pykde4 automoc4
18
USE_KDE=	kdelibs pykde4 automoc4
19
USE_QT=		qmake_build moc_build uic_build rcc_build
19
USE_QT=		qmake_build moc_build uic_build rcc_build
20
DISTINFO_FILE=	${.CURDIR:H:H}/x11/kde-workspace-kde4/distinfo
20
DISTINFO_FILE=	${.CURDIR:H:H}/x11/kde-workspace-kde4/distinfo
(-)x11/plasma-scriptengine-ruby-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	kdelibs korundum automoc4
18
USE_KDE=	kdelibs korundum automoc4
19
USE_QT=		qmake_build moc_build uic_build rcc_build
19
USE_QT=		qmake_build moc_build uic_build rcc_build
20
USE_RUBY=	yes
20
USE_RUBY=	yes
(-)x11/plasma5-kactivitymanagerd/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	System service to manage user's activities, track the usage patterns
9
COMMENT=	System service to manage user's activities, track the usage patterns
10
10
11
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
12
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
13
		globalaccel i18n kio service widgetsaddons windowsystem xmlgui
13
		globalaccel i18n kio service widgetsaddons windowsystem xmlgui
14
USE_QT=		concurrent core dbus gui network sql widgets xml \
14
USE_QT=		concurrent core dbus gui network sql widgets xml \
(-)x11/plasma5-kgamma5/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Plasma5 monitor's gamma settings
8
COMMENT=	Plasma5 monitor's gamma settings
9
9
10
USES=		cmake:outsource cpe gettext kde:5 qt:5 tar:xz
10
USES=		cmake cpe gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons crash doctools ecm emoticons guiaddons i18n \
12
		coreaddons crash doctools ecm emoticons guiaddons i18n \
13
		iconthemes init itemmodels itemviews jobwidgets \
13
		iconthemes init itemmodels itemviews jobwidgets \
(-)x11/plasma5-kscreen/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Plasma5 screen management library
8
COMMENT=	Plasma5 screen management library
9
9
10
USES=		cmake:outsource cpe gettext kde:5 qt:5 tar:xz
10
USES=		cmake cpe gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
11
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons ecm \
12
		globalaccel i18n libkscreen widgetsaddons xmlgui
12
		globalaccel i18n libkscreen widgetsaddons xmlgui
13
USE_QT=		core dbus gui network qml quick testlib widgets xml \
13
USE_QT=		core dbus gui network qml quick testlib widgets xml \
(-)x11/plasma5-kwayland-integration/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
		libwayland-client.so:graphics/wayland
12
		libwayland-client.so:graphics/wayland
13
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
13
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
14
14
15
USES=		cmake:outsource compiler:c++11-lib cpe kde:5 qt:5 tar:xz
15
USES=		cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
16
USE_KDE=	ecm idletime wayland windowsystem
16
USE_KDE=	ecm idletime wayland windowsystem
17
USE_QT=		core gui widgets \
17
USE_QT=		core gui widgets \
18
		buildtools_build qmake_build
18
		buildtools_build qmake_build
(-)x11/plasma5-libkscreen/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 screen management library
9
COMMENT=	Plasma5 screen management library
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe kde:5 pathfix \
11
USES=		cmake compiler:c++11-lib cpe kde:5 pathfix \
12
		pkgconfig qt:5 tar:xz
12
		pkgconfig qt:5 tar:xz
13
USE_KDE=	ecm wayland
13
USE_KDE=	ecm wayland
14
USE_QT=		core dbus gui testlib x11extras \
14
USE_QT=		core dbus gui testlib x11extras \
(-)x11/plasma5-plasma-desktop/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
BUILD_DEPENDS=	xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
22
BUILD_DEPENDS=	xf86-input-evdev>0:x11-drivers/xf86-input-evdev \
23
		xf86-input-libinput>0:x11-drivers/xf86-input-libinput
23
		xf86-input-libinput>0:x11-drivers/xf86-input-libinput
24
24
25
USES=		cmake:outsource compiler:c++11-lib cpe desktop-file-utils \
25
USES=		cmake compiler:c++11-lib cpe desktop-file-utils \
26
		gettext kde:5 pkgconfig qt:5 tar:xz
26
		gettext kde:5 pkgconfig qt:5 tar:xz
27
USE_GNOME=	glib20
27
USE_GNOME=	glib20
28
USE_KDE=	activities activities-stats archive attica auth baloo \
28
USE_KDE=	activities activities-stats archive attica auth baloo \
(-)x11/plasma5-plasma-integration/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
RUN_DEPENDS=	hack-font>=0:x11-fonts/hack-font
11
RUN_DEPENDS=	hack-font>=0:x11-fonts/hack-font
12
12
13
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
13
USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
14
		qt:5 shebangfix tar:xz
14
		qt:5 shebangfix tar:xz
15
USE_KDE=	auth bookmarks breeze codecs completion config configwidgets \
15
USE_KDE=	auth bookmarks breeze codecs completion config configwidgets \
16
		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
16
		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
(-)x11/plasma5-plasma-workspace/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
		${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \
21
		${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config \
22
		iso-codes>=0:misc/iso-codes
22
		iso-codes>=0:misc/iso-codes
23
23
24
USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 pkgconfig \
24
USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
25
		qt:5 tar:xz
25
		qt:5 tar:xz
26
USE_KDE=	activities activitymanagerd attica auth baloo bookmarks \
26
USE_KDE=	activities activitymanagerd attica auth baloo bookmarks \
27
		codecs completion config configwidgets coreaddons crash \
27
		codecs completion config configwidgets coreaddons crash \
(-)x11/polybar/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
		libxcb-util.so:x11/xcb-util \
25
		libxcb-util.so:x11/xcb-util \
26
		libxcb-xrm.so:x11/xcb-util-xrm
26
		libxcb-xrm.so:x11/xcb-util-xrm
27
27
28
USES=		cmake:outsource compiler:c++11-lang localbase:ldflags \
28
USES=		cmake compiler:c++11-lang localbase:ldflags \
29
		pkgconfig python:2.7,build
29
		pkgconfig python:2.7,build
30
USE_GITHUB=	yes
30
USE_GITHUB=	yes
31
GH_ACCOUNT=	jaagr
31
GH_ACCOUNT=	jaagr
(-)x11/qterminal/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
RUN_DEPENDS=	liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \
15
RUN_DEPENDS=	liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf \
16
	qterminal-l10n>0:x11/qterminal-l10n
16
	qterminal-l10n>0:x11/qterminal-l10n
17
17
18
USES=	cmake:outsource compiler:c++11-lang gettext-runtime \
18
USES=	cmake compiler:c++11-lang gettext-runtime \
19
	localbase:ldflags lxqt pkgconfig qt:5 tar:xz
19
	localbase:ldflags lxqt pkgconfig qt:5 tar:xz
20
USE_QT=		buildtools_build core gui qmake_build dbus linguisttools \
20
USE_QT=		buildtools_build core gui qmake_build dbus linguisttools \
21
	widgets x11extras
21
	widgets x11extras
(-)x11/qterminal-l10n/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LICENSE=	LGPL21+
14
LICENSE=	LGPL21+
15
15
16
USES=	cmake:outsource lxqt pkgconfig qt:5 tar:xz
16
USES=	cmake lxqt pkgconfig qt:5 tar:xz
17
USE_QT=		buildtools_build qmake_build linguisttools
17
USE_QT=		buildtools_build qmake_build linguisttools
18
USE_LXQT=	buildtools
18
USE_LXQT=	buildtools
19
19
(-)x11/qxkb/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LIB_DEPENDS=	libxkbfile.so:x11/libxkbfile
14
LIB_DEPENDS=	libxkbfile.so:x11/libxkbfile
15
15
16
USES=		cmake qt:4
16
USES=		cmake:insource qt:4
17
USE_QT=		linguisttools_build moc_build qmake_build rcc_build uic_build \
17
USE_QT=		linguisttools_build moc_build qmake_build rcc_build uic_build \
18
		corelib gui svg
18
		corelib gui svg
19
19
(-)x11/rsibreak/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
15
USES=		cmake gettext kde:5 qt:5 tar:xz
16
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
16
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
17
		iconthemes i18n idletime notifications notifyconfig \
17
		iconthemes i18n idletime notifications notifyconfig \
18
		sonnet textwidgets xmlgui widgetsaddons windowsystem
18
		sonnet textwidgets xmlgui widgetsaddons windowsystem
(-)x11/sddm/Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
RUN_DEPENDS=	dbus-run-session:devel/dbus
21
RUN_DEPENDS=	dbus-run-session:devel/dbus
22
22
23
USES=		cmake:outsource kde:5 qt:5
23
USES=		cmake kde:5 qt:5
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
USE_KDE=	ecm
25
USE_KDE=	ecm
26
USE_QT=		core dbus gui network qml quick \
26
USE_QT=		core dbus gui network qml quick \
(-)x11/thingylaunch/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
21
22
USE_XORG=	xorgproto
22
USE_XORG=	xorgproto
23
USE_CXXSTD=	c++11
23
USE_CXXSTD=	c++11
24
USES=		cmake:outsource compiler:c++11-lib
24
USES=		cmake compiler:c++11-lib
25
25
26
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
27
27
(-)x11/tint/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libImlib2.so:graphics/imlib2 \
17
		libImlib2.so:graphics/imlib2 \
18
		libstartup-notification-1.so:x11/startup-notification
18
		libstartup-notification-1.so:x11/startup-notification
19
19
20
USES=		alias cmake:outsource desktop-file-utils gettext-runtime \
20
USES=		alias cmake desktop-file-utils gettext-runtime \
21
		pkgconfig shared-mime-info
21
		pkgconfig shared-mime-info
22
USE_GNOME=	cairo glib20 gtk20 librsvg2 pango
22
USE_GNOME=	cairo glib20 gtk20 librsvg2 pango
23
USE_XORG=	x11 xcomposite xdamage xext xfixes xinerama xrandr xrender
23
USE_XORG=	x11 xcomposite xdamage xext xfixes xinerama xrandr xrender
(-)x11/xfce4-whiskermenu-plugin/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake:outsource compiler:c++14-lang gettext-tools localbase pkgconfig \
16
USES=		cmake compiler:c++14-lang gettext-tools localbase pkgconfig \
17
		tar:bzip2 xfce:gtk3
17
		tar:bzip2 xfce:gtk3
18
USE_GNOME=	gtk30 cairo
18
USE_GNOME=	gtk30 cairo
19
USE_XFCE=	panel
19
USE_XFCE=	panel
(-)x11/yakuake/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
RUN_DEPENDS=	konsole:x11/konsole
15
RUN_DEPENDS=	konsole:x11/konsole
16
16
17
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
17
USES=		cmake gettext kde:5 qt:5 tar:xz
18
USE_KDE=	attica auth archive codecs completion config configwidgets \
18
USE_KDE=	attica auth archive codecs completion config configwidgets \
19
		coreaddons crash dbusaddons ecm globalaccel i18n iconthemes \
19
		coreaddons crash dbusaddons ecm globalaccel i18n iconthemes \
20
		jobwidgets kio newstuff notifications notifyconfig parts \
20
		jobwidgets kio newstuff notifications notifyconfig parts \
(-)x11-clocks/amor-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)x11-clocks/kteatime/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Handy timer for steeping tea
8
COMMENT=	Handy timer for steeping tea
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools ecm \
11
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools ecm \
12
		i18n iconthemes notifications notifyconfig sonnet textwidgets \
12
		i18n iconthemes notifications notifyconfig sonnet textwidgets \
13
		widgetsaddons xmlgui
13
		widgetsaddons xmlgui
(-)x11-clocks/kteatime-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs automoc4
15
USE_KDE=	kdelibs automoc4
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)x11-clocks/ktimer/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Countdown launcher for KDE
8
COMMENT=	Countdown launcher for KDE
9
9
10
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
10
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		dbusaddons doctools ecm i18n iconthemes jobwidgets kio \
12
		dbusaddons doctools ecm i18n iconthemes jobwidgets kio \
13
		notifications service widgetsaddons xmlgui
13
		notifications service widgetsaddons xmlgui
(-)x11-clocks/ktimer-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	automoc4 kdelibs
15
USE_KDE=	automoc4 kdelibs
16
USE_QT=		qmake_build moc_build rcc_build uic_build
16
USE_QT=		qmake_build moc_build rcc_build uic_build
17
17
(-)x11-clocks/ktux-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	kdelibs workspace automoc4
15
USE_KDE=	kdelibs workspace automoc4
16
USE_QT=		qt3support moc_build qmake_build rcc_build uic_build
16
USE_QT=		qt3support moc_build qmake_build rcc_build uic_build
17
17
(-)x11-fm/dolphin/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
		${QT_PLUGINDIR}/gsthumbnail.so:graphics/kdegraphics-thumbnailers \
14
		${QT_PLUGINDIR}/gsthumbnail.so:graphics/kdegraphics-thumbnailers \
15
		${QT_PLUGINDIR}/audiothumbnail.so:devel/kio-extras
15
		${QT_PLUGINDIR}/audiothumbnail.so:devel/kio-extras
16
16
17
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
17
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
18
USE_KDE=	activities attica auth baloo baloo-widgets bookmarks codecs \
18
USE_KDE=	activities attica auth baloo baloo-widgets bookmarks codecs \
19
		completion config configwidgets coreaddons crash dbusaddons \
19
		completion config configwidgets coreaddons crash dbusaddons \
20
		doctools ecm emoticons filemetadata i18n iconthemes init \
20
		doctools ecm emoticons filemetadata i18n iconthemes init \
(-)x11-fm/konqueror/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
LIB_DEPENDS=	libtidy.so:www/tidy-lib
10
LIB_DEPENDS=	libtidy.so:www/tidy-lib
11
11
12
USES=		cmake:outsource desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	activities  archive auth bookmarks codecs completion config configwidgets \
13
USE_KDE=	activities  archive auth bookmarks codecs completion config configwidgets \
14
		coreaddons crash dbusaddons guiaddons i18n iconthemes \
14
		coreaddons crash dbusaddons guiaddons i18n iconthemes \
15
		itemviews jobwidgets js kcmutils kdelibs4support \
15
		itemviews jobwidgets js kcmutils kdelibs4support \
(-)x11-fm/krusader2/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
CONFLICTS_INSTALL=	krusader2-kde4
15
CONFLICTS_INSTALL=	krusader2-kde4
16
16
17
USES=		cmake:outsource gettext kde:5 qt:5 tar:xz
17
USES=		cmake gettext kde:5 qt:5 tar:xz
18
USE_KDE=	archive auth auth bookmarks codecs completion config \
18
USE_KDE=	archive auth auth bookmarks codecs completion config \
19
		configwidgets coreaddons doctools ecm guiaddons i18n \
19
		configwidgets coreaddons doctools ecm guiaddons i18n \
20
		iconthemes itemviews jobwidgets kio notifications parts \
20
		iconthemes itemviews jobwidgets kio notifications parts \
(-)x11-fm/krusader2-kde4/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
19
20
CONFLICTS_INSTALL=	krusader2-2.*
20
CONFLICTS_INSTALL=	krusader2-2.*
21
21
22
USES=		cmake:outsource gettext kde:4 qt:4 tar:bzip2
22
USES=		cmake gettext kde:4 qt:4 tar:bzip2
23
USE_KDE=	kdelibs automoc4
23
USE_KDE=	kdelibs automoc4
24
USE_QT=		moc_build qmake_build rcc_build uic_build
24
USE_QT=		moc_build qmake_build rcc_build uic_build
25
25
(-)x11-fm/pcmanfm-qt/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
		libfm.so:x11/libfm \
16
		libfm.so:x11/libfm \
17
		libexif.so:graphics/libexif
17
		libexif.so:graphics/libexif
18
18
19
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
19
USES=		cmake compiler:c++11-lib desktop-file-utils \
20
		gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 tar:xz
20
		gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 tar:xz
21
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
21
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
22
		widgets x11extras
22
		widgets x11extras
(-)x11-fm/pcmanfmqt-l10n/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LICENSE=	LGPL21+
14
LICENSE=	LGPL21+
15
15
16
USES=	cmake:outsource lxqt pkgconfig qt:5 tar:xz
16
USES=	cmake lxqt pkgconfig qt:5 tar:xz
17
USE_QT=		buildtools_build qmake_build linguisttools
17
USE_QT=		buildtools_build qmake_build linguisttools
18
USE_LXQT=	buildtools
18
USE_LXQT=	buildtools
19
19
(-)x11-fm/wcmcommander/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
GH_ACCOUNT=	corporateshark
17
GH_ACCOUNT=	corporateshark
18
GH_PROJECT=	WCMCommander
18
GH_PROJECT=	WCMCommander
19
19
20
USES=		compiler:c++11-lib cmake:outsource
20
USES=		compiler:c++11-lib cmake
21
CMAKE_ARGS=	-DDATADIR="${DATADIR_REL}"
21
CMAKE_ARGS=	-DDATADIR="${DATADIR_REL}"
22
USE_XORG=	x11
22
USE_XORG=	x11
23
23
(-)x11-themes/adwaita-qt/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
qt4_PKGNAMESUFFIX=	4
17
qt4_PKGNAMESUFFIX=	4
18
qt5_PKGNAMESUFFIX=	5
18
qt5_PKGNAMESUFFIX=	5
19
19
20
USES=		cmake:outsource compiler:c++11-lib localbase pkgconfig
20
USES=		cmake compiler:c++11-lib localbase pkgconfig
21
.  if ${FLAVOR} == qt4
21
.  if ${FLAVOR} == qt4
22
USES+=		qt:4
22
USES+=		qt:4
23
USE_QT=		corelib dbus gui \
23
USE_QT=		corelib dbus gui \
(-)x11-themes/gtk3-oxygen-engine/Makefile (-1 / +1 lines)
Lines 18-23 Link Here
18
		libdbus-glib-1.so:devel/dbus-glib
18
		libdbus-glib-1.so:devel/dbus-glib
19
19
20
USE_GNOME=	gtk30
20
USE_GNOME=	gtk30
21
USES=		cmake:outsource pkgconfig tar:bzip2
21
USES=		cmake pkgconfig tar:bzip2
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)x11-themes/kde-base-artwork-kde4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
DEPRECATED=	KDE4 is EOL upstream
14
DEPRECATED=	KDE4 is EOL upstream
15
EXPIRATION_DATE=	2018-12-31
15
EXPIRATION_DATE=	2018-12-31
16
16
17
USES=		cmake:outsource kde:4 qt:4 tar:xz
17
USES=		cmake kde:4 qt:4 tar:xz
18
USE_KDE=	automoc4 kdelibs
18
USE_KDE=	automoc4 kdelibs
19
USE_QT=		moc_build qmake_build rcc_build uic_build
19
USE_QT=		moc_build qmake_build rcc_build uic_build
20
NO_BUILD=	yes
20
NO_BUILD=	yes
(-)x11-themes/kde-gtk-config/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
10
COMMENT=	GTK2 and GTK3 Configurator for KDE
10
COMMENT=	GTK2 and GTK3 Configurator for KDE
11
11
12
USES=		cmake:outsource gettext kde:4 pkgconfig qt:4 tar:xz
12
USES=		cmake gettext kde:4 pkgconfig qt:4 tar:xz
13
USE_GNOME=	gtk20 gtk30
13
USE_GNOME=	gtk20 gtk30
14
USE_KDE=	automoc4 kdelibs
14
USE_KDE=	automoc4 kdelibs
15
USE_QT=		moc_build qmake_build rcc_build uic_build
15
USE_QT=		moc_build qmake_build rcc_build uic_build
(-)x11-themes/kde-wallpapers-kde4/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
DEPRECATED=	KDE4 is EOL upstream
11
DEPRECATED=	KDE4 is EOL upstream
12
EXPIRATION_DATE=	2018-12-31
12
EXPIRATION_DATE=	2018-12-31
13
13
14
USES=		cmake:outsource kde:4 qt:4 tar:xz
14
USES=		cmake kde:4 qt:4 tar:xz
15
USE_KDE=	automoc4 kdelibs
15
USE_KDE=	automoc4 kdelibs
16
USE_QT=		moc_build qmake_build rcc_build uic_build
16
USE_QT=		moc_build qmake_build rcc_build uic_build
17
17
(-)x11-themes/kde4-windeco-crystal/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
16
17
USES=		cmake:outsource,noninja kde:4 qt:4 tar:bzip2
17
USES=		cmake:noninja kde:4 qt:4 tar:bzip2
18
USE_KDE=	kdelibs automoc4 workspace
18
USE_KDE=	kdelibs automoc4 workspace
19
USE_QT=		qmake_build moc_build rcc_build uic_build \
19
USE_QT=		qmake_build moc_build rcc_build uic_build \
20
		corelib gui qt3support
20
		corelib gui qt3support
(-)x11-themes/kdeartwork-kde4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
DEPRECATED=	KDE4 is EOL upstream
13
DEPRECATED=	KDE4 is EOL upstream
14
EXPIRATION_DATE=	2018-12-31
14
EXPIRATION_DATE=	2018-12-31
15
15
16
USES=		cmake:outsource kde:4 qt:4 tar:xz
16
USES=		cmake kde:4 qt:4 tar:xz
17
USE_KDE=	kdelibs libkexiv2 workspace automoc4
17
USE_KDE=	kdelibs libkexiv2 workspace automoc4
18
USE_QT=		corelib gui opengl \
18
USE_QT=		corelib gui opengl \
19
		moc_build qmake_build rcc_build uic_build
19
		moc_build qmake_build rcc_build uic_build
(-)x11-themes/kf5-breeze-icons/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	LGPL3+
10
LICENSE=	LGPL3+
11
LICENSE_FILE=	${WRKSRC}/COPYING-ICONS
11
LICENSE_FILE=	${WRKSRC}/COPYING-ICONS
12
12
13
USES=		cmake:outsource kde:5 qt:5 tar:xz
13
USES=		cmake kde:5 qt:5 tar:xz
14
USE_KDE=	ecm
14
USE_KDE=	ecm
15
USE_QT=		buildtools_build core qmake_build testlib
15
USE_QT=		buildtools_build core qmake_build testlib
16
16
(-)x11-themes/kf5-kemoticons/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library to convert emoticons
8
COMMENT=	KF5 library to convert emoticons
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	archive config coreaddons ecm service
11
USE_KDE=	archive config coreaddons ecm service
12
USE_QT=		buildtools_build core gui qmake_build widgets xml
12
USE_QT=		buildtools_build core gui qmake_build widgets xml
13
13
(-)x11-themes/kf5-kiconthemes/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 library for handling icons in applications
8
COMMENT=	KF5 library for handling icons in applications
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	archive auth codecs config configwidgets coreaddons ecm \
11
USE_KDE=	archive auth codecs config configwidgets coreaddons ecm \
12
		i18n itemviews widgetsaddons
12
		i18n itemviews widgetsaddons
13
USE_QT=		buildtools_build concurrent core dbus gui qmake_build \
13
USE_QT=		buildtools_build concurrent core dbus gui qmake_build \
(-)x11-themes/kf5-oxygen-icons5/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	The Oxygen icon theme for KDE
8
COMMENT=	The Oxygen icon theme for KDE
9
9
10
USES=		cmake:outsource kde:5 qt:5 tar:xz
10
USES=		cmake kde:5 qt:5 tar:xz
11
USE_KDE=	ecm_build  # We only install icons.
11
USE_KDE=	ecm_build  # We only install icons.
12
12
13
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
13
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
(-)x11-themes/kf5-qqc2-desktop-style/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	Qt QuickControl2 style for KDE
8
COMMENT=	Qt QuickControl2 style for KDE
9
9
10
USES=		cmake:outsource kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm iconthemes \
11
USE_KDE=	auth codecs config configwidgets coreaddons ecm iconthemes \
12
		kirigami2 widgetsaddons
12
		kirigami2 widgetsaddons
13
USE_QT=		gui network qml quick widgets xml \
13
USE_QT=		gui network qml quick widgets xml \
(-)x11-themes/lxqt-themes/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	LGPL21+
12
LICENSE=	LGPL21+
13
13
14
USES=		lxqt cmake:outsource tar:xz
14
USES=		lxqt cmake tar:xz
15
USE_LXQT=	buildtools
15
USE_LXQT=	buildtools
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)x11-themes/plasma5-breeze/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		cmake:outsource compiler:c++11-lib cpe \
14
USES=		cmake compiler:c++11-lib cpe \
15
		gettext kde:5 pkgconfig qt:5 tar:xz
15
		gettext kde:5 pkgconfig qt:5 tar:xz
16
USE_KDE=	auth breeze-icons codecs config configwidgets coreaddons \
16
USE_KDE=	auth breeze-icons codecs config configwidgets coreaddons \
17
		decoration ecm frameworkintegration guiaddons i18n kcmutils \
17
		decoration ecm frameworkintegration guiaddons i18n kcmutils \
(-)x11-themes/plasma5-breeze-gtk/Makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
LICENSE=	LGPL21
10
LICENSE=	LGPL21
11
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
11
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
12
12
13
USES=		cmake:outsource cpe kde:5 pkgconfig qt:5 tar:xz
13
USES=		cmake cpe kde:5 pkgconfig qt:5 tar:xz
14
USE_GNOME=	gdkpixbuf2
14
USE_GNOME=	gdkpixbuf2
15
USE_KDE=	ecm
15
USE_KDE=	ecm
16
USE_QT=		core buildtools_build qmake_build
16
USE_QT=		core buildtools_build qmake_build
(-)x11-themes/plasma5-breeze-kde4/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
CMAKE_ON=	USE_KDE4
18
CMAKE_ON=	USE_KDE4
19
19
20
USES=		cmake:outsource compiler:c++11-lang cpe gettext \
20
USES=		cmake compiler:c++11-lang cpe gettext \
21
		kde:4 pkgconfig qt:4 tar:xz
21
		kde:4 pkgconfig qt:4 tar:xz
22
USE_KDE=	kdelibs automoc4
22
USE_KDE=	kdelibs automoc4
23
USE_QT=		corelib dbus gui svg \
23
USE_QT=		corelib dbus gui svg \
(-)x11-themes/plasma5-kde-gtk-config/Makefile (-1 / +1 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
16
BUILD_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
17
RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
17
RUN_DEPENDS=	gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
18
18
19
USES=		cmake:outsource compiler:c++11-lib cpe gettext \
19
USES=		cmake compiler:c++11-lib cpe gettext \
20
		kde:5 pkgconfig qt:5 tar:xz
20
		kde:5 pkgconfig qt:5 tar:xz
21
USE_GNOME=	cairo gdkpixbuf2 gtk20 gtk30 glib20
21
USE_GNOME=	cairo gdkpixbuf2 gtk20 gtk30 glib20
22
USE_KDE=	archive attica auth codecs completion config configwidgets \
22
USE_KDE=	archive attica auth codecs completion config configwidgets \
(-)x11-themes/plasma5-oxygen/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
14
LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
15
15
16
USES=		cmake:outsource compiler:c++11-lib cpe gettext \
16
USES=		cmake compiler:c++11-lib cpe gettext \
17
		kde:5 pkgconfig qt:5 tar:xz
17
		kde:5 pkgconfig qt:5 tar:xz
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USE_KDE=	auth codecs completion config configwidgets coreaddons decoration ecm \
19
USE_KDE=	auth codecs completion config configwidgets coreaddons decoration ecm \
(-)x11-themes/plasma5-plasma-workspace-wallpapers/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LGPL3
13
LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LGPL3
14
14
15
USES=		cmake:outsource cpe kde:5 qt:5 tar:xz
15
USES=		cmake cpe kde:5 qt:5 tar:xz
16
USE_KDE=	ecm
16
USE_KDE=	ecm
17
USE_QT=		buildtools_build qmake_build
17
USE_QT=		buildtools_build qmake_build
18
18
(-)x11-themes/qtcurve/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
GH_ACCOUNT=	KDE
33
GH_ACCOUNT=	KDE
34
GH_TAGNAME=	a1ec5f8
34
GH_TAGNAME=	a1ec5f8
35
35
36
USES=		compiler:c++11-lib cmake pkgconfig
36
USES=		compiler:c++11-lib cmake:insource pkgconfig
37
USE_XORG=	x11 xcb
37
USE_XORG=	x11 xcb
38
38
39
.for i in gtk2 kde4 kf5 qt4 qt5
39
.for i in gtk2 kde4 kf5 qt4 qt5
(-)x11-toolkits/attica/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
USE_QT=		network qtestlib_build xml \
14
USE_QT=		network qtestlib_build xml \
15
		moc_build qmake_build rcc_build uic_build
15
		moc_build qmake_build rcc_build uic_build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USES=		cmake:outsource qt:4 tar:bzip2
17
USES=		cmake qt:4 tar:bzip2
18
CMAKE_ARGS=	-DATTICA_ENABLE_TESTS:BOOL=OFF \
18
CMAKE_ARGS=	-DATTICA_ENABLE_TESTS:BOOL=OFF \
19
		-DQT4_BUILD:BOOL=ON
19
		-DQT4_BUILD:BOOL=ON
20
USE_CXXSTD=	gnu++98
20
USE_CXXSTD=	gnu++98
(-)x11-toolkits/fltk-devel/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libfreetype.so:print/freetype2 \
17
		libfreetype.so:print/freetype2 \
18
		libfontconfig.so:x11-fonts/fontconfig
18
		libfontconfig.so:x11-fonts/fontconfig
19
19
20
USES=		cmake:outsource jpeg
20
USES=		cmake jpeg
21
USE_XORG=	xft
21
USE_XORG=	xft
22
USE_GL=		glu
22
USE_GL=		glu
23
USE_LDCONFIG=	${PREFIX}/lib/fltk-devel
23
USE_LDCONFIG=	${PREFIX}/lib/fltk-devel
(-)x11-toolkits/kf5-attica/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		cmake:outsource compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
16
USES=		cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
17
USE_KDE=	ecm
17
USE_KDE=	ecm
18
USE_QT=		buildtools_build core gui network qmake_build testlib_build widgets
18
USE_QT=		buildtools_build core gui network qmake_build testlib_build widgets
19
19
(-)x11-toolkits/kf5-kcompletion/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 text completion helpers and widgets
8
COMMENT=	KF5 text completion helpers and widgets
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	config ecm widgetsaddons
11
USE_KDE=	config ecm widgetsaddons
12
USE_QT=		buildtools_build core gui linguisttools qmake_build \
12
USE_QT=		buildtools_build core gui linguisttools qmake_build \
13
		widgets xml
13
		widgets xml
(-)x11-toolkits/kf5-kconfigwidgets/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 widgets for configuration dialogs
8
COMMENT=	KF5 widgets for configuration dialogs
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
11
USE_KDE=	archive auth codecs config coreaddons doctools ecm guiaddons \
11
USE_KDE=	archive auth codecs config coreaddons doctools ecm guiaddons \
12
		i18n widgetsaddons
12
		i18n widgetsaddons
13
USE_QT=		buildtools_build core dbus gui qmake_build widgets xml
13
USE_QT=		buildtools_build core dbus gui qmake_build widgets xml
(-)x11-toolkits/kf5-kdesignerplugin/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 integration of Frameworks widgets in Qt Designer/Creator
8
COMMENT=	KF5 integration of Frameworks widgets in Qt Designer/Creator
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
USE_KDE=	auth bookmarks codecs completion config configwidgets \
12
		coreaddons doctools ecm i18n iconthemes itemviews \
12
		coreaddons doctools ecm i18n iconthemes itemviews \
13
		jobwidgets kdewebkit kio plotting service solid sonnet \
13
		jobwidgets kdewebkit kio plotting service solid sonnet \
(-)x11-toolkits/kf5-kguiaddons/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 addons to QtGui
8
COMMENT=	KF5 addons to QtGui
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core gui qmake_build testlib widgets x11extras
12
USE_QT=		buildtools_build core gui qmake_build testlib widgets x11extras
13
USE_XORG=	ice sm x11 xcb xext
13
USE_XORG=	ice sm x11 xcb xext
(-)x11-toolkits/kf5-kirigami2/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	QtQuick based components set
9
COMMENT=	QtQuick based components set
10
10
11
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
12
USE_KDE=	ecm kdeclarative
12
USE_KDE=	ecm kdeclarative
13
USE_QT=		core dbus gui linguisttools network \
13
USE_QT=		core dbus gui linguisttools network \
14
		qml quick quickcontrols2 svg testlib widgets \
14
		qml quick quickcontrols2 svg testlib widgets \
(-)x11-toolkits/kf5-kitemviews/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 widget addons for Qt Model/View
8
COMMENT=	KF5 widget addons for Qt Model/View
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core gui linguisttools qmake_build \
12
USE_QT=		buildtools_build core gui linguisttools qmake_build \
13
		testlib widgets
13
		testlib widgets
(-)x11-toolkits/kf5-kjobwidgets/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 widgets for tracking KJob instance
8
COMMENT=	KF5 widgets for tracking KJob instance
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USE_KDE=	coreaddons ecm widgetsaddons
11
USE_KDE=	coreaddons ecm widgetsaddons
12
USE_QT=		buildtools_build core dbus gui linguisttools \
12
USE_QT=		buildtools_build core dbus gui linguisttools \
13
		qmake_build widgets x11extras
13
		qmake_build widgets x11extras
(-)x11-toolkits/kf5-ktextwidgets/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 advanced text editing widgets
8
COMMENT=	KF5 advanced text editing widgets
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth codecs completion config configwidgets \
11
USE_KDE=	auth codecs completion config configwidgets \
12
		coreaddons dbusaddons ecm guiaddons i18n \
12
		coreaddons dbusaddons ecm guiaddons i18n \
13
		iconthemes itemviews service sonnet \
13
		iconthemes itemviews service sonnet \
(-)x11-toolkits/kf5-kwidgetsaddons/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 addons to QtWidgets
8
COMMENT=	KF5 addons to QtWidgets
9
9
10
USES=		cmake:outsource compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		buildtools_build core gui linguisttools \
12
USE_QT=		buildtools_build core gui linguisttools \
13
		qmake_build uiplugin uitools testlib widgets
13
		qmake_build uiplugin uitools testlib widgets
(-)x11-toolkits/kf5-kxmlgui/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
MAINTAINER=	kde@FreeBSD.org
7
MAINTAINER=	kde@FreeBSD.org
8
COMMENT=	KF5 user configurable main windows
8
COMMENT=	KF5 user configurable main windows
9
9
10
USES=		cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
11
USE_KDE=	attica5 auth codecs config configwidgets coreaddons ecm \
11
USE_KDE=	attica5 auth codecs config configwidgets coreaddons ecm \
12
		globalaccel i18n iconthemes itemviews sonnet textwidgets \
12
		globalaccel i18n iconthemes itemviews sonnet textwidgets \
13
		widgetsaddons windowsystem
13
		widgetsaddons windowsystem
(-)x11-toolkits/kproperty/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
MAINTAINER=		kde@FreeBSD.org
9
MAINTAINER=		kde@FreeBSD.org
10
COMMENT=		Property editing framwork
10
COMMENT=		Property editing framwork
11
11
12
USES=			cmake:outsource gettext kde:5 qt:5 tar:xz
12
USES=			cmake gettext kde:5 qt:5 tar:xz
13
USE_KDE=		ecm config coreaddons guiaddons i18n widgetsaddons
13
USE_KDE=		ecm config coreaddons guiaddons i18n widgetsaddons
14
USE_QT=			core gui widgets xml \
14
USE_QT=			core gui widgets xml \
15
			buildtools_build qmake_build qml
15
			buildtools_build qmake_build qml
(-)x11-toolkits/mygui/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
28
29
MYGUI_RENDERSYSTEM?=	0
29
MYGUI_RENDERSYSTEM?=	0
30
30
31
USES=		cmake compiler:c++11-lib pkgconfig
31
USES=		cmake:insource compiler:c++11-lib pkgconfig
32
CMAKE_ARGS=	-DMYGUI_BUILD_DEMOS=FALSE \
32
CMAKE_ARGS=	-DMYGUI_BUILD_DEMOS=FALSE \
33
		-DMYGUI_BUILD_TOOLS=FALSE \
33
		-DMYGUI_BUILD_TOOLS=FALSE \
34
		-DMYGUI_BUILD_DOCS=FALSE \
34
		-DMYGUI_BUILD_DOCS=FALSE \
(-)x11-toolkits/nanogui/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
		libfreetype.so:print/freetype2 \
14
		libfreetype.so:print/freetype2 \
15
		libglfw.so:graphics/glfw
15
		libglfw.so:graphics/glfw
16
16
17
USES=		cmake:outsource compiler:c++14-lang eigen:3,build,run
17
USES=		cmake compiler:c++14-lang eigen:3,build,run
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	wjakob
19
GH_ACCOUNT=	wjakob
20
GH_TAGNAME=	be13c9b
20
GH_TAGNAME=	be13c9b
(-)x11-toolkits/plasma5-kdeplasma-addons/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
MAINTAINER=	kde@FreeBSD.org
8
MAINTAINER=	kde@FreeBSD.org
9
COMMENT=	Plasma5 addons to improve the Plasma experience
9
COMMENT=	Plasma5 addons to improve the Plasma experience
10
10
11
USES=		cmake:outsource compiler:c++11-lib cpe gettext \
11
USES=		cmake compiler:c++11-lib cpe gettext \
12
		kde:5 pkgconfig qt:5 tar:xz
12
		kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	activities archive attica auth bookmarks codecs completion \
13
USE_KDE=	activities archive attica auth bookmarks codecs completion \
14
		config configwidgets coreaddons crash ecm emoticons guiaddons \
14
		config configwidgets coreaddons crash ecm emoticons guiaddons \
(-)x11-toolkits/qtermwidget/Makefile (-1 / +1 lines)
Lines 12-18 Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=	cmake:outsource compiler:c++11-lang gettext-runtime lxqt \
15
USES=	cmake compiler:c++11-lang gettext-runtime lxqt \
16
	pkgconfig qt:5 tar:xz
16
	pkgconfig qt:5 tar:xz
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_QT=		buildtools_build core gui qmake_build linguisttools widgets
18
USE_QT=		buildtools_build core gui qmake_build linguisttools widgets
(-)x11-toolkits/qtermwidget-l10n/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
14
15
LICENSE=	LGPL21+
15
LICENSE=	LGPL21+
16
16
17
USES=		cmake:outsource lxqt pkgconfig qt:5 tar:xz
17
USES=		cmake lxqt pkgconfig qt:5 tar:xz
18
USE_QT=		buildtools_build qmake_build linguisttools
18
USE_QT=		buildtools_build qmake_build linguisttools
19
USE_LXQT=	buildtools
19
USE_LXQT=	buildtools
20
20
(-)x11-toolkits/vtkfox/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
CMAKE_ARGS+=	-DFOX17:BOOL=TRUE
33
CMAKE_ARGS+=	-DFOX17:BOOL=TRUE
34
.endif
34
.endif
35
35
36
USES=		cmake:outsource pkgconfig
36
USES=		cmake pkgconfig
37
USE_LDCONFIG=	yes
37
USE_LDCONFIG=	yes
38
CMAKE_ARGS+=	-DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-5.10
38
CMAKE_ARGS+=	-DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-5.10
39
39
(-)x11-wm/awesome/Makefile (-1 / +1 lines)
Lines 34-40 Link Here
34
34
35
USE_GITHUB=	yes
35
USE_GITHUB=	yes
36
GH_ACCOUNT=	awesomewm
36
GH_ACCOUNT=	awesomewm
37
USES=		cmake:outsource gettext iconv pkgconfig lua shebangfix
37
USES=		cmake gettext iconv pkgconfig lua shebangfix
38
SHEBANG_FILES=	utils/awesome-client
38
SHEBANG_FILES=	utils/awesome-client
39
CMAKE_ARGS=	-DSYSCONFDIR=${PREFIX}/etc \
39
CMAKE_ARGS=	-DSYSCONFDIR=${PREFIX}/etc \
40
		-DAWESOME_MAN_PATH=${MANPREFIX}/man \
40
		-DAWESOME_MAN_PATH=${MANPREFIX}/man \
(-)x11-wm/ctwm/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
15
16
USES=		cmake:outsource jpeg tar:xz
16
USES=		cmake jpeg tar:xz
17
USE_XORG=	x11 xext xt ice sm xpm xmu
17
USE_XORG=	x11 xext xt ice sm xpm xmu
18
18
19
OPTIONS_DEFINE=	DOCS EXAMPLES
19
OPTIONS_DEFINE=	DOCS EXAMPLES
(-)x11-wm/lxqt-panel/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
		libsysstat-qt5.so:sysutils/libsysstat
17
		libsysstat-qt5.so:sysutils/libsysstat
18
RUN_DEPENDS=	lxmenu-data>=0.1.2:x11/lxmenu-data
18
RUN_DEPENDS=	lxmenu-data>=0.1.2:x11/lxmenu-data
19
19
20
USES=	cmake:outsource compiler:c++11-lib gettext-runtime kde:5 qt:5 \
20
USES=	cmake compiler:c++11-lib gettext-runtime kde:5 qt:5 \
21
	localbase:ldflags lxqt pkgconfig tar:xz
21
	localbase:ldflags lxqt pkgconfig tar:xz
22
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
22
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
23
	x11extras xml
23
	x11extras xml
(-)x11-wm/plasma5-kdecoration/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
LICENSE=	LGPL21
11
LICENSE=	LGPL21
12
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
12
LICENSE_FILE=	${WRKSRC}/COPYING.LIB
13
13
14
USES=		cmake:outsource compiler:c++11-lib cpe kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
USE_KDE=	ecm
16
USE_KDE=	ecm
17
USE_QT=		core gui testlib buildtools_build qmake_build
17
USE_QT=		core gui testlib buildtools_build qmake_build
(-)x11-wm/plasma5-kwin/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
		Xwayland:x11-servers/xwayland
28
		Xwayland:x11-servers/xwayland
29
RUN_DEPENDS=	Xwayland:x11-servers/xwayland
29
RUN_DEPENDS=	Xwayland:x11-servers/xwayland
30
30
31
USES=		cmake:outsource compiler:c++11-lib cpe gettext \
31
USES=		cmake compiler:c++11-lib cpe gettext \
32
		kde:5 pkgconfig qt:5 tar:xz
32
		kde:5 pkgconfig qt:5 tar:xz
33
USE_GL=		egl
33
USE_GL=		egl
34
USE_KDE=	activities activities attica auth breeze codecs \
34
USE_KDE=	activities activities attica auth breeze codecs \

Return to bug 232038