View | Details | Raw Unified | Return to bug 266034 | Differences between
and this patch

Collapse All | Expand All

(-)b/CHANGES (+17 lines)
Lines 10-15 in the release notes and/or placed into UPDATING. 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
20220XXX:
14
AUTHOR: zirias@FreeBSD.org
15
16
  kde.mk, qt.mk and pyqt.mk now use a colon for component suffixes
17
18
  Suffixes for build, run and test (for pyqt) dependencies used an underscore
19
  previously. This was not in line with most other USES, using a colon for
20
  that purpose.
21
22
  So if you previously had for example
23
24
	USE_QT=	buildtools_build
25
26
  replace it with
27
28
	USE_QT= buildtools:build
29
13
20220821:
30
20220821:
14
AUTHOR: kde@FreeBSD.org
31
AUTHOR: kde@FreeBSD.org
15
32
(-)b/Mk/Uses/kde.mk (-8 / +8 lines)
Lines 9-16 Link Here
9
#
9
#
10
# USE_KDE	List of KF5/Plasma5 components (other ports) that this
10
# USE_KDE	List of KF5/Plasma5 components (other ports) that this
11
#		port depends on.
11
#		port depends on.
12
#		* foo_build	Add a build-time dependency (BUILD_DEPENDS)
12
#		* foo:build	Add a build-time dependency (BUILD_DEPENDS)
13
#		* foo_run	Add a run-time dependency (RUN_DEPENDS)
13
#		* foo:run	Add a run-time dependency (RUN_DEPENDS)
14
#		* foo (default)	Add both dependencies on component <foo>, or
14
#		* foo (default)	Add both dependencies on component <foo>, or
15
#				a LIB_DEPENDS if applicable.
15
#				a LIB_DEPENDS if applicable.
16
#
16
#
Lines 25-31 Link Here
25
#
25
#
26
# option DOCS	If the port is part of kde-applications (see CATEGORIES,
26
# option DOCS	If the port is part of kde-applications (see CATEGORIES,
27
#		above) and has an option defined for DOCS then a dependency
27
#		above) and has an option defined for DOCS then a dependency
28
#		for doctools_build is added. The option itself doesn't
28
#		for doctools:build is added. The option itself doesn't
29
#		have to do anything -- the dependency is always there.
29
#		have to do anything -- the dependency is always there.
30
#
30
#
31
# KDE_INVENT	If the port does not have a regular release, and should
31
# KDE_INVENT	If the port does not have a regular release, and should
Lines 159-165 _KDE_OPTIONS= bogus ${OPTIONS_DEFINE} Link Here
159
.        if ${_KDE_OPTIONS:MDOCS}
159
.        if ${_KDE_OPTIONS:MDOCS}
160
DOCSDIR=		${PREFIX}/share/doc
160
DOCSDIR=		${PREFIX}/share/doc
161
PORTDOCS?=		HTML/*
161
PORTDOCS?=		HTML/*
162
USE_KDE+=		doctools_build
162
USE_KDE+=		doctools:build
163
.        endif
163
.        endif
164
# Further pass along a SHLIB_VER PLIST_SUB
164
# Further pass along a SHLIB_VER PLIST_SUB
165
PLIST_SUB+=		KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_SHLIB_VER} \
165
PLIST_SUB+=		KDE_APPLICATIONS_SHLIB_VER=${KDE_APPLICATIONS_SHLIB_VER} \
Lines 869-886 kde-${comp}_PATH= ${kde-${comp}${_KDE_VERSION}_LIB} Link Here
869
_USE_KDE_ALL=	${_USE_${_KDE_RELNAME}_ALL}
869
_USE_KDE_ALL=	${_USE_${_KDE_RELNAME}_ALL}
870
870
871
# Iterate through components deprived of suffix.
871
# Iterate through components deprived of suffix.
872
.    for component in ${USE_KDE:O:u:C/_.+//}
872
.    for component in ${USE_KDE:O:u:C/:.+//}
873
  # Check that the component is valid.
873
  # Check that the component is valid.
874
.      if ${_USE_KDE_ALL:M${component}} != ""
874
.      if ${_USE_KDE_ALL:M${component}} != ""
875
   # Skip meta-components (currently none).
875
   # Skip meta-components (currently none).
876
.        if defined(kde-${component}_PORT) && (defined(kde-${component}_PATH) || defined(kde-${component}_LIB))
876
.        if defined(kde-${component}_PORT) && (defined(kde-${component}_PATH) || defined(kde-${component}_LIB))
877
    # Check if a dependency type is explicitly requested.
877
    # Check if a dependency type is explicitly requested.
878
.          if ${USE_KDE:M${component}_*} != "" && ${USE_KDE:M${component}} == ""
878
.          if ${USE_KDE:M${component}\:*} != "" && ${USE_KDE:M${component}} == ""
879
kde-${component}_TYPE=	# empty
879
kde-${component}_TYPE=	# empty
880
.            if ${USE_KDE:M${component}_build} != ""
880
.            if ${USE_KDE:M${component}\:build} != ""
881
kde-${component}_TYPE+=	build
881
kde-${component}_TYPE+=	build
882
.            endif
882
.            endif
883
.            if ${USE_KDE:M${component}_run} != ""
883
.            if ${USE_KDE:M${component}\:run} != ""
884
kde-${component}_TYPE+=	run
884
kde-${component}_TYPE+=	run
885
.            endif
885
.            endif
886
.          endif # ${USE_KDE:M${component}_*} != "" && ${USE_KDE:M${component}} == ""
886
.          endif # ${USE_KDE:M${component}_*} != "" && ${USE_KDE:M${component}} == ""
(-)b/Mk/Uses/pyqt.mk (-8 / +8 lines)
Lines 11-20 Link Here
11
#		targets are then set assuming a certain tarball and
11
#		targets are then set assuming a certain tarball and
12
#		port layout.
12
#		port layout.
13
# USE_PYQT	- List of PyQt components to depend on
13
# USE_PYQT	- List of PyQt components to depend on
14
#		* foo_build    only build depend
14
#		* foo:build    only build depend
15
#		* foo_run      only run depend
15
#		* foo:run      only run depend
16
#		* foo_test     only test depend
16
#		* foo:test     only test depend
17
#		* foo          both (default)
17
#		* foo          build and run depend (default)
18
# PYQT_SIPDIR	- where sip files will be installed to
18
# PYQT_SIPDIR	- where sip files will be installed to
19
# PYQT_APIDIR	- where api files will be installed to
19
# PYQT_APIDIR	- where api files will be installed to
20
# PYQT_DOCDIR	- where doc files will be installed to
20
# PYQT_DOCDIR	- where doc files will be installed to
Lines 199-205 _USE_PYQT_ALL+= ${_USE_SIP_ALL} \ Link Here
199
					${_USE_QSCINTILLA} \
199
					${_USE_QSCINTILLA} \
200
					${_USE_PYQTBUILDER}
200
					${_USE_PYQTBUILDER}
201
.  for comp in ${_USE_PYQT_ALL:O:u}
201
.  for comp in ${_USE_PYQT_ALL:O:u}
202
_USE_PYQT_ALL_SUFFIXED+=		py-${comp} py-${comp}_build py-${comp}_run py-${comp}_test
202
_USE_PYQT_ALL_SUFFIXED+=		py-${comp} py-${comp}:build py-${comp}:run py-${comp}:test
203
py-${comp}_BUILD_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
203
py-${comp}_BUILD_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
204
py-${comp}_RUN_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
204
py-${comp}_RUN_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
205
py-${comp}_TEST_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
205
py-${comp}_TEST_DEPENDS?=		${py-${comp}_PATH}:${py-${comp}_PORT}@${PY_FLAVOR}
Lines 211-219 py-${comp}_test_TEST_DEPENDS?= ${py-${comp}_TEST_DEPENDS} Link Here
211
_USE_PYQT=      ${USE_PYQT:O:u}
211
_USE_PYQT=      ${USE_PYQT:O:u}
212
.  for comp in ${_USE_PYQT}
212
.  for comp in ${_USE_PYQT}
213
.    if ${_USE_PYQT_ALL_SUFFIXED:Mpy-${comp}}
213
.    if ${_USE_PYQT_ALL_SUFFIXED:Mpy-${comp}}
214
BUILD_DEPENDS+=		${py-${comp}_BUILD_DEPENDS}
214
BUILD_DEPENDS+=		${py-${comp:S/:/_/}_BUILD_DEPENDS}
215
RUN_DEPENDS+=		${py-${comp}_RUN_DEPENDS}
215
RUN_DEPENDS+=		${py-${comp:S/:/_/}_RUN_DEPENDS}
216
TEST_DEPENDS+=		${py-${comp}_TEST_DEPENDS}
216
TEST_DEPENDS+=		${py-${comp:S/:/_/}_TEST_DEPENDS}
217
.    else
217
.    else
218
IGNORE?=	cannot be installed: unknown USE_PYQT component ${comp} #'
218
IGNORE?=	cannot be installed: unknown USE_PYQT component ${comp} #'
219
.    endif
219
.    endif
(-)b/Mk/Uses/qmake.mk (-1 / +1 lines)
Lines 110-116 QMAKE_SOURCE_PATH?= # empty Link Here
110
110
111
# Add qmake to USE_QT -- unless it's qmake itself
111
# Add qmake to USE_QT -- unless it's qmake itself
112
.  if !${PORTNAME} == qmake && ${_QT_VER:M5}
112
.  if !${PORTNAME} == qmake && ${_QT_VER:M5}
113
USE_QT+=		qmake_build
113
USE_QT+=		qmake:build
114
.  endif
114
.  endif
115
115
116
.  if empty(qmake_ARGS:Mno_env)
116
.  if empty(qmake_ARGS:Mno_env)
(-)b/Mk/Uses/qt.mk (-6 / +6 lines)
Lines 11-18 Link Here
11
#   Versions:		5
11
#   Versions:		5
12
#
12
#
13
# Port variables:
13
# Port variables:
14
# USE_QT		- List of Qt modules to depend on, with optional '_build'
14
# USE_QT		- List of Qt modules to depend on, with optional ':build'
15
#			  and '_run' suffixes. Define it empty to include this file
15
#			  and ':run' suffixes. Define it empty to include this file
16
#			  without depending on Qt ports.
16
#			  without depending on Qt ports.
17
#
17
#
18
# MAINTAINER:	kde@FreeBSD.org
18
# MAINTAINER:	kde@FreeBSD.org
Lines 395-412 _USE_QT_ALL= ${_USE_QT_COMMON} \ Link Here
395
			${_USE_QT${_QT_VER}_ONLY}
395
			${_USE_QT${_QT_VER}_ONLY}
396
_USE_QT=		${USE_QT}
396
_USE_QT=		${USE_QT}
397
# Iterate through components deprived of suffix.
397
# Iterate through components deprived of suffix.
398
.  for component in ${_USE_QT:O:u:C/_(build|run)$//}
398
.  for component in ${_USE_QT:O:u:C/:(build|run)$//}
399
# Check that the component is valid.
399
# Check that the component is valid.
400
.    if ${_USE_QT_ALL:M${component}} != ""
400
.    if ${_USE_QT_ALL:M${component}} != ""
401
# Skip meta-components (currently none).
401
# Skip meta-components (currently none).
402
.      if defined(qt-${component}_PORT) && (defined(qt-${component}_PATH) || defined(qt-${component}_LIB))
402
.      if defined(qt-${component}_PORT) && (defined(qt-${component}_PATH) || defined(qt-${component}_LIB))
403
# Check if a dependency type is explicitly requested.
403
# Check if a dependency type is explicitly requested.
404
.        if ${_USE_QT:M${component}_*} != "" && ${_USE_QT:M${component}} == ""
404
.        if ${_USE_QT:M${component}\:*} != "" && ${_USE_QT:M${component}} == ""
405
qt-${component}_TYPE=		# empty
405
qt-${component}_TYPE=		# empty
406
.          if ${_USE_QT:M${component}_build} != ""
406
.          if ${_USE_QT:M${component}\:build} != ""
407
qt-${component}_TYPE+=		build
407
qt-${component}_TYPE+=		build
408
.          endif
408
.          endif
409
.          if ${_USE_QT:M${component}_run} != ""
409
.          if ${_USE_QT:M${component}\:run} != ""
410
qt-${component}_TYPE+=		run
410
qt-${component}_TYPE+=		run
411
.          endif
411
.          endif
412
.        endif # ${_USE_QT:M${component}_*} != "" && ${_USE_QT:M${component}} == ""
412
.        endif # ${_USE_QT:M${component}_*} != "" && ${_USE_QT:M${component}} == ""
(-)b/accessibility/gammy/Makefile (-1 / +1 lines)
Lines 14-20 USE_GITHUB= yes Link Here
14
GH_ACCOUNT=	Fushko
14
GH_ACCOUNT=	Fushko
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		core dbus gui widgets \
16
USE_QT=		core dbus gui widgets \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_XORG=	x11 xext xxf86vm
18
USE_XORG=	x11 xext xxf86vm
19
19
20
PLIST_FILES=	bin/gammy \
20
PLIST_FILES=	bin/gammy \
(-)b/accessibility/kmag/Makefile (-2 / +2 lines)
Lines 11-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth codecs config configwidgets coreaddons \
12
USE_KDE=	auth codecs config configwidgets coreaddons \
13
		i18n kio service widgetsaddons xmlgui \
13
		i18n kio service widgetsaddons xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
15
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/accessibility/kmousetool/Makefile (-2 / +2 lines)
Lines 10-18 LICENSE= GPLv2 Link Here
10
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
10
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
11
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
12
		i18n iconthemes notifications widgetsaddons windowsystem xmlgui \
12
		i18n iconthemes notifications widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core dbus gui phonon4 widgets xml \
14
USE_QT=		core dbus gui phonon4 widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_XORG=	ice sm x11 xext xtst
16
USE_XORG=	ice sm x11 xext xtst
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
(-)b/accessibility/kmouth/Makefile (-2 / +2 lines)
Lines 11-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
13
		i18n jobwidgets kio service solid widgetsaddons windowsystem xmlgui \
13
		i18n jobwidgets kio service solid widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		concurrent core dbus gui network printsupport speech widgets xml \
15
USE_QT=		concurrent core dbus gui network printsupport speech widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/accessibility/libqaccessibilityclient/Makefile (-1 / +1 lines)
Lines 13-18 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
USES=		cmake 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=		core dbus gui widgets \
15
USE_QT=		core dbus gui widgets \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/accessibility/qt5-speech/Makefile (-1 / +1 lines)
Lines 10-16 USES= compiler:c++11-lang gl pkgconfig perl5 qmake:outsource,norecursive \ Link Here
10
		qt-dist:5,speech xorg
10
		qt-dist:5,speech xorg
11
USE_GL=		gl
11
USE_GL=		gl
12
USE_PERL5=	extract
12
USE_PERL5=	extract
13
USE_QT=		core gui buildtools_build qmake_build
13
USE_QT=		core gui buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=		ALSA
15
OPTIONS_DEFINE=		ALSA
16
OPTIONS_RADIO=		BACKEND
16
OPTIONS_RADIO=		BACKEND
(-)b/archivers/ark/Makefile (-2 / +2 lines)
Lines 13-21 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
13
		coreaddons crash dbusaddons doctools i18n iconthemes \
13
		coreaddons crash dbusaddons doctools i18n iconthemes \
14
		itemmodels itemviews jobwidgets khtml kio parts pty service \
14
		itemmodels itemviews jobwidgets khtml kio parts pty service \
15
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
15
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		concurrent core dbus gui network widgets xml \
17
USE_QT=		concurrent core dbus gui network widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
(-)b/archivers/kf5-karchive/Makefile (-2 / +2 lines)
Lines 9-16 COMMENT= KF5 library that provides classes for handling archive formats Link Here
9
LICENSE=	LGPL20
9
LICENSE=	LGPL20
10
10
11
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
12
USE_KDE=	ecm_build
12
USE_KDE=	ecm:build
13
USE_QT=		core \
13
USE_QT=		core \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/archivers/libarchive-qt/Makefile (-1 / +1 lines)
Lines 9-15 LICENSE= GPLv3 Link Here
9
LICENSE_FILE=	${WRKSRC}/LICENSE
9
LICENSE_FILE=	${WRKSRC}/LICENSE
10
10
11
USES=		cmake qt:5
11
USES=		cmake qt:5
12
USE_QT=		buildtools_build core dbus gui network qmake_build widgets
12
USE_QT=		buildtools:build core dbus gui network qmake:build widgets
13
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
14
USE_GITLAB=	yes
14
USE_GITLAB=	yes
15
15
(-)b/archivers/lxqt-archiver/Makefile (-1 / +1 lines)
Lines 16-22 RUN_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip Link Here
16
USES=	cmake compiler:c++14-lang desktop-file-utils lxqt pkgconfig tar:xz gnome qt:5 xorg
16
USES=	cmake compiler:c++14-lang desktop-file-utils lxqt pkgconfig tar:xz gnome qt:5 xorg
17
17
18
USE_GNOME=	glib20
18
USE_GNOME=	glib20
19
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
19
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
20
		network printsupport svg widgets x11extras
20
		network printsupport svg widgets x11extras
21
USE_LXQT=	buildtools lxqt
21
USE_LXQT=	buildtools lxqt
22
USE_XORG=	xcb
22
USE_XORG=	xcb
(-)b/archivers/quazip/Makefile (-1 / +1 lines)
Lines 15-21 GH_ACCOUNT= stachenov Link Here
15
CPE_VENDOR=	quazip_project
15
CPE_VENDOR=	quazip_project
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_QT=		core network \
17
USE_QT=		core network \
18
		buildtools_build testlib_build qmake_build
18
		buildtools:build testlib:build qmake:build
19
CMAKE_ARGS=	-DBUILD_WITH_QT4:BOOL=FALSE
19
CMAKE_ARGS=	-DBUILD_WITH_QT4:BOOL=FALSE
20
20
21
PLIST_SUB=	QTVER_SUFFIX=5 \
21
PLIST_SUB=	QTVER_SUFFIX=5 \
(-)b/archivers/v1541commander/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= lib1541img.so:archivers/lib1541img Link Here
17
17
18
USES=		compiler:c++11-lang gmake pkgconfig qt:5 shared-mime-info
18
USES=		compiler:c++11-lang gmake pkgconfig qt:5 shared-mime-info
19
19
20
USE_QT=		core gui network widgets buildtools_build linguisttools_build
20
USE_QT=		core gui network widgets buildtools:build linguisttools:build
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_PROJECT=	zimk:zimk
23
GH_PROJECT=	zimk:zimk
(-)b/astro/gpsbabel/Makefile (-2 / +2 lines)
Lines 10-16 LICENSE= GPLv2+ Link Here
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
USES=		compiler:c++11-lang gmake localbase qt:5
12
USES=		compiler:c++11-lang gmake localbase qt:5
13
USE_QT=		core qmake_build
13
USE_QT=		core qmake:build
14
14
15
CONFLICTS=	gpsbabel14
15
CONFLICTS=	gpsbabel14
16
16
Lines 23-29 OPTIONS_SUB= yes Link Here
23
GUI_USES=	gl
23
GUI_USES=	gl
24
GUI_USE=	GL=gl \
24
GUI_USE=	GL=gl \
25
		QT=declarative,gui,location,network,printsupport,webchannel \
25
		QT=declarative,gui,location,network,printsupport,webchannel \
26
		QT=webengine,widgets,xml,buildtools_build,linguisttools_build
26
		QT=webengine,widgets,xml,buildtools:build,linguisttools:build
27
GUI_ALL_TARGET=	gui
27
GUI_ALL_TARGET=	gui
28
GUI_VARS=	MAKE_JOBS_UNSAFE=yes
28
GUI_VARS=	MAKE_JOBS_UNSAFE=yes
29
29
(-)b/astro/indiwebmanagerapp/Makefile (-1 / +1 lines)
Lines 14-20 USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python:3.5+ Link Here
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
		coreaddons doctools i18n kio itemviews jobwidgets service \
15
		coreaddons doctools i18n kio itemviews jobwidgets service \
16
		solid widgetsaddons windowsystem xmlgui
16
		solid widgetsaddons windowsystem xmlgui
17
USE_QT=		buildtools concurrent core dbus gui qmake_build network widgets \
17
USE_QT=		buildtools concurrent core dbus gui qmake:build network widgets \
18
		xml
18
		xml
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	rlancaste
20
GH_ACCOUNT=	rlancaste
(-)b/astro/kosmindoormap/Makefile (-2 / +2 lines)
Lines 9-17 LIB_DEPENDS= libprotobuf.so:devel/protobuf Link Here
9
9
10
USES=		bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
10
USES=		bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
11
USE_KDE=	i18n kpublictransport \
11
USE_KDE=	i18n kpublictransport \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core declarative gui network quick3d \
13
USE_QT=		core declarative gui network quick3d \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/astro/kstars/Makefile (-2 / +2 lines)
Lines 27-36 USE_KDE= attica auth bookmarks codecs completion config configwidgets\ Link Here
27
		iconthemes init itemviews jobwidgets kio newstuff notifications \
27
		iconthemes init itemviews jobwidgets kio newstuff notifications \
28
		notifyconfig parts plotting service solid texteditor \
28
		notifyconfig parts plotting service solid texteditor \
29
		widgetsaddons xmlgui \
29
		widgetsaddons xmlgui \
30
		doctools_build ecm_build
30
		doctools:build ecm:build
31
USE_QT=		concurrent core datavis3d dbus declarative gui multimedia \
31
USE_QT=		concurrent core datavis3d dbus declarative gui multimedia \
32
		network opengl printsupport sql svg testlib websockets widgets \
32
		network opengl printsupport sql svg testlib websockets widgets \
33
		xml \
33
		xml \
34
		buildtools_build qmake_build
34
		buildtools:build qmake:build
35
35
36
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)b/astro/marble/Makefile (-2 / +2 lines)
Lines 16-25 USE_KDE= attica auth codecs completion config configwidgets coreaddons \ Link Here
16
		crash doctools i18n jobwidgets kio newstuff package parts \
16
		crash doctools i18n jobwidgets kio newstuff package parts \
17
		plasma-framework plasma-workspace-wallpapers runner service solid \
17
		plasma-framework plasma-workspace-wallpapers runner service solid \
18
		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
18
		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
19
		ecm_build
19
		ecm:build
20
USE_QT=		concurrent core dbus declarative designer gui location network opengl \
20
USE_QT=		concurrent core dbus declarative designer gui location network opengl \
21
		phonon4 printsupport script serialport sql svg webchannel widgets xml \
21
		phonon4 printsupport script serialport sql svg webchannel widgets xml \
22
		buildtools_build qmake_build testlib_build
22
		buildtools:build qmake:build testlib:build
23
23
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
MAKE_ENV=	XDG_CONFIG_HOME=/dev/null
25
MAKE_ENV=	XDG_CONFIG_HOME=/dev/null
(-)b/astro/merkaartor/Makefile (-2 / +2 lines)
Lines 19-25 GH_ACCOUNT= openstreetmap Link Here
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
QMAKE_ARGS=	SYSTEM_QUAZIP=1
21
QMAKE_ARGS=	SYSTEM_QUAZIP=1
22
USE_QT=		buildtools_build \
22
USE_QT=		buildtools:build \
23
		concurrent core gui imageformats network printsupport svg \
23
		concurrent core gui imageformats network printsupport svg \
24
		webkit widgets xml
24
		webkit widgets xml
25
25
Lines 43-49 ZBAR_BROKEN= Does not build with option ZBAR selected Link Here
43
DEBUG_QMAKE_OFF=	NODEBUG=1 RELEASE=1
43
DEBUG_QMAKE_OFF=	NODEBUG=1 RELEASE=1
44
44
45
NLS_USES=	qt:5
45
NLS_USES=	qt:5
46
NLS_USE=	QT=linguisttools_build
46
NLS_USE=	QT=linguisttools:build
47
47
48
OPTIONS_SUB=	yes
48
OPTIONS_SUB=	yes
49
49
(-)b/astro/oskar/Makefile (-1 / +1 lines)
Lines 19-25 LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ Link Here
19
19
20
USES=		cmake compiler:c++11-lang localbase:ldflags python qt:5 \
20
USES=		cmake compiler:c++11-lang localbase:ldflags python qt:5 \
21
		shebangfix
21
		shebangfix
22
USE_QT=		core gui network widgets buildtools_build qmake_build
22
USE_QT=		core gui network widgets buildtools:build qmake:build
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
SHEBANG_FILES=	apps/oskar_convert_cst_to_scalar.py
25
SHEBANG_FILES=	apps/oskar_convert_cst_to_scalar.py
(-)b/astro/stellarium/Makefile (-3 / +3 lines)
Lines 14-20 GH_ACCOUNT= Stellarium Link Here
14
14
15
USES=		cmake compiler:c++11-lang desktop-file-utils \
15
USES=		cmake compiler:c++11-lang desktop-file-utils \
16
		qt:5 shared-mime-info
16
		qt:5 shared-mime-info
17
USE_QT=		qmake_build buildtools_build \
17
USE_QT=		qmake:build buildtools:build \
18
		charts concurrent core gui network opengl \
18
		charts concurrent core gui network opengl \
19
		printsupport widgets
19
		printsupport widgets
20
20
Lines 46-52 GPS_CMAKE_OFF= -DENABLE_GPS:BOOL=OFF Link Here
46
MULTIMEDIA_USE=		QT=multimedia
46
MULTIMEDIA_USE=		QT=multimedia
47
MULTIMEDIA_CMAKE_OFF=	-DENABLE_MEDIA:BOOL=OFF
47
MULTIMEDIA_CMAKE_OFF=	-DENABLE_MEDIA:BOOL=OFF
48
48
49
NLS_USE=		QT=linguisttools_build
49
NLS_USE=		QT=linguisttools:build
50
NLS_CMAKE_OFF=		-DENABLE_NLS:BOOL=OFF
50
NLS_CMAKE_OFF=		-DENABLE_NLS:BOOL=OFF
51
51
52
SCRIPTS_USE=		QT=script
52
SCRIPTS_USE=		QT=script
Lines 55-61 SCRIPTS_CMAKE_OFF= -DENABLE_SCRIPTING:BOOL=OFF Link Here
55
TELESCOPE_USE=		QT=serialport
55
TELESCOPE_USE=		QT=serialport
56
TELESCOPE_CMAKE_OFF=	-DUSE_PLUGIN_TELESCOPECONTROL:BOOL=OFF
56
TELESCOPE_CMAKE_OFF=	-DUSE_PLUGIN_TELESCOPECONTROL:BOOL=OFF
57
57
58
TEST_USE=		QT=testlib_build
58
TEST_USE=		QT=testlib:build
59
TEST_CMAKE_ON=		-DENABLE_TESTING:BOOL=ON
59
TEST_CMAKE_ON=		-DENABLE_TESTING:BOOL=ON
60
60
61
TEXTURES_MASTER_SITES=	SF/${PORTNAME}/Extra-data-files/textures:gfx
61
TEXTURES_MASTER_SITES=	SF/${PORTNAME}/Extra-data-files/textures:gfx
(-)b/astro/stellarsolver/Makefile (-1 / +1 lines)
Lines 12-18 LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ Link Here
12
		libwcs.so:astro/wcslib
12
		libwcs.so:astro/wcslib
13
13
14
USES=		cmake desktop-file-utils iconv ninja qt:5 pkgconfig 
14
USES=		cmake desktop-file-utils iconv ninja qt:5 pkgconfig 
15
USE_QT=		buildtools concurrent core gui qmake_build network widgets
15
USE_QT=		buildtools concurrent core gui qmake:build network widgets
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	rlancaste
17
GH_ACCOUNT=	rlancaste
18
18
(-)b/audio/abgate-lv2/Makefile (-1 / +1 lines)
Lines 17-23 USES= compiler:c++11-lang gl gmake gnome pkgconfig qt:5 xorg Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	antanasbruzas
18
GH_ACCOUNT=	antanasbruzas
19
USE_CXXSTD=	c++11
19
USE_CXXSTD=	c++11
20
USE_QT=		core gui widgets buildtools_build qmake_build
20
USE_QT=		core gui widgets buildtools:build qmake:build
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_GNOME=	atkmm gtk20 gtkmm24 libsigc++20
22
USE_GNOME=	atkmm gtk20 gtkmm24 libsigc++20
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)b/audio/amarok/Makefile (-2 / +2 lines)
Lines 24-30 USES= cmake compiler:c++11-lang cpe desktop-file-utils \ Link Here
24
USE_QT=		core concurrent declarative dbus gui location network phonon4 \
24
USE_QT=		core concurrent declarative dbus gui location network phonon4 \
25
		quickcontrols2 script scripttools sql svg webchannel \
25
		quickcontrols2 script scripttools sql svg webchannel \
26
		webkit widgets xml \
26
		webkit widgets xml \
27
		buildtools_build qmake_build testlib_build
27
		buildtools:build qmake:build testlib:build
28
28
29
USE_KDE=	archive auth attica bookmarks codecs config configwidgets \
29
USE_KDE=	archive auth attica bookmarks codecs config configwidgets \
30
		completion coreaddons crash dbusaddons dnssd globalaccel \
30
		completion coreaddons crash dbusaddons dnssd globalaccel \
Lines 32-38 USE_KDE= archive auth attica bookmarks codecs config configwidgets \ Link Here
32
		kcmutils kio kirigami2 newstuff notifications notifyconfig \
32
		kcmutils kio kirigami2 newstuff notifications notifyconfig \
33
		package parts service solid sonnet texteditor textwidgets \
33
		package parts service solid sonnet texteditor textwidgets \
34
		threadweaver wallet widgetsaddons windowsystem xmlgui \
34
		threadweaver wallet widgetsaddons windowsystem xmlgui \
35
		doctools_build ecm_build
35
		doctools:build ecm:build
36
USE_XORG=	ice sm x11 xext
36
USE_XORG=	ice sm x11 xext
37
USE_LDCONFIG=	yes
37
USE_LDCONFIG=	yes
38
38
(-)b/audio/audiocd-kio/Makefile (-1 / +1 lines)
Lines 21-27 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
21
		service solid sonnet textwidgets unitconversion \
21
		service solid sonnet textwidgets unitconversion \
22
		widgetsaddons windowsystem xmlgui
22
		widgetsaddons windowsystem xmlgui
23
USE_QT=		concurrent core dbus gui network phonon4 printsupport widgets xml \
23
USE_QT=		concurrent core dbus gui network phonon4 printsupport widgets xml \
24
		buildtools_build qmake_build
24
		buildtools:build qmake:build
25
25
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
(-)b/audio/bambootracker/Makefile (-1 / +1 lines)
Lines 19-25 USES= compiler:c++14-lang desktop-file-utils gl qmake qt:5 \ Link Here
19
19
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_QT=		buildtools core gui multimedia network widgets \
21
USE_QT=		buildtools core gui multimedia network widgets \
22
		linguisttools_build
22
		linguisttools:build
23
23
24
DATADIR=	${PREFIX}/share/BambooTracker
24
DATADIR=	${PREFIX}/share/BambooTracker
25
DOCSDIR=	${PREFIX}/share/doc/BambooTracker
25
DOCSDIR=	${PREFIX}/share/doc/BambooTracker
(-)b/audio/cadence/Makefile (-1 / +1 lines)
Lines 17-23 SHEBANG_FILES= src/*.py Link Here
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	falkTX
18
GH_ACCOUNT=	falkTX
19
GH_PROJECT=	Cadence
19
GH_PROJECT=	Cadence
20
USE_QT=		core gui widgets buildtools_build
20
USE_QT=		core gui widgets buildtools:build
21
USE_PYQT=	pyqt5 sip
21
USE_PYQT=	pyqt5 sip
22
22
23
CXXFLAGS+=	-DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
23
CXXFLAGS+=	-DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
(-)b/audio/cantata/Makefile (-3 / +3 lines)
Lines 13-20 USES= cmake compiler:c++11-lang cpe pkgconfig qt:5 shebangfix Link Here
13
USE_GITHUB=		yes
13
USE_GITHUB=		yes
14
GH_ACCOUNT=		CDrummond
14
GH_ACCOUNT=		CDrummond
15
15
16
USE_QT=			buildtools_build concurrent core dbus gui network \
16
USE_QT=			buildtools:build concurrent core dbus gui network \
17
			qmake_build sql sql-sqlite3_run svg widgets xml
17
			qmake:build sql sql-sqlite3:run svg widgets xml
18
18
19
CMAKE_ON=		CMAKE_DISABLE_FIND_PACKAGE_UDev
19
CMAKE_ON=		CMAKE_DISABLE_FIND_PACKAGE_UDev
20
CMAKE_OFF=		ENABLE_CDIOPARANOIA
20
CMAKE_OFF=		ENABLE_CDIOPARANOIA
Lines 71-77 MUSICBRAINZ_IMPLIES= CDPARANOIA Link Here
71
MUSICBRAINZ_LIB_DEPENDS=libmusicbrainz5.so:audio/libmusicbrainz5
71
MUSICBRAINZ_LIB_DEPENDS=libmusicbrainz5.so:audio/libmusicbrainz5
72
MUSICBRAINZ_CMAKE_BOOL=	ENABLE_MUSICBRAINZ
72
MUSICBRAINZ_CMAKE_BOOL=	ENABLE_MUSICBRAINZ
73
73
74
NLS_USE=		QT=linguisttools_build
74
NLS_USE=		QT=linguisttools:build
75
NLS_CMAKE_ON=		-DLCONVERT_EXECUTABLE:STRING=${QT_BINDIR}/lconvert \
75
NLS_CMAKE_ON=		-DLCONVERT_EXECUTABLE:STRING=${QT_BINDIR}/lconvert \
76
			-DLRELEASE_EXECUTABLE:STRING=${QT_BINDIR}/lrelease
76
			-DLRELEASE_EXECUTABLE:STRING=${QT_BINDIR}/lrelease
77
NLS_CMAKE_OFF=		-DLCONVERT_EXECUTABLE:BOOL=FALSE \
77
NLS_CMAKE_OFF=		-DLCONVERT_EXECUTABLE:BOOL=FALSE \
(-)b/audio/carla/Makefile (-1 / +1 lines)
Lines 21-27 USES= compiler:c++11-lib desktop-file-utils gl gmake gnome localbase \ Link Here
21
		tar:bz2 xorg
21
		tar:bz2 xorg
22
USE_PYQT=	pyqt5 sip
22
USE_PYQT=	pyqt5 sip
23
USE_GNOME=	gtk20 gtk30
23
USE_GNOME=	gtk20 gtk30
24
USE_QT=		core gui widgets buildtools_build
24
USE_QT=		core gui widgets buildtools:build
25
USE_GL=		gl
25
USE_GL=		gl
26
USE_XORG=	x11
26
USE_XORG=	x11
27
USE_SDL=	sdl2
27
USE_SDL=	sdl2
(-)b/audio/csoundqt/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libcsound64.so:audio/csound Link Here
14
14
15
USES=		compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info
15
USES=		compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
USE_QT=		concurrent core declarative gui network printsupport webchannel webkit widgets xml buildtools_build
17
USE_QT=		concurrent core declarative gui network printsupport webchannel webkit widgets xml buildtools:build
18
USE_GL=		gl
18
USE_GL=		gl
19
19
20
QMAKE_ARGS=	CONFIG+="CSOUND_API_INCLUDE_DIR=${LOCALBASE}/include/csound CSOUND_LIBRARY_DIR=${LOCALBASE}/lib build64" \
20
QMAKE_ARGS=	CONFIG+="CSOUND_API_INCLUDE_DIR=${LOCALBASE}/include/csound CSOUND_LIBRARY_DIR=${LOCALBASE}/lib build64" \
(-)b/audio/dgedit/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libao.so:audio/libao \ Link Here
13
		libsndfile.so:audio/libsndfile
13
		libsndfile.so:audio/libsndfile
14
14
15
USES=		autoreconf compiler:c++14-lang gmake libtool localbase pkgconfig qt:5
15
USES=		autoreconf compiler:c++14-lang gmake libtool localbase pkgconfig qt:5
16
USE_QT=		buildtools_build core gui linguisttools_build widgets xml
16
USE_QT=		buildtools:build core gui linguisttools:build widgets xml
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
19
(-)b/audio/dmidiplayer/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick \ Link Here
13
		libuchardet.so:textproc/uchardet
13
		libuchardet.so:textproc/uchardet
14
14
15
USES=		compiler:c++11-lang cmake desktop-file-utils pkgconfig qt:5 tar:bz2
15
USES=		compiler:c++11-lang cmake desktop-file-utils pkgconfig qt:5 tar:bz2
16
USE_QT=		core gui printsupport widgets buildtools_build linguisttools qmake_build
16
USE_QT=		core gui printsupport widgets buildtools:build linguisttools qmake:build
17
17
18
CMAKE_ON=	EMBED_TRANSLATIONS
18
CMAKE_ON=	EMBED_TRANSLATIONS
19
CMAKE_OFF=	BUILD_DOCS
19
CMAKE_OFF=	BUILD_DOCS
(-)b/audio/drumkv1-lv2/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libjack.so:audio/jack \ Link Here
16
		liblo.so:audio/liblo
16
		liblo.so:audio/liblo
17
17
18
USES=		cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig qt:5 shared-mime-info
18
USES=		cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig qt:5 shared-mime-info
19
USE_QT=		core gui svg widgets xml buildtools_build linguisttools_build qmake_build
19
USE_QT=		core gui svg widgets xml buildtools:build linguisttools:build qmake:build
20
USE_GL=		gl
20
USE_GL=		gl
21
21
22
CMAKE_OFF=	CONFIG_ALSA_MIDI
22
CMAKE_OFF=	CONFIG_ALSA_MIDI
(-)b/audio/drumstick/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth Link Here
13
RUN_DEPENDS=	${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont
13
RUN_DEPENDS=	${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont
14
14
15
USES=		compiler:c++11-lang cmake pkgconfig qt:5 shared-mime-info tar:bz2
15
USES=		compiler:c++11-lang cmake pkgconfig qt:5 shared-mime-info tar:bz2
16
USE_QT=		core gui network svg testlib uiplugin widgets buildtools_build linguisttools_build qmake_build
16
USE_QT=		core gui network svg testlib uiplugin widgets buildtools:build linguisttools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
OPTIONS_DEFINE=		PULSEAUDIO MANPAGES
19
OPTIONS_DEFINE=		PULSEAUDIO MANPAGES
(-)b/audio/dsbmixer/Makefile (-1 / +1 lines)
Lines 13-19 RUN_DEPENDS= dsbwrtsysctl:sysutils/dsbwrtsysctl Link Here
13
13
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui linguisttools_build widgets
16
USE_QT=		buildtools:build core gui linguisttools:build widgets
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	mrclksr
19
GH_ACCOUNT=	mrclksr
(-)b/audio/elisa/Makefile (-1 / +1 lines)
Lines 16-22 USE_KDE= auth baloo5 bookmarks codecs completion config configwidgets \ Link Here
16
		service solid widgetsaddons windowsystem xmlgui
16
		service solid widgetsaddons windowsystem xmlgui
17
USE_QT=		concurrent core dbus declarative gui multimedia network \
17
USE_QT=		concurrent core dbus declarative gui multimedia network \
18
		quickcontrols2 sql svg widgets xml \
18
		quickcontrols2 sql svg widgets xml \
19
		buildtools_build declarative-test_build qmake_build testlib_build
19
		buildtools:build declarative-test:build qmake:build testlib:build
20
20
21
OPTIONS_DEFINE=	DOCS VLC
21
OPTIONS_DEFINE=	DOCS VLC
22
OPTIONS_DEFAULT=	DOCS VLC
22
OPTIONS_DEFAULT=	DOCS VLC
(-)b/audio/faustlive/Makefile (-1 / +1 lines)
Lines 19-25 LIB_DEPENDS= libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION} \ Link Here
19
		libsndfile.so:audio/libsndfile # audio/alsa-lib isn't really needed: https://github.com/grame-cncm/faustlive/issues/3
19
		libsndfile.so:audio/libsndfile # audio/alsa-lib isn't really needed: https://github.com/grame-cncm/faustlive/issues/3
20
20
21
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5 shebangfix
21
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5 shebangfix
22
USE_QT=		core gui network widgets buildtools_build
22
USE_QT=		core gui network widgets buildtools:build
23
USE_GL=		gl
23
USE_GL=		gl
24
24
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
(-)b/audio/flacon/Makefile (-2 / +2 lines)
Lines 15-22 TEST_DEPENDS= flac:audio/flac mac:audio/mac mediainfo:multimedia/mediainfo \ Link Here
15
15
16
USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5
16
USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
USE_QT=		buildtools_build concurrent_build qmake_build testlib_build \
18
USE_QT=		buildtools:build concurrent:build qmake:build testlib:build \
19
		linguisttools_build core gui network widgets
19
		linguisttools:build core gui network widgets
20
CMAKE_ARGS=	-DBUILD_TESTS:BOOL=YES
20
CMAKE_ARGS=	-DBUILD_TESTS:BOOL=YES
21
21
22
do-test:
22
do-test:
(-)b/audio/fmit/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libfftw3.so:math/fftw3 Link Here
16
16
17
USES=		compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2 xorg
17
USES=		compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2 xorg
18
18
19
USE_QT=		buildtools_build core gui opengl qmake_build multimedia network svg widgets
19
USE_QT=		buildtools:build core gui opengl qmake:build multimedia network svg widgets
20
USE_GL=		gl glut
20
USE_GL=		gl glut
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
(-)b/audio/guidolib/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
LIB_DEPENDS=	libmidisharelight.so:audio/midisharelight
12
LIB_DEPENDS=	libmidisharelight.so:audio/midisharelight
13
13
14
USES=		compiler:c++11-lang gl cmake gnome localbase:ldflags pkgconfig qt:5 xorg
14
USES=		compiler:c++11-lang gl cmake gnome localbase:ldflags pkgconfig qt:5 xorg
15
USE_QT=		core gui widgets printsupport xml buildtools_build qmake_build
15
USE_QT=		core gui widgets printsupport xml buildtools:build qmake:build
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_GNOME=	cairo
17
USE_GNOME=	cairo
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
(-)b/audio/hpsjam/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= \ Link Here
14
14
15
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
15
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		buildtools_build core gui widgets svg
17
USE_QT=		buildtools:build core gui widgets svg
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	hselasky
20
GH_ACCOUNT=	hselasky
(-)b/audio/hydrogen/Makefile (-2 / +2 lines)
Lines 14-21 LIB_DEPENDS= libsndfile.so:audio/libsndfile \ Link Here
14
14
15
USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig \
15
USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig \
16
		localbase qt:5
16
		localbase qt:5
17
USE_QT=		core gui network widgets xml xmlpatterns buildtools_build \
17
USE_QT=		core gui network widgets xml xmlpatterns buildtools:build \
18
		linguisttools_build qmake_build testlib_build
18
		linguisttools:build qmake:build testlib:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
(-)b/audio/inscore/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libGUIDOEngine.so:audio/guidolib \ Link Here
15
15
16
USES=		cmake gnome qt:5
16
USES=		cmake gnome qt:5
17
USE_QT=		core declarative gui network multimedia opengl printsupport sensors svg widgets websockets \
17
USE_QT=		core declarative gui network multimedia opengl printsupport sensors svg widgets websockets \
18
		qmake_build buildtools_build
18
		qmake:build buildtools:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
(-)b/audio/jacktrip/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libjack.so:audio/jack \ Link Here
13
		librtaudio.so:audio/rtaudio
13
		librtaudio.so:audio/rtaudio
14
14
15
USES=		meson compiler:c++17-lang gl pkgconfig qt:5
15
USES=		meson compiler:c++17-lang gl pkgconfig qt:5
16
USE_QT=		core gui network networkauth quickcontrols2 svg websockets widgets buildtools_build
16
USE_QT=		core gui network networkauth quickcontrols2 svg websockets widgets buildtools:build
17
USE_GL=		gl
17
USE_GL=		gl
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
(-)b/audio/jalv/Makefile (-1 / +1 lines)
Lines 24-30 USES= compiler:c++11-lang gnome pkgconfig python:build qmake:no_configure,no_en Link Here
24
		qt:5 tar:bz2 waf
24
		qt:5 tar:bz2 waf
25
CONFIGURE_ARGS=	--no-qt4
25
CONFIGURE_ARGS=	--no-qt4
26
USE_CXXSTD=	c++11
26
USE_CXXSTD=	c++11
27
USE_QT=		core gui widgets buildtools_build
27
USE_QT=		core gui widgets buildtools:build
28
USE_GNOME=	atk atkmm cairo cairomm pango pangomm libsigc++20 \
28
USE_GNOME=	atk atkmm cairo cairomm pango pangomm libsigc++20 \
29
		gdkpixbuf2 glib20 glibmm  gtk20 gtk30 gtkmm24
29
		gdkpixbuf2 glib20 glibmm  gtk20 gtk30 gtkmm24
30
30
(-)b/audio/jamulus/Makefile (-1 / +1 lines)
Lines 16-22 FLAVOR?= ${FLAVORS:[1]} Link Here
16
server_PKGNAMESUFFIX=	-server
16
server_PKGNAMESUFFIX=	-server
17
17
18
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
18
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
19
USE_QT=		concurrent core multimedia network xml buildtools_build linguisttools_build
19
USE_QT=		concurrent core multimedia network xml buildtools:build linguisttools:build
20
USE_GL=		gl
20
USE_GL=		gl
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
(-)b/audio/juk/Makefile (-2 / +2 lines)
Lines 14-22 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
14
		coreaddons crash dbusaddons globalaccel i18n iconthemes itemviews \
14
		coreaddons crash dbusaddons globalaccel i18n iconthemes itemviews \
15
		jobwidgets kio notifications service solid sonnet textwidgets \
15
		jobwidgets kio notifications service solid sonnet textwidgets \
16
		wallet widgetsaddons windowsystem xmlgui \
16
		wallet widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus gui network phonon4 svg widgets xml \
18
USE_QT=		concurrent core dbus gui network phonon4 svg widgets xml \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
22
22
(-)b/audio/kid3-qt5/Makefile (-3 / +3 lines)
Lines 18-24 USES= cmake compiler:c++11-lang desktop-file-utils gnome \ Link Here
18
USE_GNOME=	libxslt:build
18
USE_GNOME=	libxslt:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USE_QT=		core dbus gui multimedia network xml widgets \
20
USE_QT=		core dbus gui multimedia network xml widgets \
21
		buildtools_build linguisttools_build qmake_build
21
		buildtools:build linguisttools:build qmake:build
22
22
23
CMAKE_ARGS=	-DWITH_DOCBOOKDIR="${LOCALBASE}/share/xsl/docbook" \
23
CMAKE_ARGS=	-DWITH_DOCBOOKDIR="${LOCALBASE}/share/xsl/docbook" \
24
		-DWITH_LIBDIR=lib \
24
		-DWITH_LIBDIR=lib \
Lines 38-44 KID3_APPS+= QT Link Here
38
# KF5
38
# KF5
39
USES+=		kde:5
39
USES+=		kde:5
40
USE_KDE+=	auth codecs config configwidgets coreaddons kio \
40
USE_KDE+=	auth codecs config configwidgets coreaddons kio \
41
		service widgetsaddons xmlgui doctools_build ecm_build
41
		service widgetsaddons xmlgui doctools:build ecm:build
42
USE_QT+=	concurrent
42
USE_QT+=	concurrent
43
PLIST_SUB+=	KF5="" QT="@comment " QT_SUFX=""
43
PLIST_SUB+=	KF5="" QT="@comment " QT_SUFX=""
44
KID3_APPS+=	KDE
44
KID3_APPS+=	KDE
Lines 77-83 TAGLIB_DESC= Various audio formats support via Taglib Link Here
77
TAGLIB_LIB_DEPENDS=	libtag.so:audio/taglib
77
TAGLIB_LIB_DEPENDS=	libtag.so:audio/taglib
78
TAGLIB_CMAKE_BOOL=	WITH_TAGLIB
78
TAGLIB_CMAKE_BOOL=	WITH_TAGLIB
79
79
80
TEST_USE=		LOCALE=en_US.UTF-8 QT=testlib_build
80
TEST_USE=		LOCALE=en_US.UTF-8 QT=testlib:build
81
TEST_CMAKE_BOOL=	BUILD_TESTING
81
TEST_CMAKE_BOOL=	BUILD_TESTING
82
TEST_TARGET=		# define to override CMAKE_ARGS from Uses/kde.mk
82
TEST_TARGET=		# define to override CMAKE_ARGS from Uses/kde.mk
83
TEST_WRKSRC=		${BUILD_WRKSRC}/src/test
83
TEST_WRKSRC=		${BUILD_WRKSRC}/src/test
(-)b/audio/kmix/Makefile (-2 / +2 lines)
Lines 14-22 USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ Link Here
14
		emoticons globalaccel i18n iconthemes init itemmodels \
14
		emoticons globalaccel i18n iconthemes init itemmodels \
15
		itemviews kcmutils kdelibs4support notifications package \
15
		itemviews kcmutils kdelibs4support notifications package \
16
		plasma-framework service solid widgetsaddons windowsystem xmlgui \
16
		plasma-framework service solid widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		core dbus gui widgets xml \
18
USE_QT=		core dbus gui widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
# we want the KF5 version of kmix
21
# we want the KF5 version of kmix
22
CMAKE_ARGS=	-DKMIX_KF5_BUILD:BOOL=TRUE
22
CMAKE_ARGS=	-DKMIX_KF5_BUILD:BOOL=TRUE
(-)b/audio/kwave/Makefile (-2 / +2 lines)
Lines 21-29 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
21
		coreaddons crash dbusaddons i18n iconthemes itemviews \
21
		coreaddons crash dbusaddons i18n iconthemes itemviews \
22
		jobwidgets kio service solid sonnet textwidgets widgetsaddons \
22
		jobwidgets kio service solid sonnet textwidgets widgetsaddons \
23
		windowsystem xmlgui \
23
		windowsystem xmlgui \
24
		ecm_build
24
		ecm:build
25
USE_QT=		concurrent core dbus gui multimedia network widgets xml \
25
USE_QT=		concurrent core dbus gui multimedia network widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
27
28
OPTIONS_GROUP=			AUDIOPLUGIN
28
OPTIONS_GROUP=			AUDIOPLUGIN
29
OPTIONS_GROUP_AUDIOPLUGIN=	ALSA PULSEAUDIO
29
OPTIONS_GROUP_AUDIOPLUGIN=	ALSA PULSEAUDIO
(-)b/audio/libechonest/Makefile (-2 / +2 lines)
Lines 16-29 USE_LDCONFIG= yes Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	lfranchi
17
GH_ACCOUNT=	lfranchi
18
18
19
USE_QT=		core buildtools_build qmake_build network xml
19
USE_QT=		core buildtools:build qmake:build network xml
20
CMAKE_OFF+=	BUILD_WITH_QT4
20
CMAKE_OFF+=	BUILD_WITH_QT4
21
21
22
PLIST_SUB=	PORTVERSION=${PORTVERSION}
22
PLIST_SUB=	PORTVERSION=${PORTVERSION}
23
23
24
OPTIONS_DEFINE=	TEST
24
OPTIONS_DEFINE=	TEST
25
25
26
TEST_USE=	QT=testlib_build
26
TEST_USE=	QT=testlib:build
27
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
27
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)b/audio/libkcddb/Makefile (-2 / +2 lines)
Lines 11-19 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	auth codecs completion config configwidgets \
11
USE_KDE=	auth codecs completion config configwidgets \
12
		coreaddons i18n jobwidgets kio service solid \
12
		coreaddons i18n jobwidgets kio service solid \
13
		widgetsaddons windowsystem \
13
		widgetsaddons windowsystem \
14
		ecm_build
14
		ecm:build
15
USE_QT=		concurrent core dbus gui network widgets xml \
15
USE_QT=		concurrent core dbus gui network widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
(-)b/audio/libkcompactdisc/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KDE library for interfacing with audio CDs Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	coreaddons emoticons i18n itemmodels itemviews \
9
USE_KDE=	coreaddons emoticons i18n itemmodels itemviews \
10
		kdelibs4support solid \
10
		kdelibs4support solid \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui phonon4 widgets \
12
USE_QT=		core dbus gui phonon4 widgets \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
OPTIONS_DEFINE=	ALSA DOCS
16
OPTIONS_DEFINE=	ALSA DOCS
(-)b/audio/liblastfm-qt5/Makefile (-2 / +2 lines)
Lines 16-22 USE_GITHUB= yes Link Here
16
GH_ACCOUNT=	lastfm
16
GH_ACCOUNT=	lastfm
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_QT=		core dbus network sql xml \
18
USE_QT=		core dbus network sql xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
CMAKE_OFF=	BUILD_WITH_QT4
20
CMAKE_OFF=	BUILD_WITH_QT4
21
QTVER_SUFFIX=	5
21
QTVER_SUFFIX=	5
22
22
Lines 34-40 FINGERPRINT_CMAKE_BOOL= BUILD_FINGERPRINT Link Here
34
FINGERPRINT_BUILD_DEPENDS=	${NONEXISTENT}:math/fftw3:patch
34
FINGERPRINT_BUILD_DEPENDS=	${NONEXISTENT}:math/fftw3:patch
35
FINGERPRINT_CMAKE_ON=	-DLIBFFTW3_INCLUDE_DIR:PATH=`${MAKE} -C ${PORTSDIR}/math/fftw3 -VWRKSRC`/api
35
FINGERPRINT_CMAKE_ON=	-DLIBFFTW3_INCLUDE_DIR:PATH=`${MAKE} -C ${PORTSDIR}/math/fftw3 -VWRKSRC`/api
36
36
37
TEST_USE=		QT=testlib_build
37
TEST_USE=		QT=testlib:build
38
TEST_CMAKE_BOOL=	BUILD_TESTS
38
TEST_CMAKE_BOOL=	BUILD_TESTS
39
TEST_TEST_TARGET=	test
39
TEST_TEST_TARGET=	test
40
40
(-)b/audio/lmms/Makefile (-1 / +1 lines)
Lines 37-43 GH_ACCOUNT= LMMS Link Here
37
GH_TUPLE=	mjansson:rpmalloc:1.4.0:rpmalloc/src/3rdparty/rpmalloc/rpmalloc \
37
GH_TUPLE=	mjansson:rpmalloc:1.4.0:rpmalloc/src/3rdparty/rpmalloc/rpmalloc \
38
		lukas-w:qt5-x11embed:ec77d4ba40bebc0c53a016adb646b6fa65dd5faf:qt5x11embed/src/3rdparty/qt5-x11embed
38
		lukas-w:qt5-x11embed:ec77d4ba40bebc0c53a016adb646b6fa65dd5faf:qt5x11embed/src/3rdparty/qt5-x11embed
39
USE_LDCONFIG=	yes
39
USE_LDCONFIG=	yes
40
USE_QT=		core gui widgets x11extras xml buildtools_build linguisttools_build qmake_build
40
USE_QT=		core gui widgets x11extras xml buildtools:build linguisttools:build qmake:build
41
USE_XORG=	xcursor xext xfixes xft xinerama xrender
41
USE_XORG=	xcursor xext xfixes xft xinerama xrender
42
42
43
CMAKE_OFF=	WANT_ALSA WANT_CALF WANT_CAPS WANT_CMT WANT_SWH WANT_STK \
43
CMAKE_OFF=	WANT_ALSA WANT_CALF WANT_CAPS WANT_CMT WANT_SWH WANT_STK \
(-)b/audio/midipp/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libumidi20.so:audio/libumidi Link Here
13
13
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui network printsupport widgets
16
USE_QT=		buildtools:build core gui network printsupport widgets
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	hselasky
19
GH_ACCOUNT=	hselasky
(-)b/audio/mixxx/Makefile (-2 / +2 lines)
Lines 38-45 USE_XORG= ice sm x11 xext Link Here
38
USE_GL=		gl glu
38
USE_GL=		gl glu
39
USE_GITHUB=	yes
39
USE_GITHUB=	yes
40
GH_ACCOUNT=	mixxxdj
40
GH_ACCOUNT=	mixxxdj
41
USE_QT=		buildtools concurrent core dbus gui linguisttools_build network \
41
USE_QT=		buildtools concurrent core dbus gui linguisttools:build network \
42
		opengl qmake_build  script scripttools sql sql-sqlite3 svg \
42
		opengl qmake:build  script scripttools sql sql-sqlite3 svg \
43
		testlib x11extras xml xmlpatterns widgets
43
		testlib x11extras xml xmlpatterns widgets
44
44
45
CONFLICTS=	mixxx22*
45
CONFLICTS=	mixxx22*
(-)b/audio/mixxx22/Makefile (-2 / +2 lines)
Lines 39-46 USE_GL= gl glu Link Here
39
USE_GITHUB=	yes
39
USE_GITHUB=	yes
40
GH_ACCOUNT=	mixxxdj
40
GH_ACCOUNT=	mixxxdj
41
USE_QT=		buildtools concurrent core dbus gui network opengl script scripttools \
41
USE_QT=		buildtools concurrent core dbus gui network opengl script scripttools \
42
		sql sql-sqlite3 svg testlib xml xmlpatterns linguisttools_build \
42
		sql sql-sqlite3 svg testlib xml xmlpatterns linguisttools:build \
43
		qmake_build widgets
43
		qmake:build widgets
44
44
45
CONFLICTS=	mixxx
45
CONFLICTS=	mixxx
46
46
(-)b/audio/mous/Makefile (-1 / +1 lines)
Lines 71-77 OSS_CMAKE_BOOL= WITH_PLUGIN_OSS Link Here
71
71
72
QT5_CMAKE_BOOL=		WITH_APP_QT5
72
QT5_CMAKE_BOOL=		WITH_APP_QT5
73
QT5_USES=		qt:5
73
QT5_USES=		qt:5
74
QT5_USE=		qt=buildtools,core,gui,widgets,qmake_build
74
QT5_USE=		qt=buildtools,core,gui,widgets,qmake:build
75
75
76
SNDIO_CMAKE_BOOL=	WITH_PLUGIN_SNDIO
76
SNDIO_CMAKE_BOOL=	WITH_PLUGIN_SNDIO
77
SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
77
SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
(-)b/audio/mpz/Makefile (-1 / +1 lines)
Lines 15-21 GH_ACCOUNT= olegantonyan Link Here
15
15
16
USES=		compiler:c++11-lang desktop-file-utils gstreamer qmake qt:5
16
USES=		compiler:c++11-lang desktop-file-utils gstreamer qmake qt:5
17
USE_GSTREAMER=	flac libav mpg123 ogg opus vorbis
17
USE_GSTREAMER=	flac libav mpg123 ogg opus vorbis
18
USE_QT=		buildtools_build concurrent core dbus gui multimedia \
18
USE_QT=		buildtools:build concurrent core dbus gui multimedia \
19
		network widgets x11extras
19
		network widgets x11extras
20
20
21
QMAKE_ARGS=	DEFINES+=USE_SYSTEM_TAGLIB DEFINES+=USE_SYSTEM_YAMLCPP
21
QMAKE_ARGS=	DEFINES+=USE_SYSTEM_TAGLIB DEFINES+=USE_SYSTEM_YAMLCPP
(-)b/audio/mumble/Makefile (-1 / +1 lines)
Lines 37-43 GH_TUPLE= mumble-voip:mumble:${DISTVERSION} \ Link Here
37
		mumble-voip:sbcelt:045493d:mumble_sbcelt/3rdparty/sbcelt-src \
37
		mumble-voip:sbcelt:045493d:mumble_sbcelt/3rdparty/sbcelt-src \
38
		mumble-voip:mumble-theme:9467fe8:mumble_theme/themes/Mumble
38
		mumble-voip:mumble-theme:9467fe8:mumble_theme/themes/Mumble
39
39
40
USE_QT=		buildtools_build core gui l10n linguist_build network opengl sql sql-sqlite3_run svg widgets xml
40
USE_QT=		buildtools:build core gui l10n linguist:build network opengl sql sql-sqlite3:run svg widgets xml
41
USE_LDCONFIG=	yes
41
USE_LDCONFIG=	yes
42
42
43
USE_XORG=	ice xi x11
43
USE_XORG=	ice xi x11
(-)b/audio/murmur/Makefile (-2 / +2 lines)
Lines 14-20 LIB_DEPENDS= libprotobuf.so:devel/protobuf Link Here
14
14
15
USES=		compiler:c++11-lang qmake pkgconfig python:build qt:5 ssl
15
USES=		compiler:c++11-lang qmake pkgconfig python:build qt:5 ssl
16
USE_CXXSTD=	c++11
16
USE_CXXSTD=	c++11
17
USE_QT=		buildtools_build core network sql xml
17
USE_QT=		buildtools:build core network sql xml
18
18
19
USE_GITHUB=	YES
19
USE_GITHUB=	YES
20
GH_ACCOUNT=	mumble-voip
20
GH_ACCOUNT=	mumble-voip
Lines 47-53 MYSQL_VARS_OFF= CONFIG+=no-sql-mysql Link Here
47
MYSQL_USE=		QT=sql-mysql
47
MYSQL_USE=		QT=sql-mysql
48
48
49
SQLITE_VARS_OFF=	CONFIG+=no-sqlite3_run
49
SQLITE_VARS_OFF=	CONFIG+=no-sqlite3_run
50
SQLITE_USE=		QT=sql-sqlite3_run
50
SQLITE_USE=		QT=sql-sqlite3:run
51
51
52
USERS=		murmur
52
USERS=		murmur
53
GROUPS=		murmur
53
GROUPS=		murmur
(-)b/audio/muse-sequencer/Makefile (-1 / +1 lines)
Lines 28-34 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ Link Here
28
28
29
USES=		cmake compiler:c++11-lib desktop-file-utils gl gnome localbase:ldflags qt:5 pkgconfig python shared-mime-info shebangfix
29
USES=		cmake compiler:c++11-lib desktop-file-utils gl gnome localbase:ldflags qt:5 pkgconfig python shared-mime-info shebangfix
30
USE_GL=		gl
30
USE_GL=		gl
31
USE_QT=		core gui svg xml widgets buildtools_build linguisttools_build qmake_build uitools_build
31
USE_QT=		core gui svg xml widgets buildtools:build linguisttools:build qmake:build uitools:build
32
USE_GNOME=	atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 libsigc++20 pango pangomm
32
USE_GNOME=	atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 libsigc++20 pango pangomm
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
34
34
(-)b/audio/musescore/Makefile (-1 / +1 lines)
Lines 22-28 USE_QT= concurrent core declarative designer graphicaleffects gui \ Link Here
22
		help location network opengl printsupport \
22
		help location network opengl printsupport \
23
		quickcontrols2 scripttools sql svg testlib \
23
		quickcontrols2 scripttools sql svg testlib \
24
		webchannel widgets xml xmlpatterns \
24
		webchannel widgets xml xmlpatterns \
25
		buildtools_build linguisttools_build qmake_build uitools_build
25
		buildtools:build linguisttools:build qmake:build uitools:build
26
26
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
GH_PROJECT=	MuseScore
28
GH_PROJECT=	MuseScore
(-)b/audio/mythplugin-mythmusic/Makefile (-1 / +1 lines)
Lines 21-27 USE_GITHUB= yes Link Here
21
GH_ACCOUNT=	MythTV
21
GH_ACCOUNT=	MythTV
22
GH_PROJECT=	mythtv
22
GH_PROJECT=	mythtv
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
USE_QT=		buildtools_build core gui qmake_build sql xml
24
USE_QT=		buildtools:build core gui qmake:build sql xml
25
25
26
HAS_CONFIGURE=	yes
26
HAS_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \
27
CONFIGURE_ARGS=	--prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" \
(-)b/audio/noson-app/Makefile (-1 / +1 lines)
Lines 12-18 LIB_DEPENDS= libFLAC.so:audio/flac Link Here
12
12
13
USES=		cmake compiler:c++11-lang qt:5 ssl
13
USES=		cmake compiler:c++11-lang qt:5 ssl
14
USE_QT=		core dbus declarative graphicaleffects gui network \
14
USE_QT=		core dbus declarative graphicaleffects gui network \
15
		quickcontrols2 svg widgets xml buildtools_build qmake_build
15
		quickcontrols2 svg widgets xml buildtools:build qmake:build
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	janbar
17
GH_ACCOUNT=	janbar
18
18
(-)b/audio/openal-soft/Makefile (-1 / +1 lines)
Lines 33-39 CONFIG_DESC= Install configuration utility (needs Qt 5) Link Here
33
UTILS_DESC=	Build and install utility programs
33
UTILS_DESC=	Build and install utility programs
34
34
35
CONFIG_USES=		qt:5
35
CONFIG_USES=		qt:5
36
CONFIG_USE=		QT=core,gui,widgets,buildtools_build,qmake_build
36
CONFIG_USE=		QT=core,gui,widgets,buildtools:build,qmake:build
37
CONFIG_CMAKE_BOOL_OFF=	ALSOFT_NO_CONFIG_UTIL
37
CONFIG_CMAKE_BOOL_OFF=	ALSOFT_NO_CONFIG_UTIL
38
CONFIG_CMAKE_ON=	-DALSOFT_NO_QT5:BOOL=OFF
38
CONFIG_CMAKE_ON=	-DALSOFT_NO_QT5:BOOL=OFF
39
39
(-)b/audio/padthv1-lv2/Makefile (-1 / +1 lines)
Lines 19-25 LIB_DEPENDS= libfftw3.so:math/fftw3 \ Link Here
19
USES=		cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \
19
USES=		cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \
20
		shared-mime-info
20
		shared-mime-info
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_QT=		core gui svg widgets xml buildtools_build linguisttools_build qmake_build
22
USE_QT=		core gui svg widgets xml buildtools:build linguisttools:build qmake:build
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	rncbc
25
GH_ACCOUNT=	rncbc
(-)b/audio/pavucontrol-qt/Makefile (-1 / +1 lines)
Lines 12-18 LIB_DEPENDS= libpulse.so:audio/pulseaudio Link Here
12
12
13
USES=	cmake compiler:c++14-lang gettext-runtime localbase:ldflags qt:5 \
13
USES=	cmake compiler:c++14-lang gettext-runtime localbase:ldflags qt:5 \
14
	lxqt pkgconfig tar:xz gnome
14
	lxqt pkgconfig tar:xz gnome
15
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
15
USE_QT=	buildtools:build qmake:build core dbus gui linguisttools \
16
	widgets
16
	widgets
17
USE_LXQT=	buildtools
17
USE_LXQT=	buildtools
18
USE_GNOME=	glib20
18
USE_GNOME=	glib20
(-)b/audio/pianobooster/Makefile (-1 / +1 lines)
Lines 18-24 USES= cmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:5 Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	captnfab
19
GH_ACCOUNT=	captnfab
20
GH_PROJECT=	PianoBooster
20
GH_PROJECT=	PianoBooster
21
USE_QT=		core gui opengl widgets xml buildtools_build linguisttools_build qmake_build
21
USE_QT=		core gui opengl widgets xml buildtools:build linguisttools:build qmake:build
22
USE_GL=		gl glu
22
USE_GL=		gl glu
23
23
24
CMAKE_ON=	USE_JACK
24
CMAKE_ON=	USE_JACK
(-)b/audio/picard/Makefile (-1 / +1 lines)
Lines 21-27 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}discid>=1.0:audio/py-discid@${PY_FLAVOR} \ Link Here
21
21
22
USES=		gettext pyqt:5 python:3.7+ desktop-file-utils
22
USES=		gettext pyqt:5 python:3.7+ desktop-file-utils
23
USE_LOCALE=	en_US.UTF-8
23
USE_LOCALE=	en_US.UTF-8
24
USE_PYQT=	pyqt5_run sip
24
USE_PYQT=	pyqt5:run sip
25
USE_PYTHON=	autoplist distutils noflavors
25
USE_PYTHON=	autoplist distutils noflavors
26
26
27
CONFLICTS_INSTALL=	picard-tools py*-python-picard # bin/picard
27
CONFLICTS_INSTALL=	picard-tools py*-python-picard # bin/picard
(-)b/audio/plasma5-plasma-pa/Makefile (-2 / +2 lines)
Lines 13-21 USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \ Link Here
13
USE_GNOME=	glib20
13
USE_GNOME=	glib20
14
USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n \
14
USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n \
15
		kdeclarative notifications package plasma-framework \
15
		kdeclarative notifications package plasma-framework \
16
		doctools_build
16
		doctools:build
17
USE_QT=		core dbus declarative gui network widgets \
17
USE_QT=		core dbus declarative gui network widgets \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
SHEBANG_FILES=	data/plasmaVolumeDisableKMixAutostart.pl
20
SHEBANG_FILES=	data/plasmaVolumeDisableKMixAutostart.pl
21
CMAKE_OFF=	USE_GCONF
21
CMAKE_OFF=	USE_GCONF
(-)b/audio/polyphone/Makefile (-1 / +1 lines)
Lines 22-28 DOS2UNIX_FILES= polyphone.pro \ Link Here
22
		editor/graphics/graphiquefourier.cpp \
22
		editor/graphics/graphiquefourier.cpp \
23
		editor/tree/treeitemdelegate.cpp
23
		editor/tree/treeitemdelegate.cpp
24
USE_GL=		gl
24
USE_GL=		gl
25
USE_QT=		core concurrent gui network printsupport svg widgets buildtools_build linguisttools_build qmake_build
25
USE_QT=		core concurrent gui network printsupport svg widgets buildtools:build linguisttools:build qmake:build
26
USE_GNOME=	glib20
26
USE_GNOME=	glib20
27
USE_CXXSTD=	c++11
27
USE_CXXSTD=	c++11
28
28
(-)b/audio/pulseaudio-qt/Makefile (-2 / +2 lines)
Lines 11-18 LIB_DEPENDS= libcanberra.so:audio/libcanberra \ Link Here
11
11
12
USES=		cmake compiler:c++11-lib gettext kde:5 \
12
USES=		cmake compiler:c++11-lib gettext kde:5 \
13
		pkgconfig qt:5 shebangfix tar:xz
13
		pkgconfig qt:5 shebangfix tar:xz
14
USE_KDE=	ecm_build
14
USE_KDE=	ecm:build
15
USE_QT=		core dbus gui \
15
USE_QT=		core dbus gui \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/audio/qaudiosonar/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libjack.so:audio/jack Link Here
13
13
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui widgets
16
USE_QT=		buildtools:build core gui widgets
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	hselasky
19
GH_ACCOUNT=	hselasky
(-)b/audio/qjackctl/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
LIB_DEPENDS=	libjack.so:audio/jack
12
LIB_DEPENDS=	libjack.so:audio/jack
13
13
14
USES=		cmake compiler:c++11-lib gl localbase:ldflags pkgconfig qt:5
14
USES=		cmake compiler:c++11-lib gl localbase:ldflags pkgconfig qt:5
15
USE_QT=		core gui network widgets x11extras xml buildtools_build linguisttools_build qmake_build
15
USE_QT=		core gui network widgets x11extras xml buildtools:build linguisttools:build qmake:build
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_CXXSTD=	c++11
17
USE_CXXSTD=	c++11
18
18
(-)b/audio/qmidiarp/Makefile (-2 / +2 lines)
Lines 21-28 USES= autoreconf compiler:c++11-lib desktop-file-utils \ Link Here
21
		gmake gnome localbase libtool pkgconfig qt:5
21
		gmake gnome localbase libtool pkgconfig qt:5
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	emuse
23
GH_ACCOUNT=	emuse
24
USE_QT=		core gui network widgets buildtools_build \
24
USE_QT=		core gui network widgets buildtools:build \
25
		linguisttools_build
25
		linguisttools:build
26
USE_CXXSTD=	c++11
26
USE_CXXSTD=	c++11
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS=	--enable-qt5 --enable-translations=yes
28
CONFIGURE_ARGS=	--enable-qt5 --enable-translations=yes
(-)b/audio/qmidictl/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
11
11
12
USES=		cmake compiler:c++11-lang gl localbase pkgconfig qt:5
12
USES=		cmake compiler:c++11-lang gl localbase pkgconfig qt:5
13
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
14
USE_QT=		core gui network widgets qmake_build buildtools_build linguisttools_build
14
USE_QT=		core gui network widgets qmake:build buildtools:build linguisttools:build
15
USE_GL=		gl
15
USE_GL=		gl
16
16
17
BINARY_ALIAS=	qmake=${QMAKE}
17
BINARY_ALIAS=	qmake=${QMAKE}
(-)b/audio/qmidinet/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
LIB_DEPENDS=	libjack.so:audio/jack
12
LIB_DEPENDS=	libjack.so:audio/jack
13
13
14
USES=		cmake compiler:c++17-lang pkgconfig qt:5
14
USES=		cmake compiler:c++17-lang pkgconfig qt:5
15
USE_QT=		core gui network widgets buildtools_build qmake_build
15
USE_QT=		core gui network widgets buildtools:build qmake:build
16
16
17
CMAKE_OFF=	CONFIG_ALSA_MIDI # libalsa doesn't have MIDI functionality on FreeBSD
17
CMAKE_OFF=	CONFIG_ALSA_MIDI # libalsa doesn't have MIDI functionality on FreeBSD
18
18
(-)b/audio/qsampler/Makefile (-1 / +1 lines)
Lines 17-23 USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconf Link Here
17
		shared-mime-info qmake:no_env qt:5 xorg
17
		shared-mime-info qmake:no_env qt:5 xorg
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_QT=		core gui network widgets x11extras \
19
USE_QT=		core gui network widgets x11extras \
20
		buildtools_build linguisttools_build qmake_build
20
		buildtools:build linguisttools:build qmake:build
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	rncbc
23
GH_ACCOUNT=	rncbc
(-)b/audio/qsynth/Makefile (-2 / +2 lines)
Lines 13-20 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth Link Here
13
13
14
USES=		cmake compiler:c++11-lang pkgconfig qt:5
14
USES=		cmake compiler:c++11-lang pkgconfig qt:5
15
USE_CXXSTD=	c++11
15
USE_CXXSTD=	c++11
16
USE_QT=		core gui network widgets x11extras buildtools_build \
16
USE_QT=		core gui network widgets x11extras buildtools:build \
17
		linguisttools_build qmake_build
17
		linguisttools:build qmake:build
18
18
19
# cf. PR 224488
19
# cf. PR 224488
20
LDFLAGS+=	-Wl,--as-needed
20
LDFLAGS+=	-Wl,--as-needed
(-)b/audio/qtractor/Makefile (-1 / +1 lines)
Lines 41-47 LIB_DEPENDS= libasound.so:audio/alsa-lib \ Link Here
41
41
42
USES=		cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig qt:5 shared-mime-info
42
USES=		cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig qt:5 shared-mime-info
43
USE_GNOME=	atk cairo gdkpixbuf2 gtk20 gtkmm24 pango
43
USE_GNOME=	atk cairo gdkpixbuf2 gtk20 gtkmm24 pango
44
USE_QT=		core gui svg widgets x11extras xml buildtools_build linguisttools_build qmake_build
44
USE_QT=		core gui svg widgets x11extras xml buildtools:build linguisttools:build qmake:build
45
45
46
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}_${DISTVERSION}
46
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}_${DISTVERSION}
47
47
(-)b/audio/quimup/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ Link Here
15
		libtag.so:audio/taglib
15
		libtag.so:audio/taglib
16
16
17
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
17
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
18
USE_QT=		core gui network widgets buildtools_build
18
USE_QT=		core gui network widgets buildtools:build
19
USE_GL=		gl
19
USE_GL=		gl
20
20
21
WRKSRC=		${WRKDIR}/Quimup_${PORTVERSION}_source
21
WRKSRC=		${WRKDIR}/Quimup_${PORTVERSION}_source
(-)b/audio/qxgedit/Makefile (-1 / +1 lines)
Lines 12-17 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
LIB_DEPENDS=	libasound.so:audio/alsa-lib
12
LIB_DEPENDS=	libasound.so:audio/alsa-lib
13
13
14
USES=		cmake compiler:c++17-lang pkgconfig qt:5
14
USES=		cmake compiler:c++17-lang pkgconfig qt:5
15
USE_QT=		core gui network widgets buildtools_build qmake_build
15
USE_QT=		core gui network widgets buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/audio/rosegarden/Makefile (-1 / +1 lines)
Lines 29-35 USES= alias cmake compiler:c++11-lib desktop-file-utils \ Link Here
29
		localbase:ldflags pkgconfig shared-mime-info tar:bzip2 \
29
		localbase:ldflags pkgconfig shared-mime-info tar:bzip2 \
30
		qt:5 xorg
30
		qt:5 xorg
31
USE_QT=		core gui network printsupport testlib widgets xml \
31
USE_QT=		core gui network printsupport testlib widgets xml \
32
		buildtools_build linguisttools_build qmake_build
32
		buildtools:build linguisttools:build qmake:build
33
USE_XORG=	ice sm x11 xext
33
USE_XORG=	ice sm x11 xext
34
34
35
OPTIONS_DEFINE=		LIRC
35
OPTIONS_DEFINE=		LIRC
(-)b/audio/samplv1-lv2/Makefile (-1 / +1 lines)
Lines 20-26 LIB_DEPENDS= libfftw3.so:math/fftw3 \ Link Here
20
USES=		cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \
20
USES=		cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \
21
		shared-mime-info
21
		shared-mime-info
22
USE_GL=		gl
22
USE_GL=		gl
23
USE_QT=		core gui svg widgets xml buildtools_build linguisttools_build qmake_build
23
USE_QT=		core gui svg widgets xml buildtools:build linguisttools:build qmake:build
24
24
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	rncbc
26
GH_ACCOUNT=	rncbc
(-)b/audio/sayonara/Makefile (-2 / +2 lines)
Lines 15-22 USES= cmake compiler:c++11-lib desktop-file-utils gnome gstreamer pkgconfig \ Link Here
15
		qt:5 python shebangfix
15
		qt:5 python shebangfix
16
USE_GNOME=	glib20
16
USE_GNOME=	glib20
17
USE_GSTREAMER=	flac libav mpg123 ogg opus vorbis
17
USE_GSTREAMER=	flac libav mpg123 ogg opus vorbis
18
USE_QT=		dbus core gui network sql sql-sqlite3_run svg widgets xml \
18
USE_QT=		dbus core gui network sql sql-sqlite3:run svg widgets xml \
19
		buildtools_build qmake_build linguisttools_build
19
		buildtools:build qmake:build linguisttools:build
20
20
21
USE_GITLAB=	yes
21
USE_GITLAB=	yes
22
GL_ACCOUNT=	luciocarreras
22
GL_ACCOUNT=	luciocarreras
(-)b/audio/sonic-visualiser/Makefile (-1 / +1 lines)
Lines 26-32 LIB_DEPENDS= libcapnp.so:devel/capnproto \ Link Here
26
26
27
USES=		autoreconf compiler:c++11-lang desktop-file-utils dos2unix gmake gl pkgconfig qt:5 xorg
27
USES=		autoreconf compiler:c++11-lang desktop-file-utils dos2unix gmake gl pkgconfig qt:5 xorg
28
DOS2UNIX_FILES=	convert.pro
28
DOS2UNIX_FILES=	convert.pro
29
USE_QT=		buildtools_build core gui network qmake_build svg testlib widgets xml
29
USE_QT=		buildtools:build core gui network qmake:build svg testlib widgets xml
30
USE_XORG=	x11
30
USE_XORG=	x11
31
USE_GL=		gl
31
USE_GL=		gl
32
32
(-)b/audio/soundkonverter/Makefile (-3 / +3 lines)
Lines 16-29 LIB_DEPENDS= libtag.so:audio/taglib \ Link Here
16
GH_ACCOUNT=	dfaust
16
GH_ACCOUNT=	dfaust
17
USES=		cmake compiler:c++11-lang kde:5 qt:5
17
USES=		cmake compiler:c++11-lang kde:5 qt:5
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_QT=		dbus concurrent core buildtools_build gui network printsupport \
19
USE_QT=		dbus concurrent core buildtools:build gui network printsupport \
20
		qmake_build widgets xml
20
		qmake:build widgets xml
21
USE_KDE=	auth codecs config configwidgets completion coreaddons crash \
21
USE_KDE=	auth codecs config configwidgets completion coreaddons crash \
22
		bookmarks guiaddons i18n iconthemes init itemviews jobwidgets \
22
		bookmarks guiaddons i18n iconthemes init itemviews jobwidgets \
23
		kdelibs4support kio libkcddb notifications parts textwidgets \
23
		kdelibs4support kio libkcddb notifications parts textwidgets \
24
		service solid sonnet unitconversion windowsystem widgetsaddons \
24
		service solid sonnet unitconversion windowsystem widgetsaddons \
25
		xmlgui \
25
		xmlgui \
26
		doctools_build
26
		doctools:build
27
WRKSRC_SUBDIR=	src
27
WRKSRC_SUBDIR=	src
28
28
29
OPTIONS_DEFAULT=	VORBIS FLAC NORMALIZE VORBISGAIN
29
OPTIONS_DEFAULT=	VORBIS FLAC NORMALIZE VORBISGAIN
(-)b/audio/spectmorph/Makefile (-1 / +1 lines)
Lines 20-26 LIB_DEPENDS= libao.so:audio/libao \ Link Here
20
		libsndfile.so:audio/libsndfile
20
		libsndfile.so:audio/libsndfile
21
21
22
USES=		autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg
22
USES=		autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg
23
USE_QT=		core gui widgets buildtools_build
23
USE_QT=		core gui widgets buildtools:build
24
USE_GNOME=	cairo glib20
24
USE_GNOME=	cairo glib20
25
USE_GL=		gl
25
USE_GL=		gl
26
USE_XORG=	x11
26
USE_XORG=	x11
(-)b/audio/spotify-qt/Makefile (-1 / +1 lines)
Lines 14-20 RUN_DEPENDS= spotifyd:audio/spotifyd Link Here
14
USES=		cmake compiler:c++11-lang qt:5
14
USES=		cmake compiler:c++11-lang qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	kraxarn
16
GH_ACCOUNT=	kraxarn
17
USE_QT=		core dbus gui network svg widgets buildtools_build qmake_build
17
USE_QT=		core dbus gui network svg widgets buildtools:build qmake:build
18
18
19
PLIST_FILES=	bin/spotify-qt \
19
PLIST_FILES=	bin/spotify-qt \
20
		share/applications/spotify-qt.desktop \
20
		share/applications/spotify-qt.desktop \
(-)b/audio/strawberry/Makefile (-1 / +1 lines)
Lines 23-29 USES= cmake compiler:c++11-lang desktop-file-utils gettext-runtime \ Link Here
23
23
24
USE_GNOME=	glib20
24
USE_GNOME=	glib20
25
USE_QT=		concurrent core dbus gui linguisttools network sql sql-sqlite3 \
25
USE_QT=		concurrent core dbus gui linguisttools network sql sql-sqlite3 \
26
		widgets x11extras buildtools_build qmake_build testlib_build
26
		widgets x11extras buildtools:build qmake:build testlib:build
27
USE_XORG=	ice sm x11 xcb xext
27
USE_XORG=	ice sm x11 xcb xext
28
28
29
CMAKE_ARGS=	-DENABLE_GSTREAMER:BOOL=true \
29
CMAKE_ARGS=	-DENABLE_GSTREAMER:BOOL=true \
(-)b/audio/supercollider/Makefile (-2 / +2 lines)
Lines 19-26 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ Link Here
19
19
20
USES=		cmake compiler:c++11-lang iconv localbase pkgconfig \
20
USES=		cmake compiler:c++11-lang iconv localbase pkgconfig \
21
		qt:5 readline shared-mime-info tar:bzip2 xorg
21
		qt:5 readline shared-mime-info tar:bzip2 xorg
22
USE_QT=		buildtools_build concurrent core declarative gui linguisttools location \
22
USE_QT=		buildtools:build concurrent core declarative gui linguisttools location \
23
		network opengl printsupport qmake_build sensors \
23
		network opengl printsupport qmake:build sensors \
24
		sql widgets websockets webchannel svg
24
		sql widgets websockets webchannel svg
25
USE_XORG=	x11
25
USE_XORG=	x11
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)b/audio/synthv1-lv2/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libjack.so:audio/jack \ Link Here
17
USES=		cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \
17
USES=		cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \
18
		shared-mime-info
18
		shared-mime-info
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_QT=		core gui svg widgets xml buildtools_build linguisttools_build qmake_build
20
USE_QT=		core gui svg widgets xml buildtools:build linguisttools:build qmake:build
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	rncbc
23
GH_ACCOUNT=	rncbc
(-)b/audio/tiatracker/Makefile (-1 / +1 lines)
Lines 15-21 LICENSE_FILE= ${WRKSRC}/license.txt Link Here
15
USES=		compiler:c++11-lang dos2unix gl qmake qt:5 sdl tar:xz
15
USES=		compiler:c++11-lang dos2unix gl qmake qt:5 sdl tar:xz
16
DOS2UNIX_GLOB=	*.c *.cpp *.h *.k65 *.pro
16
DOS2UNIX_GLOB=	*.c *.cpp *.h *.k65 *.pro
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_QT=		core gui widgets buildtools_build
18
USE_QT=		core gui widgets buildtools:build
19
USE_SDL=	sdl2
19
USE_SDL=	sdl2
20
20
21
CFLAGS+=	`sdl2-config --cflags`
21
CFLAGS+=	`sdl2-config --cflags`
(-)b/audio/traverso/Makefile (-1 / +1 lines)
Lines 27-33 LIB_DEPENDS= libfftw3.so:math/fftw3 \ Link Here
27
		libwavpack.so:audio/wavpack
27
		libwavpack.so:audio/wavpack
28
28
29
USES=		cmake compiler:c++11-lang desktop-file-utils localbase:ldflags pkgconfig qt:5
29
USES=		cmake compiler:c++11-lang desktop-file-utils localbase:ldflags pkgconfig qt:5
30
USE_QT=		core gui printsupport xml widgets buildtools_build qmake_build
30
USE_QT=		core gui printsupport xml widgets buildtools:build qmake:build
31
31
32
CMAKE_OFF=	WANT_ALSA
32
CMAKE_OFF=	WANT_ALSA
33
33
(-)b/audio/virtual_oss_ctl/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libfftw3.so:math/fftw3 Link Here
13
13
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
14
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui widgets
16
USE_QT=		buildtools:build core gui widgets
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	hselasky
19
GH_ACCOUNT=	hselasky
(-)b/audio/vmpk/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick Link Here
15
15
16
USES=		compiler:c++11-lang cmake localbase:ldflags pkgconfig qt:5 tar:bz2 xorg
16
USES=		compiler:c++11-lang cmake localbase:ldflags pkgconfig qt:5 tar:bz2 xorg
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
20
20
21
CMAKE_ON=	EMBED_TRANSLATIONS
21
CMAKE_ON=	EMBED_TRANSLATIONS
(-)b/audio/welle.io/Makefile (-1 / +1 lines)
Lines 19-25 USE_GITHUB= yes Link Here
19
GH_ACCOUNT=	AlbrechtL
19
GH_ACCOUNT=	AlbrechtL
20
GH_TAGNAME=	0aacf578d77d79212483cd6fce436fb66523f63f
20
GH_TAGNAME=	0aacf578d77d79212483cd6fce436fb66523f63f
21
USE_QT=		charts core dbus declarative gui multimedia network \
21
USE_QT=		charts core dbus declarative gui multimedia network \
22
		quickcontrols2 widgets buildtools_build qmake_build
22
		quickcontrols2 widgets buildtools:build qmake:build
23
23
24
OPTIONS_DEFINE=		AIRSPY CLI FFTW RTLSDR SOAPY
24
OPTIONS_DEFINE=		AIRSPY CLI FFTW RTLSDR SOAPY
25
OPTIONS_DEFAULT=	FFTW RTLSDR
25
OPTIONS_DEFAULT=	FFTW RTLSDR
(-)b/benchmarks/glmark2/Makefile (-1 / +1 lines)
Lines 40-46 X11_USE= XORG=x11 Link Here
40
X11_VARS=		PLATFORMS+="x11-gl x11-glesv2"
40
X11_VARS=		PLATFORMS+="x11-gl x11-glesv2"
41
41
42
post-patch:
42
post-patch:
43
	@${REINPLACE_CMD} -e "/lib/s/, 'dl'//" ${WRKSRC}/src/wscript_build
43
	@${REINPLACE_CMD} -e "/lib/s/, 'dl'//" ${WRKSRC}/src/wscript:build
44
44
45
post-install-DOCS-on:
45
post-install-DOCS-on:
46
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
46
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)b/benchmarks/kdiskmark/Makefile (-2 / +2 lines)
Lines 14-22 GH_ACCOUNT= JonMagon Link Here
14
GH_PROJECT=	KDiskMark
14
GH_PROJECT=	KDiskMark
15
15
16
USES=		cmake compiler:c++11-lang kde:5 qt:5
16
USES=		cmake compiler:c++11-lang kde:5 qt:5
17
USE_QT=		buildtools_build linguisttools_build qmake_build \
17
USE_QT=		buildtools:build linguisttools:build qmake:build \
18
		core gui widgets
18
		core gui widgets
19
USE_KDE=	ecm_build
19
USE_KDE=	ecm:build
20
20
21
OPTIONS_DEFINE=	CLEARCACHE KF5AUTH
21
OPTIONS_DEFINE=	CLEARCACHE KF5AUTH
22
KF5AUTH_IMPLIES=	CLEARCACHE
22
KF5AUTH_IMPLIES=	CLEARCACHE
(-)b/biology/sigviewer/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libbiosig.so:biology/biosig \ Link Here
15
		libxdf.so:misc/libxdf
15
		libxdf.so:misc/libxdf
16
16
17
USES=		gl qmake qt:5
17
USES=		gl qmake qt:5
18
USE_QT=		core gui widgets xml qmake_build buildtools_build
18
USE_QT=		core gui widgets xml qmake:build buildtools:build
19
USE_GL=		gl
19
USE_GL=		gl
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
(-)b/biology/ugene/Makefile (-2 / +2 lines)
Lines 19-28 GH_ACCOUNT= ugeneunipro Link Here
19
19
20
USES=		desktop-file-utils gl qmake qt:5 shared-mime-info sqlite xorg
20
USES=		desktop-file-utils gl qmake qt:5 shared-mime-info sqlite xorg
21
USE_GL=		gl glu
21
USE_GL=		gl glu
22
USE_QT=		buildtools_build linguisttools_build \
22
USE_QT=		buildtools:build linguisttools:build \
23
		core gui network opengl printsupport scripttools script \
23
		core gui network opengl printsupport scripttools script \
24
		sql svg testlib widgets xml \
24
		sql svg testlib widgets xml \
25
		imageformats_run
25
		imageformats:run
26
USE_XORG=	x11 xtst
26
USE_XORG=	x11 xtst
27
27
28
QMAKE_ARGS=	INSTALL_PREFIX="${PREFIX}" UGENE_INSTALL_DATA="${DATADIR}" \
28
QMAKE_ARGS=	INSTALL_PREFIX="${PREFIX}" UGENE_INSTALL_DATA="${DATADIR}" \
(-)b/cad/appcsxcad/Makefile (-1 / +1 lines)
Lines 22-28 LIB_DEPENDS= libCSXCAD.so:cad/csxcad \ Link Here
22
		libvtkCommonCore-9.1.so:math/vtk9
22
		libvtkCommonCore-9.1.so:math/vtk9
23
23
24
USES=		cmake jpeg pkgconfig qt:5 xorg
24
USES=		cmake jpeg pkgconfig qt:5 xorg
25
USE_QT=		core gui sql widgets xml buildtools_build qmake_build
25
USE_QT=		core gui sql widgets xml buildtools:build qmake:build
26
USE_XORG=	ice sm x11 xext xt
26
USE_XORG=	ice sm x11 xext xt
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
(-)b/cad/caneda/Makefile (-1 / +1 lines)
Lines 16-22 USES= cmake compiler:c++11-lang desktop-file-utils qt:5 \ Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	Caneda
17
GH_ACCOUNT=	Caneda
18
GH_PROJECT=	Caneda
18
GH_PROJECT=	Caneda
19
USE_QT=		core gui printsupport svg widgets buildtools_build linguisttools_build qmake_build
19
USE_QT=		core gui printsupport svg widgets buildtools:build linguisttools:build qmake:build
20
20
21
CMAKE_ARGS=	-DQWT_INCLUDE_DIR=${LOCALBASE}/include/qt5/qwt6 -DQWT_LIBRARY=${LOCALBASE}/lib/qt5/libqwt6.so
21
CMAKE_ARGS=	-DQWT_INCLUDE_DIR=${LOCALBASE}/include/qt5/qwt6 -DQWT_LIBRARY=${LOCALBASE}/lib/qt5/libqwt6.so
22
22
(-)b/cad/freecad/Makefile (-1 / +1 lines)
Lines 40-46 USE_GITHUB= yes Link Here
40
USE_XORG=	ice sm x11 xext xt
40
USE_XORG=	ice sm x11 xext xt
41
USE_GL=		gl glu
41
USE_GL=		gl glu
42
USE_QT=		buildtools concurrent core declarative gui location network \
42
USE_QT=		buildtools concurrent core declarative gui location network \
43
		opengl printsupport qmake_build svg webchannel webengine \
43
		opengl printsupport qmake:build svg webchannel webengine \
44
		widgets xml xmlpatterns
44
		widgets xml xmlpatterns
45
USE_LDCONFIG=	yes
45
USE_LDCONFIG=	yes
46
46
(-)b/cad/ktechlab/Makefile (-2 / +2 lines)
Lines 16-27 USES= cmake compiler:c++11-lang desktop-file-utils gnome kde:5 \ Link Here
16
		localbase qt:5 shared-mime-info
16
		localbase qt:5 shared-mime-info
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
18
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
19
		qmake_build buildtools_build
19
		qmake:build buildtools:build
20
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
20
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
21
		crash guiaddons i18n iconthemes init itemviews jobwidgets js \
21
		crash guiaddons i18n iconthemes init itemviews jobwidgets js \
22
		kdelibs4support khtml kio notifications parts service solid \
22
		kdelibs4support khtml kio notifications parts service solid \
23
		sonnet texteditor textwidgets unitconversion widgetsaddons windowsystem xmlgui \
23
		sonnet texteditor textwidgets unitconversion widgetsaddons windowsystem xmlgui \
24
		doctools_build
24
		doctools:build
25
USE_GNOME=	glib20
25
USE_GNOME=	glib20
26
26
27
CXXFLAGS+=	-I${LOCALBASE}/lib/glib-2.0/include
27
CXXFLAGS+=	-I${LOCALBASE}/lib/glib-2.0/include
(-)b/cad/ldview/Makefile (-1 / +1 lines)
Lines 18-24 RUN_DEPENDS= bash:shells/bash \ Link Here
18
		ldraw>0:cad/ldraw
18
		ldraw>0:cad/ldraw
19
19
20
USES=		desktop-file-utils gl gmake jpeg qmake qt:5 shared-mime-info shebangfix xorg
20
USES=		desktop-file-utils gl gmake jpeg qmake qt:5 shared-mime-info shebangfix xorg
21
USE_QT=		core gui linguist opengl printsupport widgets buildtools_build qmake_build
21
USE_QT=		core gui linguist opengl printsupport widgets buildtools:build qmake:build
22
USE_GL=		gl glu
22
USE_GL=		gl glu
23
USE_XORG=	x11
23
USE_XORG=	x11
24
24
(-)b/cad/leocad/Makefile (-1 / +1 lines)
Lines 15-21 RUN_DEPENDS= ldraw>0:cad/ldraw Link Here
15
USES=		compiler:c++11-lang cpe desktop-file-utils gl qmake qt:5 shared-mime-info xorg
15
USES=		compiler:c++11-lang cpe desktop-file-utils gl qmake qt:5 shared-mime-info xorg
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	leozide
17
GH_ACCOUNT=	leozide
18
USE_QT=		core gui concurrent network opengl printsupport widgets xml buildtools_build linguisttools_build
18
USE_QT=		core gui concurrent network opengl printsupport widgets xml buildtools:build linguisttools:build
19
USE_GL=		gl
19
USE_GL=		gl
20
20
21
QMAKE_ARGS=	INSTALL_PREFIX=${PREFIX} MAN_DIR=${PREFIX}/man/man1 LDRAW_LIBRARY_PATH=${PREFIX}/share/ldraw
21
QMAKE_ARGS=	INSTALL_PREFIX=${PREFIX} MAN_DIR=${PREFIX}/man/man1 LDRAW_LIBRARY_PATH=${PREFIX}/share/ldraw
(-)b/cad/librecad/Makefile (-1 / +1 lines)
Lines 22-28 GH_ACCOUNT= LibreCAD Link Here
22
GH_PROJECT=	LibreCAD
22
GH_PROJECT=	LibreCAD
23
USE_GL=		gl
23
USE_GL=		gl
24
USE_QT=		core gui printsupport svg widgets \
24
USE_QT=		core gui printsupport svg widgets \
25
		buildtools_build linguisttools_build
25
		buildtools:build linguisttools:build
26
26
27
QMAKE_ARGS+=	BOOST_DIR="${LOCALBASE}"
27
QMAKE_ARGS+=	BOOST_DIR="${LOCALBASE}"
28
28
(-)b/cad/librepcb/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Link Here
13
13
14
USES=		cmake compiler:c++11-lang desktop-file-utils gl qt:5 shared-mime-info zip
14
USES=		cmake compiler:c++11-lang desktop-file-utils gl qt:5 shared-mime-info zip
15
USE_QT=		concurrent core gui network opengl printsupport sql svg xml widgets \
15
USE_QT=		concurrent core gui network opengl printsupport sql svg xml widgets \
16
		buildtools_build linguisttools_build testlib_build qmake_build
16
		buildtools:build linguisttools:build testlib:build qmake:build
17
USE_GL=		gl
17
USE_GL=		gl
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
(-)b/cad/meshlab/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libmpirxx.so:math/mpir Link Here
14
14
15
USES=		dos2unix gl qmake:outsource qt:5
15
USES=		dos2unix gl qmake:outsource qt:5
16
USE_GL=		gl glu glew
16
USE_GL=		gl glu glew
17
USE_QT=		buildtools_build core gui network \
17
USE_QT=		buildtools:build core gui network \
18
		opengl script xml xmlpatterns widgets
18
		opengl script xml xmlpatterns widgets
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	cnr-isti-vclab
20
GH_ACCOUNT=	cnr-isti-vclab
(-)b/cad/openroad/Makefile (-1 / +1 lines)
Lines 27-33 LIB_DEPENDS= libcudd.so:math/cudd \ Link Here
27
		libspdlog.so:devel/spdlog
27
		libspdlog.so:devel/spdlog
28
28
29
USES=		bison compiler:c++17-lang cmake eigen:3 qt:5 localbase:ldflags python:3.7+,build readline tcl:86 # the code asks for tcl-87, but build fails: https://github.com/The-OpenROAD-Project/OpenROAD/issues/508
29
USES=		bison compiler:c++17-lang cmake eigen:3 qt:5 localbase:ldflags python:3.7+,build readline tcl:86 # the code asks for tcl-87, but build fails: https://github.com/The-OpenROAD-Project/OpenROAD/issues/508
30
USE_QT=		core gui widgets buildtools_build qmake_build
30
USE_QT=		core gui widgets buildtools:build qmake:build
31
31
32
USE_GITHUB=	yes
32
USE_GITHUB=	yes
33
GH_ACCOUNT=	The-OpenROAD-Project
33
GH_ACCOUNT=	The-OpenROAD-Project
(-)b/cad/openscad-devel/Makefile (-1 / +1 lines)
Lines 35-41 USES= bison cmake compiler:c++14-lang cpe desktop-file-utils eigen:3 gettext \ Link Here
35
USE_GITHUB=	yes
35
USE_GITHUB=	yes
36
USE_GL=		gl glu glew
36
USE_GL=		gl glu glew
37
USE_GNOME=	cairo glib20 libxml2
37
USE_GNOME=	cairo glib20 libxml2
38
USE_QT=		buildtools_build core concurrent_build dbus gui multimedia widgets
38
USE_QT=		buildtools:build core concurrent:build dbus gui multimedia widgets
39
USE_XORG=	x11
39
USE_XORG=	x11
40
GH_ACCOUNT=	microsoft:mimalloc
40
GH_ACCOUNT=	microsoft:mimalloc
41
GH_PROJECT=	MCAD:mcad mimalloc:mimalloc
41
GH_PROJECT=	MCAD:mcad mimalloc:mimalloc
(-)b/cad/openscad/Makefile (-1 / +1 lines)
Lines 30-36 USES= bison compiler:c++14-lang cpe desktop-file-utils eigen:3 gettext \ Link Here
30
USE_GITHUB=	yes
30
USE_GITHUB=	yes
31
USE_GL=		gl glu glew
31
USE_GL=		gl glu glew
32
USE_GNOME=	glib20 libxml2
32
USE_GNOME=	glib20 libxml2
33
USE_QT=		buildtools_build core concurrent_build dbus gui multimedia widgets
33
USE_QT=		buildtools:build core concurrent:build dbus gui multimedia widgets
34
USE_XORG=	x11
34
USE_XORG=	x11
35
GH_TAGNAME=	41f58fe57c03457a3a8b4dc541ef5654ec3e8c78
35
GH_TAGNAME=	41f58fe57c03457a3a8b4dc541ef5654ec3e8c78
36
QMAKE_ARGS=	CONFIG+="experimental" VERSION=${PORTVERSION}
36
QMAKE_ARGS=	CONFIG+="experimental" VERSION=${PORTVERSION}
(-)b/cad/py-pyfda/Makefile (-1 / +1 lines)
Lines 19-25 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} Link Here
19
19
20
USES=		python:3.7+ pyqt:5
20
USES=		python:3.7+ pyqt:5
21
USE_PYTHON=	distutils autoplist
21
USE_PYTHON=	distutils autoplist
22
USE_PYQT=	pyqt5_run
22
USE_PYQT=	pyqt5:run
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
25
post-extract:
25
post-extract:
(-)b/cad/qcad/Makefile (-1 / +1 lines)
Lines 20-26 BUILD_DEPENDS= bash:shells/bash \ Link Here
20
USES=		compiler:c++11-lang gl gmake qmake qt:5
20
USES=		compiler:c++11-lang gl gmake qmake qt:5
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
USE_QT=		buildtools qmake_build \
23
USE_QT=		buildtools qmake:build \
24
		designer gui help imageformats network opengl script \
24
		designer gui help imageformats network opengl script \
25
		scripttools sql svg uitools xml xmlpatterns webkit
25
		scripttools sql svg uitools xml xmlpatterns webkit
26
USE_GL=		glu
26
USE_GL=		glu
(-)b/cad/qcsxcad/Makefile (-1 / +1 lines)
Lines 20-26 LIB_DEPENDS= libCSXCAD.so:cad/csxcad \ Link Here
20
		libvtkCommonCore-9.1.so:math/vtk9
20
		libvtkCommonCore-9.1.so:math/vtk9
21
21
22
USES=		cmake gl jpeg pkgconfig qt:5 xorg
22
USES=		cmake gl jpeg pkgconfig qt:5 xorg
23
USE_QT=		core gui opengl sql widgets xml buildtools_build qmake_build
23
USE_QT=		core gui opengl sql widgets xml buildtools:build qmake:build
24
USE_XORG=	ice sm x11 xext xt
24
USE_XORG=	ice sm x11 xext xt
25
USE_GL=		gl opengl
25
USE_GL=		gl opengl
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)b/cad/qelectrotech/Makefile (-1 / +1 lines)
Lines 17-23 USES= compiler:c++11-lib desktop-file-utils gl kde:5 qmake qt:5 \ Link Here
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_QT=		concurrent core gui network printsupport sql sql-sqlite3 \
18
USE_QT=		concurrent core gui network printsupport sql sql-sqlite3 \
19
		svg widgets xml \
19
		svg widgets xml \
20
		buildtools_build
20
		buildtools:build
21
USE_KDE=	coreaddons widgetsaddons
21
USE_KDE=	coreaddons widgetsaddons
22
22
23
OPTIONS_DEFINE=	DEBUG DOCS
23
OPTIONS_DEFINE=	DEBUG DOCS
(-)b/cad/qucs-s/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv2 Link Here
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
USES=		cmake qt:5
12
USES=		cmake qt:5
13
USE_QT=		core gui printsupport svg widgets buildtools_build linguisttools_build qmake_build
13
USE_QT=		core gui printsupport svg widgets buildtools:build linguisttools:build qmake:build
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	ra3xdh
16
GH_ACCOUNT=	ra3xdh
(-)b/cad/veroroute/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= GPLv3 Link Here
11
LICENSE_FILE=	${WRKSRC}/../licenses/license_GPLv3.txt
11
LICENSE_FILE=	${WRKSRC}/../licenses/license_GPLv3.txt
12
12
13
USES=		compiler:c++11-lang gl qmake qt:5
13
USES=		compiler:c++11-lang gl qmake qt:5
14
USE_QT=		core gui network widgets buildtools_build
14
USE_QT=		core gui network widgets buildtools:build
15
USE_GL=		gl
15
USE_GL=		gl
16
16
17
WRKSRC=		${WRKDIR}/VeroRoute
17
WRKSRC=		${WRKDIR}/VeroRoute
(-)b/chinese/fcitx-libpinyin/Makefile (-1 / +1 lines)
Lines 32-38 QT5_DESC= Enable Qtr for dictmanager Link Here
32
32
33
.if ${PORT_OPTIONS:MQT5}
33
.if ${PORT_OPTIONS:MQT5}
34
USES+=		qt:5
34
USES+=		qt:5
35
USE_QT=		qmake_build gui webengine buildtools_build
35
USE_QT=		qmake:build gui webengine buildtools:build
36
USE_LDCONFIG=	${PREFIX}/lib/fcitx/qt
36
USE_LDCONFIG=	${PREFIX}/lib/fcitx/qt
37
PLIST_SUB+=	QT5=""
37
PLIST_SUB+=	QT5=""
38
.else
38
.else
(-)b/chinese/fcitx5-chinese-addons/Makefile (-1 / +1 lines)
Lines 31-37 USE_LDCONFIG= yes Link Here
31
31
32
GUI_DESC=	Configuration GUI
32
GUI_DESC=	Configuration GUI
33
GUI_USES=	qt:5
33
GUI_USES=	qt:5
34
GUI_USE=	qt=dbus,concurrent,webkit,buildtools_build,qmake_build
34
GUI_USE=	qt=dbus,concurrent,webkit,buildtools:build,qmake:build
35
GUI_LIB_DEPENDS=	libFcitx5Qt5DBusAddons.so:textproc/fcitx5-qt
35
GUI_LIB_DEPENDS=	libFcitx5Qt5DBusAddons.so:textproc/fcitx5-qt
36
GUI_CMAKE_ON=	-DUSE_WEBKIT:BOOL=true
36
GUI_CMAKE_ON=	-DUSE_WEBKIT:BOOL=true
37
37
(-)b/chinese/gcin-qt5/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libgcin-im-client.so:chinese/gcin Link Here
14
14
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/qt5-im
15
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/qt5-im
16
USES=		compiler:c++11-lang gmake pkgconfig qt:5 tar:xz
16
USES=		compiler:c++11-lang gmake pkgconfig qt:5 tar:xz
17
USE_QT=		qdbus qmake_build buildtools_build core gui
17
USE_QT=		qdbus qmake:build buildtools:build core gui
18
USE_CXXSTD=	c++11
18
USE_CXXSTD=	c++11
19
MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
19
MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
20
		MKDIR="${MKDIR}"
20
		MKDIR="${MKDIR}"
(-)b/comms/cutecom/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
RUN_DEPENDS=	lsz:comms/lrzsz
12
RUN_DEPENDS=	lsz:comms/lrzsz
13
13
14
USES=		cmake compiler:c++11-lang qt:5
14
USES=		cmake compiler:c++11-lang qt:5
15
USE_QT=		buildtools_build core gui network qmake_build serialport widgets
15
USE_QT=		buildtools:build core gui network qmake:build serialport widgets
16
USE_GITLAB=	yes
16
USE_GITLAB=	yes
17
17
18
GL_COMMIT=	cce2e5ec01df09ca4b05f055f21942e0de7eb7dd
18
GL_COMMIT=	cce2e5ec01df09ca4b05f055f21942e0de7eb7dd
(-)b/comms/inspectrum/Makefile (-1 / +1 lines)
Lines 19-25 USE_GITHUB= yes Link Here
19
GH_ACCOUNT=	miek
19
GH_ACCOUNT=	miek
20
GH_TAGNAME=	d6115cb458068fa64c7bbd9020bcbab3373fee0e
20
GH_TAGNAME=	d6115cb458068fa64c7bbd9020bcbab3373fee0e
21
21
22
USE_QT=		core buildtools_build concurrent widgets
22
USE_QT=		core buildtools:build concurrent widgets
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/comms/klog/Makefile (-3 / +3 lines)
Lines 12-20 LIB_DEPENDS= libhamlib.so:comms/hamlib Link Here
12
USES=		compiler:c++11-lang gl qmake qt:5 xorg
12
USES=		compiler:c++11-lang gl qmake qt:5 xorg
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		buildtools_build charts core declarative gui \
15
USE_QT=		buildtools:build charts core declarative gui \
16
		linguisttools_build location multimedia network \
16
		linguisttools:build location multimedia network \
17
		printsupport sql sql-sqlite3_run serialport widgets
17
		printsupport sql sql-sqlite3:run serialport widgets
18
GH_ACCOUNT=	ea4k
18
GH_ACCOUNT=	ea4k
19
GH_PROJECT=	klog
19
GH_PROJECT=	klog
20
20
(-)b/comms/libsdr-gui/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libfftw3.so:math/fftw3 \ Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	hmatuschek
17
GH_ACCOUNT=	hmatuschek
18
18
19
USE_QT=		core buildtools_build qmake widgets
19
USE_QT=		core buildtools:build qmake widgets
20
USES=		cmake compiler:c++11-lang pkgconfig qt:5
20
USES=		cmake compiler:c++11-lang pkgconfig qt:5
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
(-)b/comms/nanovna-saver/Makefile (-1 / +1 lines)
Lines 17-23 RUN_DEPENDS= ${PY_DEPENDS} Link Here
17
17
18
USES=		python:3.3+ pyqt:5
18
USES=		python:3.3+ pyqt:5
19
USE_PYTHON=	distutils autoplist noflavors
19
USE_PYTHON=	distutils autoplist noflavors
20
USE_PYQT=	pyqt5_run
20
USE_PYQT=	pyqt5:run
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	NanoVNA-Saver
23
GH_ACCOUNT=	NanoVNA-Saver
(-)b/comms/qt5-connectivity/Makefile (-1 / +1 lines)
Lines 7-12 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt connectivity (Bluetooth/NFC) module
7
COMMENT=	Qt connectivity (Bluetooth/NFC) module
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,connectivity
9
USES=		compiler:c++11-lang qmake qt-dist:5,connectivity
10
USE_QT=		concurrent core declarative buildtools_build
10
USE_QT=		concurrent core declarative buildtools:build
11
11
12
.include <bsd.port.mk>
12
.include <bsd.port.mk>
(-)b/comms/qt5-sensors/Makefile (-1 / +1 lines)
Lines 7-12 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt sensors module
7
COMMENT=	Qt sensors module
8
8
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,sensors
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,sensors
10
USE_QT=		core declarative buildtools_build
10
USE_QT=		core declarative buildtools:build
11
11
12
.include <bsd.port.mk>
12
.include <bsd.port.mk>
(-)b/comms/qt5-serialbus/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt functions to access industrial bus systems Link Here
8
8
9
USES=		compiler:c++11-lib perl5 qmake qt-dist:5,serialbus
9
USES=		compiler:c++11-lib perl5 qmake qt-dist:5,serialbus
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core network serialport buildtools_build
11
USE_QT=		core network serialport buildtools:build
12
QT_BINARIES=	yes
12
QT_BINARIES=	yes
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/comms/qt5-serialport/Makefile (-1 / +1 lines)
Lines 8-13 COMMENT= Qt functions to access serial ports Link Here
8
8
9
USES=		compiler:c++11-lang libtool perl5 qmake qt-dist:5,serialport
9
USES=		compiler:c++11-lang libtool perl5 qmake qt-dist:5,serialport
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core buildtools_build
11
USE_QT=		core buildtools:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/comms/sdr-wspr/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui Link Here
14
USES=		cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
14
USES=		cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	hmatuschek
16
GH_ACCOUNT=	hmatuschek
17
USE_QT=		core buildtools_build qmake webkit widgets
17
USE_QT=		core buildtools:build qmake webkit widgets
18
18
19
PLIST_FILES=	bin/sdr-wspr share/applications/sdr-wspr.desktop \
19
PLIST_FILES=	bin/sdr-wspr share/applications/sdr-wspr.desktop \
20
		share/icons/sdr-wspr.svg
20
		share/icons/sdr-wspr.svg
(-)b/comms/wsjtx/Makefile (-1 / +1 lines)
Lines 23-29 USES= cmake:noninja compiler:c++11-lang fortran gl libedit \ Link Here
23
USE_GL=		glu
23
USE_GL=		glu
24
USE_QT=		core gui network widgets \
24
USE_QT=		core gui network widgets \
25
		multimedia concurrent printsupport serialport sql sql-sqlite3 \
25
		multimedia concurrent printsupport serialport sql sql-sqlite3 \
26
		buildtools_build linguisttools_build qmake_build testlib
26
		buildtools:build linguisttools:build qmake:build testlib
27
27
28
CONFLICTS_INSTALL=	wsjtz
28
CONFLICTS_INSTALL=	wsjtz
29
29
(-)b/comms/wsjtz/Makefile (-1 / +1 lines)
Lines 30-36 USES= cmake compiler:c++11-lib fortran gl \ Link Here
30
USE_GL=		glu
30
USE_GL=		glu
31
USE_QT=		core gui network widgets \
31
USE_QT=		core gui network widgets \
32
		multimedia concurrent printsupport serialport sql sql-sqlite3 \
32
		multimedia concurrent printsupport serialport sql sql-sqlite3 \
33
		testlib buildtools_build linguisttools_build qmake_build
33
		testlib buildtools:build linguisttools:build qmake:build
34
34
35
CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
35
CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH+=${LOCALBASE}/wsjtx/lib \
36
		-DLOCALBASE::STRING="${LOCALBASE}"
36
		-DLOCALBASE::STRING="${LOCALBASE}"
(-)b/comms/xcwcp/Makefile (-1 / +1 lines)
Lines 11-17 LIB_DEPENDS= libcw.so:comms/unixcw Link Here
11
MASTERDIR=	${.CURDIR}/../unixcw
11
MASTERDIR=	${.CURDIR}/../unixcw
12
12
13
USES=		compiler:c++11-lang gettext qt:5
13
USES=		compiler:c++11-lang gettext qt:5
14
USE_QT=		gui widgets buildtools_build qmake_build
14
USE_QT=		gui widgets buildtools:build qmake:build
15
USE_CXXSTD=	c++11
15
USE_CXXSTD=	c++11
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--enable-xcwcp
17
CONFIGURE_ARGS=	--enable-xcwcp
(-)b/databases/akonadi/Makefile (-6 / +6 lines)
Lines 19-28 USE_GNOME= libxml2 Link Here
19
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
19
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
20
		dbusaddons guiaddons i18n iconthemes itemmodels itemviews \
20
		dbusaddons guiaddons i18n iconthemes itemmodels itemviews \
21
		kio service windowsystem widgetsaddons xmlgui \
21
		kio service windowsystem widgetsaddons xmlgui \
22
		designerplugin_build ecm_build \
22
		designerplugin:build ecm:build \
23
		designerplugin_run
23
		designerplugin:run
24
USE_QT=		concurrent core dbus designer gui network sql testlib widgets xml \
24
USE_QT=		concurrent core dbus designer gui network sql testlib widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
CMAKE_ARGS+=	-DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
26
CMAKE_ARGS+=	-DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
27
27
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
Lines 35-41 OPTIONS_DEFAULT= MYSQL Link Here
35
35
36
MYSQL_DESC=		Install MySQL Qt plugin and server
36
MYSQL_DESC=		Install MySQL Qt plugin and server
37
MYSQL_USES=	mysql:server qt:5
37
MYSQL_USES=	mysql:server qt:5
38
MYSQL_USE=		QT=sql-mysql_run
38
MYSQL_USE=		QT=sql-mysql:run
39
MYSQL_CMAKE_BOOL=	AKONADI_BUILD_MYSQL
39
MYSQL_CMAKE_BOOL=	AKONADI_BUILD_MYSQL
40
40
41
PGSQL_DESC=		Install PostgreSQL Qt plugin
41
PGSQL_DESC=		Install PostgreSQL Qt plugin
Lines 44-55 PGSQL_DESC= Install PostgreSQL Qt plugin Link Here
44
# remote server.
44
# remote server.
45
#PGSQL_USE=	PGSQL=server
45
#PGSQL_USE=	PGSQL=server
46
PGSQL_USES=	qt:5
46
PGSQL_USES=	qt:5
47
PGSQL_USE=		QT=sql-pgsql_run
47
PGSQL_USE=		QT=sql-pgsql:run
48
PGSQL_CMAKE_BOOL=	AKONADI_BUILD_PGSQL
48
PGSQL_CMAKE_BOOL=	AKONADI_BUILD_PGSQL
49
49
50
SQLITE_DESC=		Enable SQLite backend
50
SQLITE_DESC=		Enable SQLite backend
51
SQLITE_USES=		qt:5 sqlite:3
51
SQLITE_USES=		qt:5 sqlite:3
52
SQLITE_USE=		QT=sql-sqlite3_run
52
SQLITE_USE=		QT=sql-sqlite3:run
53
SQLITE_CMAKE_BOOL=	AKONADI_BUILD_QSQLITE
53
SQLITE_CMAKE_BOOL=	AKONADI_BUILD_QSQLITE
54
54
55
.include <bsd.port.options.mk>
55
.include <bsd.port.options.mk>
(-)b/databases/cutelyst-asql/Makefile (-1 / +1 lines)
Lines 15-21 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
15
USES=		cmake compiler:c++11-lang localbase pgsql qt:5
15
USES=		cmake compiler:c++11-lang localbase pgsql qt:5
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_QT=		qmake_build buildtools_build \
18
USE_QT=		qmake:build buildtools:build \
19
		core
19
		core
20
20
21
GH_ACCOUNT=	cutelyst
21
GH_ACCOUNT=	cutelyst
(-)b/databases/kbibtex/Makefile (-2 / +2 lines)
Lines 19-28 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
19
		coreaddons crash ecm i18n iconthemes itemviews jobwidgets \
19
		coreaddons crash ecm i18n iconthemes itemviews jobwidgets \
20
		kio parts service solid sonnet texteditor textwidgets wallet \
20
		kio parts service solid sonnet texteditor textwidgets wallet \
21
		widgetsaddons windowsystem xmlgui \
21
		widgetsaddons windowsystem xmlgui \
22
		doctools_build
22
		doctools:build
23
USE_QT=		concurrent core dbus declarative gui location network \
23
USE_QT=		concurrent core dbus declarative gui location network \
24
		printsupport webchannel widgets xml xmlpatterns \
24
		printsupport webchannel widgets xml xmlpatterns \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
OPTIONS_DEFINE=	WEBENGINE
28
OPTIONS_DEFINE=	WEBENGINE
(-)b/databases/kdb/Makefile (-1 / +1 lines)
Lines 17-23 USES= cmake compiler:c++11-lang kde:5 \ Link Here
17
			python qt:5 tar:xz
17
			python qt:5 tar:xz
18
USE_KDE=		coreaddons ecm i18n
18
USE_KDE=		coreaddons ecm i18n
19
USE_QT=			core gui network widgets xml \
19
USE_QT=			core gui network widgets xml \
20
			buildtools_build qmake_build
20
			buildtools:build qmake:build
21
21
22
# In the future, these options will be moved into slave ports
22
# In the future, these options will be moved into slave ports
23
OPTIONS_DEFINE=		SQLITE MYSQL PGSQL
23
OPTIONS_DEFINE=		SQLITE MYSQL PGSQL
(-)b/databases/kexi/Makefile (-2 / +2 lines)
Lines 19-27 USE_KDE= auth bookmarks codecs completion config \ Link Here
19
			configwidgets coreaddons crash ecm guiaddons i18n \
19
			configwidgets coreaddons crash ecm guiaddons i18n \
20
			iconthemes itemviews jobwidgets kio parts service \
20
			iconthemes itemviews jobwidgets kio parts service \
21
			solid sonnet texteditor textwidgets widgetsaddons \
21
			solid sonnet texteditor textwidgets widgetsaddons \
22
			xmlgui breeze-icons_build
22
			xmlgui breeze-icons:build
23
USE_QT=			concurrent core dbus declarative gui network printsupport webkit widgets xml \
23
USE_QT=			concurrent core dbus declarative gui network printsupport webkit widgets xml \
24
			buildtools_build qmake_build testlib_build
24
			buildtools:build qmake:build testlib:build
25
25
26
CONFLICTS_INSTALL=	calligra-2*
26
CONFLICTS_INSTALL=	calligra-2*
27
27
(-)b/databases/opendbviewer/Makefile (-1 / +1 lines)
Lines 13-19 USES= cmake compiler:c++11-lang magick:6,build qt:5 Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	Jet1oeil
14
GH_ACCOUNT=	Jet1oeil
15
USE_QT=		core gui network sql sql-sqlite3 testlib widgets \
15
USE_QT=		core gui network sql sql-sqlite3 testlib widgets \
16
		buildtools_build linguisttools_build qmake_build
16
		buildtools:build linguisttools:build qmake:build
17
17
18
OPTIONS_DEFINE=		DOCS PGSQL MYSQL
18
OPTIONS_DEFINE=		DOCS PGSQL MYSQL
19
OPTIONS_DEFAULT=	PGSQL
19
OPTIONS_DEFAULT=	PGSQL
(-)b/databases/pgmodeler/Makefile (-1 / +1 lines)
Lines 16-22 USE_GITHUB= yes Link Here
16
USE_GNOME=	libxml2
16
USE_GNOME=	libxml2
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_QT=		core gui network printsupport sql svg widgets testlib uitools \
18
USE_QT=		core gui network printsupport sql svg widgets testlib uitools \
19
		buildtools_build 
19
		buildtools:build 
20
USE_XORG=	x11 xext
20
USE_XORG=	x11 xext
21
21
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
(-)b/databases/qt5-sql/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt SQL database integration module Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core qmake_build buildtools_build
11
USE_QT=		core qmake:build buildtools:build
12
HAS_CONFIGURE=	yes
12
HAS_CONFIGURE=	yes
13
CONFIGURE_ARGS=	-no-gui -no-xcb
13
CONFIGURE_ARGS=	-no-gui -no-xcb
14
14
(-)b/databases/redisdesktopmanager/Makefile (-1 / +1 lines)
Lines 39-45 GH_TUPLE= uglide:RedisDesktopManager:${PORTVERSION}:DEFAULT/RedisDesktopManager Link Here
39
			redis:hiredis:6850306:hiredis/3rdparty/qredisclient/3rdparty/hiredis \
39
			redis:hiredis:6850306:hiredis/3rdparty/qredisclient/3rdparty/hiredis \
40
			simdjson:simdjson:3bd8b0b:simdjson/3rdparty/simdjson
40
			simdjson:simdjson:3bd8b0b:simdjson/3rdparty/simdjson
41
USE_QT=			charts concurrent core declarative gui network \
41
USE_QT=			charts concurrent core declarative gui network \
42
			quickcontrols svg widgets buildtools_build qmake_build
42
			quickcontrols svg widgets buildtools:build qmake:build
43
QMAKE_ARGS+=		SYSTEM_BROTLI=1 SYSTEM_LZ4=1 SYSTEM_SNAPPY=1 \
43
QMAKE_ARGS+=		SYSTEM_BROTLI=1 SYSTEM_LZ4=1 SYSTEM_SNAPPY=1 \
44
			SYSTEM_ZSTD=1 VERSION=${PORTVERSION}
44
			SYSTEM_ZSTD=1 VERSION=${PORTVERSION}
45
BINARY_ALIAS=		python3-config=${PYTHON_CMD}-config \
45
BINARY_ALIAS=		python3-config=${PYTHON_CMD}-config \
(-)b/databases/sqlitebrowser/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 Link Here
17
USES=		compiler:c++11-lang cmake desktop-file-utils gnome qt:5 sqlite
17
USES=		compiler:c++11-lang cmake desktop-file-utils gnome qt:5 sqlite
18
CMAKE_ARGS+=	-DQT_INCLUDE_DIR=${QT_INCDIR} -DQT_LIBRARY_DIR=${QT_LIBDIR}
18
CMAKE_ARGS+=	-DQT_INCLUDE_DIR=${QT_INCDIR} -DQT_LIBRARY_DIR=${QT_LIBDIR}
19
USE_QT=		core concurrent gui network printsupport testlib widgets \
19
USE_QT=		core concurrent gui network printsupport testlib widgets \
20
		buildtools_build linguisttools_build qmake_build xml
20
		buildtools:build linguisttools:build qmake:build xml
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
22
23
PORTSCOUT=	ignore:1
23
PORTSCOUT=	ignore:1
(-)b/databases/sqlitestudio/Makefile (-2 / +2 lines)
Lines 28-35 PLUGIN_PRINTING_USE= QT=printsupport Link Here
28
USES=		compiler:c++17-lang gl gmake ncurses qmake qt:5 readline sqlite
28
USES=		compiler:c++17-lang gl gmake ncurses qmake qt:5 readline sqlite
29
USE_GITHUB=	yes
29
USE_GITHUB=	yes
30
GH_ACCOUNT=	pawelsalawa
30
GH_ACCOUNT=	pawelsalawa
31
USE_QT=		core concurrent gui network script sql sql-sqlite3_run svg widgets xml \
31
USE_QT=		core concurrent gui network script sql sql-sqlite3:run svg widgets xml \
32
		uitools buildtools_build linguisttools_build
32
		uitools buildtools:build linguisttools:build
33
USE_GL=		gl
33
USE_GL=		gl
34
34
35
WRKSRC_SUBDIR=	SQLiteStudio3
35
WRKSRC_SUBDIR=	SQLiteStudio3
(-)b/databases/symphytum/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= BSD2CLAUSE Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
USES=		qmake qt:5
12
USES=		qmake qt:5
13
USE_QT=		buildtools_build \
13
USE_QT=		buildtools:build \
14
		core gui network printsupport sql svg widgets
14
		core gui network printsupport sql svg widgets
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	giowck
16
GH_ACCOUNT=	giowck
(-)b/deskutils/akonadi-calendar-tools/Makefile (-2 / +2 lines)
Lines 13-24 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
13
		itemviews jobwidgets kdelibs4support kio notifications parts \
13
		itemviews jobwidgets kdelibs4support kio notifications parts \
14
		service solid sonnet textwidgets unitconversion widgetsaddons \
14
		service solid sonnet textwidgets unitconversion widgetsaddons \
15
		windowsystem xmlgui \
15
		windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
# pim components
17
# pim components
18
USE_KDE+=	akonadi akonadicalendar calendarsupport calendarcore calendarutils \
18
USE_KDE+=	akonadi akonadicalendar calendarsupport calendarcore calendarutils \
19
		identitymanagement libkdepim mime pimtextedit
19
		identitymanagement libkdepim mime pimtextedit
20
USE_QT=		core dbus gui network printsupport widgets xml \
20
USE_QT=		core dbus gui network printsupport widgets xml \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
24
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/akonadi-import-wizard/Makefile (-2 / +2 lines)
Lines 16-28 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
16
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
16
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
17
		crash dbusaddons i18n itemmodels kio service wallet \
17
		crash dbusaddons i18n itemmodels kio service wallet \
18
		widgetsaddons xmlgui \
18
		widgetsaddons xmlgui \
19
		ecm_build
19
		ecm:build
20
# pim components
20
# pim components
21
USE_KDE+=	akonadi akonadicontacts akonadimime contacts grantleetheme \
21
USE_KDE+=	akonadi akonadicontacts akonadimime contacts grantleetheme \
22
		identitymanagement imap libkdepim libkleo mailcommon mailimporter \
22
		identitymanagement imap libkdepim libkleo mailcommon mailimporter \
23
		mailtransport messagelib mime pimcommon pimtextedit
23
		mailtransport messagelib mime pimcommon pimtextedit
24
USE_QT=		concurrent core dbus gui network widgets xml \
24
USE_QT=		concurrent core dbus gui network widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/akonadiconsole/Makefile (-2 / +2 lines)
Lines 21-34 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
21
		itemmodels itemviews jobwidgets kdelibs4support kio \
21
		itemmodels itemviews jobwidgets kdelibs4support kio \
22
		notifications parts service solid sonnet textwidgets \
22
		notifications parts service solid sonnet textwidgets \
23
		unitconversion widgetsaddons windowsystem xmlgui \
23
		unitconversion widgetsaddons windowsystem xmlgui \
24
		ecm_build
24
		ecm:build
25
# pim components
25
# pim components
26
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadimime \
26
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadimime \
27
		akonadisearch calendarcore calendarsupport contacts \
27
		akonadisearch calendarcore calendarsupport contacts \
28
		grantleetheme identitymanagement libkdepim libkleo messagelib mime \
28
		grantleetheme identitymanagement libkdepim libkleo messagelib mime \
29
		pimcommon pimtextedit
29
		pimcommon pimtextedit
30
USE_QT=		concurrent core dbus gui network printsupport sql widgets xml \
30
USE_QT=		concurrent core dbus gui network printsupport sql widgets xml \
31
		buildtools_build qmake_build
31
		buildtools:build qmake:build
32
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
33
33
34
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
34
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/akregator/Makefile (-2 / +2 lines)
Lines 18-30 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
18
		i18n iconthemes itemmodels jobwidgets kcmutils kio \
18
		i18n iconthemes itemmodels jobwidgets kcmutils kio \
19
		notifications notifyconfig parts service solid sonnet texteditor\
19
		notifications notifyconfig parts service solid sonnet texteditor\
20
		textwidgets widgetsaddons windowsystem xmlgui \
20
		textwidgets widgetsaddons windowsystem xmlgui \
21
		ecm_build
21
		ecm:build
22
# pim components
22
# pim components
23
USE_KDE+=	akonadi akonadimime contacts grantleetheme kontactinterface \
23
USE_KDE+=	akonadi akonadimime contacts grantleetheme kontactinterface \
24
		libkdepim libkleo messagelib mime pimcommon pimtextedit syndication
24
		libkdepim libkleo messagelib mime pimcommon pimtextedit syndication
25
USE_QT=		concurrent core dbus declarative gui location network printsupport \
25
USE_QT=		concurrent core dbus declarative gui location network printsupport \
26
		webchannel webengine widgets xml \
26
		webchannel webengine widgets xml \
27
		buildtools_build qmake_build
27
		buildtools:build qmake:build
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
30
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
30
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/ausweisapp2/Makefile (-1 / +1 lines)
Lines 21-27 GH_ACCOUNT= Governikus Link Here
21
GH_PROJECT=	AusweisApp2
21
GH_PROJECT=	AusweisApp2
22
USE_QT=		concurrent core declarative graphicaleffects gui network \
22
USE_QT=		concurrent core declarative graphicaleffects gui network \
23
		quickcontrols2 svg websockets widgets \
23
		quickcontrols2 svg websockets widgets \
24
		buildtools_build linguisttools_build
24
		buildtools:build linguisttools:build
25
25
26
# The VENDOR variable controls the name of the directory in ${PREFIX}/share.
26
# The VENDOR variable controls the name of the directory in ${PREFIX}/share.
27
CMAKE_ARGS=	-DVENDOR=${PORTNAME}
27
CMAKE_ARGS=	-DVENDOR=${PORTNAME}
(-)b/deskutils/basket/Makefile (-1 / +1 lines)
Lines 23-29 USE_KDE= ecm archive auth codecs completion config configwidgets \ Link Here
23
		notifications parts service sonnet textwidgets widgetsaddons \
23
		notifications parts service sonnet textwidgets widgetsaddons \
24
		windowsystem xmlgui
24
		windowsystem xmlgui
25
USE_QT=		concurrent core dbus gui network phonon4 testlib widgets xml \
25
USE_QT=		concurrent core dbus gui network phonon4 testlib widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
USE_XORG=	x11
27
USE_XORG=	x11
28
28
29
USE_GITHUB=	yes
29
USE_GITHUB=	yes
(-)b/deskutils/birdtray/Makefile (-2 / +2 lines)
Lines 13-20 USES= cmake compiler:c++11-lib gettext kde:5 localbase qt:5 tar:xz \ Link Here
13
		xorg
13
		xorg
14
USE_XORG=	x11
14
USE_XORG=	x11
15
USE_KDE=	i18n
15
USE_KDE=	i18n
16
USE_QT=		core gui network svg widgets x11extras buildtools_build \
16
USE_QT=		core gui network svg widgets x11extras buildtools:build \
17
		linguisttools_build qmake_build
17
		linguisttools:build qmake:build
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	gyunaev
19
GH_ACCOUNT=	gyunaev
20
20
(-)b/deskutils/calibre/Makefile (-1 / +1 lines)
Lines 60-66 USES= desktop-file-utils gettext-runtime gl gnome localbase:ldflags \ Link Here
60
USE_RC_SUBR=	calibre
60
USE_RC_SUBR=	calibre
61
SUB_LIST+=	PYTHON_VERSION=${PYTHON_VERSION}
61
SUB_LIST+=	PYTHON_VERSION=${PYTHON_VERSION}
62
USE_PYQT=	pyqt5 pysip qtbuilder sip webengine
62
USE_PYQT=	pyqt5 pysip qtbuilder sip webengine
63
USE_QT=		buildtools_build core dbus gui qmake_build widgets
63
USE_QT=		buildtools:build core dbus gui qmake:build widgets
64
USE_GL=		egl gl
64
USE_GL=		egl gl
65
USE_GNOME=	glib20
65
USE_GNOME=	glib20
66
USE_XORG=	xrender xext x11
66
USE_XORG=	xrender xext x11
(-)b/deskutils/calindori/Makefile (-2 / +2 lines)
Lines 15-24 USE_GL= gl Link Here
15
USE_QT=		core dbus declarative gui \
15
USE_QT=		core dbus declarative gui \
16
		network quickcontrols quickcontrols2 \
16
		network quickcontrols quickcontrols2 \
17
		svg widgets \
17
		svg widgets \
18
		buildtools_build linguist_build qmake_build
18
		buildtools:build linguist:build qmake:build
19
USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 \
19
USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 \
20
		notifications people service \
20
		notifications people service \
21
		ecm_build
21
		ecm:build
22
22
23
CMAKE_OFF=	BUILD_TESTING
23
CMAKE_OFF=	BUILD_TESTING
24
24
(-)b/deskutils/charmtimetracker/Makefile (-1 / +1 lines)
Lines 25-31 GH_PROJECT= Charm Link Here
25
USE_QT=		core dbus gui \
25
USE_QT=		core dbus gui \
26
		network printsupport script sql sql-sqlite3 \
26
		network printsupport script sql sql-sqlite3 \
27
		widgets xml \
27
		widgets xml \
28
		buildtools_build qmake_build testlib_build
28
		buildtools:build qmake:build testlib:build
29
USE_XORG=	ice x11 xcb xext xscrnsaver
29
USE_XORG=	ice x11 xcb xext xscrnsaver
30
30
31
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)b/deskutils/coolreader/Makefile (-1 / +1 lines)
Lines 22-28 USES= qt:5 cmake:noninja pkgconfig desktop-file-utils jpeg Link Here
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	buggins
23
GH_ACCOUNT=	buggins
24
24
25
USE_QT=		core buildtools_build gui qmake_build widgets linguisttools_build
25
USE_QT=		core buildtools:build gui qmake:build widgets linguisttools:build
26
26
27
CMAKE_ARGS=	-D GUI=QT5 -D MAX_IMAGE_SCALE_MUL=2 \
27
CMAKE_ARGS=	-D GUI=QT5 -D MAX_IMAGE_SCALE_MUL=2 \
28
		-D DOC_DATA_COMPRESSION_LEVEL=3 -D DOC_BUFFER_SIZE=0x1400000
28
		-D DOC_DATA_COMPRESSION_LEVEL=3 -D DOC_BUFFER_SIZE=0x1400000
(-)b/deskutils/copyq/Makefile (-2 / +2 lines)
Lines 32-39 USE_KDE= notifications Link Here
32
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
33
33
34
USE_QT=		core declarative gui network script svg wayland widgets \
34
USE_QT=		core declarative gui network script svg wayland widgets \
35
		x11extras buildtools_build linguisttools_build qmake_build \
35
		x11extras buildtools:build linguisttools:build qmake:build \
36
		imageformats_run
36
		imageformats:run
37
USE_XORG=	x11 xau xcb xdmcp xtst
37
USE_XORG=	x11 xau xcb xdmcp xtst
38
38
39
LDFLAGS+=	-Wl,--as-needed
39
LDFLAGS+=	-Wl,--as-needed
(-)b/deskutils/coregarage/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libarchiveqt5.so:archivers/libarchive-qt \ Link Here
13
		libcprime-core.so:deskutils/libcprime
13
		libcprime-core.so:deskutils/libcprime
14
14
15
USES=		cmake localbase:ldflags qt:5
15
USES=		cmake localbase:ldflags qt:5
16
USE_QT=		buildtools_build core gui network qmake_build widgets
16
USE_QT=		buildtools:build core gui network qmake:build widgets
17
USE_GITLAB=	yes
17
USE_GITLAB=	yes
18
18
19
GL_ACCOUNT=	CuboCore
19
GL_ACCOUNT=	CuboCore
(-)b/deskutils/fet/Makefile (-1 / +1 lines)
Lines 14-20 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
14
14
15
USES=		compiler:c++14-lang gl qmake qt:5 tar:bzip2
15
USES=		compiler:c++14-lang gl qmake qt:5 tar:bzip2
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		core printsupport widgets buildtools_build
17
USE_QT=		core printsupport widgets buildtools:build
18
18
19
INSTALL_TARGET=	${WRKSRC}/fet-cl
19
INSTALL_TARGET=	${WRKSRC}/fet-cl
20
20
(-)b/deskutils/flameshot/Makefile (-1 / +1 lines)
Lines 18-24 GH_ACCOUNT= flameshot-org Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_QT=		core dbus gui linguist network svg widgets \
20
USE_QT=		core dbus gui linguist network svg widgets \
21
		buildtools_build
21
		buildtools:build
22
22
23
post-patch:
23
post-patch:
24
	        @${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_FULL_BINDIR},${LOCALBASE}/bin,1' \
24
	        @${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_FULL_BINDIR},${LOCALBASE}/bin,1' \
(-)b/deskutils/grantlee-editor/Makefile (-2 / +2 lines)
Lines 19-31 USE_KDE= archive attica auth codecs completion config configwidgets \ Link Here
19
		coreaddons crash dbusaddons i18n itemmodels jobwidgets \
19
		coreaddons crash dbusaddons i18n itemmodels jobwidgets \
20
		kio newstuff service solid syntaxhighlighting texteditor \
20
		kio newstuff service solid syntaxhighlighting texteditor \
21
		widgetsaddons windowsystem xmlgui \
21
		widgetsaddons windowsystem xmlgui \
22
		ecm_build
22
		ecm:build
23
# pim components
23
# pim components
24
USE_KDE+=	akonadi akonadicontacts akonadimime contacts grantleetheme \
24
USE_KDE+=	akonadi akonadicontacts akonadimime contacts grantleetheme \
25
		libkleo messagelib mime pimcommon pimtextedit
25
		libkleo messagelib mime pimcommon pimtextedit
26
USE_QT=		concurrent core dbus declarative gui location network \
26
USE_QT=		concurrent core dbus declarative gui location network \
27
		printsupport webchannel webengine widgets xml \
27
		printsupport webchannel webengine widgets xml \
28
		buildtools_build qmake_build
28
		buildtools:build qmake:build
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
31
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/grantleetheme/Makefile (-2 / +2 lines)
Lines 11-19 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ Link Here
11
		pkgconfig qt:5 tar:xz
11
		pkgconfig qt:5 tar:xz
12
USE_KDE=	attica auth codecs config configwidgets coreaddons guiaddons \
12
USE_KDE=	attica auth codecs config configwidgets coreaddons guiaddons \
13
		i18n iconthemes newstuff service widgetsaddons xmlgui \
13
		i18n iconthemes newstuff service widgetsaddons xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		core dbus gui network testlib widgets xml \
15
USE_QT=		core dbus gui network testlib widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/itinerary/Makefile (-2 / +2 lines)
Lines 8-17 COMMENT= Digital travel assistant for KDE Link Here
8
USES=		cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz
9
USE_KDE=	calendarcore coreaddons contacts crash dbusaddons i18n mime \
9
USE_KDE=	calendarcore coreaddons contacts crash dbusaddons i18n mime \
10
		kpkpass notifications kosm kitinerary kpublictransport qqc2-desktop-style \
10
		kpkpass notifications kosm kitinerary kpublictransport qqc2-desktop-style \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus declarative gui location network quick3d quickcontrols2 \
12
USE_QT=		core dbus declarative gui location network quick3d quickcontrols2 \
13
		testlib widgets \
13
		testlib widgets \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/deskutils/kaddressbook/Makefile (-3 / +3 lines)
Lines 16-28 USES= cmake compiler:c++11-lib desktop-file-utils gettext grantlee:5 kde:5 \ Link Here
16
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
16
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
17
		i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
17
		i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
18
		prison service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
18
		prison service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
19
		ecm_build
19
		ecm:build
20
# pim components
20
# pim components
21
USE_KDE+=	akonadi akonadicontacts akonadisearch contacts grantleetheme \
21
USE_KDE+=	akonadi akonadicontacts akonadisearch contacts grantleetheme \
22
		imap kontactinterface libkdepim mime pimcommon \
22
		imap kontactinterface libkdepim mime pimcommon \
23
		kdepim-runtime5_run
23
		kdepim-runtime5:run
24
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
24
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/kalarm/Makefile (-3 / +3 lines)
Lines 13-28 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
13
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
13
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
14
		notifications notifyconfig parts service solid sonnet textwidgets \
14
		notifications notifyconfig parts service solid sonnet textwidgets \
15
		unitconversion wallet widgetsaddons windowsystem xmlgui \
15
		unitconversion wallet widgetsaddons windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
# pim components
17
# pim components
18
USE_KDE+=	akonadi akonadicontacts akonadimime calendarcore \
18
USE_KDE+=	akonadi akonadicontacts akonadimime calendarcore \
19
		calendarutils contacts globalaccel grantleetheme holidays identitymanagement \
19
		calendarutils contacts globalaccel grantleetheme holidays identitymanagement \
20
		idletime libkdepim mailcommon mailtransport mime \
20
		idletime libkdepim mailcommon mailtransport mime \
21
		pimcommon pimtextedit imap \
21
		pimcommon pimtextedit imap \
22
		kdepim-runtime5_run
22
		kdepim-runtime5:run
23
USE_QT=		concurrent core dbus gui network phonon4 printsupport widgets \
23
USE_QT=		concurrent core dbus gui network phonon4 printsupport widgets \
24
		x11extras xml \
24
		x11extras xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_XORG=	x11
26
USE_XORG=	x11
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
(-)b/deskutils/kalendar/Makefile (-3 / +3 lines)
Lines 12-26 USES= cmake compiler:c++17-lang desktop-file-utils grantlee:5 kde:5 \ Link Here
12
		qt:5 tar:xz xorg
12
		qt:5 tar:xz xorg
13
USE_QT=		concurrent core dbus declarative gui location multimedia \
13
USE_QT=		concurrent core dbus declarative gui location multimedia \
14
		network printsupport quickcontrols2 svg widgets xml \
14
		network printsupport quickcontrols2 svg widgets xml \
15
		buildtools_build declarative-test_build linguist_build \
15
		buildtools:build declarative-test:build linguist:build \
16
		qmake_build testlib_build
16
		qmake:build testlib:build
17
USE_KDE=	akonadi akonadicalendar akonadicontacts auth calendarcore \
17
USE_KDE=	akonadi akonadicalendar akonadicontacts auth calendarcore \
18
		calendarsupport calendarutils codecs config configwidgets \
18
		calendarsupport calendarutils codecs config configwidgets \
19
		contacts coreaddons dbusaddons eventviews grantleetheme i18n \
19
		contacts coreaddons dbusaddons eventviews grantleetheme i18n \
20
		identitymanagement itemmodels kio kirigami2 mime notifications \
20
		identitymanagement itemmodels kio kirigami2 mime notifications \
21
		people pimtextedit qqc2-desktop-style service sonnet \
21
		people pimtextedit qqc2-desktop-style service sonnet \
22
		textwidgets widgetsaddons windowsystem xmlgui \
22
		textwidgets widgetsaddons windowsystem xmlgui \
23
		ecm_build
23
		ecm:build
24
USE_XORG=	x11
24
USE_XORG=	x11
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/deskutils/kcharselect/Makefile (-2 / +2 lines)
Lines 11-19 BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook- Link Here
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth codecs config configwidgets coreaddons crash bookmarks \
12
USE_KDE=	auth codecs config configwidgets coreaddons crash bookmarks \
13
		doctools i18n widgetsaddons xmlgui \
13
		doctools i18n widgetsaddons xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		core dbus gui widgets xml \
15
USE_QT=		core dbus gui widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/deskutils/kchmviewer/Makefile (-1 / +1 lines)
Lines 12-18 LIB_DEPENDS= libchm.so:misc/chmlib \ Link Here
12
12
13
USES=		compiler:c++11-lang dos2unix qmake:outsource qt:5 xorg
13
USES=		compiler:c++11-lang dos2unix qmake:outsource qt:5 xorg
14
USE_QT=		core dbus gui network printsupport webkit widgets xml \
14
USE_QT=		core dbus gui network printsupport webkit widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_XORG=	x11
16
USE_XORG=	x11
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
(-)b/deskutils/kdeconnect-kde/Makefile (-2 / +2 lines)
Lines 23-32 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
23
		itemviews jobwidgets kcmutils kio kirigami2 notifications \
23
		itemviews jobwidgets kcmutils kio kirigami2 notifications \
24
		people qqc2-desktop-style service solid wayland widgetsaddons \
24
		people qqc2-desktop-style service solid wayland widgetsaddons \
25
		windowsystem xmlgui \
25
		windowsystem xmlgui \
26
		ecm_build
26
		ecm:build
27
USE_QT=		concurrent core dbus declarative gui multimedia network \
27
USE_QT=		concurrent core dbus declarative gui multimedia network \
28
		quickcontrols2 testlib wayland widgets x11extras xml \
28
		quickcontrols2 testlib wayland widgets x11extras xml \
29
		buildtools_build qmake_build
29
		buildtools:build qmake:build
30
USE_XORG=	ice sm x11 xext xtst
30
USE_XORG=	ice sm x11 xext xtst
31
USE_LDCONFIG=	${QT_QMLDIR}/org/kde/kdeconnect
31
USE_LDCONFIG=	${QT_QMLDIR}/org/kde/kdeconnect
32
32
(-)b/deskutils/kdepim-addons/Makefile (-2 / +2 lines)
Lines 21-27 USE_KDE= archive auth codecs completion config configwidgets coreaddons \ Link Here
21
		dbusaddons guiaddons i18n iconthemes itemmodels itemviews jobwidgets \
21
		dbusaddons guiaddons i18n iconthemes itemmodels itemviews jobwidgets \
22
		kdeclarative khtml kio parts prison service solid sonnet syntaxhighlighting \
22
		kdeclarative khtml kio parts prison service solid sonnet syntaxhighlighting \
23
		textwidgets wallet widgetsaddons windowsystem xmlgui \
23
		textwidgets wallet widgetsaddons windowsystem xmlgui \
24
		ecm_build
24
		ecm:build
25
# pim components
25
# pim components
26
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadiimportwizard \
26
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadiimportwizard \
27
		akonadimime akonadinotes calendarcore calendarsupport \
27
		akonadimime akonadinotes calendarcore calendarsupport \
Lines 32-38 USE_KDE+= akonadi akonadicalendar akonadicontacts akonadiimportwizard \ Link Here
32
		messagelib mime pimcommon pimtextedit tnef
32
		messagelib mime pimcommon pimtextedit tnef
33
USE_QT=		concurrent core dbus declarative gui location network printsupport testlib \
33
USE_QT=		concurrent core dbus declarative gui location network printsupport testlib \
34
		webchannel webengine widgets xml \
34
		webchannel webengine widgets xml \
35
		buildtools_build qmake_build
35
		buildtools:build qmake:build
36
USE_LDCONFIG=	yes
36
USE_LDCONFIG=	yes
37
37
38
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
38
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/kdepim-runtime/Makefile (-1 / +1 lines)
Lines 30-36 USE_KDE+= akonadi akonadicontacts akonadimime akonadinotes \ Link Here
30
		pimtextedit syndication
30
		pimtextedit syndication
31
USE_QT=		concurrent core dbus declarative gui location network networkauth printsupport speech \
31
USE_QT=		concurrent core dbus declarative gui location network networkauth printsupport speech \
32
		script webchannel webengine widgets xml xmlpatterns \
32
		script webchannel webengine widgets xml xmlpatterns \
33
		buildtools_build qmake_build
33
		buildtools:build qmake:build
34
USE_LDCONFIG=	yes
34
USE_LDCONFIG=	yes
35
35
36
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
36
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/keditbookmarks/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth bookmarks codecs completion config configwidgets \
9
USE_KDE=	auth bookmarks codecs completion config configwidgets \
10
		coreaddons i18n iconthemes jobwidgets kio parts service \
10
		coreaddons i18n iconthemes jobwidgets kio parts service \
11
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
11
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus gui network widgets xml \
13
USE_QT=		concurrent core dbus gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/deskutils/kfind/Makefile (-2 / +2 lines)
Lines 11-19 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
11
		jobwidgets kdelibs4support kio notifications parts service \
11
		jobwidgets kdelibs4support kio notifications parts service \
12
		solid sonnet textwidgets unitconversion widgetsaddons \
12
		solid sonnet textwidgets unitconversion widgetsaddons \
13
		windowsystem xmlgui \
13
		windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
15
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/deskutils/kmail-account-wizard/Makefile (-2 / +2 lines)
Lines 17-28 USE_KDE= attica auth codecs config configwidgets coreaddons crash \ Link Here
17
		dbusaddons i18n itemmodels itemviews kcmutils kio kross \
17
		dbusaddons i18n itemmodels itemviews kcmutils kio kross \
18
		newstuff notifications notifyconfig service texteditor wallet \
18
		newstuff notifications notifyconfig service texteditor wallet \
19
		widgetsaddons xmlgui \
19
		widgetsaddons xmlgui \
20
		ecm_build
20
		ecm:build
21
# pim components
21
# pim components
22
USE_KDE+=	akonadi akonadimime identitymanagement ldap libkdepim libkleo \
22
USE_KDE+=	akonadi akonadimime identitymanagement ldap libkdepim libkleo \
23
		mailtransport mime pimcommon pimtextedit
23
		mailtransport mime pimcommon pimtextedit
24
USE_QT=		concurrent core dbus gui network script widgets xml \
24
USE_QT=		concurrent core dbus gui network script widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/kmail/Makefile (-3 / +3 lines)
Lines 27-43 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
27
		notifications notifyconfig parts service solid sonnet \
27
		notifications notifyconfig parts service solid sonnet \
28
		syntaxhighlighting texteditor textwidgets unitconversion wallet \
28
		syntaxhighlighting texteditor textwidgets unitconversion wallet \
29
		widgetsaddons windowsystem xmlgui \
29
		widgetsaddons windowsystem xmlgui \
30
		ecm_build
30
		ecm:build
31
# pim components
31
# pim components
32
USE_KDE+=	akonadi akonadicontacts akonadimime akonadisearch calendarcore \
32
USE_KDE+=	akonadi akonadicontacts akonadimime akonadisearch calendarcore \
33
		calendarutils contacts gravatar grantleetheme \
33
		calendarutils contacts gravatar grantleetheme \
34
		identitymanagement libkdepim libkleo libksieve \
34
		identitymanagement libkdepim libkleo libksieve \
35
		kontactinterface ldap mailcommon mailtransport messagelib \
35
		kontactinterface ldap mailcommon mailtransport messagelib \
36
		mime pimcommon pimtextedit tnef \
36
		mime pimcommon pimtextedit tnef \
37
		kdepim-runtime5_run
37
		kdepim-runtime5:run
38
USE_QT=		concurrent core dbus declarative gui location network printsupport \
38
USE_QT=		concurrent core dbus declarative gui location network printsupport \
39
		webchannel webengine widgets xml \
39
		webchannel webengine widgets xml \
40
		buildtools_build qmake_build
40
		buildtools:build qmake:build
41
USE_LDCONFIG=	yes
41
USE_LDCONFIG=	yes
42
42
43
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
43
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/knotes/Makefile (-2 / +2 lines)
Lines 20-28 USE_KDE= attica auth bookmarks codecs completion config configwidgets \ Link Here
20
USE_KDE+=	akonadi akonadicontacts akonadinotes akonadisearch  \
20
USE_KDE+=	akonadi akonadicontacts akonadinotes akonadisearch  \
21
		calendarcore calendarutils contacts grantleetheme imap kontactinterface libkdepim \
21
		calendarcore calendarutils contacts grantleetheme imap kontactinterface libkdepim \
22
		mime pimcommon pimtextedit \
22
		mime pimcommon pimtextedit \
23
		kdepim-runtime5_run
23
		kdepim-runtime5:run
24
USE_QT=		concurrent core dbus gui network printsupport widgets x11extras xml \
24
USE_QT=		concurrent core dbus gui network printsupport widgets x11extras xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_XORG=	ice sm x11 xext
26
USE_XORG=	ice sm x11 xext
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
(-)b/deskutils/kodaskanna/Makefile (-2 / +2 lines)
Lines 18-26 USE_XORG= x11 Link Here
18
USE_QT=		concurrent core dbus declarative gui \
18
USE_QT=		concurrent core dbus declarative gui \
19
		multimedia network quickcontrols quickcontrols2 \
19
		multimedia network quickcontrols quickcontrols2 \
20
		widgets xml \
20
		widgets xml \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
USE_KDE=	auth codecs config configwidgets coreaddons i18n \
22
USE_KDE=	auth codecs config configwidgets coreaddons i18n \
23
		kio purpose service widgetsaddons windowsystem \
23
		kio purpose service widgetsaddons windowsystem \
24
		ecm_build
24
		ecm:build
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/deskutils/kongress/Makefile (-2 / +2 lines)
Lines 15-23 USE_GL= gl Link Here
15
USE_QT=		core dbus declarative gui \
15
USE_QT=		core dbus declarative gui \
16
		network quickcontrols quickcontrols2 \
16
		network quickcontrols quickcontrols2 \
17
		svg widgets \
17
		svg widgets \
18
		buildtools_build linguist_build qmake_build
18
		buildtools:build linguist:build qmake:build
19
USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 notifications service \
19
USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 notifications service \
20
		ecm_build
20
		ecm:build
21
21
22
CMAKE_ON=	REMINDERS_ENABLED
22
CMAKE_ON=	REMINDERS_ENABLED
23
CMAKE_OFF=	BUILD_TESTING
23
CMAKE_OFF=	BUILD_TESTING
(-)b/deskutils/kontact/Makefile (-2 / +2 lines)
Lines 11-22 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
12
		i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
13
		service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
13
		service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
# pim components
15
# pim components
16
USE_KDE+=	akonadi grantleetheme kontactinterface libkdepim pimcommon
16
USE_KDE+=	akonadi grantleetheme kontactinterface libkdepim pimcommon
17
USE_QT=		concurrent core dbus declarative gui location network  \
17
USE_QT=		concurrent core dbus declarative gui location network  \
18
		printsupport webchannel webengine widgets xml \
18
		printsupport webchannel webengine widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/korganizer/Makefile (-3 / +3 lines)
Lines 14-29 USE_KDE= attica auth bookmarks codecs completion config configwidgets \ Link Here
14
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
14
		itemmodels itemviews jobwidgets kcmutils kdelibs4support kio \
15
		newstuff notifications parts service solid sonnet textwidgets \
15
		newstuff notifications parts service solid sonnet textwidgets \
16
		unitconversion wallet widgetsaddons windowsystem xmlgui \
16
		unitconversion wallet widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
# pim components
18
# pim components
19
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadimime \
19
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadimime \
20
		akonadinotes akonadisearch calendarcore calendarsupport \
20
		akonadinotes akonadisearch calendarcore calendarsupport \
21
		calendarutils contacts eventviews grantleetheme holidays identitymanagement \
21
		calendarutils contacts eventviews grantleetheme holidays identitymanagement \
22
		imap incidenceeditor kontactinterface ldap \
22
		imap incidenceeditor kontactinterface ldap \
23
		libkdepim mailtransport mime pimcommon pimtextedit \
23
		libkdepim mailtransport mime pimcommon pimtextedit \
24
		kdepim-runtime5_run
24
		kdepim-runtime5:run
25
USE_QT=		concurrent core dbus gui multimedia network phonon4 printsupport widgets xml \
25
USE_QT=		concurrent core dbus gui multimedia network phonon4 printsupport widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
29
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
29
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/kruler/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KDE screen ruler Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
9
USE_KDE=	auth codecs config configwidgets coreaddons doctools i18n \
9
USE_KDE=	auth codecs config configwidgets coreaddons doctools i18n \
10
		notifications widgetsaddons windowsystem xmlgui \
10
		notifications widgetsaddons windowsystem xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui widgets x11extras xml \
12
USE_QT=		core dbus gui widgets x11extras xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
USE_XORG=	x11 xcb
14
USE_XORG=	x11 xcb
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
(-)b/deskutils/ktimetracker/Makefile (-2 / +2 lines)
Lines 15-22 USE_KDE= kio sonnet auth calendarcore codecs config configwidgets \ Link Here
15
		coreaddons dbusaddons i18n idletime jobwidgets \
15
		coreaddons dbusaddons i18n idletime jobwidgets \
16
		notifications service textwidgets widgetsaddons \
16
		notifications service textwidgets widgetsaddons \
17
		windowsystem xmlgui \
17
		windowsystem xmlgui \
18
		doctools_build
18
		doctools:build
19
USE_QT=		concurrent core dbus gui network widgets xml \
19
USE_QT=		concurrent core dbus gui network widgets xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/deskutils/kuserfeedback/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/COPYING.LIB Link Here
13
USES=		bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
13
USES=		bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
14
USE_KDE=	ecm
14
USE_KDE=	ecm
15
USE_QT=		charts core declarative gui network printsupport svg widgets \
15
USE_QT=		charts core declarative gui network printsupport svg widgets \
16
		buildtools_build help_build qdoc_build qmake_build
16
		buildtools:build help:build qdoc:build qmake:build
17
17
18
OPTIONS_DEFINE=	SERVER
18
OPTIONS_DEFINE=	SERVER
19
19
(-)b/deskutils/latte-dock/Makefile (-2 / +2 lines)
Lines 17-26 USE_KDE= activities archive attica auth codecs completion config \ Link Here
17
		guiaddons i18n iconthemes jobwidgets kdeclarative kio \
17
		guiaddons i18n iconthemes jobwidgets kdeclarative kio \
18
		libksysguard newstuff notifications package plasma-framework \
18
		libksysguard newstuff notifications package plasma-framework \
19
		service solid wayland widgetsaddons windowsystem xmlgui \
19
		service solid wayland widgetsaddons windowsystem xmlgui \
20
		ecm_build
20
		ecm:build
21
USE_QT=		concurrent core dbus declarative gui network widgets \
21
USE_QT=		concurrent core dbus declarative gui network widgets \
22
		x11extras xml \
22
		x11extras xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
USE_XORG=	ice sm x11 xcb xext
24
USE_XORG=	ice sm x11 xcb xext
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/deskutils/libcprime/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv3 Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
USES=		cmake qt:5
12
USES=		cmake qt:5
13
USE_QT=		buildtools_build core dbus gui network qmake_build widgets
13
USE_QT=		buildtools:build core dbus gui network qmake:build widgets
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
USE_GITLAB=	yes
15
USE_GITLAB=	yes
16
16
(-)b/deskutils/libkdepim/Makefile (-2 / +2 lines)
Lines 13-24 USES= cmake gettext compiler:c++11-lib kde:5 qt:5 tar:xz Link Here
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		i18n iconthemes itemmodels itemviews jobwidgets kcmutils \
14
		i18n iconthemes itemmodels itemviews jobwidgets kcmutils \
15
		kio service wallet widgetsaddons \
15
		kio service wallet widgetsaddons \
16
		ecm_build
16
		ecm:build
17
# pim components
17
# pim components
18
USE_KDE+=	akonadi akonadicontacts akonadisearch contacts ldap mime
18
USE_KDE+=	akonadi akonadicontacts akonadisearch contacts ldap mime
19
USE_QT=		concurrent core dbus designer gui network uiplugin uitools \
19
USE_QT=		concurrent core dbus designer gui network uiplugin uitools \
20
		widgets xml \
20
		widgets xml \
21
		buildtools_build qmake_build testlib_build
21
		buildtools:build qmake:build testlib:build
22
22
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
(-)b/deskutils/libportal/Makefile (-1 / +1 lines)
Lines 12-18 BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc Link Here
12
USES=		gnome meson pkgconfig qt:5
12
USES=		gnome meson pkgconfig qt:5
13
13
14
USE_GNOME=	glib20 gtk30 introspection:build
14
USE_GNOME=	glib20 gtk30 introspection:build
15
USE_QT=		buildtools core gui qmake_build testlib widgets x11extras
15
USE_QT=		buildtools core gui qmake:build testlib widgets x11extras
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
(-)b/deskutils/lumina-archiver/Makefile (-2 / +2 lines)
Lines 10-16 LICENSE= BSD3CLAUSE Link Here
10
LICENSE_FILE=	${WRKSRC}/../../../LICENSE
10
LICENSE_FILE=	${WRKSRC}/../../../LICENSE
11
11
12
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
12
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
13
USE_QT=		buildtools_build concurrent core gui \
13
USE_QT=		buildtools:build concurrent core gui \
14
		multimedia network svg widgets x11extras
14
		multimedia network svg widgets x11extras
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
Lines 20-26 GH_PROJECT= lumina Link Here
20
OPTIONS_DEFINE=		NLS
20
OPTIONS_DEFINE=		NLS
21
OPTIONS_SUB=		yes
21
OPTIONS_SUB=		yes
22
22
23
NLS_USE=	qt=linguist_build
23
NLS_USE=	qt=linguist:build
24
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
24
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
25
25
26
CONFLICTS_INSTALL=	lumina-1.2.*
26
CONFLICTS_INSTALL=	lumina-1.2.*
(-)b/deskutils/lumina-calculator/Makefile (-2 / +2 lines)
Lines 10-16 LICENSE= BSD3CLAUSE Link Here
10
USES=		compiler:c++11-lang gl qmake qt:5 xorg
10
USES=		compiler:c++11-lang gl qmake qt:5 xorg
11
USE_GL=		gl
11
USE_GL=		gl
12
USE_XORG=	x11
12
USE_XORG=	x11
13
USE_QT=		buildtools_build core gui svg widgets
13
USE_QT=		buildtools:build core gui svg widgets
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	lumina-desktop
15
GH_ACCOUNT=	lumina-desktop
16
GH_TAGNAME=	159fc375
16
GH_TAGNAME=	159fc375
Lines 18-24 GH_TAGNAME= 159fc375 Link Here
18
OPTIONS_DEFINE=		NLS
18
OPTIONS_DEFINE=		NLS
19
OPTIONS_SUB=		yes
19
OPTIONS_SUB=		yes
20
20
21
NLS_USE=	qt=linguist_build
21
NLS_USE=	qt=linguist:build
22
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
22
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
23
23
24
CONFLICTS_INSTALL=	lumina-1.2.*
24
CONFLICTS_INSTALL=	lumina-1.2.*
(-)b/deskutils/lumina-fileinfo/Makefile (-2 / +2 lines)
Lines 10-16 LICENSE= BSD3CLAUSE Link Here
10
LICENSE_FILE=	${WRKSRC}/../../../LICENSE
10
LICENSE_FILE=	${WRKSRC}/../../../LICENSE
11
11
12
USES=		compiler:c++11-lang gl qmake qt:5
12
USES=		compiler:c++11-lang gl qmake qt:5
13
USE_QT=		buildtools_build concurrent core gui \
13
USE_QT=		buildtools:build concurrent core gui \
14
		multimedia network svg widgets x11extras
14
		multimedia network svg widgets x11extras
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
Lines 21-27 OPTIONS_DEFINE= NLS Link Here
21
OPTIONS_SUB=	yes
21
OPTIONS_SUB=	yes
22
22
23
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
23
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
24
NLS_USE=	QT=linguist_build
24
NLS_USE=	QT=linguist:build
25
25
26
CONFLICTS_INSTALL=	lumina-1.2.*
26
CONFLICTS_INSTALL=	lumina-1.2.*
27
27
(-)b/deskutils/lumina-fm/Makefile (-2 / +2 lines)
Lines 9-15 COMMENT= Insight file manager from the Lumina Desktop Link Here
9
LICENSE=	BSD3CLAUSE
9
LICENSE=	BSD3CLAUSE
10
10
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
12
USE_QT=		buildtools_build concurrent core gui imageformats \
12
USE_QT=		buildtools:build concurrent core gui imageformats \
13
		multimedia network svg widgets x11extras
13
		multimedia network svg widgets x11extras
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
Lines 19-25 GH_PROJECT= lumina Link Here
19
OPTIONS_DEFINE=		NLS
19
OPTIONS_DEFINE=		NLS
20
OPTIONS_SUB=		yes
20
OPTIONS_SUB=		yes
21
21
22
NLS_USE=	QT=linguist_build
22
NLS_USE=	QT=linguist:build
23
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
23
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
24
24
25
CONFLICTS_INSTALL=	lumina-1.2.*
25
CONFLICTS_INSTALL=	lumina-1.2.*
(-)b/deskutils/lumina-mediaplayer/Makefile (-2 / +2 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/../../../LICENSE Link Here
12
USES=		compiler:c++11-lang desktop-file-utils gl gstreamer qmake qt:5
12
USES=		compiler:c++11-lang desktop-file-utils gl gstreamer qmake qt:5
13
USE_GL=		gl
13
USE_GL=		gl
14
USE_GSTREAMER=	gl
14
USE_GSTREAMER=	gl
15
USE_QT=		buildtools_build core concurrent gui \
15
USE_QT=		buildtools:build core concurrent gui \
16
		multimedia network svg widgets x11extras
16
		multimedia network svg widgets x11extras
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	lumina-desktop
18
GH_ACCOUNT=	lumina-desktop
Lines 21-27 GH_PROJECT= lumina Link Here
21
OPTIONS_DEFINE=	NLS
21
OPTIONS_DEFINE=	NLS
22
OPTIONS_SUB=	yes
22
OPTIONS_SUB=	yes
23
23
24
NLS_USE=	qt=linguist_build
24
NLS_USE=	qt=linguist:build
25
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
25
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
26
26
27
WRKSRC_SUBDIR=	src-qt5/desktop-utils/${PORTNAME}
27
WRKSRC_SUBDIR=	src-qt5/desktop-utils/${PORTNAME}
(-)b/deskutils/lumina-pdf/Makefile (-2 / +2 lines)
Lines 9-15 COMMENT= PDF viewer from the Lumina Desktop Link Here
9
LICENSE=	BSD3CLAUSE
9
LICENSE=	BSD3CLAUSE
10
10
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
12
USE_QT=		buildtools_build concurrent core gui \
12
USE_QT=		buildtools:build concurrent core gui \
13
		multimedia network printsupport \
13
		multimedia network printsupport \
14
		svg widgets x11extras
14
		svg widgets x11extras
15
USE_GL=		gl
15
USE_GL=		gl
Lines 33-39 MUPDF_QMAKE_ON= USE_MUPDF=true Link Here
33
MUPDF_LIB_DEPENDS=	libmupdf.so:graphics/mupdf
33
MUPDF_LIB_DEPENDS=	libmupdf.so:graphics/mupdf
34
34
35
NLS_QMAKE_ON=		CONFIG+=WITH_I18N
35
NLS_QMAKE_ON=		CONFIG+=WITH_I18N
36
NLS_USE=		qt=linguist_build
36
NLS_USE=		qt=linguist:build
37
37
38
POPPLER_QMAKE_ON=	USE_POPPLER=true
38
POPPLER_QMAKE_ON=	USE_POPPLER=true
39
POPPLER_LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
39
POPPLER_LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
(-)b/deskutils/lumina-photo/Makefile (-2 / +2 lines)
Lines 9-15 COMMENT= Image viewer utility from the Lumina Desktop Link Here
9
LICENSE=	BSD3CLAUSE
9
LICENSE=	BSD3CLAUSE
10
10
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
12
USE_QT=		buildtools_build concurrent core gui multimedia \
12
USE_QT=		buildtools:build concurrent core gui multimedia \
13
		printsupport network svg widgets x11extras
13
		printsupport network svg widgets x11extras
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
Lines 19-25 GH_PROJECT= lumina Link Here
19
OPTIONS_DEFINE=		NLS
19
OPTIONS_DEFINE=		NLS
20
OPTIONS_SUB=		yes
20
OPTIONS_SUB=		yes
21
21
22
NLS_USE=	QT=linguist_build
22
NLS_USE=	QT=linguist:build
23
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
23
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
24
24
25
WRKSRC_SUBDIR=	src-qt5/desktop-utils/${PORTNAME}
25
WRKSRC_SUBDIR=	src-qt5/desktop-utils/${PORTNAME}
(-)b/deskutils/lumina-screenshot/Makefile (-2 / +2 lines)
Lines 15-21 LIB_DEPENDS= libxcb-ewmh.so:x11/xcb-util-wm \ Link Here
15
		libxcb-util.so:x11/xcb-util
15
		libxcb-util.so:x11/xcb-util
16
16
17
USES=		compiler:c++11-lang gl qmake qt:5 xorg
17
USES=		compiler:c++11-lang gl qmake qt:5 xorg
18
USE_QT=		buildtools_build concurrent core gui \
18
USE_QT=		buildtools:build concurrent core gui \
19
		multimedia network svg x11extras widgets
19
		multimedia network svg x11extras widgets
20
USE_XORG=	xcb xdamage
20
USE_XORG=	xcb xdamage
21
USE_GL=		gl
21
USE_GL=		gl
Lines 26-32 GH_PROJECT= lumina Link Here
26
OPTIONS_DEFINE=	NLS
26
OPTIONS_DEFINE=	NLS
27
OPTIONS_SUB=	yes
27
OPTIONS_SUB=	yes
28
28
29
NLS_USE=	QT=linguist_build
29
NLS_USE=	QT=linguist:build
30
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
30
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
31
31
32
CONFLICTS_INSTALL=	lumina-1.2.*
32
CONFLICTS_INSTALL=	lumina-1.2.*
(-)b/deskutils/lumina-textedit/Makefile (-2 / +2 lines)
Lines 10-16 LICENSE= BSD3CLAUSE Link Here
10
LICENSE_FILE=	${WRKSRC}/../../../LICENSE
10
LICENSE_FILE=	${WRKSRC}/../../../LICENSE
11
11
12
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
12
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
13
USE_QT=		buildtools_build concurrent core gui multimedia \
13
USE_QT=		buildtools:build concurrent core gui multimedia \
14
		network printsupport svg widgets x11extras
14
		network printsupport svg widgets x11extras
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
Lines 20-26 GH_PROJECT= lumina Link Here
20
OPTIONS_DEFINE=	NLS
20
OPTIONS_DEFINE=	NLS
21
OPTIONS_SUB=	yes
21
OPTIONS_SUB=	yes
22
22
23
NLS_USE=	QT=linguist_build
23
NLS_USE=	QT=linguist:build
24
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
24
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
25
25
26
CONFLICTS_INSTALL=	lumina-1.2.*
26
CONFLICTS_INSTALL=	lumina-1.2.*
(-)b/deskutils/lxqt-notificationd/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= LGPL21+ Link Here
10
10
11
USES=	cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \
11
USES=	cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \
12
	pkgconfig tar:xz gnome xorg
12
	pkgconfig tar:xz gnome xorg
13
USE_QT=	buildtools_build qmake_build dbus core gui \
13
USE_QT=	buildtools:build qmake:build dbus core gui \
14
	linguisttools svg widgets x11extras xml
14
	linguisttools svg widgets x11extras xml
15
USE_KDE=	windowsystem
15
USE_KDE=	windowsystem
16
USE_LXQT=	buildtools lxqt
16
USE_LXQT=	buildtools lxqt
(-)b/deskutils/maliit-framework/Makefile (-1 / +1 lines)
Lines 18-24 USE_GITHUB= yes Link Here
18
GH_ACCOUNT=	maliit
18
GH_ACCOUNT=	maliit
19
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
19
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
20
USE_QT=		core dbus declarative gui network wayland widgets \
20
USE_QT=		core dbus declarative gui network wayland widgets \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
USE_XORG=	xcb
22
USE_XORG=	xcb
23
23
24
CMAKE_ON=	enable-dbus-activation \
24
CMAKE_ON=	enable-dbus-activation \
(-)b/deskutils/maliit-keyboard/Makefile (-1 / +1 lines)
Lines 18-24 GH_ACCOUNT= maliit Link Here
18
USE_GNOME=	glib20
18
USE_GNOME=	glib20
19
GLIB_SCHEMAS=	org.maliit.keyboard.maliit.gschema.xml
19
GLIB_SCHEMAS=	org.maliit.keyboard.maliit.gschema.xml
20
USE_QT=		core dbus declarative gui multimedia network quickcontrols2 \
20
USE_QT=		core dbus declarative gui multimedia network quickcontrols2 \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
CMAKE_OFF=	enable-tests
22
CMAKE_OFF=	enable-tests
23
CMAKE_ARGS=	-DHUNSPELL_DICT_PATH=${PREFIX}/share/hunspell
23
CMAKE_ARGS=	-DHUNSPELL_DICT_PATH=${PREFIX}/share/hunspell
24
24
(-)b/deskutils/mbox-importer/Makefile (-2 / +2 lines)
Lines 14-26 LIB_DEPENDS= libassuan.so:security/libassuan \ Link Here
14
USES=		cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
15
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
15
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
16
		crash i18n itemmodels kio service widgetsaddons \
16
		crash i18n itemmodels kio service widgetsaddons \
17
		ecm_build
17
		ecm:build
18
# pim components
18
# pim components
19
USE_KDE+=	akonadi akonadicontacts akonadimime contacts \
19
USE_KDE+=	akonadi akonadicontacts akonadimime contacts \
20
		grantleetheme identitymanagement imap libkdepim libkleo mailcommon \
20
		grantleetheme identitymanagement imap libkdepim libkleo mailcommon \
21
		mailimporter messagelib mime pimcommon pimtextedit
21
		mailimporter messagelib mime pimcommon pimtextedit
22
USE_QT=		concurrent core dbus gui network widgets xml \
22
USE_QT=		concurrent core dbus gui network widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
26
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/mindforger/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv2+ Link Here
10
LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
10
LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
11
11
12
USES=		pkgconfig qmake qt:5
12
USES=		pkgconfig qmake qt:5
13
USE_QT=		buildtools_build core declarative gui location network \
13
USE_QT=		buildtools:build core declarative gui location network \
14
		printsupport webchannel widgets
14
		printsupport webchannel widgets
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	dvorka
16
GH_ACCOUNT=	dvorka
(-)b/deskutils/nextcloudclient/Makefile (-2 / +2 lines)
Lines 16-23 LIB_DEPENDS= libinotify.so:devel/libinotify \ Link Here
16
USES=		cmake:noninja compiler:c++14-lang desktop-file-utils gmake \
16
USES=		cmake:noninja compiler:c++14-lang desktop-file-utils gmake \
17
		gnome iconv localbase:ldflags pkgconfig qt:5 shared-mime-info \
17
		gnome iconv localbase:ldflags pkgconfig qt:5 shared-mime-info \
18
		sqlite ssl
18
		sqlite ssl
19
USE_QT=		buildtools_build concurrent core dbus declarative graphicaleffects \
19
USE_QT=		buildtools:build concurrent core dbus declarative graphicaleffects \
20
		gui linguist_build location network printsupport qmake_build \
20
		gui linguist:build location network printsupport qmake:build \
21
		quickcontrols2 sql svg testlib webchannel websockets \
21
		quickcontrols2 sql svg testlib webchannel websockets \
22
		widgets xml
22
		widgets xml
23
CMAKE_ARGS=	-DBUILD_UPDATER:BOOL=OFF \
23
CMAKE_ARGS=	-DBUILD_UPDATER:BOOL=OFF \
(-)b/deskutils/owncloudclient/Makefile (-1 / +1 lines)
Lines 24-30 USE_KDE= completion config coreaddons jobwidgets kio service \ Link Here
24
		widgetsaddons windowsystem
24
		widgetsaddons windowsystem
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_QT=		concurrent core dbus gui network sql webkit widgets xml \
26
USE_QT=		concurrent core dbus gui network sql webkit widgets xml \
27
		buildtools_build linguist_build qmake_build
27
		buildtools:build linguist:build qmake:build
28
28
29
CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR:STRING=man \
29
CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR:STRING=man \
30
		-DSYSCONF_INSTALL_DIR="${PREFIX}/etc"
30
		-DSYSCONF_INSTALL_DIR="${PREFIX}/etc"
(-)b/deskutils/pim-data-exporter/Makefile (-2 / +2 lines)
Lines 16-28 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
16
		coreaddons crash dbusaddons i18n itemmodels itemviews \
16
		coreaddons crash dbusaddons i18n itemmodels itemviews \
17
		jobwidgets kio notifications service solid wallet \
17
		jobwidgets kio notifications service solid wallet \
18
		widgetsaddons windowsystem xmlgui \
18
		widgetsaddons windowsystem xmlgui \
19
		ecm_build
19
		ecm:build
20
# pim components
20
# pim components
21
USE_KDE+=	akonadi akonadicontacts akonadimime akonadinotes calendarcore contacts \
21
USE_KDE+=	akonadi akonadicontacts akonadimime akonadinotes calendarcore contacts \
22
		grantleetheme identitymanagement imap libkdepim libkleo mailcommon \
22
		grantleetheme identitymanagement imap libkdepim libkleo mailcommon \
23
		mailtransport messagelib mime pimcommon pimtextedit
23
		mailtransport messagelib mime pimcommon pimtextedit
24
USE_QT=		concurrent core dbus gui network widgets xml \
24
USE_QT=		concurrent core dbus gui network widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
28
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/pim-sieve-editor/Makefile (-2 / +2 lines)
Lines 11-21 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	auth bookmarks codecs config configwidgets coreaddons crash \
11
USE_KDE=	auth bookmarks codecs config configwidgets coreaddons crash \
12
		dbusaddons i18n iconthemes kio service wallet \
12
		dbusaddons i18n iconthemes kio service wallet \
13
		widgetsaddons xmlgui \
13
		widgetsaddons xmlgui \
14
		ecm_build
14
		ecm:build
15
# pim components
15
# pim components
16
USE_KDE+=	libksieve mailtransport pimcommon
16
USE_KDE+=	libksieve mailtransport pimcommon
17
USE_QT=		concurrent core dbus gui network widgets xml \
17
USE_QT=		concurrent core dbus gui network widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
21
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/deskutils/plasma5-milou/Makefile (-1 / +1 lines)
Lines 9-14 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config coreaddons i18n itemmodels kdeclarative \
9
USE_KDE=	auth codecs config coreaddons i18n itemmodels kdeclarative \
10
		package plasma-framework runner service
10
		package plasma-framework runner service
11
USE_QT=		core declarative gui network script widgets \
11
USE_QT=		core declarative gui network script widgets \
12
		buildtools_build qmake_build testlib_build
12
		buildtools:build qmake:build testlib:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/deskutils/plasma5-sddm-kcm/Makefile (-1 / +1 lines)
Lines 12-18 USE_KDE= archive attica auth codecs completion config configwidgets \ Link Here
12
		widgetsaddons windowsystem xmlgui
12
		widgetsaddons windowsystem xmlgui
13
USE_QT=		concurrent core dbus declarative designer gui network uiplugin \
13
USE_QT=		concurrent core dbus declarative designer gui network uiplugin \
14
		widgets x11extras xml \
14
		widgets x11extras xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_XORG=	ice sm x11 xcb xcursor xext xfixes
16
USE_XORG=	ice sm x11 xcb xcursor xext xfixes
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/deskutils/plasma5-xdg-desktop-portal-kde/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
12
		coreaddons i18n itemviews jobwidgets kdeclarative kio \
12
		coreaddons i18n itemviews jobwidgets kdeclarative kio \
13
		kirigami2 notifications package plasma-framework service solid \
13
		kirigami2 notifications package plasma-framework service solid \
14
		wayland widgetsaddons windowsystem xmlgui \
14
		wayland widgetsaddons windowsystem xmlgui \
15
		ecm_build plasma-wayland-protocols_build
15
		ecm:build plasma-wayland-protocols:build
16
USE_QT=		concurrent core dbus declarative gui network printsupport \
16
USE_QT=		concurrent core dbus declarative gui network printsupport \
17
		widgets xml \
17
		widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/deskutils/qlipper/Makefile (-1 / +1 lines)
Lines 20-26 LXQTAUTOSTART_DESC= Create autostart entry for LXQt Link Here
20
LXQTAUTOSTART_BUILD_DEPENDS=	${LOCALBASE}/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
20
LXQTAUTOSTART_BUILD_DEPENDS=	${LOCALBASE}/share/cmake/lxqt-build-tools/lxqt-build-tools-config.cmake:devel/lxqt-build-tools
21
LXQTAUTOSTART_CMAKE_BOOL=	ENABLE_LXQT_AUTOSTART
21
LXQTAUTOSTART_CMAKE_BOOL=	ENABLE_LXQT_AUTOSTART
22
22
23
USE_QT=		buildtools_build qmake_build core gui linguisttools \
23
USE_QT=		buildtools:build qmake:build core gui linguisttools \
24
		network widgets
24
		network widgets
25
25
26
USE_XORG=	x11
26
USE_XORG=	x11
(-)b/deskutils/qownnotes/Makefile (-1 / +1 lines)
Lines 13-19 RUN_DEPENDS= git:devel/git Link Here
13
13
14
USES=		gl gmake pkgconfig qmake qt:5 tar:xz xorg
14
USES=		gl gmake pkgconfig qmake qt:5 tar:xz xorg
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build linguisttools_build \
16
USE_QT=		buildtools:build linguisttools:build \
17
		concurrent core declarative gui network printsupport \
17
		concurrent core declarative gui network printsupport \
18
		sql svg websockets widgets x11extras xml xmlpatterns
18
		sql svg websockets widgets x11extras xml xmlpatterns
19
USE_XORG=	x11
19
USE_XORG=	x11
(-)b/deskutils/qtfeedback/Makefile (-1 / +1 lines)
Lines 12-18 USE_GITHUB= yes Link Here
12
GH_ACCOUNT=	qtproject
12
GH_ACCOUNT=	qtproject
13
USE_GL=		gl
13
USE_GL=		gl
14
USE_QT=		core declarative gui multimedia network \
14
USE_QT=		core declarative gui multimedia network \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
16
17
pre-configure:
17
pre-configure:
18
	cd ${CONFIGURE_WRKSRC} && ${QT_BINDIR}/syncqt.pl -version ${QT5_VERSION} -module QtFeedback
18
	cd ${CONFIGURE_WRKSRC} && ${QT_BINDIR}/syncqt.pl -version ${QT5_VERSION} -module QtFeedback
(-)b/deskutils/recoll/Makefile (-1 / +1 lines)
Lines 25-31 USE_LDCONFIG= yes Link Here
25
USE_PYTHON=	py3kplist
25
USE_PYTHON=	py3kplist
26
PYDISTUTILS_PKGNAME=	Recoll
26
PYDISTUTILS_PKGNAME=	Recoll
27
PYDISTUTILS_PKGVERSION=	1.0
27
PYDISTUTILS_PKGVERSION=	1.0
28
USE_QT=		core gui printsupport widgets xml buildtools_build qmake_build
28
USE_QT=		core gui printsupport widgets xml buildtools:build qmake:build
29
29
30
SHEBANG_FILES=	desktop/hotrecoll.py filters/*.py filters/rcl7z \
30
SHEBANG_FILES=	desktop/hotrecoll.py filters/*.py filters/rcl7z \
31
		filters/rclaudio filters/rclchm filters/rcldia filters/rclepub \
31
		filters/rclaudio filters/rclchm filters/rcldia filters/rclepub \
(-)b/deskutils/semantik/Makefile (-1 / +1 lines)
Lines 16-22 USE_KDE= auth config configwidgets coreaddons i18n iconthemes \ Link Here
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_QT=		core dbus declarative gui location network printsupport \
17
USE_QT=		core dbus declarative gui location network printsupport \
18
		svg webchannel webengine widgets xml \
18
		svg webchannel webengine widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
SHEBANG_FILES=	src/templates/beamer/wscript \
21
SHEBANG_FILES=	src/templates/beamer/wscript \
22
		src/templates/pdflatex/wscript \
22
		src/templates/pdflatex/wscript \
(-)b/deskutils/syncthingtray/Makefile (-2 / +2 lines)
Lines 26-33 GH_TUPLE= Martchus:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:syncthingtray/ Link Here
26
USE_KDE=	plasma-framework
26
USE_KDE=	plasma-framework
27
USE_QT=		concurrent core dbus declarative gui location network \
27
USE_QT=		concurrent core dbus declarative gui location network \
28
		printsupport qdbus quickcontrols2 svg webchannel \
28
		printsupport qdbus quickcontrols2 svg webchannel \
29
		widgets x11extras buildtools_build doc_build linguist_build \
29
		widgets x11extras buildtools:build doc:build linguist:build \
30
		qmake_build testlib_build
30
		qmake:build testlib:build
31
31
32
CMAKE_OFF=	USE_STANDARD_FILESYSTEM SYSTEMD_SUPPORT
32
CMAKE_OFF=	USE_STANDARD_FILESYSTEM SYSTEMD_SUPPORT
33
33
(-)b/deskutils/todour/Makefile (-1 / +1 lines)
Lines 9-15 COMMENT= Qt-based UI for editing of todo.txt files Link Here
9
LICENSE=	GPLv2
9
LICENSE=	GPLv2
10
10
11
USES=		qmake qt:5
11
USES=		qmake qt:5
12
USE_QT=		buildtools_build core gui network widgets
12
USE_QT=		buildtools:build core gui network widgets
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	SverrirValgeirsson
14
GH_ACCOUNT=	SverrirValgeirsson
15
GH_PROJECT=	Todour
15
GH_PROJECT=	Todour
(-)b/deskutils/zanshin/Makefile (-2 / +2 lines)
Lines 17-25 USE_KDE= akonadi auth bookmarks codecs completion config configwidgets \ Link Here
17
USE_KDE+=	akonadicalendar akonadicontacts akonadinotes akonadisearch \
17
USE_KDE+=	akonadicalendar akonadicontacts akonadinotes akonadisearch \
18
		calendarcore contacts identitymanagement kontactinterface ldap \
18
		calendarcore contacts identitymanagement kontactinterface ldap \
19
		mime pimtextedit \
19
		mime pimtextedit \
20
		kdepim-runtime5_run
20
		kdepim-runtime5:run
21
USE_QT=		concurrent core dbus declarative gui network printsupport testlib \
21
USE_QT=		concurrent core dbus declarative gui network printsupport testlib \
22
		widgets xml \
22
		widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/deskutils/znotes/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
10
10
11
USES=		compiler:c++11-lang gl qmake qt:5
11
USES=		compiler:c++11-lang gl qmake qt:5
12
USE_GL=		gl
12
USE_GL=		gl
13
USE_QT=		buildtools_build linguisttools_build core gui network \
13
USE_QT=		buildtools:build linguisttools:build core gui network \
14
		printsupport widgets xml
14
		printsupport widgets xml
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
(-)b/devel/RStudio/Makefile (-1 / +1 lines)
Lines 69-75 GIN_VERSION= 2.1.2 Link Here
69
COMMENT+=	(desktop UI version)
69
COMMENT+=	(desktop UI version)
70
USES+=		desktop-file-utils qt:5 shared-mime-info
70
USES+=		desktop-file-utils qt:5 shared-mime-info
71
USE_QT=		core dbus declarative gui location network opengl printsupport quickcontrols sensors \
71
USE_QT=		core dbus declarative gui location network opengl printsupport quickcontrols sensors \
72
		sql svg webchannel webengine webkit widgets xml xmlpatterns buildtools_build qmake_build
72
		sql svg webchannel webengine webkit widgets xml xmlpatterns buildtools:build qmake:build
73
CMAKE_ARGS+=	-DRSTUDIO_TARGET=Desktop
73
CMAKE_ARGS+=	-DRSTUDIO_TARGET=Desktop
74
INSTALL_SUBDIR=	${PORTNAME:tl}
74
INSTALL_SUBDIR=	${PORTNAME:tl}
75
EXECUTABLE=	${PORTNAME:tl}
75
EXECUTABLE=	${PORTNAME:tl}
(-)b/devel/apitrace/Makefile (-1 / +1 lines)
Lines 32-38 OPTIONS_SUB= yes Link Here
32
WAFFLE_DESC=	Use Waffle library to allow retrace on Wayland, headless etc.
32
WAFFLE_DESC=	Use Waffle library to allow retrace on Wayland, headless etc.
33
33
34
QT5_USES=	qt:5
34
QT5_USES=	qt:5
35
QT5_USE=	QT=core,gui,network,widgets,buildtools_build,qmake_build
35
QT5_USE=	QT=core,gui,network,widgets,buildtools:build,qmake:build
36
QT5_CMAKE_BOOL=	ENABLE_GUI
36
QT5_CMAKE_BOOL=	ENABLE_GUI
37
37
38
WAFFLE_LIB_DEPENDS=	libwaffle-1.so:graphics/waffle
38
WAFFLE_LIB_DEPENDS=	libwaffle-1.so:graphics/waffle
(-)b/devel/cervisia/Makefile (-2 / +2 lines)
Lines 11-19 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
11
		dbusaddons doctools i18n iconthemes init itemviews \
11
		dbusaddons doctools i18n iconthemes init itemviews \
12
		jobwidgets kdesu kio notifications parts pty service solid \
12
		jobwidgets kdesu kio notifications parts pty service solid \
13
		sonnet textwidgets widgetsaddons windowsystem xmlgui \
13
		sonnet textwidgets widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		concurrent core dbus gui network widgets xml \
15
USE_QT=		concurrent core dbus gui network widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/devel/cmake-doc/Makefile (-1 / +1 lines)
Lines 16-22 DISTINFO_FILE= ${.CURDIR}/../cmake/distinfo Link Here
16
16
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
USES=		cmake qt:5
18
USES=		cmake qt:5
19
USE_QT=		help_build
19
USE_QT=		help:build
20
USE_LOCALE=	en_US.UTF-8
20
USE_LOCALE=	en_US.UTF-8
21
21
22
CMAKE_OFF=	SPHINX_MAN
22
CMAKE_OFF=	SPHINX_MAN
(-)b/devel/cmake-gui/Makefile (-1 / +1 lines)
Lines 26-32 qt6_CONFLICTS_INSTALL= cmake-gui-qt5 Link Here
26
26
27
USES=		cmake:run,insource compiler:c++11-lang desktop-file-utils libarchive \
27
USES=		cmake:run,insource compiler:c++11-lang desktop-file-utils libarchive \
28
		shared-mime-info qt:${FLAVOR:S/qt//}
28
		shared-mime-info qt:${FLAVOR:S/qt//}
29
_USE_QT5=	core gui widgets buildtools_build qmake_build
29
_USE_QT5=	core gui widgets buildtools:build qmake:build
30
_USE_QT6=	base
30
_USE_QT6=	base
31
USE_QT=		${_USE_QT${FLAVOR:S/qt//}}
31
USE_QT=		${_USE_QT${FLAVOR:S/qt//}}
32
CMAKE_ARGS=	-DCMAKE_DATA_DIR:STRING="/${DATADIR_REL}" \
32
CMAKE_ARGS=	-DCMAKE_DATA_DIR:STRING="/${DATADIR_REL}" \
(-)b/devel/codequery/Makefile (-1 / +1 lines)
Lines 18-24 USE_GITHUB= yes Link Here
18
GH_ACCOUNT=	ruben2020
18
GH_ACCOUNT=	ruben2020
19
19
20
USE_QT=		concurrent core gui widgets xml  \
20
USE_QT=		concurrent core gui widgets xml  \
21
		buildtools_build linguisttools_build qmake_build
21
		buildtools:build linguisttools:build qmake:build
22
22
23
CMAKE_ON=	BUILD_QT5
23
CMAKE_ON=	BUILD_QT5
24
24
(-)b/devel/cppcheck/Makefile (-1 / +1 lines)
Lines 23-29 RUN_DEPENDS= cppcheck:devel/cppcheck Link Here
23
23
24
CMAKE_ON+=		BUILD_GUI
24
CMAKE_ON+=		BUILD_GUI
25
USES+=			qt:5
25
USES+=			qt:5
26
USE_QT=			core gui widgets printsupport help qmake_build buildtools_build linguisttools_build
26
USE_QT=			core gui widgets printsupport help qmake:build buildtools:build linguisttools:build
27
27
28
BUILD_WRKSRC=		${WRKSRC}/gui
28
BUILD_WRKSRC=		${WRKSRC}/gui
29
INSTALL_WRKSRC=		${WRKSRC}/gui
29
INSTALL_WRKSRC=		${WRKSRC}/gui
(-)b/devel/dolphin-plugins/Makefile (-1 / +1 lines)
Lines 15-21 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
15
		syntaxhighlighting texteditor textwidgets unitconversion widgetsaddons \
15
		syntaxhighlighting texteditor textwidgets unitconversion widgetsaddons \
16
		windowsystem xmlgui
16
		windowsystem xmlgui
17
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
17
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
21
21
(-)b/devel/doxygen/Makefile (-1 / +1 lines)
Lines 47-53 GRAPHVIZ_RUN_DEPENDS= dot:graphics/graphviz Link Here
47
LATEX_USE=	TEX=base,dvipsk,pdftex
47
LATEX_USE=	TEX=base,dvipsk,pdftex
48
48
49
QT5_USES=	qt:5
49
QT5_USES=	qt:5
50
QT5_USE=	QT=core,widgets,gui,xml,qmake_build,buildtools_build
50
QT5_USE=	QT=core,widgets,gui,xml,qmake:build,buildtools:build
51
QT5_CMAKE_BOOL=	build_wizard
51
QT5_CMAKE_BOOL=	build_wizard
52
QT5_PLIST_FILES=	bin/doxywizard
52
QT5_PLIST_FILES=	bin/doxywizard
53
53
(-)b/devel/easy-profiler/Makefile (-1 / +1 lines)
Lines 15-21 LICENSE_FILE_MIT= ${WRKSRC}/easy_profiler_core/LICENSE.MIT Link Here
15
BROKEN_i386=	see https://github.com/yse/easy_profiler/issues/202
15
BROKEN_i386=	see https://github.com/yse/easy_profiler/issues/202
16
16
17
USES=		cmake compiler:c++11-lang qt:5
17
USES=		cmake compiler:c++11-lang qt:5
18
USE_QT=		core gui widgets buildtools_build qmake_build
18
USE_QT=		core gui widgets buildtools:build qmake:build
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	yse
21
GH_ACCOUNT=	yse
(-)b/devel/elf-dissector/Makefile (-2 / +2 lines)
Lines 18-26 USES= cmake compiler:c++17-lang \ Link Here
18
		kde:5 pkgconfig qt:5
18
		kde:5 pkgconfig qt:5
19
19
20
USE_QT=		core \
20
USE_QT=		core \
21
		buildtools_build qmake_build testlib_build
21
		buildtools:build qmake:build testlib:build
22
USE_KDE=	itemmodels \
22
USE_KDE=	itemmodels \
23
		doctools_build ecm_build
23
		doctools:build ecm:build
24
24
25
KDE_INVENT=	942274185cc89fabf74f5f1efb886ecf210ab2fb sdk
25
KDE_INVENT=	942274185cc89fabf74f5f1efb886ecf210ab2fb sdk
26
26
(-)b/devel/eql5/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libecl.so:lang/ecl Link Here
13
USES=		gl qmake qt:5
13
USES=		gl qmake qt:5
14
USE_QT=		core declarative gui help location multimedia network \
14
USE_QT=		core declarative gui help location multimedia network \
15
		printsupport sql svg webchannel webengine widgets \
15
		printsupport sql svg webchannel webengine widgets \
16
		buildtools_build uitools_build
16
		buildtools:build uitools:build
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
(-)b/devel/fuel/Makefile (-1 / +1 lines)
Lines 14-20 RUN_DEPENDS= fossil:devel/fossil Link Here
14
14
15
USES=		compiler:c++11-lang gmake qmake qt:5 shebangfix
15
USES=		compiler:c++11-lang gmake qmake qt:5 shebangfix
16
USE_QT=		core gui network webkit widgets \
16
USE_QT=		core gui network webkit widgets \
17
		buildtools_build linguisttools_build
17
		buildtools:build linguisttools:build
18
18
19
SHEBANG_FILES=	intl/convert.sh
19
SHEBANG_FILES=	intl/convert.sh
20
PLIST_FILES=	bin/fuel share/applications/fuel.desktop \
20
PLIST_FILES=	bin/fuel share/applications/fuel.desktop \
(-)b/devel/gammaray/Makefile (-1 / +1 lines)
Lines 19-25 USES= cmake kde:5 pkgconfig qt:5 Link Here
19
19
20
USE_QT=		3d concurrent core declarative designer gui help linguisttools \
20
USE_QT=		3d concurrent core declarative designer gui help linguisttools \
21
		location network printsupport script scripttools svg uiplugin \
21
		location network printsupport script scripttools svg uiplugin \
22
		webchannel widgets xml buildtools_build qdoc_build qmake_build
22
		webchannel widgets xml buildtools:build qdoc:build qmake:build
23
USE_KDE=	coreaddons syntaxhighlighting
23
USE_KDE=	coreaddons syntaxhighlighting
24
24
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
(-)b/devel/gitklient/Makefile (-1 / +1 lines)
Lines 18-24 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
18
		jobwidgets kio parts service solid sonnet syntaxhighlighting \
18
		jobwidgets kio parts service solid sonnet syntaxhighlighting \
19
		texteditor textwidgets widgetsaddons windowsystem xmlgui
19
		texteditor textwidgets widgetsaddons windowsystem xmlgui
20
USE_QT=		concurrent core dbus gui network testlib widgets xml \
20
USE_QT=		concurrent core dbus gui network testlib widgets xml \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
USE_XORG=	x11
22
USE_XORG=	x11
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/devel/gitqlient/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
USES=		compiler:c++11-lang cpe qmake:outsource qt:5
12
USES=		compiler:c++11-lang cpe qmake:outsource qt:5
13
USE_GL+=	gl
13
USE_GL+=	gl
14
USE_QT=		core gui widgets \
14
USE_QT=		core gui widgets \
15
		buildtools_build
15
		buildtools:build
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	francescmm
18
GH_ACCOUNT=	francescmm
(-)b/devel/grantlee5/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE= LGPL21 Link Here
12
12
13
PORTSCOUT=	limit:^5\.
13
PORTSCOUT=	limit:^5\.
14
14
15
USE_QT=		buildtools_build core gui qmake_build script declarative
15
USE_QT=		buildtools:build core gui qmake:build script declarative
16
USES=		cmake compiler:c++11-lib grantlee:5,selfbuild qt:5
16
USES=		cmake compiler:c++11-lib grantlee:5,selfbuild qt:5
17
USE_CXXSTD=	c++11
17
USE_CXXSTD=	c++11
18
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE
18
CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE
(-)b/devel/gwenhywfar/Makefile (-1 / +1 lines)
Lines 75-81 USE_GNOME+= cairo gdkpixbuf2 gtk30 Link Here
75
USES+=		compiler:c++11-lang gl qmake:no_env qt:5
75
USES+=		compiler:c++11-lang gl qmake:no_env qt:5
76
USE_GL=		gl
76
USE_GL=		gl
77
USE_QT=		core gui widgets \
77
USE_QT=		core gui widgets \
78
		buildtools_build qmake_build
78
		buildtools:build qmake:build
79
CONFIGURE_ARGS+=--with-qt5-qmake=${QMAKE} \
79
CONFIGURE_ARGS+=--with-qt5-qmake=${QMAKE} \
80
		--with-qt5-moc=${MOC} \
80
		--with-qt5-moc=${MOC} \
81
		--with-qt5-uic=${UIC}
81
		--with-qt5-uic=${UIC}
(-)b/devel/heaptrack/Makefile (-1 / +1 lines)
Lines 21-26 USE_KDE= auth auth codecs completion config config \ Link Here
21
		jobwidgets kio kio service threadweaver \
21
		jobwidgets kio kio service threadweaver \
22
		widgetsaddons windowsystem
22
		widgetsaddons windowsystem
23
USE_QT=		concurrent core dbus gui network widgets xml \
23
USE_QT=		concurrent core dbus gui network widgets xml \
24
		buildtools_build qmake_build
24
		buildtools:build qmake:build
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/devel/heimdall/Makefile (-1 / +1 lines)
Lines 18-24 OPTIONS_DEFAULT=GUI Link Here
18
OPTIONS_SUB=	yes
18
OPTIONS_SUB=	yes
19
19
20
GUI_USES=	qt:5
20
GUI_USES=	qt:5
21
GUI_USE=	QT=buildtools_build,core,gui,qmake_build,widgets
21
GUI_USE=	QT=buildtools:build,core,gui,qmake:build,widgets
22
GUI_CMAKE_OFF=	-DDISABLE_FRONTEND=YES
22
GUI_CMAKE_OFF=	-DDISABLE_FRONTEND=YES
23
23
24
GH_ACCOUNT=	Benjamin-Dobell
24
GH_ACCOUNT=	Benjamin-Dobell
(-)b/devel/injeqt/Makefile (-1 / +1 lines)
Lines 13-19 USE_GITHUB= yes Link Here
13
GH_ACCOUNT=	vogel
13
GH_ACCOUNT=	vogel
14
14
15
USES=		cmake compiler:c++11-lib pathfix qt:5
15
USES=		cmake compiler:c++11-lib pathfix qt:5
16
USE_QT=		core buildtools_build qmake_build testlib_build
16
USE_QT=		core buildtools:build qmake:build testlib:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
CMAKE_ON=	DISABLE_EXAMPLES \
19
CMAKE_ON=	DISABLE_EXAMPLES \
(-)b/devel/kapptemplate/Makefile (-2 / +2 lines)
Lines 12-20 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
12
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
12
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
13
		doctools i18n jobwidgets kio newstuff service solid \
13
		doctools i18n jobwidgets kio newstuff service solid \
14
		widgetsaddons windowsystem \
14
		widgetsaddons windowsystem \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network testlib widgets xml \
16
USE_QT=		concurrent core dbus gui network testlib widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/devel/kcachegrind/Makefile (-2 / +2 lines)
Lines 10-18 USES= cmake compiler:c++11-lang desktop-file-utils kde:5 python:run qt:5 \ Link Here
10
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
10
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
11
		coreaddons dbusaddons i18n itemviews jobwidgets kio service solid \
11
		coreaddons dbusaddons i18n itemviews jobwidgets kio service solid \
12
		widgetsaddons windowsystem xmlgui \
12
		widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network widgets xml \
14
USE_QT=		concurrent core dbus gui network widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
SHEBANG_FILES=	converters/dprof2calltree \
17
SHEBANG_FILES=	converters/dprof2calltree \
18
		converters/hotshot2calltree.in \
18
		converters/hotshot2calltree.in \
(-)b/devel/kdbg/Makefile (-1 / +1 lines)
Lines 12-18 USES= cmake compiler:c++11-lang kde:5 qt:5 Link Here
12
USE_KDE=	auth codecs config configwidgets coreaddons ecm \
12
USE_KDE=	auth codecs config configwidgets coreaddons ecm \
13
		i18n iconthemes widgetsaddons windowsystem xmlgui
13
		i18n iconthemes widgetsaddons windowsystem xmlgui
14
USE_QT=		core dbus gui widgets xml \
14
USE_QT=		core dbus gui widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	j6t
17
GH_ACCOUNT=	j6t
18
18
(-)b/devel/kde-dev-scripts/Makefile (-1 / +1 lines)
Lines 7-13 COMMENT= KDE development scripts Link Here
7
7
8
USES=		cmake kde:5 perl5 python:run qt:5 shebangfix tar:xz
8
USES=		cmake kde:5 perl5 python:run qt:5 shebangfix tar:xz
9
USE_KDE=	doctools ecm
9
USE_KDE=	doctools ecm
10
USE_QT=		buildtools_build qmake_build
10
USE_QT=		buildtools:build qmake:build
11
11
12
SHEBANG_FILES=	cxxmetric \
12
SHEBANG_FILES=	cxxmetric \
13
		draw_lib_dependencies \
13
		draw_lib_dependencies \
(-)b/devel/kde-dev-utils/Makefile (-2 / +2 lines)
Lines 10-18 USE_GL= gl Link Here
10
USE_KDE=	auth bookmarks codecs completion config configwidgets \
10
USE_KDE=	auth bookmarks codecs completion config configwidgets \
11
		coreaddons i18n itemviews jobwidgets kio parts service \
11
		coreaddons i18n itemviews jobwidgets kio parts service \
12
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
12
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus designer gui network widgets xml \
14
USE_QT=		concurrent core dbus designer gui network widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/devel/kdesdk-kio/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= KIO workers useful for software development Link Here
7
7
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 shebangfix tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 shebangfix tar:xz
9
USE_KDE=	config coreaddons i18n kio service \
9
USE_KDE=	config coreaddons i18n kio service \
10
		ecm_build
10
		ecm:build
11
USE_QT=		concurrent core dbus network \
11
USE_QT=		concurrent core dbus network \
12
		buildtools_build qmake_build testlib_build
12
		buildtools:build qmake:build testlib:build
13
13
14
SHEBANG_FILES=	perldoc/pod2html.pl
14
SHEBANG_FILES=	perldoc/pod2html.pl
15
15
(-)b/devel/kdesdk-thumbnailers/Makefile (-2 / +2 lines)
Lines 10-18 LIB_DEPENDS= libgettextpo.so:devel/gettext-tools Link Here
10
USES=		cmake 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 coreaddons i18n jobwidgets \
11
USE_KDE=	completion config coreaddons i18n jobwidgets \
12
		kio service solid widgetsaddons windowsystem \
12
		kio service solid widgetsaddons windowsystem \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network widgets xml \
14
USE_QT=		concurrent core dbus gui network widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/devel/kdesdk/Makefile (-1 / +1 lines)
Lines 38-44 KAPPTEMPLATE_DESC= Template generator Link Here
38
KAPPTEMPLATE_RUN_DEPENDS=	kapptemplate>=${KDE_APPLICATIONS_VERSION}:devel/kapptemplate
38
KAPPTEMPLATE_RUN_DEPENDS=	kapptemplate>=${KDE_APPLICATIONS_VERSION}:devel/kapptemplate
39
39
40
KATE_DESC=		KDE advanced text editor
40
KATE_DESC=		KDE advanced text editor
41
KATE_USE=		KDE=kate_run
41
KATE_USE=		KDE=kate:run
42
42
43
KCACHEGRIND_DESC=	Profiler frontend
43
KCACHEGRIND_DESC=	Profiler frontend
44
KCACHEGRIND_RUN_DEPENDS=	kcachegrind>=${KDE_APPLICATIONS_VERSION}:devel/kcachegrind
44
KCACHEGRIND_RUN_DEPENDS=	kcachegrind>=${KDE_APPLICATIONS_VERSION}:devel/kcachegrind
(-)b/devel/kdesvn/Makefile (-2 / +2 lines)
Lines 22-30 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
22
		coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \
22
		coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \
23
		kio notifications parts service sonnet texteditor textwidgets \
23
		kio notifications parts service sonnet texteditor textwidgets \
24
		wallet widgetsaddons xmlgui \
24
		wallet widgetsaddons xmlgui \
25
		doctools_build
25
		doctools:build
26
USE_QT=		concurrent core dbus gui network sql widgets xml \
26
USE_QT=		concurrent core dbus gui network sql widgets xml \
27
		buildtools_build qmake_build
27
		buildtools:build qmake:build
28
28
29
PORTSCOUT=	ignore:1
29
PORTSCOUT=	ignore:1
30
30
(-)b/devel/kdev-php/Makefile (-1 / +1 lines)
Lines 15-21 USE_KDE= auth codecs completion config configwidgets coreaddons ecm \ Link Here
15
		i18n itemmodels jobwidgets kcmutils kio parts service sonnet \
15
		i18n itemmodels jobwidgets kcmutils kio parts service sonnet \
16
		texteditor textwidgets threadweaver widgetsaddons xmlgui
16
		texteditor textwidgets threadweaver widgetsaddons xmlgui
17
USE_QT=		concurrent core dbus gui network webkit widgets xml \
17
USE_QT=		concurrent core dbus gui network webkit widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
# Versioning values, to reduce plist churn (match with devel/kdevelop)
20
# Versioning values, to reduce plist churn (match with devel/kdevelop)
21
PLATFORM_VER=	37
21
PLATFORM_VER=	37
(-)b/devel/kdev-python/Makefile (-1 / +1 lines)
Lines 15-21 USE_KDE= attica auth codecs completion config configwidgets coreaddons \ Link Here
15
		ecm i18n itemmodels jobwidgets kio newstuff parts service \
15
		ecm i18n itemmodels jobwidgets kio newstuff parts service \
16
		sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
16
		sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
17
USE_QT=		concurrent core dbus gui network widgets xml \
17
USE_QT=		concurrent core dbus gui network widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
# Versioning values, to reduce plist churn (match with devel/kdevelop)
20
# Versioning values, to reduce plist churn (match with devel/kdevelop)
21
PLATFORM_VER=	37
21
PLATFORM_VER=	37
(-)b/devel/kdevelop-pg-qt/Makefile (-1 / +1 lines)
Lines 15-21 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex Link Here
15
USES=		bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
15
USES=		bison cmake compiler:c++11-lib kde:5 qt:5 tar:xz
16
USE_KDE=	ecm
16
USE_KDE=	ecm
17
USE_QT=		core testlib \
17
USE_QT=		core testlib \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
CONFLICTS=	kdevelop-pg-qt-1.0*
20
CONFLICTS=	kdevelop-pg-qt-1.0*
21
21
(-)b/devel/kdevelop/Makefile (-2 / +2 lines)
Lines 31-40 USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ Link Here
31
		runner service solid sonnet texteditor textwidgets threadweaver \
31
		runner service solid sonnet texteditor textwidgets threadweaver \
32
		widgetsaddons windowsystem xmlgui
32
		widgetsaddons windowsystem xmlgui
33
USE_QT=		concurrent core dbus declarative gui help network \
33
USE_QT=		concurrent core dbus declarative gui help network \
34
		script sql widgets xml buildtools_build qmake_build
34
		script sql widgets xml buildtools:build qmake:build
35
SHEBANG_FILES=	kdevplatform/util/kdevplatform_shell_environment.sh \
35
SHEBANG_FILES=	kdevplatform/util/kdevplatform_shell_environment.sh \
36
		kdevplatform/util/.zshrc
36
		kdevplatform/util/.zshrc
37
# Most ports have ecm_build, testlib_build, but because this is an
37
# Most ports have ecm:build, testlib:build, but because this is an
38
# IDE, which **probably** is used for Qt / KDE development (also
38
# IDE, which **probably** is used for Qt / KDE development (also
39
# other things, but let's guess a target market), pull in some
39
# other things, but let's guess a target market), pull in some
40
# additional development things that are otherwise build-dep-only.
40
# additional development things that are otherwise build-dep-only.
(-)b/devel/kf5-extra-cmake-modules/Makefile (-2 / +2 lines)
Lines 9-17 LICENSE= BSD3CLAUSE Link Here
9
LICENSE_FILE=	${WRKSRC}/COPYING-CMAKE-SCRIPTS
9
LICENSE_FILE=	${WRKSRC}/COPYING-CMAKE-SCRIPTS
10
10
11
USES=		cmake kde:5 qt:5 tar:xz
11
USES=		cmake kde:5 qt:5 tar:xz
12
USE_QT=		linguisttools buildtools_build qmake_build
12
USE_QT=		linguisttools buildtools:build qmake:build
13
13
14
HELP_USE=	QT=help_build # qt5-help is only used to build a .qch file.
14
HELP_USE=	QT=help:build # qt5-help is only used to build a .qch file.
15
NO_ARCH=	yes
15
NO_ARCH=	yes
16
16
17
PORTDOCS=	html/*
17
PORTDOCS=	html/*
(-)b/devel/kf5-kauth/Makefile (-2 / +2 lines)
Lines 10-17 LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt Link Here
10
USES=		cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
11
CPE_VENDOR=	kde
11
CPE_VENDOR=	kde
12
USE_KDE=	coreaddons \
12
USE_KDE=	coreaddons \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core dbus gui linguisttools widgets \
14
USE_QT=		core dbus gui linguisttools widgets \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/kf5-kbookmarks/Makefile (-2 / +2 lines)
Lines 8-15 COMMENT= KF5 library for bookmarks and the XBEL format Link Here
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons \
10
		widgetsaddons xmlgui \
10
		widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui linguisttools widgets xml \
12
USE_QT=		core dbus gui linguisttools widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/devel/kf5-kcmutils/Makefile (-2 / +2 lines)
Lines 9-16 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons guiaddons i18n \
9
USE_KDE=	auth codecs config configwidgets coreaddons guiaddons i18n \
10
		itemviews kdeclarative package service \
10
		itemviews kdeclarative package service \
11
		widgetsaddons xmlgui \
11
		widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network widgets xml \
13
USE_QT=		core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build testlib_build
14
		buildtools:build qmake:build testlib:build
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/devel/kf5-kconfig/Makefile (-2 / +2 lines)
Lines 10-17 LICENSE= LGPL21+ Link Here
10
10
11
USES=		cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
12
CPE_VENDOR=	kde
12
CPE_VENDOR=	kde
13
USE_KDE=	ecm_build
13
USE_KDE=	ecm:build
14
USE_QT=		core dbus declarative gui linguisttools xml \
14
USE_QT=		core dbus declarative gui linguisttools xml \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/kf5-kcoreaddons/Makefile (-2 / +2 lines)
Lines 9-17 LICENSE= LGPL21+ BSD3CLAUSE Link Here
9
LICENSE_COMB=	multi
9
LICENSE_COMB=	multi
10
10
11
USES=		cmake compiler:c++11-lib kde:5 qt:5 shared-mime-info tar:xz
11
USES=		cmake compiler:c++11-lib kde:5 qt:5 shared-mime-info tar:xz
12
USE_KDE=	ecm_build
12
USE_KDE=	ecm:build
13
USE_QT=		core linguisttools \
13
USE_QT=		core linguisttools \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=		FAM INOTIFY
16
OPTIONS_DEFINE=		FAM INOTIFY
17
OPTIONS_DEFAULT=	INOTIFY
17
OPTIONS_DEFAULT=	INOTIFY
(-)b/devel/kf5-kcrash/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= KF5 library to handle crash analysis and bug report from apps Link Here
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg
9
USE_KDE=	coreaddons windowsystem \
9
USE_KDE=	coreaddons windowsystem \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core gui widgets x11extras \
11
USE_QT=		core gui widgets x11extras \
12
		buildtools_build qmake_build testlib_build
12
		buildtools:build qmake:build testlib:build
13
USE_XORG=	ice sm x11 xext
13
USE_XORG=	ice sm x11 xext
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/devel/kf5-kdbusaddons/Makefile (-2 / +2 lines)
Lines 8-15 COMMENT= KF5 addons to QtDBus Link Here
8
LICENSE=	LGPL21+
8
LICENSE=	LGPL21+
9
9
10
USES=		cmake 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_build
11
USE_KDE=	ecm:build
12
USE_QT=		core dbus x11extras \
12
USE_QT=		core dbus x11extras \
13
		buildtools_build linguisttools_build qmake_build testlib_build
13
		buildtools:build linguisttools:build qmake:build testlib:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/devel/kf5-kdeclarative/Makefile (-2 / +2 lines)
Lines 12-19 USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ Link Here
12
USE_KDE=	completion config coreaddons globalaccel guiaddons i18n \
12
USE_KDE=	completion config coreaddons globalaccel guiaddons i18n \
13
		iconthemes jobwidgets kio notifications package service widgetsaddons \
13
		iconthemes jobwidgets kio notifications package service widgetsaddons \
14
		windowsystem \
14
		windowsystem \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
17
		buildtools_build qmake_build testlib_build
17
		buildtools:build qmake:build testlib:build
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/devel/kf5-kdoctools/Makefile (-2 / +2 lines)
Lines 14-21 RUN_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xs Link Here
14
USES=		cmake compiler:c++11-lib gettext gnome kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext gnome kde:5 qt:5 tar:xz
15
USE_GNOME=	libxml2 libxslt
15
USE_GNOME=	libxml2 libxslt
16
USE_KDE=	archive i18n \
16
USE_KDE=	archive i18n \
17
		ecm_build
17
		ecm:build
18
USE_QT=		core \
18
USE_QT=		core \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/devel/kf5-kfilemetadata/Makefile (-2 / +2 lines)
Lines 17-24 LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ Link Here
17
USES=		cmake 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 config coreaddons i18n \
19
USE_KDE=	archive config coreaddons i18n \
20
		ecm_build
20
		ecm:build
21
USE_QT=		core xml \
21
USE_QT=		core xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/devel/kf5-ki18n/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 advanced internationalization framework Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext-runtime \
8
USES=		cmake compiler:c++11-lib gettext-runtime \
9
		gettext-tools:build,run kde:5 qt:5 tar:xz
9
		gettext-tools:build,run kde:5 qt:5 tar:xz
10
USE_KDE=	ecm_build
10
USE_KDE=	ecm:build
11
USE_QT=		concurrent core declarative network script \
11
USE_QT=		concurrent core declarative network script \
12
		buildtools_build qmake_build testlib_build 
12
		buildtools:build qmake:build testlib:build 
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/devel/kf5-kidletime/Makefile (-2 / +2 lines)
Lines 6-14 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 library for monitoring user activity
6
COMMENT=	KF5 library for monitoring user activity
7
7
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core dbus gui widgets x11extras \
10
USE_QT=		core dbus gui widgets x11extras \
11
		buildtools_build qmake_build
11
		buildtools:build qmake:build
12
USE_XORG=	ice sm x11 xext xcb xscrnsaver
12
USE_XORG=	ice sm x11 xext xcb xscrnsaver
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/devel/kf5-kio/Makefile (-2 / +2 lines)
Lines 13-21 USE_KDE= archive auth bookmarks codecs completion config \ Link Here
13
		i18n iconthemes itemviews jobwidgets kded \
13
		i18n iconthemes itemviews jobwidgets kded \
14
		notifications service solid sonnet textwidgets wallet \
14
		notifications service solid sonnet textwidgets wallet \
15
		widgetsaddons windowsystem xmlgui \
15
		widgetsaddons windowsystem xmlgui \
16
		doctools_build ecm_build
16
		doctools:build ecm:build
17
USE_QT=		concurrent core dbus declarative gui network \
17
USE_QT=		concurrent core dbus declarative gui network \
18
		script widgets x11extras xml \
18
		script widgets x11extras xml \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/devel/kf5-kitemmodels/Makefile (-2 / +2 lines)
Lines 6-13 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 models for Qt Model/View system
6
COMMENT=	KF5 models for Qt Model/View system
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core declarative network \
10
USE_QT=		core declarative network \
11
		buildtools_build qmake_build testlib_build
11
		buildtools:build qmake:build testlib:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/devel/kf5-knewstuff/Makefile (-2 / +2 lines)
Lines 10-17 USE_KDE= archive attica5 auth codecs completion config \ Link Here
10
		configwidgets coreaddons i18n iconthemes itemviews \
10
		configwidgets coreaddons i18n iconthemes itemviews \
11
		jobwidgets kio kirigami2 package service sonnet textwidgets \
11
		jobwidgets kio kirigami2 package service sonnet textwidgets \
12
		widgetsaddons windowsystem xmlgui \
12
		widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus declarative gui network widgets xml \
14
USE_QT=		concurrent core dbus declarative gui network widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/devel/kf5-knotifications/Makefile (-2 / +2 lines)
Lines 11-19 LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ Link Here
11
11
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
12
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
13
USE_KDE=	codecs config coreaddons windowsystem \
13
USE_KDE=	codecs config coreaddons windowsystem \
14
		ecm_build
14
		ecm:build
15
USE_QT=		core dbus declarative gui linguisttools network phonon4 widgets x11extras \
15
USE_QT=		core dbus declarative gui linguisttools network phonon4 widgets x11extras \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_XORG=	x11 xtst
17
USE_XORG=	x11 xtst
18
18
19
OPTIONS_DEFINE=		AUDIO
19
OPTIONS_DEFINE=		AUDIO
(-)b/devel/kf5-knotifyconfig/Makefile (-2 / +2 lines)
Lines 10-18 LIB_DEPENDS= libcanberra.so:audio/libcanberra Link Here
10
USES=		cmake 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 i18n jobwidgets kio \
11
USE_KDE=	completion config coreaddons i18n jobwidgets kio \
12
		service widgetsaddons windowsystem \
12
		service widgetsaddons windowsystem \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network phonon4 widgets \
14
USE_QT=		concurrent core dbus gui network phonon4 widgets \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=		AUDIO
17
OPTIONS_DEFINE=		AUDIO
18
OPTIONS_DEFAULT=	AUDIO
18
OPTIONS_DEFAULT=	AUDIO
(-)b/devel/kf5-kpackage/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 library to load and install packages Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	archive config coreaddons i18n \
9
USE_KDE=	archive config coreaddons i18n \
10
		doctools_build ecm_build 
10
		doctools:build ecm:build 
11
USE_QT=		core dbus xml \
11
USE_QT=		core dbus xml \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/devel/kf5-kparts/Makefile (-1 / +1 lines)
Lines 10-15 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
10
		i18n iconthemes jobwidgets kio notifications service \
10
		i18n iconthemes jobwidgets kio notifications service \
11
		sonnet textwidgets widgetsaddons windowsystem xmlgui
11
		sonnet textwidgets widgetsaddons windowsystem xmlgui
12
USE_QT=		concurrent core dbus gui network widgets xml \
12
USE_QT=		concurrent core dbus gui network widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/devel/kf5-kpeople/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 library providing access to contacts Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	config coreaddons i18n itemviews service widgetsaddons \
9
USE_KDE=	config coreaddons i18n itemviews service widgetsaddons \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core dbus declarative gui network sql widgets \
11
USE_QT=		core dbus declarative gui network sql widgets \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/devel/kf5-kpty/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 pty abstraction Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	coreaddons i18n \
9
USE_KDE=	coreaddons i18n \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core \
11
USE_QT=		core \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/devel/kf5-kservice/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= KF5 advanced plugin and service introspection Link Here
7
7
8
USES=		bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	archive config coreaddons crash dbusaddons i18n \
9
USE_KDE=	archive config coreaddons crash dbusaddons i18n \
10
		doctools_build ecm_build 
10
		doctools:build ecm:build 
11
USE_QT=		core dbus gui xml \
11
USE_QT=		core dbus gui xml \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
# Make the applications.menu file not conflict with KDE4.
14
# Make the applications.menu file not conflict with KDE4.
15
CMAKE_ARGS=	-DAPPLICATIONS_MENU_NAME:STRING="kf5-applications.menu"
15
CMAKE_ARGS=	-DAPPLICATIONS_MENU_NAME:STRING="kf5-applications.menu"
(-)b/devel/kf5-ktexteditor/Makefile (-2 / +2 lines)
Lines 13-21 USE_KDE= archive auth codecs completion config configwidgets \ Link Here
13
		coreaddons guiaddons i18n iconthemes itemviews \
13
		coreaddons guiaddons i18n iconthemes itemviews \
14
		jobwidgets kio parts service sonnet syntaxhighlighting \
14
		jobwidgets kio parts service sonnet syntaxhighlighting \
15
		textwidgets widgetsaddons windowsystem xmlgui \
15
		textwidgets widgetsaddons windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		concurrent core dbus declarative gui network printsupport \
17
USE_QT=		concurrent core dbus declarative gui network printsupport \
18
		script widgets xml xmlpatterns \
18
		script widgets xml xmlpatterns \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/devel/kf5-kunitconversion/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 library for unit conversion Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
9
USE_KDE=	i18n \
9
USE_KDE=	i18n \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core network xml \
11
USE_QT=		core network xml \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/devel/kf5-solid/Makefile (-2 / +2 lines)
Lines 8-17 COMMENT= KF5 hardware integration and detection Link Here
8
RUN_DEPENDS=	bsdisks:sysutils/bsdisks
8
RUN_DEPENDS=	bsdisks:sysutils/bsdisks
9
9
10
USES=		bison cmake 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_build
11
USE_KDE=	ecm:build
12
USE_QT=		concurrent core dbus declarative gui linguisttools \
12
USE_QT=		concurrent core dbus declarative gui linguisttools \
13
		network widgets xml \
13
		network widgets xml \
14
		buildtools_build qmake_build testlib_build
14
		buildtools:build qmake:build testlib:build
15
15
16
OPTIONS_DEFINE=	IMOBILE
16
OPTIONS_DEFINE=	IMOBILE
17
17
(-)b/devel/kf5-threadweaver/Makefile (-2 / +2 lines)
Lines 6-13 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 helper for multithreaded programming
6
COMMENT=	KF5 helper for multithreaded programming
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core widgets \
10
USE_QT=		core widgets \
11
		buildtools_build qmake_build testlib_build
11
		buildtools:build qmake:build testlib:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/devel/kio-extras/Makefile (-2 / +2 lines)
Lines 17-26 USE_KDE= activities archive auth bookmarks codecs completion config \ Link Here
17
		jobwidgets js kdelibs4support khtml kio notifications parts \
17
		jobwidgets js kdelibs4support khtml kio notifications parts \
18
		pty service solid sonnet syntaxhighlighting textwidgets unitconversion \
18
		pty service solid sonnet syntaxhighlighting textwidgets unitconversion \
19
		widgetsaddons windowsystem xmlgui \
19
		widgetsaddons windowsystem xmlgui \
20
		ecm_build
20
		ecm:build
21
USE_QT=		concurrent core dbus declarative gui location network phonon4 printsupport \
21
USE_QT=		concurrent core dbus declarative gui location network phonon4 printsupport \
22
		sql svg testlib webchannel widgets xml \
22
		sql svg testlib webchannel widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
USE_XORG=	xcursor
24
USE_XORG=	xcursor
25
SHEBANG_FILES=	info/kde-info2html
25
SHEBANG_FILES=	info/kde-info2html
26
26
(-)b/devel/kirigami-gallery/Makefile (-2 / +2 lines)
Lines 10-18 LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL-2 Link Here
10
10
11
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
12
USE_KDE=	itemmodels kirigami2 package \
12
USE_KDE=	itemmodels kirigami2 package \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core declarative gui network quickcontrols2 svg widgets \
14
USE_QT=		core declarative gui network quickcontrols2 svg widgets \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/devel/kpublictransport/Makefile (-1 / +1 lines)
Lines 10-16 LIB_DEPENDS= libprotobuf.so:devel/protobuf Link Here
10
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		core declarative gui network \
12
USE_QT=		core declarative gui network \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/devel/libdbusmenu-qt/Makefile (-1 / +1 lines)
Lines 19-25 qt6_PKGNAMESUFFIX= 6 Link Here
19
USES=		compiler:c++11-lib cmake qt:${FLAVOR:S/qt//}
19
USES=		compiler:c++11-lib cmake qt:${FLAVOR:S/qt//}
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
_USE_QT5=	core dbus gui widgets \
21
_USE_QT5=	core dbus gui widgets \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
_USE_QT6=	base
23
_USE_QT6=	base
24
USE_QT=		${_USE_QT${FLAVOR:S/qt//}}
24
USE_QT=		${_USE_QT${FLAVOR:S/qt//}}
25
CMAKE_ON=	USE_QT${FLAVOR:S/qt//}
25
CMAKE_ON=	USE_QT${FLAVOR:S/qt//}
(-)b/devel/liblxqt/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt Link Here
13
USES=	cmake compiler:c++14-lang gettext gnome kde:5 lxqt \
13
USES=	cmake compiler:c++14-lang gettext gnome kde:5 lxqt \
14
	pkgconfig qt:5 tar:xz xorg
14
	pkgconfig qt:5 tar:xz xorg
15
USE_GNOME=	glib20
15
USE_GNOME=	glib20
16
USE_QT=		buildtools_build qmake_build dbus core gui linguisttools \
16
USE_QT=		buildtools:build qmake:build dbus core gui linguisttools \
17
		svg widgets x11extras xml
17
		svg widgets x11extras xml
18
USE_KDE=	windowsystem
18
USE_KDE=	windowsystem
19
USE_LXQT=	buildtools qtxdg
19
USE_LXQT=	buildtools qtxdg
(-)b/devel/libqtxdg/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= LGPL21+ Link Here
11
USES=		cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz
11
USES=		cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz
12
USE_LDCONFIG=	yes
12
USE_LDCONFIG=	yes
13
USE_GNOME=	glib20
13
USE_GNOME=	glib20
14
USE_QT=		buildtools_build qmake_build core dbus gui svg widgets \
14
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
15
		xml
15
		xml
16
USE_LXQT=	buildtools
16
USE_LXQT=	buildtools
17
17
(-)b/devel/liteide/Makefile (-1 / +1 lines)
Lines 33-39 GH_TUPLE= visualfc:gocode:901895f2a886:visualfc_gocode \ Link Here
33
33
34
USE_GL=		gl
34
USE_GL=		gl
35
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
35
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
36
USE_QT=		buildtools_build core gui network printsupport widgets xml
36
USE_QT=		buildtools:build core gui network printsupport widgets xml
37
37
38
SUB_FILES=	liteide
38
SUB_FILES=	liteide
39
39
(-)b/devel/lokalize/Makefile (-2 / +2 lines)
Lines 13-21 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
13
		coreaddons crash dbusaddons doctools i18n itemviews \
13
		coreaddons crash dbusaddons doctools i18n itemviews \
14
		jobwidgets kio kross notifications parts service solid sonnet \
14
		jobwidgets kio kross notifications parts service solid sonnet \
15
		textwidgets widgetsaddons windowsystem xmlgui \
15
		textwidgets widgetsaddons windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		concurrent core dbus gui network script sql widgets xml \
17
USE_QT=		concurrent core dbus gui network script sql widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
21
21
(-)b/devel/lxqt-build-tools/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= BSD3CLAUSE Link Here
10
LICENSE_FILE=	${WRKSRC}/BSD-3-Clause
10
LICENSE_FILE=	${WRKSRC}/BSD-3-Clause
11
11
12
USES=		cmake lxqt pkgconfig qt:5 tar:xz gnome
12
USES=		cmake lxqt pkgconfig qt:5 tar:xz gnome
13
USE_QT=		qmake_build buildtools_build core
13
USE_QT=		qmake:build buildtools:build core
14
USE_GNOME=	glib20
14
USE_GNOME=	glib20
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/devel/mercurial/Makefile (-1 / +1 lines)
Lines 41-47 CONTRIB_FILES= bash_completion \ Link Here
41
		python-hook-examples.py \
41
		python-hook-examples.py \
42
		simplemerge \
42
		simplemerge \
43
		tcsh_completion \
43
		tcsh_completion \
44
		tcsh_completion_build.sh \
44
		tcsh_completion:build.sh \
45
		undumprevlog \
45
		undumprevlog \
46
		zsh_completion \
46
		zsh_completion \
47
		vim/HGAnnotate.vim \
47
		vim/HGAnnotate.vim \
(-)b/devel/nextpnr/Makefile (-1 / +1 lines)
Lines 21-27 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ Link Here
21
		${PY_BOOST}
21
		${PY_BOOST}
22
22
23
USES=		compiler:c++11-lang cmake qt:5 eigen:3 python:3.5+ gl
23
USES=		compiler:c++11-lang cmake qt:5 eigen:3 python:3.5+ gl
24
USE_QT=		buildtools_build core gui opengl qmake_build widgets
24
USE_QT=		buildtools:build core gui opengl qmake:build widgets
25
USE_GL=		gl glu
25
USE_GL=		gl glu
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	YosysHQ
27
GH_ACCOUNT=	YosysHQ
(-)b/devel/okteta/Makefile (-1 / +1 lines)
Lines 16-22 USE_KDE= attica auth bookmarks codecs completion crash \ Link Here
16
		widgetsaddons windowsystem xmlgui
16
		widgetsaddons windowsystem xmlgui
17
USE_QT=		concurrent core dbus declarative designer gui network printsupport  \
17
USE_QT=		concurrent core dbus declarative designer gui network printsupport  \
18
		script scripttools widgets xml \
18
		script scripttools widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/devel/plasma5-khotkeys/Makefile (-2 / +2 lines)
Lines 13-22 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
13
		kdelibs4support kio notifications parts plasma-framework \
13
		kdelibs4support kio notifications parts plasma-framework \
14
		plasma-workspace service solid sonnet textwidgets \
14
		plasma-workspace service solid sonnet textwidgets \
15
		unitconversion widgetsaddons windowsystem xmlgui \
15
		unitconversion widgetsaddons windowsystem xmlgui \
16
		doctools_build ecm_build
16
		doctools:build ecm:build
17
USE_QT=		concurrent core dbus gui network printsupport widgets \
17
USE_QT=		concurrent core dbus gui network printsupport widgets \
18
		x11extras xml \
18
		x11extras xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_XORG=	x11 xtst
20
USE_XORG=	x11 xtst
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/devel/plasma5-kwrited/Makefile (-1 / +1 lines)
Lines 8-13 COMMENT= Plasma5 daemon listening for wall and write messages Link Here
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	coreaddons dbusaddons ecm i18n notifications pty
9
USE_KDE=	coreaddons dbusaddons ecm i18n notifications pty
10
USE_QT=		core dbus gui widgets \
10
USE_QT=		core dbus gui widgets \
11
		buildtools_build qmake_build
11
		buildtools:build qmake:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/devel/plasma5-plasma-sdk/Makefile (-2 / +2 lines)
Lines 11-19 USE_KDE= archive attica auth codecs completion config configwidgets \ Link Here
11
		jobwidgets kdeclarative kio kirigami2 newstuff package parts \
11
		jobwidgets kdeclarative kio kirigami2 newstuff package parts \
12
		plasma-framework service sonnet texteditor textwidgets \
12
		plasma-framework service sonnet texteditor textwidgets \
13
		widgetsaddons windowsystem xmlgui \
13
		widgetsaddons windowsystem xmlgui \
14
		doctools_build
14
		doctools:build
15
USE_QT=		concurrent core dbus declarative gui network webkit widgets \
15
USE_QT=		concurrent core dbus declarative gui network webkit widgets \
16
		x11extras xml \
16
		x11extras xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/devel/poxml/Makefile (-1 / +1 lines)
Lines 9-15 USES= cmake compiler:c++11-lang gettext-tools:build,run \ Link Here
9
		kde:5 qt:5 tar:xz
9
		kde:5 qt:5 tar:xz
10
USE_KDE=	doctools ecm
10
USE_KDE=	doctools ecm
11
USE_QT=		core xml \
11
USE_QT=		core xml \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
OPTIONS_DEFINE=	DOCS
14
OPTIONS_DEFINE=	DOCS
15
15
(-)b/devel/py-pyface/Makefile (-1 / +1 lines)
Lines 36-42 OPTIONS_DEFAULT= QT5 Link Here
36
36
37
QT5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
37
QT5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
38
QT5_USES=		pyqt:5
38
QT5_USES=		pyqt:5
39
QT5_USE=		PYQT=pyqt5_run,pyqt5_test
39
QT5_USE=		PYQT=pyqt5:run,pyqt5:test
40
40
41
# These tests were extracted from etstool.py and adapted to the ports test framework
41
# These tests were extracted from etstool.py and adapted to the ports test framework
42
# Note: The occurences of "qt4" aren't typos
42
# Note: The occurences of "qt4" aren't typos
(-)b/devel/py-qt5-pyqt/Makefile (-1 / +1 lines)
Lines 23-29 USE_QT= connectivity core dbus declarative designer gui help imageformats locat Link Here
23
		multimedia network opengl printsupport quick3d remoteobjects \
23
		multimedia network opengl printsupport quick3d remoteobjects \
24
		sensors serialport speech sql svg testlib webchannel webkit websockets \
24
		sensors serialport speech sql svg testlib webchannel webkit websockets \
25
		widgets x11extras xml xmlpatterns \
25
		widgets x11extras xml xmlpatterns \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
27
28
PORTSCOUT?=	limit:^${_QT_VERSION:R}
28
PORTSCOUT?=	limit:^${_QT_VERSION:R}
29
29
(-)b/devel/py-qt5-qscintilla2/Makefile (-2 / +2 lines)
Lines 16-24 DESTDIRNAME= INSTALL_ROOT Link Here
16
16
17
USES=		python:3.5-3.9 pyqt:5 gl qt:5
17
USES=		python:3.5-3.9 pyqt:5 gl qt:5
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_PYQT=	pyqt5 sip_build qtbuilder
19
USE_PYQT=	pyqt5 sip:build qtbuilder
20
USE_PYTHON=	concurrent flavors py3kplist
20
USE_PYTHON=	concurrent flavors py3kplist
21
USE_QT=		core gui printsupport widgets buildtools_build qmake_build
21
USE_QT=		core gui printsupport widgets buildtools:build qmake:build
22
22
23
OPTIONS_DEFINE=		DEBUG
23
OPTIONS_DEFINE=		DEBUG
24
DEBUG_CONFIGURE_ON=	--debug --trace
24
DEBUG_CONFIGURE_ON=	--debug --trace
(-)b/devel/pyotherside-qt5/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
12
13
USES=		compiler:c++11-lang gettext-runtime gl python:3.4+ qmake qt:5
13
USES=		compiler:c++11-lang gettext-runtime gl python:3.4+ qmake qt:5
14
USE_QT=		core declarative declarative-test gui network quickcontrols \
14
USE_QT=		core declarative declarative-test gui network quickcontrols \
15
		svg testlib widgets buildtools_build
15
		svg testlib widgets buildtools:build
16
USE_GL=		gl
16
USE_GL=		gl
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
(-)b/devel/pyside2-tools/Makefile (-1 / +1 lines)
Lines 22-28 USE_GL= gl Link Here
22
USE_PYTHON=	flavors
22
USE_PYTHON=	flavors
23
USE_QT=		3d buildtools charts core datavis3d declarative \
23
USE_QT=		3d buildtools charts core datavis3d declarative \
24
		designer gui help location multimedia network opengl \
24
		designer gui help location multimedia network opengl \
25
		printsupport qmake_build script scripttools scxml sensors \
25
		printsupport qmake:build script scripttools scxml sensors \
26
		speech sql svg testlib uitools webchannel \
26
		speech sql svg testlib uitools webchannel \
27
		websockets widgets x11extras xml xmlpatterns
27
		websockets widgets x11extras xml xmlpatterns
28
28
(-)b/devel/pyside2/Makefile (-2 / +2 lines)
Lines 19-27 USES= cmake gl python:3.5+ qt:5 tar:xz Link Here
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_PYTHON=	flavors
21
USE_PYTHON=	flavors
22
USE_QT=		3d buildtools_build charts concurrent core datavis3d declarative \
22
USE_QT=		3d buildtools:build charts concurrent core datavis3d declarative \
23
		designer gamepad gui help location multimedia network opengl \
23
		designer gamepad gui help location multimedia network opengl \
24
		printsupport qmake_build quickcontrols2 remoteobjects serialport \
24
		printsupport qmake:build quickcontrols2 remoteobjects serialport \
25
		script scripttools scxml sensors speech sql svg testlib uitools \
25
		script scripttools scxml sensors speech sql svg testlib uitools \
26
		webchannel websockets widgets x11extras xml xmlpatterns
26
		webchannel websockets widgets x11extras xml xmlpatterns
27
27
(-)b/devel/qca/Makefile (-1 / +1 lines)
Lines 22-28 CONFIGURE_ENV= QC_CERTSTORE_PATH=${LOCALBASE}/share/certs/ca-root-nss.crt Link Here
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
CMAKE_ARGS+=	-DQCA_SUFFIX=qt5
24
CMAKE_ARGS+=	-DQCA_SUFFIX=qt5
25
USE_QT=	core buildtools_build qmake_build
25
USE_QT=	core buildtools:build qmake:build
26
26
27
PLIST_SUB=	SHLIB_VER=${PORTVERSION}
27
PLIST_SUB=	SHLIB_VER=${PORTVERSION}
28
28
(-)b/devel/qconf/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
11
12
USES=		qmake:no_env qt:5 tar:bzip2
12
USES=		qmake:no_env qt:5 tar:bzip2
13
USE_QT=		core gui xml \
13
USE_QT=		core gui xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
HAS_CONFIGURE=	yes
15
HAS_CONFIGURE=	yes
16
MAKE_ARGS=	INSTALL_ROOT="${STAGEDIR}"
16
MAKE_ARGS=	INSTALL_ROOT="${STAGEDIR}"
17
17
(-)b/devel/qcoro/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt Link Here
11
11
12
USES=		cmake compiler:c++17-lang pkgconfig qt:5
12
USES=		cmake compiler:c++17-lang pkgconfig qt:5
13
USE_QT=		concurrent core dbus network testlib websockets \
13
USE_QT=		concurrent core dbus network testlib websockets \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	danvratil
17
GH_ACCOUNT=	danvratil
(-)b/devel/qgit/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv2 Link Here
10
10
11
USES=		cmake compiler:c++11-lang cpe qt:5
11
USES=		cmake compiler:c++11-lang cpe qt:5
12
USE_QT=		core gui widgets \
12
USE_QT=		core gui widgets \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	tibirna
16
GH_ACCOUNT=	tibirna
(-)b/devel/qjson/Makefile (-1 / +1 lines)
Lines 14-20 USES= cmake compiler:c++11-lang pathfix qt:5 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	flavio
15
GH_ACCOUNT=	flavio
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
USE_QT=		core buildtools_build qmake_build
17
USE_QT=		core buildtools:build qmake:build
18
CMAKE_OFF=	QT4_BUILD
18
CMAKE_OFF=	QT4_BUILD
19
QT_SUFFIX=	-qt5
19
QT_SUFFIX=	-qt5
20
20
(-)b/devel/qschematic/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/license.txt Link Here
11
LIB_DEPENDS=	libgpds.so:devel/gpds
11
LIB_DEPENDS=	libgpds.so:devel/gpds
12
12
13
USES=		cmake compiler:c++17-lang qt:5
13
USES=		cmake compiler:c++17-lang qt:5
14
USE_QT=		buildtools_build core gui qmake_build widgets
14
USE_QT=		buildtools:build core gui qmake:build widgets
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	simulton
17
GH_ACCOUNT=	simulton
(-)b/devel/qscintilla2-designerplugin-qt5/Makefile (-1 / +1 lines)
Lines 14-20 DISTINFO_FILE= ${.CURDIR:H}/qscintilla2-qt5/distinfo Link Here
14
USES=		compiler:c++11-lang qmake pyqt:5 qt:5 gl
14
USES=		compiler:c++11-lang qmake pyqt:5 qt:5 gl
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		core designer printsupport gui widgets xml \
16
USE_QT=		core designer printsupport gui widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
WRKSRC=		${WRKDIR}/${DISTNAME}/designer
19
WRKSRC=		${WRKDIR}/${DISTNAME}/designer
20
20
(-)b/devel/qscintilla2-qt5/Makefile (-1 / +1 lines)
Lines 11-17 COMMENT= Qt 5 port of the Scintilla C++ editor class Link Here
11
USES=		compiler:c++11-lang gl qmake pyqt:5 qt:5
11
USES=		compiler:c++11-lang gl qmake pyqt:5 qt:5
12
USE_GL=		gl
12
USE_GL=		gl
13
USE_PYQT=	#
13
USE_PYQT=	#
14
USE_QT=		buildtools_build core gui printsupport widgets
14
USE_QT=		buildtools:build core gui printsupport widgets
15
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
15
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
16
16
17
BUILD_WRKSRC=		${WRKSRC}/src
17
BUILD_WRKSRC=		${WRKSRC}/src
(-)b/devel/qt5-assistant/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt 5 documentation browser Link Here
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core gui help network printsupport sql widgets \
10
USE_QT=		core gui help network printsupport sql widgets \
11
		buildtools_build sql-sqlite3_run
11
		buildtools:build sql-sqlite3:run
12
QT_BINARIES=	yes
12
QT_BINARIES=	yes
13
13
14
DESKTOP_ENTRIES="Qt 5 Assistant" "" \
14
DESKTOP_ENTRIES="Qt 5 Assistant" "" \
(-)b/devel/qt5-concurrent/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt multi-threading module Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core qmake_build buildtools_build
11
USE_QT=		core qmake:build buildtools:build
12
HAS_CONFIGURE=	yes
12
HAS_CONFIGURE=	yes
13
CONFIGURE_ARGS=	-no-gui -no-xcb
13
CONFIGURE_ARGS=	-no-gui -no-xcb
14
14
(-)b/devel/qt5-core/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \ Link Here
15
USES=		compiler:c++11-lang gnome perl5 qmake:no_env qt-dist:5,base
15
USES=		compiler:c++11-lang gnome perl5 qmake:no_env qt-dist:5,base
16
USE_GNOME=	glib20
16
USE_GNOME=	glib20
17
USE_PERL5=	extract
17
USE_PERL5=	extract
18
USE_QT=		qmake_build buildtools_build
18
USE_QT=		qmake:build buildtools:build
19
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
# Disable (almost) everything to install minimal qconfig.h.
20
# Disable (almost) everything to install minimal qconfig.h.
21
# -no-feature-* adds QT_NO_* (for features which have no switch or
21
# -no-feature-* adds QT_NO_* (for features which have no switch or
(-)b/devel/qt5-dbus/Makefile (-1 / +1 lines)
Lines 10-16 LIB_DEPENDS= libdbus-1.so:devel/dbus Link Here
10
10
11
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
11
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
12
USE_PERL5=	extract
12
USE_PERL5=	extract
13
USE_QT=		core qmake_build buildtools_build
13
USE_QT=		core qmake:build buildtools:build
14
HAS_CONFIGURE=	yes
14
HAS_CONFIGURE=	yes
15
CONFIGURE_ARGS=	-no-gui -no-xcb
15
CONFIGURE_ARGS=	-no-gui -no-xcb
16
16
(-)b/devel/qt5-designer/Makefile (-2 / +2 lines)
Lines 7-14 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt 5 graphical user interface designer
7
COMMENT=	Qt 5 graphical user interface designer
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		assistant_run core declarative gui network printsupport uiplugin \
10
USE_QT=		assistant:run core declarative gui network printsupport uiplugin \
11
		widgets xml buildtools_build
11
		widgets xml buildtools:build
12
12
13
DESKTOP_ENTRIES="Qt 5 Designer" "" \
13
DESKTOP_ENTRIES="Qt 5 Designer" "" \
14
		"${PREFIX}/share/pixmaps/designer-qt5.png" \
14
		"${PREFIX}/share/pixmaps/designer-qt5.png" \
(-)b/devel/qt5-help/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt online help integration module Link Here
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core gui network sql widgets \
10
USE_QT=		core gui network sql widgets \
11
		buildtools_build sql-sqlite3_run
11
		buildtools:build sql-sqlite3:run
12
12
13
QT_BINARIES=	yes
13
QT_BINARIES=	yes
14
14
(-)b/devel/qt5-linguist/Makefile (-2 / +2 lines)
Lines 8-15 COMMENT= Qt 5 translation tool Link Here
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core gui printsupport widgets xml \
10
USE_QT=		core gui printsupport widgets xml \
11
		assistant_run linguisttools_run \
11
		assistant:run linguisttools:run \
12
		buildtools_build designer_build uitools_build
12
		buildtools:build designer:build uitools:build
13
13
14
DESKTOP_ENTRIES="Qt 5 Linguist" "" \
14
DESKTOP_ENTRIES="Qt 5 Linguist" "" \
15
		"${PREFIX}/share/pixmaps/linguist-qt5.png" \
15
		"${PREFIX}/share/pixmaps/linguist-qt5.png" \
(-)b/devel/qt5-linguisttools/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt localization tools
7
COMMENT=	Qt localization tools
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core xml buildtools_build declarative_build
10
USE_QT=		core xml buildtools:build declarative:build
11
11
12
BUILD_WRKSRC=	${WRKSRC}/src/linguist
12
BUILD_WRKSRC=	${WRKSRC}/src/linguist
13
INSTALL_WRKSRC=	${WRKSRC}/src/linguist
13
INSTALL_WRKSRC=	${WRKSRC}/src/linguist
(-)b/devel/qt5-location/Makefile (-1 / +1 lines)
Lines 8-13 COMMENT= Qt location module Link Here
8
8
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,location
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,location
10
USE_QT=		concurrent core dbus declarative gui network serialport \
10
USE_QT=		concurrent core dbus declarative gui network serialport \
11
		buildtools_build
11
		buildtools:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/devel/qt5-qdbus/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt command-line interface to D-Bus
7
COMMENT=	Qt command-line interface to D-Bus
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core dbus xml buildtools_build
10
USE_QT=		core dbus xml buildtools:build
11
11
12
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
12
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}/${PORTNAME}
13
INSTALL_WRKSRC=	${BUILD_WRKSRC}
13
INSTALL_WRKSRC=	${BUILD_WRKSRC}
(-)b/devel/qt5-qdbusviewer/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt 5 graphical interface to D-Bus
7
COMMENT=	Qt 5 graphical interface to D-Bus
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core dbus gui widgets xml buildtools_build
10
USE_QT=		core dbus gui widgets xml buildtools:build
11
11
12
DESKTOP_ENTRIES="Qt 5 D-Bus Viewer" "" \
12
DESKTOP_ENTRIES="Qt 5 D-Bus Viewer" "" \
13
		"${PREFIX}/share/pixmaps/qdbusviewer-qt5.png" \
13
		"${PREFIX}/share/pixmaps/qdbusviewer-qt5.png" \
(-)b/devel/qt5-qdoc/Makefile (-1 / +1 lines)
Lines 11-17 BUILD_DEPENDS= llvm${LLVM_DEFAULT}>=0:devel/llvm${LLVM_DEFAULT} Link Here
11
RUN_DEPENDS=	llvm${LLVM_DEFAULT}>=0:devel/llvm${LLVM_DEFAULT}
11
RUN_DEPENDS=	llvm${LLVM_DEFAULT}>=0:devel/llvm${LLVM_DEFAULT}
12
12
13
USES=		compiler:c++11-lang qmake qt-dist:5,tools
13
USES=		compiler:c++11-lang qmake qt-dist:5,tools
14
USE_QT=		core declarative buildtools_build qdoc-data_run
14
USE_QT=		core declarative buildtools:build qdoc-data:run
15
15
16
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
16
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
17
INSTALL_WRKSRC=	${BUILD_WRKSRC}
17
INSTALL_WRKSRC=	${BUILD_WRKSRC}
(-)b/devel/qt5-remoteobjects/Makefile (-1 / +1 lines)
Lines 9-15 COMMENT= Qt5 Remote Objects module Link Here
9
USES=		compiler:c++11-lang gl qmake qt-dist:5
9
USES=		compiler:c++11-lang gl qmake qt-dist:5
10
USE_GL=		gl
10
USE_GL=		gl
11
USE_QT=		core declarative network \
11
USE_QT=		core declarative network \
12
		buildtools_build
12
		buildtools:build
13
13
14
QT_BINARIES=	yes
14
QT_BINARIES=	yes
15
15
(-)b/devel/qt5-script/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt 4-compatible scripting module Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake qt-dist:5,script
9
USES=		compiler:c++11-lang perl5 qmake qt-dist:5,script
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core buildtools_build
11
USE_QT=		core buildtools:build
12
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
12
# Keep make(1) from descending into src/script/obj/ (qmake:outsource
13
# doesn't work).
13
# doesn't work).
14
MAKE_ENV=	MAKEOBJDIR=.
14
MAKE_ENV=	MAKEOBJDIR=.
(-)b/devel/qt5-scripttools/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt Script additional components
7
COMMENT=	Qt Script additional components
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,script
9
USES=		compiler:c++11-lang qmake qt-dist:5,script
10
USE_QT=		core gui script widgets buildtools_build
10
USE_QT=		core gui script widgets buildtools:build
11
11
12
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
12
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
13
INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}
13
INSTALL_WRKSRC=	${WRKSRC}/src/${PORTNAME}
(-)b/devel/qt5-scxml/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt5 SCXML module
7
COMMENT=	Qt5 SCXML module
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,scxml
9
USES=		compiler:c++11-lang qmake qt-dist:5,scxml
10
USE_QT=		core declarative network buildtools_build
10
USE_QT=		core declarative network buildtools:build
11
11
12
QT_BINARIES=	yes
12
QT_BINARIES=	yes
13
13
(-)b/devel/qt5-testlib/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt unit testing module Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core qmake_build buildtools_build
11
USE_QT=		core qmake:build buildtools:build
12
HAS_CONFIGURE=	yes
12
HAS_CONFIGURE=	yes
13
CONFIGURE_ARGS=	-no-gui -no-xcb
13
CONFIGURE_ARGS=	-no-gui -no-xcb
14
14
(-)b/devel/qt5-uitools/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt Designer UI forms support module
7
COMMENT=	Qt Designer UI forms support module
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core gui uiplugin widgets buildtools_build
10
USE_QT=		core gui uiplugin widgets buildtools:build
11
11
12
BUILD_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
12
BUILD_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
13
INSTALL_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
13
INSTALL_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
(-)b/devel/qt5/Makefile.sqldrivers (-1 / +1 lines)
Lines 8-14 COMMENT?= Qt ${DB_DESC} database plugin Link Here
8
8
9
USES+=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
9
USES+=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
10
USE_PERL5+=	extract
10
USE_PERL5+=	extract
11
USE_QT+=	core sql qmake_build buildtools_build
11
USE_QT+=	core sql qmake:build buildtools:build
12
HAS_CONFIGURE=	yes
12
HAS_CONFIGURE=	yes
13
CONFIGURE_ARGS+=-no-gui -no-xcb
13
CONFIGURE_ARGS+=-no-gui -no-xcb
14
14
(-)b/devel/qtcreator/Makefile (-2 / +2 lines)
Lines 79-88 DOCS_DESC= Install the Qt5 api documentation Link Here
79
EXAMPLES_DESC=		Install the Qt5 example projects
79
EXAMPLES_DESC=		Install the Qt5 example projects
80
QTWEBENGINE_DESC=	Add dependency on qt5-webengine
80
QTWEBENGINE_DESC=	Add dependency on qt5-webengine
81
81
82
DOCS_USE=		QT=doc_run
82
DOCS_USE=		QT=doc:run
83
DOCS_CMAKE_BOOL=	WITH_DOCS
83
DOCS_CMAKE_BOOL=	WITH_DOCS
84
84
85
EXAMPLES_USE=		QT=examples_run
85
EXAMPLES_USE=		QT=examples:run
86
86
87
QTWEBENGINE_USE=	qt=webengine
87
QTWEBENGINE_USE=	qt=webengine
88
QTWEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine
88
QTWEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine
(-)b/devel/redasm/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= Interactive, multiarchitecture disassembler Link Here
10
LICENSE=	GPLv3
10
LICENSE=	GPLv3
11
11
12
USES=		cmake compiler:c++11-lang qt:5
12
USES=		cmake compiler:c++11-lang qt:5
13
USE_QT=		buildtools_build qmake_build core gui widgets
13
USE_QT=		buildtools:build qmake:build core gui widgets
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	REDasmOrg
16
GH_ACCOUNT=	REDasmOrg
(-)b/devel/sasm/Makefile (-1 / +1 lines)
Lines 13-19 USES= compiler:c++11-lang gl qmake qt:5 Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	Dman95
14
GH_ACCOUNT=	Dman95
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		core gui network widgets buildtools_build
16
USE_QT=		core gui network widgets buildtools:build
17
17
18
CONFLICTS_INSTALL=	fasm fasm-fpga
18
CONFLICTS_INSTALL=	fasm fasm-fpga
19
19
(-)b/devel/shiboken2/Makefile (-1 / +1 lines)
Lines 23-29 USES= cmake compiler:c++11-lang gnome python:3.5-3.9 qt:5 shebangfix tar:xz Link Here
23
USE_GNOME=	libxml2
23
USE_GNOME=	libxml2
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_PYTHON=	flavors
25
USE_PYTHON=	flavors
26
USE_QT=		buildtools_build core gui network qmake_build testlib \
26
USE_QT=		buildtools:build core gui network qmake:build testlib \
27
		xml xmlpatterns
27
		xml xmlpatterns
28
28
29
SHEBANG_FILES=	shiboken_tool.py
29
SHEBANG_FILES=	shiboken_tool.py
(-)b/devel/umbrello/Makefile (-2 / +2 lines)
Lines 14-22 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
14
		jobwidgets kdelibs4support kio notifications parts service \
14
		jobwidgets kdelibs4support kio notifications parts service \
15
		solid sonnet syntaxhighlighting texteditor textwidgets unitconversion \
15
		solid sonnet syntaxhighlighting texteditor textwidgets unitconversion \
16
		widgetsaddons windowsystem xmlgui \
16
		widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus gui network printsupport svg webkit widgets xml \
18
USE_QT=		concurrent core dbus gui network printsupport svg webkit widgets xml \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
22
22
(-)b/devel/vitables/Makefile (-1 / +1 lines)
Lines 17-23 RUN_DEPENDS= ${PYNUMPY} \ Link Here
17
17
18
USES=		dos2unix python pyqt:5
18
USES=		dos2unix python pyqt:5
19
USE_PYTHON=	distutils cython noflavors autoplist
19
USE_PYTHON=	distutils cython noflavors autoplist
20
USE_PYQT=	pyqt5_run sip_run
20
USE_PYQT=	pyqt5:run sip:run
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	uvemas
23
GH_ACCOUNT=	uvemas
(-)b/devel/xelfviewer/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
10
10
11
USES=		pkgconfig qt:5
11
USES=		pkgconfig qt:5
12
GNU_CONFIGURE=	yes
12
GNU_CONFIGURE=	yes
13
USE_QT=		buildtools_build linguisttools_build qmake_build \
13
USE_QT=		buildtools:build linguisttools:build qmake:build \
14
		concurrent core gui opengl printsupport sql widgets
14
		concurrent core gui opengl printsupport sql widgets
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	horsicq
16
GH_ACCOUNT=	horsicq
(-)b/devel/xopcodecalc/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
10
10
11
USES=		pkgconfig qt:5
11
USES=		pkgconfig qt:5
12
GNU_CONFIGURE=	yes
12
GNU_CONFIGURE=	yes
13
USE_QT=		buildtools_build qmake_build core gui widgets
13
USE_QT=		buildtools:build qmake:build core gui widgets
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	horsicq
16
GH_ACCOUNT=	horsicq
(-)b/devel/xpeviewer/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
10
10
11
USES=		desktop-file-utils pkgconfig qt:5
11
USES=		desktop-file-utils pkgconfig qt:5
12
GNU_CONFIGURE=	yes
12
GNU_CONFIGURE=	yes
13
USE_QT=		buildtools_build linguisttools_build qmake_build \
13
USE_QT=		buildtools:build linguisttools:build qmake:build \
14
		concurrent core gui opengl printsupport widgets
14
		concurrent core gui opengl printsupport widgets
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	horsicq
16
GH_ACCOUNT=	horsicq
(-)b/devel/zeal/Makefile (-1 / +1 lines)
Lines 19-25 USE_GL= gl # Dependency added by qt5-gui. Link Here
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
USE_KDE=	ecm
20
USE_KDE=	ecm
21
USE_QT=		concurrent core gui network webkit widgets x11extras \
21
USE_QT=		concurrent core gui network webkit widgets x11extras \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
USE_XORG=	ice sm x11 xcb xext
23
USE_XORG=	ice sm x11 xcb xext
24
24
25
GH_ACCOUNT=	zealdocs
25
GH_ACCOUNT=	zealdocs
(-)b/dns/kf5-kdnssd/Makefile (-2 / +2 lines)
Lines 6-14 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 abstraction to system DNSSD features
6
COMMENT=	KF5 abstraction to system DNSSD features
7
7
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core linguisttools network \
10
USE_QT=		core linguisttools network \
11
		buildtools_build qmake_build
11
		buildtools:build qmake:build
12
12
13
OPTIONS_DEFAULT=AVAHI
13
OPTIONS_DEFAULT=AVAHI
14
OPTIONS_RADIO=ZEROCONF
14
OPTIONS_RADIO=ZEROCONF
(-)b/dns/knock/Makefile (-1 / +1 lines)
Lines 17-23 RUN_DEPENDS= ${PY_DEPENDS} Link Here
17
17
18
USES=		python pyqt:5 # pyqt:5 isn't used: https://github.com/guelfoweb/knock/issues/108
18
USES=		python pyqt:5 # pyqt:5 isn't used: https://github.com/guelfoweb/knock/issues/108
19
USE_PYTHON=	distutils noflavors autoplist
19
USE_PYTHON=	distutils noflavors autoplist
20
USE_PYQT=	pyqt5_run
20
USE_PYQT=	pyqt5:run
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	guelfoweb
23
GH_ACCOUNT=	guelfoweb
(-)b/dns/knot-resolver/Makefile (-2 / +2 lines)
Lines 114-121 ROOTKEYS_MESON_OFF= -Dinstall_root_keys=disabled Link Here
114
ROOTKEYS_PLIST_FILES=	${ETCDIR}/root.keys
114
ROOTKEYS_PLIST_FILES=	${ETCDIR}/root.keys
115
115
116
TESTCONF_BROKEN=	missing luajit basexx package
116
TESTCONF_BROKEN=	missing luajit basexx package
117
TESTCONF_MESON_ON=	-Dconfig_tests=enabled
117
TESTCONF_MESON_ON=	-Dconfig:tests=enabled
118
TESTCONF_MESON_OFF=	-Dconfig_tests=disabled
118
TESTCONF_MESON_OFF=	-Dconfig:tests=disabled
119
119
120
TESTEXTRA_BROKEN=		CMake Error: The source directory misses CMakeLists.txt
120
TESTEXTRA_BROKEN=		CMake Error: The source directory misses CMakeLists.txt
121
TESTEXTRA_BUILD_DEPENDS=	git:devel/git
121
TESTEXTRA_BUILD_DEPENDS=	git:devel/git
(-)b/dns/qmdnsengine/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Link Here
11
USES=		cmake compiler:c++11-lang qt:5
11
USES=		cmake compiler:c++11-lang qt:5
12
USE_GITHUB=	yes
12
USE_GITHUB=	yes
13
GH_ACCOUNT=	nitroshare
13
GH_ACCOUNT=	nitroshare
14
USE_QT=		core network buildtools_build qmake_build
14
USE_QT=		core network buildtools:build qmake:build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/editors/calligra/Makefile (-2 / +2 lines)
Lines 51-58 USE_KDE= akonadicontacts activities archive auth bookmarks codecs completion \ Link Here
51
		texteditor textwidgets threadweaver unitconversion wallet \
51
		texteditor textwidgets threadweaver unitconversion wallet \
52
		widgetsaddons windowsystem xmlgui \
52
		widgetsaddons windowsystem xmlgui \
53
		calendarcore okular
53
		calendarcore okular
54
USE_QT=		buildtools_build concurrent core dbus declarative gui network opengl \
54
USE_QT=		buildtools:build concurrent core dbus declarative gui network opengl \
55
		phonon4 printsupport qmake_build \
55
		phonon4 printsupport qmake:build \
56
		script sql svg testlib webkit widgets x11extras xml
56
		script sql svg testlib webkit widgets x11extras xml
57
USE_XORG=	ice sm x11 xext
57
USE_XORG=	ice sm x11 xext
58
USE_LDCONFIG=	yes
58
USE_LDCONFIG=	yes
(-)b/editors/calligraplan/Makefile (-2 / +2 lines)
Lines 18-26 USE_KDE= activities akonadi archive auth bookmarks codecs completion config \ Link Here
18
		notifications parts service solid sonnet textwidgets wallet \
18
		notifications parts service solid sonnet textwidgets wallet \
19
		widgetsaddons windowsystem xmlgui \
19
		widgetsaddons windowsystem xmlgui \
20
		akonadicontacts calendarcore contacts \
20
		akonadicontacts calendarcore contacts \
21
		doctools_build
21
		doctools:build
22
USE_QT=		concurrent core dbus gui network printsupport widgets x11extras xml \
22
USE_QT=		concurrent core dbus gui network printsupport widgets x11extras xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
USE_XORG=	ice sm x11 xext
24
USE_XORG=	ice sm x11 xext
25
25
26
PLIST_SUB+=	SHLIB_VER=18.0.0 SHLIB_SHORT=18
26
PLIST_SUB+=	SHLIB_VER=18.0.0 SHLIB_SHORT=18
(-)b/editors/cpeditor/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
10
10
11
USES=		cmake:noninja compiler:c++14-lang desktop-file-utils qt:5
11
USES=		cmake:noninja compiler:c++14-lang desktop-file-utils qt:5
12
USE_QT=		core gui network widgets \
12
USE_QT=		core gui network widgets \
13
		buildtools_build linguisttools_build qmake_build
13
		buildtools:build linguisttools:build qmake:build
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_TUPLE=	\
15
GH_TUPLE=	\
16
		cpeditor:QCodeEditor:dbf8b26:cpeditor_QCodeEditor/third_party/QCodeEditor \
16
		cpeditor:QCodeEditor:dbf8b26:cpeditor_QCodeEditor/third_party/QCodeEditor \
(-)b/editors/encryptpad/Makefile (-1 / +1 lines)
Lines 20-26 GH_ACCOUNT= evpo Link Here
20
GH_PROJECT=	EncryptPad
20
GH_PROJECT=	EncryptPad
21
21
22
USE_GL=		gl
22
USE_GL=		gl
23
USE_QT=		core gui widgets buildtools_build qmake_build
23
USE_QT=		core gui widgets buildtools:build qmake:build
24
BINARY_ALIAS=	python=${PYTHON_CMD} \
24
BINARY_ALIAS=	python=${PYTHON_CMD} \
25
		qmake=${QMAKE}
25
		qmake=${QMAKE}
26
26
(-)b/editors/featherpad/Makefile (-1 / +1 lines)
Lines 16-22 USE_GITHUB= yes Link Here
16
GH_ACCOUNT=	tsujan
16
GH_ACCOUNT=	tsujan
17
GH_PROJECT=	FeatherPad
17
GH_PROJECT=	FeatherPad
18
18
19
USE_QT=		buildtools_build qmake_build core dbus gui printsupport network \
19
USE_QT=		buildtools:build qmake:build core dbus gui printsupport network \
20
		svg widgets x11extras linguisttools
20
		svg widgets x11extras linguisttools
21
USE_XORG=	x11 sm ice xext
21
USE_XORG=	x11 sm ice xext
22
USE_GL=		gl
22
USE_GL=		gl
(-)b/editors/focuswriter/Makefile (-1 / +1 lines)
Lines 19-25 USE_GITHUB= yes Link Here
19
GH_ACCOUNT=	gottcode
19
GH_ACCOUNT=	gottcode
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_QT=		concurrent core gui multimedia network printsupport widgets \
21
USE_QT=		concurrent core gui multimedia network printsupport widgets \
22
		buildtools_build linguisttools_build
22
		buildtools:build linguisttools:build
23
23
24
PORTDATA=	*
24
PORTDATA=	*
25
PORTDOCS=	ChangeLog CREDITS README
25
PORTDOCS=	ChangeLog CREDITS README
(-)b/editors/ghostwriter/Makefile (-2 / +2 lines)
Lines 13-20 LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell Link Here
13
USES=		compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
13
USES=		compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	wereturtle
15
GH_ACCOUNT=	wereturtle
16
USE_QT=		core gui svg webchannel webengine widgets buildtools_build \
16
USE_QT=		core gui svg webchannel webengine widgets buildtools:build \
17
		linguisttools_build
17
		linguisttools:build
18
18
19
# cf. PR 224488
19
# cf. PR 224488
20
LDFLAGS+=	-Wl,--as-needed
20
LDFLAGS+=	-Wl,--as-needed
(-)b/editors/kate/Makefile (-2 / +2 lines)
Lines 17-25 USE_KDE= activities attica auth bookmarks codecs completion config \ Link Here
17
		jobwidgets kio newstuff package parts plasma-framework \
17
		jobwidgets kio newstuff package parts plasma-framework \
18
		service solid sonnet syntaxhighlighting texteditor textwidgets \
18
		service solid sonnet syntaxhighlighting texteditor textwidgets \
19
		threadweaver wallet widgetsaddons windowsystem xmlgui \
19
		threadweaver wallet widgetsaddons windowsystem xmlgui \
20
		doctools_build ecm_build
20
		doctools:build ecm:build
21
USE_QT=		concurrent core dbus gui network script sql widgets xml \
21
USE_QT=		concurrent core dbus gui network script sql widgets xml \
22
		buildtools_build qmake_build testlib_build
22
		buildtools:build qmake:build testlib:build
23
23
24
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
25
25
(-)b/editors/kile/Makefile (-2 / +2 lines)
Lines 20-28 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
20
		init itemviews jobwidgets js khtml kio parts service solid \
20
		init itemviews jobwidgets js khtml kio parts service solid \
21
		sonnet texteditor textwidgets widgetsaddons windowsystem xmlgui \
21
		sonnet texteditor textwidgets widgetsaddons windowsystem xmlgui \
22
		okular \
22
		okular \
23
		doctools_build
23
		doctools:build
24
USE_QT=		concurrent core dbus gui network script widgets xml \
24
USE_QT=		concurrent core dbus gui network script widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
SHEBANG_FILES=	*.pl
26
SHEBANG_FILES=	*.pl
27
27
28
KDE_INVENT=	09ee4ef0417165b93da82c1fc057b9e1713a0c05 office
28
KDE_INVENT=	09ee4ef0417165b93da82c1fc057b9e1713a0c05 office
(-)b/editors/libreoffice/Makefile (-1 / +1 lines)
Lines 228-234 MARIADB_CONFIGURE_ENABLE= mariadb-sdbc Link Here
228
MARIADB_USES=	mysql:client
228
MARIADB_USES=	mysql:client
229
229
230
QT5_CONFIGURE_ENABLE=	qt5
230
QT5_CONFIGURE_ENABLE=	qt5
231
QT5_USE=	qt=buildtools_build,core,gui,network,qmake_build,widgets,x11extras
231
QT5_USE=	qt=buildtools:build,core,gui,network,qmake:build,widgets,x11extras
232
QT5_USES=	qt:5
232
QT5_USES=	qt:5
233
233
234
SDK_BUILD_DEPENDS=	doxygen:devel/doxygen
234
SDK_BUILD_DEPENDS=	doxygen:devel/doxygen
(-)b/editors/mp/Makefile (-1 / +1 lines)
Lines 66-72 NCURSES_CFLAGS= -I${NCURSESBASE}/include Link Here
66
QT5_USES=		compiler:c++11-lang gl pkgconfig qmake:no_env qt:5
66
QT5_USES=		compiler:c++11-lang gl pkgconfig qmake:no_env qt:5
67
QT5_USE=		cxxstd=-std=c++11 \
67
QT5_USE=		cxxstd=-std=c++11 \
68
			gl=gl \
68
			gl=gl \
69
			qt=buildtools_build,core,gui,widgets
69
			qt=buildtools:build,core,gui,widgets
70
QT5_CONFIGURE_ENV=	CCLINK="${CXX}"
70
QT5_CONFIGURE_ENV=	CCLINK="${CXX}"
71
QT5_CONFIGURE_ON=	--with-qt5 --with-moc="${MOC}"
71
QT5_CONFIGURE_ON=	--with-qt5 --with-moc="${MOC}"
72
QT5_CONFIGURE_OFF=	--without-qt
72
QT5_CONFIGURE_OFF=	--without-qt
(-)b/editors/neovim-qt/Makefile (-1 / +1 lines)
Lines 16-22 RUN_DEPENDS= neovim>=0:editors/neovim Link Here
16
USES=		cmake compiler:c++11-lang desktop-file-utils qt:5
16
USES=		cmake compiler:c++11-lang desktop-file-utils qt:5
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	equalsraf
18
GH_ACCOUNT=	equalsraf
19
USE_QT=		core gui network testlib widgets buildtools_build qmake_build svg
19
USE_QT=		core gui network testlib widgets buildtools:build qmake:build svg
20
20
21
CMAKE_ON=	USE_SYSTEM_MSGPACK
21
CMAKE_ON=	USE_SYSTEM_MSGPACK
22
CMAKE_OFF=	ENABLE_TESTS
22
CMAKE_OFF=	ENABLE_TESTS
(-)b/editors/notepadnext/Makefile (-2 / +2 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
LIB_DEPENDS=	libuchardet.so:textproc/uchardet
12
LIB_DEPENDS=	libuchardet.so:textproc/uchardet
13
13
14
USES=		desktop-file-utils gl qmake qt:5 xorg
14
USES=		desktop-file-utils gl qmake qt:5 xorg
15
USE_QT=		core gui network printsupport widgets buildtools_build linguisttools_build
15
USE_QT=		core gui network printsupport widgets buildtools:build linguisttools:build
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_XORG=	xcb
17
USE_XORG=	xcb
18
18
Lines 22-28 GH_PROJECT= NotepadNext Link Here
22
22
23
GH_TUPLE=	alex-spataru:QSimpleUpdater:62e0ce7dde4c76e7533f2f0ee53f19ee1690c8dd:alex_spataru_QSimpleUpdater/src/QSimpleUpdater \
23
GH_TUPLE=	alex-spataru:QSimpleUpdater:62e0ce7dde4c76e7533f2f0ee53f19ee1690c8dd:alex_spataru_QSimpleUpdater/src/QSimpleUpdater \
24
		editorconfig:editorconfig-core-qt:52820d59769fcba6d0ed94f685406c0383fe1a30:editorconfig_editorconfig_core_qt/src/editorconfig-core-qt \
24
		editorconfig:editorconfig-core-qt:52820d59769fcba6d0ed94f685406c0383fe1a30:editorconfig_editorconfig_core_qt/src/editorconfig-core-qt \
25
		editorconfig:editorconfig-core-test:70840cfaf6a06766ab61e975b8a1fe3b891ee08e:editorconfig_editorconfig_core_test/src/editorconfig-core-qt/tests \
25
		editorconfig:editorconfig-core-test:70840cfaf6a06766ab61e975b8a1fe3b891ee08e:editorconfig_editorconfig_core:test/src/editorconfig-core-qt/tests \
26
		githubuser0xFFFF:Qt-Advanced-Docking-System:d5fefaa35fb53e299b7f39b0d8f541954c710d94:githubuser0xFFFF_Qt_Advanced_Docking_System/src/ads \
26
		githubuser0xFFFF:Qt-Advanced-Docking-System:d5fefaa35fb53e299b7f39b0d8f541954c710d94:githubuser0xFFFF_Qt_Advanced_Docking_System/src/ads \
27
		itay-grudev:SingleApplication:d0c43a51ad7d4f74ae5cff8d8cbf8aba0cf5e51c:itay_grudev_SingleApplication/src/singleapplication
27
		itay-grudev:SingleApplication:d0c43a51ad7d4f74ae5cff8d8cbf8aba0cf5e51c:itay_grudev_SingleApplication/src/singleapplication
28
28
(-)b/editors/tea/Makefile (-1 / +1 lines)
Lines 15-21 OPTIONS_GROUP_SPELL= ASPELL HUNSPELL Link Here
15
OPTIONS_DEFAULT=	ASPELL HUNSPELL
15
OPTIONS_DEFAULT=	ASPELL HUNSPELL
16
SPELL_DESC=		Spell checker backend
16
SPELL_DESC=		Spell checker backend
17
17
18
USE_QT=		buildtools_build core declarative gui network widgets printsupport
18
USE_QT=		buildtools:build core declarative gui network widgets printsupport
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_LOCALE=	en_US.UTF-8
20
USE_LOCALE=	en_US.UTF-8
21
21
(-)b/editors/texmaker/Makefile (-1 / +1 lines)
Lines 16-22 USES= compiler:c++11-lang desktop-file-utils ghostscript:x11,run \ Link Here
16
		gl pkgconfig qmake qt:5 tar:bzip2
16
		gl pkgconfig qmake qt:5 tar:bzip2
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_QT=		concurrent core gui network printsupport script widgets \
18
USE_QT=		concurrent core gui network printsupport script widgets \
19
		xml buildtools_build
19
		xml buildtools:build
20
USE_TEX=	latex dvipsk
20
USE_TEX=	latex dvipsk
21
21
22
EXTRACT_AFTER_ARGS=	--exclude hunspell
22
EXTRACT_AFTER_ARGS=	--exclude hunspell
(-)b/editors/texstudio/Makefile (-1 / +1 lines)
Lines 18-24 USES= compiler:c++11-lang desktop-file-utils dos2unix \ Link Here
18
		ghostscript:run gl pkgconfig qmake qt:5 xorg
18
		ghostscript:run gl pkgconfig qmake qt:5 xorg
19
USE_QT	=	core declarative gui network script svg widgets \
19
USE_QT	=	core declarative gui network script svg widgets \
20
		xml printsupport concurrent uitools \
20
		xml printsupport concurrent uitools \
21
		buildtools_build
21
		buildtools:build
22
QTVER_SUFFIX=	5
22
QTVER_SUFFIX=	5
23
23
24
USE_XORG=	x11
24
USE_XORG=	x11
(-)b/editors/texworks/Makefile (-1 / +1 lines)
Lines 19-25 USES= compiler:c++11-lang cmake desktop-file-utils pkgconfig \ Link Here
19
		qt:5
19
		qt:5
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	TeXworks
21
GH_ACCOUNT=	TeXworks
22
USE_QT=		buildtools_build designer_build qmake_build \
22
USE_QT=		buildtools:build designer:build qmake:build \
23
		core concurrent dbus gui linguisttools script \
23
		core concurrent dbus gui linguisttools script \
24
		scripttools uitools widgets xml
24
		scripttools uitools widgets xml
25
25
(-)b/emulators/aqemu/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
LIB_DEPENDS=	libvncclient.so:net/libvncserver
13
LIB_DEPENDS=	libvncclient.so:net/libvncserver
14
14
15
USES=		cmake compiler:c++11-lang qt:5
15
USES=		cmake compiler:c++11-lang qt:5
16
USE_QT=		buildtools_build qmake_build \
16
USE_QT=		buildtools:build qmake:build \
17
		core dbus gui network printsupport testlib widgets
17
		core dbus gui network printsupport testlib widgets
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
(-)b/emulators/cemu/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libpng.so:graphics/png Link Here
14
USES=		compiler:c++11-lang desktop-file-utils gl libarchive pkgconfig \
14
USES=		compiler:c++11-lang desktop-file-utils gl libarchive pkgconfig \
15
		qmake qt:5 shared-mime-info
15
		qmake qt:5 shared-mime-info
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		buildtools_build core gui network widgets
17
USE_QT=		buildtools:build core gui network widgets
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	CE-Programming
20
GH_ACCOUNT=	CE-Programming
(-)b/emulators/citra/Makefile (-1 / +1 lines)
Lines 82-88 SDL_PLIST_FILES=bin/${PORTNAME} \ Link Here
82
		share/man/man6/${PORTNAME}.6.gz
82
		share/man/man6/${PORTNAME}.6.gz
83
83
84
QT5_USES=	desktop-file-utils qt:5 shared-mime-info
84
QT5_USES=	desktop-file-utils qt:5 shared-mime-info
85
QT5_USE=	QT=qmake_build,buildtools_build,linguisttools_build,concurrent_build,core,gui,multimedia,widgets
85
QT5_USE=	QT=qmake:build,buildtools:build,linguisttools:build,concurrent:build,core,gui,multimedia,widgets
86
QT5_CMAKE_BOOL=	ENABLE_QT ENABLE_QT_TRANSLATION
86
QT5_CMAKE_BOOL=	ENABLE_QT ENABLE_QT_TRANSLATION
87
QT5_PLIST_FILES=bin/${PORTNAME}-qt \
87
QT5_PLIST_FILES=bin/${PORTNAME}-qt \
88
		"@comment bin/${PORTNAME}-room" \
88
		"@comment bin/${PORTNAME}-room" \
(-)b/emulators/dolphin-emu/Makefile (-1 / +1 lines)
Lines 53-59 GH_TAGNAME= 7321802 Link Here
53
USE_GL=		gl glew glu
53
USE_GL=		gl glew glu
54
USE_SDL=	sdl2
54
USE_SDL=	sdl2
55
USE_XORG=	ice sm x11 xext xi xrandr
55
USE_XORG=	ice sm x11 xext xi xrandr
56
USE_QT=		buildtools_build core gui widgets
56
USE_QT=		buildtools:build core gui widgets
57
57
58
# XXX USE_MGBA crashes configure step
58
# XXX USE_MGBA crashes configure step
59
CMAKE_ARGS+=	-DUSE_UPNP:BOOL=ON \
59
CMAKE_ARGS+=	-DUSE_UPNP:BOOL=ON \
(-)b/emulators/emu64/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libquazip1-qt5.so:archivers/quazip \ Link Here
16
USES=		compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \
16
USES=		compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \
17
		qmake:outsource qt:5 sdl
17
		qmake:outsource qt:5 sdl
18
USE_GL=		gl glu
18
USE_GL=		gl glu
19
USE_QT=		core gui widgets buildtools_build linguisttools_build
19
USE_QT=		core gui widgets buildtools:build linguisttools:build
20
20
21
DOS2UNIX_FILES=	src/widget_file_browse.h
21
DOS2UNIX_FILES=	src/widget_file_browse.h
22
22
(-)b/emulators/fceux/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libminizip.so:archivers/minizip Link Here
13
13
14
USES=		cmake desktop-file-utils gl lua:51 pkgconfig qt:5 sdl
14
USES=		cmake desktop-file-utils gl lua:51 pkgconfig qt:5 sdl
15
USE_GL=		gl glu
15
USE_GL=		gl glu
16
USE_QT=		buildtools_build core gui opengl qmake_build widgets
16
USE_QT=		buildtools:build core gui opengl qmake:build widgets
17
USE_SDL=	sdl2
17
USE_SDL=	sdl2
18
18
19
CFLAGS+=	-DPUBLIC_RELEASE
19
CFLAGS+=	-DPUBLIC_RELEASE
(-)b/emulators/libretro-kronos/Makefile (-1 / +1 lines)
Lines 23-29 USE_GL= gl glew glu Link Here
23
23
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
USE_QT=	core opengl buildtools_build qmake_build
26
USE_QT=	core opengl buildtools:build qmake:build
27
27
28
USE_SDL=	sdl2
28
USE_SDL=	sdl2
29
29
(-)b/emulators/mame/Makefile (-1 / +1 lines)
Lines 26-32 GH_ACCOUNT= mamedev Link Here
26
GH_PROJECT=	mame				# explicit (master port)
26
GH_PROJECT=	mame				# explicit (master port)
27
GH_TAGNAME=	mame${PORTVERSION:S/.//}
27
GH_TAGNAME=	mame${PORTVERSION:S/.//}
28
USE_GL=		gl
28
USE_GL=		gl
29
USE_QT=		buildtools core gui qmake_build widgets
29
USE_QT=		buildtools core gui qmake:build widgets
30
USE_SDL=	sdl2 ttf2
30
USE_SDL=	sdl2 ttf2
31
USE_XORG=	x11 xext xi xinerama xrender
31
USE_XORG=	x11 xext xi xinerama xrender
32
32
(-)b/emulators/mgba/Makefile (-1 / +1 lines)
Lines 65-71 MAGICK_USES= magick:6 Link Here
65
MAGICK_CMAKE_BOOL=	USE_MAGICK
65
MAGICK_CMAKE_BOOL=	USE_MAGICK
66
66
67
QT5_USES=	desktop-file-utils qt:5
67
QT5_USES=	desktop-file-utils qt:5
68
QT5_USE=	qt=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia
68
QT5_USE=	qt=qmake:build,buildtools:build,core,gui,widgets,network,opengl,multimedia
69
QT5_CMAKE_BOOL=	BUILD_QT
69
QT5_CMAKE_BOOL=	BUILD_QT
70
70
71
.include <bsd.port.mk>
71
.include <bsd.port.mk>
(-)b/emulators/mupen64plus-qt/Makefile (-2 / +2 lines)
Lines 20-27 RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ Link Here
20
USES=		gl pkgconfig qmake qt:5
20
USES=		gl pkgconfig qmake qt:5
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_QT=		core gui network sql widgets xml \
22
USE_QT=		core gui network sql widgets xml \
23
		buildtools_build \
23
		buildtools:build \
24
		sql-sqlite3_run
24
		sql-sqlite3:run
25
25
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	dh4
27
GH_ACCOUNT=	dh4
(-)b/emulators/ppsspp/Makefile (-1 / +1 lines)
Lines 62-68 LIBRETRO_CMAKE_BOOL= LIBRETRO Link Here
62
LIBRETRO_PLIST_FILES=	lib/libretro/${PORTNAME}_libretro.so
62
LIBRETRO_PLIST_FILES=	lib/libretro/${PORTNAME}_libretro.so
63
LIBRETRO_VARS=	CONFLICTS_INSTALL= DESKTOP_ENTRIES= PLIST= PORTDATA= PKGMESSAGE= SUB_FILES=
63
LIBRETRO_VARS=	CONFLICTS_INSTALL= DESKTOP_ENTRIES= PLIST= PORTDATA= PKGMESSAGE= SUB_FILES=
64
QT5_USES=	qt:5 sdl
64
QT5_USES=	qt:5 sdl
65
QT5_USE=	QT=qmake_build,buildtools_build,linguisttools_build,gui,multimedia,opengl,widgets
65
QT5_USE=	QT=qmake:build,buildtools:build,linguisttools:build,gui,multimedia,opengl,widgets
66
QT5_USE+=	SDL=sdl2 # audio, joystick
66
QT5_USE+=	SDL=sdl2 # audio, joystick
67
QT5_CMAKE_BOOL=	USING_QT_UI
67
QT5_CMAKE_BOOL=	USING_QT_UI
68
QT5_VARS=	EXENAME=PPSSPPQt
68
QT5_VARS=	EXENAME=PPSSPPQt
(-)b/emulators/qmc2/Makefile (-2 / +2 lines)
Lines 17-24 NO_WRKSUBDIR= yes Link Here
17
USES=		compiler:c++11-lang dos2unix gl gmake qt:5 sdl tar:bzip2 xorg
17
USES=		compiler:c++11-lang dos2unix gl gmake qt:5 sdl tar:bzip2 xorg
18
USE_XORG=	x11 xmu
18
USE_XORG=	x11 xmu
19
USE_GL=		gl glu
19
USE_GL=		gl glu
20
USE_QT=		buildtools_build core declarative gui multimedia \
20
USE_QT=		buildtools:build core declarative gui multimedia \
21
		network opengl qmake_build \
21
		network opengl qmake:build \
22
		testlib script scripttools sql svg \
22
		testlib script scripttools sql svg \
23
		webkit widgets xml xmlpatterns
23
		webkit widgets xml xmlpatterns
24
USE_SDL=	sdl
24
USE_SDL=	sdl
(-)b/emulators/ripes/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= MIT Link Here
10
10
11
USES=		cmake qmake qt:5
11
USES=		cmake qmake qt:5
12
12
13
USE_QT=		buildtools_build charts concurrent core gui svg testlib widgets
13
USE_QT=		buildtools:build charts concurrent core gui svg testlib widgets
14
14
15
CMAKE_INSTALL_PREFIX=   ${STAGEDIR}${PREFIX}
15
CMAKE_INSTALL_PREFIX=   ${STAGEDIR}${PREFIX}
16
16
(-)b/emulators/rpcs3/Makefile (-1 / +1 lines)
Lines 38-44 GH_TUPLE= RPCS3:hidapi:hidapi-0.12.0-2-gc2aa9dd:hidapi/3rdparty/hidapi/hidapi \ Link Here
38
USES=		cmake compiler:c++17-lang elfctl gl iconv:wchar_t localbase:ldflags \
38
USES=		cmake compiler:c++17-lang elfctl gl iconv:wchar_t localbase:ldflags \
39
		openal:soft pkgconfig python:3.4+,build qt:5 xorg
39
		openal:soft pkgconfig python:3.4+,build qt:5 xorg
40
USE_GL=		gl glew
40
USE_GL=		gl glew
41
USE_QT=		qmake_build buildtools_build core concurrent dbus gui multimedia svg widgets
41
USE_QT=		qmake:build buildtools:build core concurrent dbus gui multimedia svg widgets
42
USE_XORG=	x11
42
USE_XORG=	x11
43
CMAKE_ON=	CMAKE_SKIP_RPATH ${CURL FFMPEG FLATBUFFERS LIBPNG PUGIXML XXHASH:L:S/^/USE_SYSTEM_/}
43
CMAKE_ON=	CMAKE_SKIP_RPATH ${CURL FFMPEG FLATBUFFERS LIBPNG PUGIXML XXHASH:L:S/^/USE_SYSTEM_/}
44
CMAKE_ON+=	BUNDLE_SPEEX # only used by cubeb tests
44
CMAKE_ON+=	BUNDLE_SPEEX # only used by cubeb tests
(-)b/emulators/ukncbtl/Makefile (-1 / +1 lines)
Lines 13-19 USES= compiler:c++11-lang gl qmake qt:5 Link Here
13
13
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		core gui multimedia network script testlib widgets \
15
USE_QT=		core gui multimedia network script testlib widgets \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	nzeemin
19
GH_ACCOUNT=	nzeemin
(-)b/emulators/virtualbox-ose-legacy/Makefile (-1 / +1 lines)
Lines 157-163 CONFIGURE_ARGS+= --enable-qt5 Link Here
157
PLIST_SUB+=	QT=""
157
PLIST_SUB+=	QT=""
158
USES+=		gl qmake:no_env qt:5 xorg
158
USES+=		gl qmake:no_env qt:5 xorg
159
USE_GL=		gl glu
159
USE_GL=		gl glu
160
USE_QT=		buildtools_build core dbus gui linguisttools_build opengl
160
USE_QT=		buildtools:build core dbus gui linguisttools:build opengl
161
USE_QT+=	printsupport widgets x11extras
161
USE_QT+=	printsupport widgets x11extras
162
USE_XORG=	xcb
162
USE_XORG=	xcb
163
VBOX_PROGS+=	VirtualBox
163
VBOX_PROGS+=	VirtualBox
(-)b/emulators/virtualbox-ose/Makefile (-1 / +1 lines)
Lines 161-167 CONFIGURE_ARGS+= --enable-qt5 Link Here
161
PLIST_SUB+=	QT=""
161
PLIST_SUB+=	QT=""
162
USES+=		gl qmake:no_env qt:5 xorg
162
USES+=		gl qmake:no_env qt:5 xorg
163
USE_GL=		gl glu
163
USE_GL=		gl glu
164
USE_QT=		buildtools_build core dbus gui linguisttools_build opengl
164
USE_QT=		buildtools:build core dbus gui linguisttools:build opengl
165
USE_QT+=	printsupport widgets x11extras
165
USE_QT+=	printsupport widgets x11extras
166
USE_XORG=	xcb
166
USE_XORG=	xcb
167
VBOX_PROGS+=	VirtualBox VirtualBoxVM
167
VBOX_PROGS+=	VirtualBox VirtualBoxVM
(-)b/emulators/yuzu/Makefile (-2 / +2 lines)
Lines 78-84 JACK_BUILD_DEPENDS= jackit>0:audio/jack Link Here
78
JACK_CMAKE_BOOL=	USE_JACK
78
JACK_CMAKE_BOOL=	USE_JACK
79
79
80
NLS_DESC=		UI translations (implies QT5)
80
NLS_DESC=		UI translations (implies QT5)
81
NLS_USE=		QT=linguisttools_build
81
NLS_USE=		QT=linguisttools:build
82
NLS_CMAKE_BOOL=		ENABLE_QT_TRANSLATION
82
NLS_CMAKE_BOOL=		ENABLE_QT_TRANSLATION
83
NLS_IMPLIES=		QT5
83
NLS_IMPLIES=		QT5
84
84
Lines 86-92 PULSEAUDIO_BUILD_DEPENDS=pulseaudio>0:audio/pulseaudio Link Here
86
PULSEAUDIO_CMAKE_BOOL=	USE_PULSE
86
PULSEAUDIO_CMAKE_BOOL=	USE_PULSE
87
87
88
QT5_USES=		desktop-file-utils qt:5 shared-mime-info
88
QT5_USES=		desktop-file-utils qt:5 shared-mime-info
89
QT5_USE=		QT=qmake_build,buildtools_build,concurrent_build,core,gui,widgets
89
QT5_USE=		QT=qmake:build,buildtools:build,concurrent:build,core,gui,widgets
90
QT5_CMAKE_BOOL=		ENABLE_QT
90
QT5_CMAKE_BOOL=		ENABLE_QT
91
QT5_PLIST_FILES=	bin/${PORTNAME} \
91
QT5_PLIST_FILES=	bin/${PORTNAME} \
92
			share/applications/org.yuzu_emu.yuzu.desktop \
92
			share/applications/org.yuzu_emu.yuzu.desktop \
(-)b/finance/alkimia/Makefile (-2 / +2 lines)
Lines 20-29 USES= cmake compiler:c++11-lang kde:5 pathfix perl5 qt:5 \ Link Here
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
21
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
22
		i18n iconthemes jobwidgets kio newstuff service solid sonnet \
22
		i18n iconthemes jobwidgets kio newstuff service solid sonnet \
23
		textwidgets widgetsaddons windowsystem xmlgui ecm_build
23
		textwidgets widgetsaddons windowsystem xmlgui ecm:build
24
USE_PERL5=	run
24
USE_PERL5=	run
25
USE_QT=		concurrent core dbus declarative gui network widgets xml \
25
USE_QT=		concurrent core dbus declarative gui network widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
USE_XORG=	x11
27
USE_XORG=	x11
28
28
29
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_Doxygen
29
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_Doxygen
(-)b/finance/kmymoney/Makefile (-3 / +3 lines)
Lines 17-26 LIB_DEPENDS= libalkimia5.so:finance/alkimia \ Link Here
17
17
18
USES=		cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \
18
USES=		cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \
19
		pkgconfig qt:5 shared-mime-info shebangfix tar:xz
19
		pkgconfig qt:5 shared-mime-info shebangfix tar:xz
20
USE_QT=		buildtools_build core dbus gui network printsupport qmake_build \
20
USE_QT=		buildtools:build core dbus gui network printsupport qmake:build \
21
		sql testlib_build xml webkit widgets
21
		sql testlib:build xml webkit widgets
22
USE_KDE=	activities archive auth bookmarks codecs completion config \
22
USE_KDE=	activities archive auth bookmarks codecs completion config \
23
		configwidgets coreaddons doctools_build ecm_build i18n \
23
		configwidgets coreaddons doctools:build ecm:build i18n \
24
		iconthemes itemmodels itemviews jobwidgets kcmutils \
24
		iconthemes itemmodels itemviews jobwidgets kcmutils \
25
		kio notifications textwidgets service solid sonnet \
25
		kio notifications textwidgets service solid sonnet \
26
		wallet widgetsaddons xmlgui
26
		wallet widgetsaddons xmlgui
(-)b/finance/kraft/Makefile (-1 / +1 lines)
Lines 19-25 USE_KDE= akonadi akonadicontacts \ Link Here
19
		auth codecs config configwidgets contacts coreaddons \
19
		auth codecs config configwidgets contacts coreaddons \
20
		i18n itemmodels widgetsaddons
20
		i18n itemmodels widgetsaddons
21
USE_QT=		core dbus gui sql widgets xml \
21
USE_QT=		core dbus gui sql widgets xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
SHEBANG_FILES=	manual/makeman.sh
24
SHEBANG_FILES=	manual/makeman.sh
25
25
(-)b/finance/qtbitcointrader/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv3 Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE.GPL3
10
LICENSE_FILE=	${WRKSRC}/LICENSE.GPL3
11
11
12
USES=		compiler:c++11-lib gl qmake qt:5 ssl xorg
12
USES=		compiler:c++11-lib gl qmake qt:5 ssl xorg
13
USE_QT=		core gui multimedia network script speech widgets buildtools_build
13
USE_QT=		core gui multimedia network script speech widgets buildtools:build
14
USE_GL=		gl
14
USE_GL=		gl
15
15
16
WRKSRC_SUBDIR=	src
16
WRKSRC_SUBDIR=	src
(-)b/finance/skrooge/Makefile (-3 / +3 lines)
Lines 25-37 USE_KDE= activities archive attica5 auth bookmarks codecs completion \ Link Here
25
		package parts plasma-framework runner service solid sonnet \
25
		package parts plasma-framework runner service solid sonnet \
26
		textwidgets unitconversion wallet widgetsaddons windowsystem \
26
		textwidgets unitconversion wallet widgetsaddons windowsystem \
27
		xmlgui \
27
		xmlgui \
28
		doctools_build ecm_build
28
		doctools:build ecm:build
29
# designerplugin is weird: it's defined as a _run dependency, but
29
# designerplugin is weird: it's defined as a _run dependency, but
30
# skrooge checks for it at build-time.
30
# skrooge checks for it at build-time.
31
USE_KDE+=	designerplugin_build
31
USE_KDE+=	designerplugin:build
32
USE_QT=		concurrent core dbus declarative gui network printsupport \
32
USE_QT=		concurrent core dbus declarative gui network printsupport \
33
		script sql svg webkit widgets xml \
33
		script sql svg webkit widgets xml \
34
		buildtools_build designer_build qmake_build testlib_build
34
		buildtools:build designer:build qmake:build testlib:build
35
SHEBANG_FILES=	plugins/import/skrooge_import_backend/skrooge-sabb.py \
35
SHEBANG_FILES=	plugins/import/skrooge_import_backend/skrooge-sabb.py \
36
		skgbankmodeler/skrooge-coinmarketcap.py \
36
		skgbankmodeler/skrooge-coinmarketcap.py \
37
		skgbankmodeler/skrooge-cryptocompare.py \
37
		skgbankmodeler/skrooge-cryptocompare.py \
(-)b/french/aster/Makefile (-1 / +1 lines)
Lines 46-52 RUN_DEPENDS+= ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ Link Here
46
46
47
USES=		bison blaslapack:openblas fortran gettext python:3.6+ qt:5 tk
47
USES=		bison blaslapack:openblas fortran gettext python:3.6+ qt:5 tk
48
USE_BINUTILS=	yes
48
USE_BINUTILS=	yes
49
USE_QT=		linguisttools_build
49
USE_QT=		linguisttools:build
50
50
51
#CONFLICTS_BUILD=${PYTHON_PKGNAMEPREFIX}cysignals-1.*
51
#CONFLICTS_BUILD=${PYTHON_PKGNAMEPREFIX}cysignals-1.*
52
52
(-)b/games/2048-qt/Makefile (-1 / +1 lines)
Lines 15-21 GH_ACCOUNT= xiaoyong Link Here
15
GH_PROJECT=	2048-Qt
15
GH_PROJECT=	2048-Qt
16
16
17
USES=		compiler:c++11-lang gmake pkgconfig qmake qt:5
17
USES=		compiler:c++11-lang gmake pkgconfig qmake qt:5
18
USE_QT=		core declarative gui network widgets buildtools_build quickcontrols
18
USE_QT=		core declarative gui network widgets buildtools:build quickcontrols
19
19
20
PLIST_FILES=	bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \
20
PLIST_FILES=	bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \
21
		share/pixmaps/${PORTNAME}.png
21
		share/pixmaps/${PORTNAME}.png
(-)b/games/LibreMines/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv3 Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
USES=		cmake qt:5
12
USES=		cmake qt:5
13
USE_QT=		buildtools_build core gui multimedia qmake_build svg widgets
13
USE_QT=		buildtools:build core gui multimedia qmake:build svg widgets
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	Bollos00
16
GH_ACCOUNT=	Bollos00
(-)b/games/auralquiz/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libtag.so:audio/taglib Link Here
15
15
16
USES=		compiler:c++11-lang gl qmake qt:5
16
USES=		compiler:c++11-lang gl qmake qt:5
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_QT=		core gui widgets phonon4 qmake_build buildtools_build
18
USE_QT=		core gui widgets phonon4 qmake:build buildtools:build
19
19
20
PORTDOCS=	CHANGELOG README TODO
20
PORTDOCS=	CHANGELOG README TODO
21
21
(-)b/games/blinken/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= Memory enhancement game Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		doctools guiaddons i18n widgetsaddons xmlgui \
10
		doctools guiaddons i18n widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui phonon4 svg widgets xml \
12
USE_QT=		core dbus gui phonon4 svg widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/games/bomber/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= ${${PORTNAME:tu}_DESC} Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		i18n kio libkdegames widgetsaddons xmlgui \
10
		i18n kio libkdegames widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus declarative gui network widgets phonon4 xml \
12
USE_QT=		core dbus declarative gui network widgets phonon4 xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/games/bovo/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= ${${PORTNAME:tu}_DESC} Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui \
10
		i18n kdeclarative libkdegames newstuff widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
12
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/games/bubble-chains/Makefile (-1 / +1 lines)
Lines 15-21 GH_ACCOUNT= ArsMasiuk Link Here
15
15
16
USES=		qmake qt:5 xorg
16
USES=		qmake qt:5 xorg
17
USE_QT=		core gui widgets xml opengl multimedia x11extras \
17
USE_QT=		core gui widgets xml opengl multimedia x11extras \
18
		qmake_build buildtools_build
18
		qmake:build buildtools:build
19
USE_XORG=	x11 xrandr
19
USE_XORG=	x11 xrandr
20
20
21
QMAKE_ARGS=	DATADIR="${DATADIR}"
21
QMAKE_ARGS=	DATADIR="${DATADIR}"
(-)b/games/chessx/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
12
USES=		compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 tar:tgz
12
USES=		compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 tar:tgz
13
USE_GL=		gl
13
USE_GL=		gl
14
USE_QT=		concurrent core gui multimedia network opengl printsupport svg \
14
USE_QT=		concurrent core gui multimedia network opengl printsupport svg \
15
		widgets xml buildtools_build linguisttools_build speech
15
		widgets xml buildtools:build linguisttools:build speech
16
16
17
PLIST_FILES=	bin/chessx \
17
PLIST_FILES=	bin/chessx \
18
		share/applications/chessx.desktop \
18
		share/applications/chessx.desktop \
(-)b/games/cockatrice/Makefile (-2 / +2 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
LIB_DEPENDS=	libprotobuf.so:devel/protobuf
12
LIB_DEPENDS=	libprotobuf.so:devel/protobuf
13
13
14
USES=		cmake compiler:c++11-lib gnome qt:5
14
USES=		cmake compiler:c++11-lib gnome qt:5
15
USE_QT=		buildtools_build concurrent core network qmake_build websockets widgets gui
15
USE_QT=		buildtools:build concurrent core network qmake:build websockets widgets gui
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_TAGNAME=	2021-01-26-Release-2.8.0
17
GH_TAGNAME=	2021-01-26-Release-2.8.0
18
18
Lines 31-37 SERVATRICE_CMAKE_OFF= -DWITH_SERVER=OFF Link Here
31
COCKATRICE_CMAKE_ON=	-DWITH_CLIENT=ON -DWITH_ORACLE=ON
31
COCKATRICE_CMAKE_ON=	-DWITH_CLIENT=ON -DWITH_ORACLE=ON
32
COCKATRICE_CMAKE_OFF=	-DWITH_CLIENT=OFF -DWITH_ORACLE=OFF
32
COCKATRICE_CMAKE_OFF=	-DWITH_CLIENT=OFF -DWITH_ORACLE=OFF
33
33
34
COCKATRICE_USE=		qt=multimedia,printsupport,svg,linguisttools_build
34
COCKATRICE_USE=		qt=multimedia,printsupport,svg,linguisttools:build
35
SERVATRICE_USE=		qt=sql,sql-mysql
35
SERVATRICE_USE=		qt=sql,sql-mysql
36
SERVATRICE_USE+=	RC_SUBR=servatrice
36
SERVATRICE_USE+=	RC_SUBR=servatrice
37
37
(-)b/games/colorcode/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE= GPLv3+ Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		compiler:c++11-lang qmake qt:5
14
USES=		compiler:c++11-lang qmake qt:5
15
USE_QT=		core gui widgets buildtools_build
15
USE_QT=		core gui widgets buildtools:build
16
WRKSRC=		${WRKDIR}/ColorCode-${PORTVERSION}
16
WRKSRC=		${WRKDIR}/ColorCode-${PORTVERSION}
17
17
18
DESKTOP_ENTRIES=ColorCode \
18
DESKTOP_ENTRIES=ColorCode \
(-)b/games/connectagram/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
13
14
USES=		compiler:c++11-lib gl qmake qt:5 tar:bzip2
14
USES=		compiler:c++11-lib gl qmake qt:5 tar:bzip2
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui linguisttools_build network widgets
16
USE_QT=		buildtools:build core gui linguisttools:build network widgets
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
19
(-)b/games/cutemaze/Makefile (-2 / +2 lines)
Lines 12-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
12
12
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		core gui svg imageformats_run widgets \
15
USE_QT=		core gui svg imageformats:run widgets \
16
		linguisttools_build buildtools_build
16
		linguisttools:build buildtools:build
17
17
18
PORTDOCS=	ChangeLog README
18
PORTDOCS=	ChangeLog README
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)b/games/doomsday/Makefile (-1 / +1 lines)
Lines 21-27 USE_GL= gl glu Link Here
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
USE_SDL=	sdl2 mixer2
22
USE_SDL=	sdl2 mixer2
23
USE_XORG=	x11 sm ice xext xrandr xxf86vm
23
USE_XORG=	x11 sm ice xext xrandr xxf86vm
24
USE_QT=		buildtools_build core gui network widgets qmake_build opengl x11extras
24
USE_QT=		buildtools:build core gui network widgets qmake:build opengl x11extras
25
CMAKE_ARGS+=	-DDENG_ENABLE_COTIRE=OFF -DDENG_ASSIMP_EMBEDDED=OFF
25
CMAKE_ARGS+=	-DDENG_ENABLE_COTIRE=OFF -DDENG_ASSIMP_EMBEDDED=OFF
26
LDFLAGS+=	-lexecinfo
26
LDFLAGS+=	-lexecinfo
27
27
(-)b/games/dustrac/Makefile (-1 / +1 lines)
Lines 20-26 GH_TAGNAME= ae380b8 # includes crash fix Link Here
20
USES=		compiler:c++11-lib cmake gl openal pkgconfig qt:5
20
USES=		compiler:c++11-lib cmake gl openal pkgconfig qt:5
21
USE_GL=		gl glu
21
USE_GL=		gl glu
22
USE_QT=		core gui opengl xml widgets testlib sql \
22
USE_QT=		core gui opengl xml widgets testlib sql \
23
		buildtools_build linguisttools_build qmake_build
23
		buildtools:build linguisttools:build qmake:build
24
CMAKE_ARGS=	-DReleaseBuild=on \
24
CMAKE_ARGS=	-DReleaseBuild=on \
25
		-DSystemFonts=on \
25
		-DSystemFonts=on \
26
		-DDATA_PATH=${DATADIR} \
26
		-DDATA_PATH=${DATADIR} \
(-)b/games/freeciv/Makefile (-1 / +1 lines)
Lines 75-81 PGSQL_CONFIGURE_ON= --with-postgres-prefix=${LOCALBASE} Link Here
75
PGSQL_VARS=		_FREECIV_DB+=postgres
75
PGSQL_VARS=		_FREECIV_DB+=postgres
76
76
77
QT5_USES=		qt:5 sdl
77
QT5_USES=		qt:5 sdl
78
QT5_USE=		QT=core,gui,widgets,buildtools_build \
78
QT5_USE=		QT=core,gui,widgets,buildtools:build \
79
			SDL=mixer2
79
			SDL=mixer2
80
QT5_CONFIGURE_ON=	--with-qt5-includes=${LOCALBASE}/${QT_INCDIR_REL} \
80
QT5_CONFIGURE_ON=	--with-qt5-includes=${LOCALBASE}/${QT_INCDIR_REL} \
81
			--with-qt5-libs=${LOCALBASE}/${QT_LIBDIR_REL}
81
			--with-qt5-libs=${LOCALBASE}/${QT_LIBDIR_REL}
(-)b/games/gcompris-qt/Makefile (-3 / +3 lines)
Lines 15-25 LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt Link Here
15
LIB_DEPENDS=	libBox2D.so:x11-toolkits/qml-box2d
15
LIB_DEPENDS=	libBox2D.so:x11-toolkits/qml-box2d
16
16
17
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
17
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
18
USE_KDE=	doctools_build ecm_build
18
USE_KDE=	doctools:build ecm:build
19
USE_QT=		core declarative graphicaleffects gui multimedia network quickcontrols \
19
USE_QT=		core declarative graphicaleffects gui multimedia network quickcontrols \
20
		sensors svg widgets \
20
		sensors svg widgets \
21
		buildtools_build linguisttools_build qmake_build testlib_build \
21
		buildtools:build linguisttools:build qmake:build testlib:build \
22
		imageformats_run
22
		imageformats:run
23
23
24
CMAKE_ARGS=	-DQML_BOX2D_LIBRARY=${QT_QMLDIR}/Box2D.2.0
24
CMAKE_ARGS=	-DQML_BOX2D_LIBRARY=${QT_QMLDIR}/Box2D.2.0
25
25
(-)b/games/gottet/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
USES=		compiler:c++11-lib gl qmake qt:5 tar:bzip2
13
USES=		compiler:c++11-lib gl qmake qt:5 tar:bzip2
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		core gui widgets \
15
USE_QT=		core gui widgets \
16
		buildtools_build linguisttools_build
16
		buildtools:build linguisttools:build
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
19
(-)b/games/granatier/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
11
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui \
11
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/hedgewars/Makefile (-2 / +2 lines)
Lines 22-29 USES= cmake:noninja desktop-file-utils fpc gl lua:51 pkgconfig qt:5 \ Link Here
22
USE_SDL=	sdl2 mixer2 image2 ttf2 net2
22
USE_SDL=	sdl2 mixer2 image2 ttf2 net2
23
USE_FPC=	opengl libpng rtl-objpas rtl-extra
23
USE_FPC=	opengl libpng rtl-objpas rtl-extra
24
USE_QT=		core gui widgets network \
24
USE_QT=		core gui widgets network \
25
		qmake_build buildtools_build \
25
		qmake:build buildtools:build \
26
		linguisttools_build
26
		linguisttools:build
27
USE_GL=		gl glu
27
USE_GL=		gl glu
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
CMAKE_ON=	NOSERVER
29
CMAKE_ON=	NOSERVER
(-)b/games/hexalate/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE= GPLv3+ Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		compiler:c++11-lib gl gnome qmake qt:5 tar:bzip2
15
USES=		compiler:c++11-lib gl gnome qmake qt:5 tar:bzip2
16
USE_QT=		core gui widgets buildtools_build linguisttools_build
16
USE_QT=		core gui widgets buildtools:build linguisttools:build
17
USE_GL=		gl
17
USE_GL=		gl
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)b/games/iqpuzzle/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv3 Link Here
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
USES=		compiler:c++11-lang gl qmake qt:5
12
USES=		compiler:c++11-lang gl qmake qt:5
13
USE_QT=		core gui widgets buildtools_build
13
USE_QT=		core gui widgets buildtools:build
14
USE_GL=		gl
14
USE_GL=		gl
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
(-)b/games/kanagram/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
10
		doctools i18n kdeclarative kio libkeduvocdocument newstuff \
10
		doctools i18n kdeclarative kio libkeduvocdocument newstuff \
11
		package service sonnet widgetsaddons xmlgui \
11
		package service sonnet widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network opengl speech svg widgets xml \
13
USE_QT=		core dbus declarative gui network opengl speech svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kapman/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
10
		dbusaddons i18n libkdegames notifyconfig widgetsaddons \
10
		dbusaddons i18n libkdegames notifyconfig widgetsaddons \
11
		windowsystem xmlgui \
11
		windowsystem xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/katomic/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \ Link Here
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
11
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui \
11
		libkdegames newstuff notifyconfig service widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network widgets xml \
13
USE_QT=		core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
SHEBANG_FILES=	src/katomic-levelset-upd.pl
15
SHEBANG_FILES=	src/katomic-levelset-upd.pl
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
(-)b/games/kblackbox/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	archive auth codecs config configwidgets coreaddons crash \
9
USE_KDE=	archive auth codecs config configwidgets coreaddons crash \
10
		dbusaddons guiaddons i18n iconthemes libkdegames sonnet \
10
		dbusaddons guiaddons i18n iconthemes libkdegames sonnet \
11
		textwidgets widgetsaddons xmlgui \
11
		textwidgets widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kblocks/Makefile (-1 / +1 lines)
Lines 10-16 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
10
		dbusaddons i18n itemmodels kio libkdegames newstuff \
10
		dbusaddons i18n itemmodels kio libkdegames newstuff \
11
		notifyconfig textwidgets widgetsaddons windowsystem xmlgui
11
		notifyconfig textwidgets widgetsaddons windowsystem xmlgui
12
USE_QT=		core dbus declarative gui network phonon4 svg testlib widgets xml \
12
USE_QT=		core dbus declarative gui network phonon4 svg testlib widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/games/kbounce/Makefile (-2 / +2 lines)
Lines 10-19 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
10
		dbusaddons guiaddons i18n iconthemes jobwidgets kio \
10
		dbusaddons guiaddons i18n iconthemes jobwidgets kio \
11
		libkdegames notifyconfig service solid textwidgets widgetsaddons \
11
		libkdegames notifyconfig service solid textwidgets widgetsaddons \
12
		windowsystem xmlgui \
12
		windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus declarative gui network phonon4 svg \
14
USE_QT=		concurrent core dbus declarative gui network phonon4 svg \
15
		testlib widgets xml \
15
		testlib widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/games/kbreakout/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
10
		dbusaddons guiaddons i18n iconthemes jobwidgets kio libkdegames \
10
		dbusaddons guiaddons i18n iconthemes jobwidgets kio libkdegames \
11
		service widgetsaddons xmlgui \
11
		service widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kdiamond/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		doctools guiaddons i18n iconthemes libkdegames \
10
		doctools guiaddons i18n iconthemes libkdegames \
11
		notifications notifyconfig widgetsaddons xmlgui \
11
		notifications notifyconfig widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network widgets xml \
13
USE_QT=		core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kfourinline/Makefile (-2 / +2 lines)
Lines 10-18 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
10
		dbusaddons dnssd i18n iconthemes itemmodels itemviews \
10
		dbusaddons dnssd i18n iconthemes itemmodels itemviews \
11
		kdeclarative kdelibs4support kio libkdegames notifyconfig \
11
		kdeclarative kdelibs4support kio libkdegames notifyconfig \
12
		widgetsaddons xmlgui \
12
		widgetsaddons xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core dbus declarative gui network svg widgets xml \
14
USE_QT=		core dbus declarative gui network svg widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/games/kgoldrunner/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
		crash dbusaddons i18n kio libkdegames service \
10
		crash dbusaddons i18n kio libkdegames service \
11
		widgetsaddons xmlgui \
11
		widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus declarative gui network widgets xml \
13
USE_QT=		concurrent core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/khangman/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
10
		crash doctools i18n kdeclarative libkeduvocdocument \
10
		crash doctools i18n kdeclarative libkeduvocdocument \
11
		newstuff notifications package service widgetsaddons xmlgui \
11
		newstuff notifications package service widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
(-)b/games/kigo/Makefile (-2 / +2 lines)
Lines 10-18 USE_KDE= attica auth codecs completion config configwidgets \ Link Here
10
		coreaddons crash dbusaddons i18n jobwidgets kio \
10
		coreaddons crash dbusaddons i18n jobwidgets kio \
11
		libkdegames newstuff notifyconfig service solid sonnet textwidgets \
11
		libkdegames newstuff notifyconfig service solid sonnet textwidgets \
12
		widgetsaddons windowsystem xmlgui \
12
		widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
14
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/games/killbots/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
11
		libkdegames notifyconfig widgetsaddons xmlgui \
11
		libkdegames notifyconfig widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network widgets xml \
13
USE_QT=		core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kiriki/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= ${${PORTNAME:tu}_DESC} Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		guiaddons i18n iconthemes kio libkdegames widgetsaddons xmlgui \
10
		guiaddons i18n iconthemes kio libkdegames widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus declarative gui network printsupport svg widgets xml \
12
USE_QT=		core dbus declarative gui network printsupport svg widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/games/kjumpingcube/Makefile (-2 / +2 lines)
Lines 10-18 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
10
		dbusaddons guiaddons i18n  iconthemes itemviews jobwidgets \
10
		dbusaddons guiaddons i18n  iconthemes itemviews jobwidgets \
11
		kio libkdegames newstuff notifyconfig service solid widgetsaddons \
11
		kio libkdegames newstuff notifyconfig service solid widgetsaddons \
12
		windowsystem xmlgui \
12
		windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
14
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/games/klickety/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
12
		coreaddons crash dbusaddons doctools i18n itemviews \
12
		coreaddons crash dbusaddons doctools i18n itemviews \
13
		jobwidgets kio libkdegames notifications notifyconfig service \
13
		jobwidgets kio libkdegames notifications notifyconfig service \
14
		solid widgetsaddons windowsystem xmlgui \
14
		solid widgetsaddons windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/games/klines/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		guiaddons i18n iconthemes itemviews kio libkdegames \
10
		guiaddons i18n iconthemes itemviews kio libkdegames \
11
		newstuff service widgetsaddons xmlgui \
11
		newstuff service widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kmahjongg/Makefile (-2 / +2 lines)
Lines 11-19 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons doctools i18n kdeclarative libkdegames newstuff \
12
		dbusaddons doctools i18n kdeclarative libkdegames newstuff \
13
		widgetsaddons xmlgui \
13
		widgetsaddons xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		core dbus declarative gui network svg widgets xml \
15
USE_QT=		core dbus declarative gui network svg widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/games/kmines/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		i18n kio libkdegames notifyconfig sonnet textwidgets \
10
		i18n kio libkdegames notifyconfig sonnet textwidgets \
11
		widgetsaddons xmlgui \
11
		widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network widgets xml \
13
USE_QT=		core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/knavalbattle/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
10
		dbusaddons dnssd doctools i18n libkdegames sonnet \
10
		dbusaddons dnssd doctools i18n libkdegames sonnet \
11
		textwidgets widgetsaddons xmlgui \
11
		textwidgets widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network widgets xml \
13
USE_QT=		core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/knetwalk/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		guiaddons i18n iconthemes itemviews kio libkdegames \
10
		guiaddons i18n iconthemes itemviews kio libkdegames \
11
		notifyconfig sonnet textwidgets widgetsaddons xmlgui \
11
		notifyconfig sonnet textwidgets widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/knights/Makefile (-1 / +1 lines)
Lines 16-22 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
16
		widgetsaddons xmlgui
16
		widgetsaddons xmlgui
17
USE_QT=		concurrent core dbus declarative gui network speech \
17
USE_QT=		concurrent core dbus declarative gui network speech \
18
		svg widgets xml \
18
		svg widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
22
22
(-)b/games/kolf/Makefile (-2 / +2 lines)
Lines 11-20 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
11
		itemviews jobwidgets kdelibs4support kio libkdegames \
11
		itemviews jobwidgets kdelibs4support kio libkdegames \
12
		notifications parts service solid sonnet textwidgets \
12
		notifications parts service solid sonnet textwidgets \
13
		unitconversion widgetsaddons windowsystem xmlgui \
13
		unitconversion widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		concurrent core dbus declarative gui network phonon4 printsupport \
15
USE_QT=		concurrent core dbus declarative gui network phonon4 printsupport \
16
		widgets xml \
16
		widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
(-)b/games/kollision/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
10
		i18n kio libkdegames newstuff notifyconfig textwidgets \
10
		i18n kio libkdegames newstuff notifyconfig textwidgets \
11
		widgetsaddons xmlgui \
11
		widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network phonon4 svg widgets xml \
13
USE_QT=		core dbus declarative gui network phonon4 svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/konquest/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash \
10
		dbusaddons guiaddons i18n libkdegames widgetsaddons \
10
		dbusaddons guiaddons i18n libkdegames widgetsaddons \
11
		xmlgui \
11
		xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kpat/Makefile (-2 / +2 lines)
Lines 14-22 USE_KDE= attica auth codecs completion config configwidgets coreaddons \ Link Here
14
		crash dbusaddons guiaddons i18n iconthemes itemviews \
14
		crash dbusaddons guiaddons i18n iconthemes itemviews \
15
		kdeclarative kio libkdegames newstuff notifyconfig service \
15
		kdeclarative kio libkdegames newstuff notifyconfig service \
16
		textwidgets widgetsaddons xmlgui \
16
		textwidgets widgetsaddons xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus declarative gui network phonon4 svg widgets xml \
18
USE_QT=		concurrent core dbus declarative gui network phonon4 svg widgets xml \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
CMAKE_ON=	WITH_BH_SOLVER
20
CMAKE_ON=	WITH_BH_SOLVER
21
21
22
OPTIONS_DEFINE=	DOCS
22
OPTIONS_DEFINE=	DOCS
(-)b/games/kreversi/Makefile (-2 / +2 lines)
Lines 10-18 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
10
		coreaddons crash dbusaddons i18n iconthemes itemviews \
10
		coreaddons crash dbusaddons i18n iconthemes itemviews \
11
		jobwidgets kdeclarative kio libkdegames package service \
11
		jobwidgets kdeclarative kio libkdegames package service \
12
		solid widgetsaddons windowsystem xmlgui \
12
		solid widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
14
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/games/kshisen/Makefile (-2 / +2 lines)
Lines 11-19 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
12
		dbusaddons dnssd i18n kdeclarative kio libkdegames \
12
		dbusaddons dnssd i18n kdeclarative kio libkdegames \
13
		newstuff widgetsaddons xmlgui \
13
		newstuff widgetsaddons xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		core dbus declarative gui network svg widgets xml \
15
USE_QT=		core dbus declarative gui network svg widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/games/ksirk/Makefile (-1 / +1 lines)
Lines 10-16 USE_KDE= attica auth codecs completion config configwidgets \ Link Here
10
		coreaddons crash i18n iconthemes kio libkdegames newstuff \
10
		coreaddons crash i18n iconthemes kio libkdegames newstuff \
11
		service wallet widgetsaddons xmlgui
11
		service wallet widgetsaddons xmlgui
12
USE_QT=		concurrent core dbus declarative gui network phonon4 svg widgets xml \
12
USE_QT=		concurrent core dbus declarative gui network phonon4 svg widgets xml \
13
		buildtools_build qmake_build testlib_build
13
		buildtools:build qmake:build testlib:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
(-)b/games/ksnakeduel/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
		crash dbusaddons guiaddons i18n libkdegames \
10
		crash dbusaddons guiaddons i18n libkdegames \
11
		widgetsaddons xmlgui \
11
		widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network svg widgets xml \
13
USE_QT=		core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/kspaceduel/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= ${${PORTNAME:tu}_DESC} Link Here
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
		crash dbusaddons i18n libkdegames widgetsaddons xmlgui \
10
		crash dbusaddons i18n libkdegames widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus declarative gui network svg widgets xml \
12
USE_QT=		core dbus declarative gui network svg widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/games/ksquares/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
10
		dbusaddons guiaddons i18n iconthemes itemviews kio \
11
		libkdegames notifyconfig widgetsaddons xmlgui \
11
		libkdegames notifyconfig widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network widgets xml \
13
USE_QT=		core dbus declarative gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/ksudoku/Makefile (-2 / +2 lines)
Lines 10-19 USE_GL= gl glu Link Here
10
USE_KDE=	archive auth codecs completion config configwidgets \
10
USE_KDE=	archive auth codecs completion config configwidgets \
11
		coreaddons crash guiaddons i18n jobwidgets kio \
11
		coreaddons crash guiaddons i18n jobwidgets kio \
12
		libkdegames service widgetsaddons xmlgui \
12
		libkdegames service widgetsaddons xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus declarative gui network opengl printsupport \
14
USE_QT=		concurrent core dbus declarative gui network opengl printsupport \
15
		svg widgets xml \
15
		svg widgets xml \
16
		buildtools_build qmake_build testlib_build
16
		buildtools:build qmake:build testlib:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/games/ktuberling/Makefile (-2 / +2 lines)
Lines 12-21 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
12
		kdelibs4support kio libkdegames newstuff notifications \
12
		kdelibs4support kio libkdegames newstuff notifications \
13
		notifyconfig parts service solid sonnet textwidgets \
13
		notifyconfig parts service solid sonnet textwidgets \
14
		unitconversion widgetsaddons windowsystem xmlgui \
14
		unitconversion widgetsaddons windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus declarative gui multimedia network \
16
USE_QT=		concurrent core dbus declarative gui multimedia network \
17
		phonon4 printsupport svg testlib widgets xml \
17
		phonon4 printsupport svg testlib widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
21
21
(-)b/games/kubrick/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gl kde:5 qt:5 tar:xz Link Here
9
USE_GL=		gl glu
9
USE_GL=		gl glu
10
USE_KDE=	auth codecs config configwidgets coreaddons crash \
10
USE_KDE=	auth codecs config configwidgets coreaddons crash \
11
		i18n kio libkdegames service widgetsaddons xmlgui \
11
		i18n kio libkdegames service widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus declarative gui network opengl svg widgets xml \
13
USE_QT=		concurrent core dbus declarative gui network opengl svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/leela-zero/Makefile (-1 / +1 lines)
Lines 19-25 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ Link Here
19
USES=		cmake compiler:c++14-lang eigen:3 localbase qt:5
19
USES=		cmake compiler:c++14-lang eigen:3 localbase qt:5
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_TUPLE=	google:googletest:cafa9e5:gtest/gtest
21
GH_TUPLE=	google:googletest:cafa9e5:gtest/gtest
22
USE_QT=		core widgets buildtools_build qmake_build
22
USE_QT=		core widgets buildtools:build qmake:build
23
23
24
CMAKE_ON=	USE_BLAS BUILD_TESTING
24
CMAKE_ON=	USE_BLAS BUILD_TESTING
25
CMAKE_ARGS=	-DBLAS_INCLUDE_DIRS:STRING=${LOCALBASE}/include
25
CMAKE_ARGS=	-DBLAS_INCLUDE_DIRS:STRING=${LOCALBASE}/include
(-)b/games/libkdegames/Makefile (-2 / +2 lines)
Lines 14-22 USE_KDE= archive attica auth bookmarks codecs completion config \ Link Here
14
		globalaccel guiaddons i18n iconthemes init itemmodels \
14
		globalaccel guiaddons i18n iconthemes init itemmodels \
15
		itemviews jobwidgets kdeclarative kdelibs4support kio newstuff \
15
		itemviews jobwidgets kdeclarative kdelibs4support kio newstuff \
16
		package service textwidgets widgetsaddons xmlgui \
16
		package service textwidgets widgetsaddons xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		core dbus declarative gui network svg widgets xml \
18
USE_QT=		core dbus declarative gui network svg widgets xml \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
SHLIB_VER=	7.3.1
22
SHLIB_VER=	7.3.1
(-)b/games/libkmahjongg/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= Library for the Mahjongg Solitaire for KDE 5 Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
		i18n widgetsaddons \
10
		i18n widgetsaddons \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core gui svg widgets xml \
12
USE_QT=		core gui svg widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
(-)b/games/lskat/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= ${${PORTNAME:tu}_DESC} Link Here
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash \
10
		guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui \
10
		guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus declarative gui network svg widgets xml \
12
USE_QT=		core dbus declarative gui network svg widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/games/multimc/Makefile (-2 / +2 lines)
Lines 18-25 GH_TUPLE= MultiMC:libnbtplusplus:508eda8:libnbtplusplus/libraries/libnbtplusplus Link Here
18
		MultiMC:quazip:3691d57:quazip/libraries/quazip
18
		MultiMC:quazip:3691d57:quazip/libraries/quazip
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USE_JAVA=	1.8+
20
USE_JAVA=	1.8+
21
USE_QT=		core concurrent gui network testlib_build widgets xml \
21
USE_QT=		core concurrent gui network testlib:build widgets xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
CMAKE_ARGS=	-DMultiMC_LAYOUT="lin-system"
24
CMAKE_ARGS=	-DMultiMC_LAYOUT="lin-system"
25
CMAKE_OFF=	MultiMC_UPDATER
25
CMAKE_OFF=	MultiMC_UPDATER
(-)b/games/openage/Makefile (-1 / +1 lines)
Lines 33-39 USE_GITHUB= yes Link Here
33
GH_ACCOUNT=	SFTtech
33
GH_ACCOUNT=	SFTtech
34
USE_SDL=	image2 sdl2
34
USE_SDL=	image2 sdl2
35
USE_GL=		gl glu
35
USE_GL=		gl glu
36
USE_QT=		core declarative gui network buildtools_build qmake_build
36
USE_QT=		core declarative gui network buildtools:build qmake:build
37
USE_PYTHON=	cython
37
USE_PYTHON=	cython
38
USE_LDCONFIG=	yes
38
USE_LDCONFIG=	yes
39
39
(-)b/games/openmw/Makefile (-2 / +2 lines)
Lines 23-30 USES= cmake compiler:c++17-lang gl openal pkgconfig qt:5 sdl xorg Link Here
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	OpenMW
24
GH_ACCOUNT=	OpenMW
25
USE_GL=		gl
25
USE_GL=		gl
26
USE_QT=		core gui network opengl printsupport widgets buildtools_build \
26
USE_QT=		core gui network opengl printsupport widgets buildtools:build \
27
		qmake_build
27
		qmake:build
28
USE_SDL=	sdl2
28
USE_SDL=	sdl2
29
29
30
CMAKE_ARGS=	-DDESIRED_QT_VERSION=5 \
30
CMAKE_ARGS=	-DDESIRED_QT_VERSION=5 \
(-)b/games/palapeli/Makefile (-1 / +1 lines)
Lines 11-17 USE_KDE= archive auth codecs completion config configwidgets coreaddons \ Link Here
11
		crash i18n itemviews jobwidgets kio libkdegames notifications service \
11
		crash i18n itemviews jobwidgets kio libkdegames notifications service \
12
		solid widgetsaddons windowsystem xmlgui
12
		solid widgetsaddons windowsystem xmlgui
13
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
13
USE_QT=		concurrent core dbus declarative gui network svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
(-)b/games/peg-e/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE= GPLv3+ Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		compiler:c++17-lang gl gnome qmake qt:5 tar:bzip2
14
USES=		compiler:c++17-lang gl gnome qmake qt:5 tar:bzip2
15
USE_QT=		core gui widgets qmake_build buildtools_build linguisttools_build
15
USE_QT=		core gui widgets qmake:build buildtools:build linguisttools:build
16
USE_GL=		gl
16
USE_GL=		gl
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)b/games/pentobi/Makefile (-1 / +1 lines)
Lines 17-23 USES= compiler:c++14-lang cmake desktop-file-utils gettext-tools gnome qt:5 \ Link Here
17
		shared-mime-info tar:xz
17
		shared-mime-info tar:xz
18
USE_GNOME=	librsvg2:build
18
USE_GNOME=	librsvg2:build
19
USE_QT=		core gui concurrent quickcontrols2 declarative network \
19
USE_QT=		core gui concurrent quickcontrols2 declarative network \
20
		qmake_build buildtools_build linguisttools_build
20
		qmake:build buildtools:build linguisttools:build
21
CMAKE_ARGS=	-DDOCBOOK_XSL=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl
21
CMAKE_ARGS=	-DDOCBOOK_XSL=${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl
22
22
23
PORTDATA=	*
23
PORTDATA=	*
(-)b/games/picmi/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
10
		dbusaddons doctools i18n jobwidgets kdeclarative kio \
10
		dbusaddons doctools i18n jobwidgets kdeclarative kio \
11
		libkdegames newstuff service solid widgetsaddons windowsystem xmlgui \
11
		libkdegames newstuff service solid widgetsaddons windowsystem xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus declarative gui network svg testlib widgets xml \
13
USE_QT=		concurrent core dbus declarative gui network svg testlib widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/games/pokerth/Makefile (-1 / +1 lines)
Lines 26-32 BROKEN= error: use of undeclared identifier '_1' Link Here
26
USES=		compiler:c++11-lang gl gmake iconv qmake qt:5 sdl sqlite ssl
26
USES=		compiler:c++11-lang gl gmake iconv qmake qt:5 sdl sqlite ssl
27
USE_GL=		gl
27
USE_GL=		gl
28
USE_CXXSTD=	c++11
28
USE_CXXSTD=	c++11
29
USE_QT=		buildtools_build core gui network sql sql-sqlite3 widgets
29
USE_QT=		buildtools:build core gui network sql sql-sqlite3 widgets
30
USE_SDL=	mixer
30
USE_SDL=	mixer
31
31
32
QMAKE_SOURCE_PATH=	pokerth.pro
32
QMAKE_SOURCE_PATH=	pokerth.pro
(-)b/games/py-mnemosyne/Makefile (-1 / +1 lines)
Lines 21-27 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} Link Here
21
		${PYTHON_PKGNAMEPREFIX}gtts>=0:audio/py-gtts@${PY_FLAVOR}
21
		${PYTHON_PKGNAMEPREFIX}gtts>=0:audio/py-gtts@${PY_FLAVOR}
22
22
23
USES=		pyqt:5 python:3.7+ shebangfix dos2unix #due textproc/py-googletrans
23
USES=		pyqt:5 python:3.7+ shebangfix dos2unix #due textproc/py-googletrans
24
USE_PYQT=	pyqt5_run sip_run webengine_run
24
USE_PYQT=	pyqt5:run sip:run webengine:run
25
USE_PYTHON=	autoplist concurrent distutils
25
USE_PYTHON=	autoplist concurrent distutils
26
26
27
DOS2UNIX_GLOB=	*.py
27
DOS2UNIX_GLOB=	*.py
(-)b/games/qnetwalk/Makefile (-1 / +1 lines)
Lines 12-18 USE_GITHUB= yes Link Here
12
GH_ACCOUNT=	AMDmi3
12
GH_ACCOUNT=	AMDmi3
13
13
14
USES=		cmake compiler:c++11-lang pkgconfig qt:5 sdl
14
USES=		cmake compiler:c++11-lang pkgconfig qt:5 sdl
15
USE_QT=		core gui widgets qmake_build buildtools_build linguisttools_build
15
USE_QT=		core gui widgets qmake:build buildtools:build linguisttools:build
16
USE_SDL=	sdl2 mixer2
16
USE_SDL=	sdl2 mixer2
17
17
18
PORTDOCS=	ChangeLog.md README.md
18
PORTDOCS=	ChangeLog.md README.md
(-)b/games/simsu/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE= GPLv3+ Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		compiler:c++17-lang gl qmake qt:5 tar:bzip2
15
USES=		compiler:c++17-lang gl qmake qt:5 tar:bzip2
16
USE_QT=		core gui widgets concurrent printsupport buildtools_build linguisttools_build
16
USE_QT=		core gui widgets concurrent printsupport buildtools:build linguisttools:build
17
USE_GL=		gl
17
USE_GL=		gl
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)b/games/solarus-quest-editor/Makefile (-1 / +1 lines)
Lines 27-33 GL_COMMIT= e541e1312c242bff10aa1fb84a7eb8b6cb8504ba Link Here
27
27
28
CMAKE_ARGS+=	-DSOLARUS_USE_LUAJIT=OFF
28
CMAKE_ARGS+=	-DSOLARUS_USE_LUAJIT=OFF
29
USE_SDL=	sdl2 ttf2 image2
29
USE_SDL=	sdl2 ttf2 image2
30
USE_QT=		buildtools_build concurrent core gui linguist qmake_build widgets
30
USE_QT=		buildtools:build concurrent core gui linguist qmake:build widgets
31
31
32
DESKTOP_ENTRIES=	"Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}"  \
32
DESKTOP_ENTRIES=	"Solarus Quest Editor" "${COMMENT}" "${PORTNAME}" "${PORTNAME}"  \
33
			"Game;" false
33
			"Game;" false
(-)b/games/solarus/Makefile (-1 / +1 lines)
Lines 24-30 GL_ACCOUNT= solarus-games Link Here
24
GL_COMMIT=	f43727b232b3ed13d98440a845e2a29e470e4f0d
24
GL_COMMIT=	f43727b232b3ed13d98440a845e2a29e470e4f0d
25
25
26
MAKE_ARGS+=	DESTDIR=${STAGEDIR}
26
MAKE_ARGS+=	DESTDIR=${STAGEDIR}
27
USE_QT=		buildtools_build core gui linguisttools_build widgets
27
USE_QT=		buildtools:build core gui linguisttools:build widgets
28
USE_SDL=	sdl2 ttf2 image2
28
USE_SDL=	sdl2 ttf2 image2
29
USE_GL=		gl glu
29
USE_GL=		gl glu
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
(-)b/games/tanglet/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/data/LICENSES/GPL-3.0.txt Link Here
13
USES=		compiler:c++11-lib desktop-file-utils gl pkgconfig qmake \
13
USES=		compiler:c++11-lib desktop-file-utils gl pkgconfig qmake \
14
		qt:5 shared-mime-info tar:bzip2
14
		qt:5 shared-mime-info tar:bzip2
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build linguisttools_build core gui widgets
16
USE_QT=		buildtools:build linguisttools:build core gui widgets
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
19
(-)b/games/tetzle/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE= GPLv3+ Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
USES=		compiler:c++17-lang desktop-file-utils gl gnome qmake qt:5 tar:bzip2
14
USES=		compiler:c++17-lang desktop-file-utils gl gnome qmake qt:5 tar:bzip2
15
USE_QT=		core gui widgets opengl buildtools_build linguisttools_build
15
USE_QT=		core gui widgets opengl buildtools:build linguisttools:build
16
USE_GL=		gl
16
USE_GL=		gl
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)b/games/wyrmgus/Makefile (-1 / +1 lines)
Lines 23-29 GH_PROJECT= Wyrmgus Link Here
23
USES=		cmake compiler:c++17-lang lua:51 pkgconfig sdl sqlite qt:5 xorg
23
USES=		cmake compiler:c++17-lang lua:51 pkgconfig sdl sqlite qt:5 xorg
24
USE_QT=		core gui widgets multimedia location \
24
USE_QT=		core gui widgets multimedia location \
25
		quickcontrols quickcontrols2 graphicaleffects \
25
		quickcontrols quickcontrols2 graphicaleffects \
26
		qmake_build buildtools_build
26
		qmake:build buildtools:build
27
USE_XORG=	x11
27
USE_XORG=	x11
28
USE_SDL=	sdl2 mixer2
28
USE_SDL=	sdl2 mixer2
29
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
29
CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
(-)b/games/xnethack/Makefile (-1 / +1 lines)
Lines 40-46 GRAPHICS= X11_GRAPHICS Link Here
40
GRAPHICS=	# none
40
GRAPHICS=	# none
41
.elif ${FLAVOR} == "qt"
41
.elif ${FLAVOR} == "qt"
42
USES+=		localbase pkgconfig qt:5
42
USES+=		localbase pkgconfig qt:5
43
USE_QT=		buildtools_build core gui multimedia network widgets
43
USE_QT=		buildtools:build core gui multimedia network widgets
44
MAKE_ENV+=	MOCPATH=${MOC} LINK="${CXX} -pie"
44
MAKE_ENV+=	MOCPATH=${MOC} LINK="${CXX} -pie"
45
# Qt wants PIC for some reason.  For C code, PIE should be enough.
45
# Qt wants PIC for some reason.  For C code, PIE should be enough.
46
CFLAGS+=	-I${QT_INCDIR} -fpie
46
CFLAGS+=	-I${QT_INCDIR} -fpie
(-)b/graphics/appleseed/Makefile (-1 / +1 lines)
Lines 66-72 PYTHON_CMAKE_ON= -DWITH_PYTHON3_BINDINGS:BOOL=ON Link Here
66
STUDIO_DESC=	Build appleseed.studio (Qt-based)
66
STUDIO_DESC=	Build appleseed.studio (Qt-based)
67
STUDIO_LIB_DEPENDS=	${PY_BOOST}
67
STUDIO_LIB_DEPENDS=	${PY_BOOST}
68
STUDIO_USES=	qt:5
68
STUDIO_USES=	qt:5
69
STUDIO_USE=	QT=buildtools_build,qmake_build,concurrent,core,gui,opengl,widgets
69
STUDIO_USE=	QT=buildtools:build,qmake:build,concurrent,core,gui,opengl,widgets
70
STUDIO_CMAKE_OFF=	-DWITH_STUDIO:BOOL=OFF
70
STUDIO_CMAKE_OFF=	-DWITH_STUDIO:BOOL=OFF
71
STUDIO_IMPLIES=	PYTHON
71
STUDIO_IMPLIES=	PYTHON
72
72
(-)b/graphics/cloudcompare/Makefile (-1 / +1 lines)
Lines 16-22 GH_ACCOUNT= CloudCompare Link Here
16
GH_PROJECT=	${GH_ACCOUNT}
16
GH_PROJECT=	${GH_ACCOUNT}
17
GH_TUPLE=	CloudCompare:CCCoreLib:f0d5450:CloudCompare/libs/qCC_db/extern/CCCoreLib
17
GH_TUPLE=	CloudCompare:CCCoreLib:f0d5450:CloudCompare/libs/qCC_db/extern/CCCoreLib
18
18
19
USE_QT=		concurrent core gui opengl printsupport widgets buildtools_build qmake_build svg linguisttools_build
19
USE_QT=		concurrent core gui opengl printsupport widgets buildtools:build qmake:build svg linguisttools:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
# PDAL support disabled ATM
22
# PDAL support disabled ATM
(-)b/graphics/colmap/Makefile (-1 / +1 lines)
Lines 26-32 USES= cmake compiler:${OPENMP}c++11-lib eigen:3 gl localbase qt:5 \ Link Here
26
		sqlite
26
		sqlite
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
USE_GL=		gl glew
28
USE_GL=		gl glew
29
USE_QT=		qmake_build buildtools_build core gui opengl_build widgets
29
USE_QT=		qmake:build buildtools:build core gui opengl:build widgets
30
EXCLUDE=	SQLite
30
EXCLUDE=	SQLite
31
EXTRACT_AFTER_ARGS=	${EXCLUDE:S,^,--exclude lib/,}
31
EXTRACT_AFTER_ARGS=	${EXCLUDE:S,^,--exclude lib/,}
32
CMAKE_OFF=	BOOST_STATIC CUDA_ENABLED
32
CMAKE_OFF=	BOOST_STATIC CUDA_ENABLED
(-)b/graphics/converseen/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
11
12
USES=		cmake compiler:c++11-lang magick:7 qt:5 tar:bzip2
12
USES=		cmake compiler:c++11-lang magick:7 qt:5 tar:bzip2
13
USE_QT=		core gui network widgets \
13
USE_QT=		core gui network widgets \
14
		buildtools_build linguisttools_build qmake_build
14
		buildtools:build linguisttools:build qmake:build
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	Faster3ck
17
GH_ACCOUNT=	Faster3ck
(-)b/graphics/diffpdf/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 Link Here
13
13
14
USES=		compiler:c++11-lang qmake qt:5 gl
14
USES=		compiler:c++11-lang qmake qt:5 gl
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools linguist_build core gui printsupport widgets
16
USE_QT=		buildtools linguist:build core gui printsupport widgets
17
17
18
PLIST_FILES=	bin/diffpdf
18
PLIST_FILES=	bin/diffpdf
19
19
(-)b/graphics/digikam/Makefile (-3 / +3 lines)
Lines 42-49 USE_KDE= archive auth bookmarks calendarcore codecs completion config \ Link Here
42
		widgetsaddons windowsystem xmlgui
42
		widgetsaddons windowsystem xmlgui
43
USE_QT=		concurrent core dbus declarative gui location network opengl \
43
USE_QT=		concurrent core dbus declarative gui location network opengl \
44
		printsupport sql webchannel widgets x11extras xml xmlpatterns \
44
		printsupport sql webchannel widgets x11extras xml xmlpatterns \
45
		sql-sqlite3_run \
45
		sql-sqlite3:run \
46
		buildtools_build qmake_build
46
		buildtools:build qmake:build
47
USE_XORG=	ice sm x11 xext
47
USE_XORG=	ice sm x11 xext
48
48
49
USE_LDCONFIG=	yes
49
USE_LDCONFIG=	yes
Lines 79-85 MEDIAPLAYER_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_FFmpeg \ Link Here
79
				CMAKE_DISABLE_FIND_PACKAGE_QtAV
79
				CMAKE_DISABLE_FIND_PACKAGE_QtAV
80
80
81
MYSQL_USES=		mysql:server
81
MYSQL_USES=		mysql:server
82
MYSQL_USE=		QT=sql-mysql_run
82
MYSQL_USE=		QT=sql-mysql:run
83
MYSQL_CMAKE_BOOL=	ENABLE_INTERNALMYSQL \
83
MYSQL_CMAKE_BOOL=	ENABLE_INTERNALMYSQL \
84
			ENABLE_MYSQLSUPPORT
84
			ENABLE_MYSQLSUPPORT
85
MYSQL_CMAKE_ON=		-DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \
85
MYSQL_CMAKE_ON=		-DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \
(-)b/graphics/dilay/Makefile (-1 / +1 lines)
Lines 16-22 USE_GITHUB= yes Link Here
16
GH_ACCOUNT=	abau
16
GH_ACCOUNT=	abau
17
USE_CXXSTD=	c++14
17
USE_CXXSTD=	c++14
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_QT=		core gui opengl widgets xml buildtools_build
19
USE_QT=		core gui opengl widgets xml buildtools:build
20
20
21
MAKE_JOBS_UNSAFE=	yes  # Workaround for: https://github.com/abau/dilay/issues/19 parallel build fails (still a problem despite having been closed)
21
MAKE_JOBS_UNSAFE=	yes  # Workaround for: https://github.com/abau/dilay/issues/19 parallel build fails (still a problem despite having been closed)
22
22
(-)b/graphics/djview4/Makefile (-1 / +1 lines)
Lines 20-26 USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome \ Link Here
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_GNOME=	glib20
21
USE_GNOME=	glib20
22
USE_QT=		core gui network opengl printsupport widgets \
22
USE_QT=		core gui network opengl printsupport widgets \
23
		buildtools_build linguisttools_build qmake_build
23
		buildtools:build linguisttools:build qmake:build
24
USE_XORG=	sm ice xext xt
24
USE_XORG=	sm ice xext xt
25
25
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
(-)b/graphics/drawpile/Makefile (-1 / +1 lines)
Lines 19-25 LIB_DEPENDS= libgif.so:graphics/giflib \ Link Here
19
USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
19
USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	${PORTNAME:tl}
21
GH_ACCOUNT=	${PORTNAME:tl}
22
USE_QT=		core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build
22
USE_QT=		core gui multimedia network sql svg widgets buildtools:build linguisttools:build qmake:build
23
USE_KDE=	archive dnssd
23
USE_KDE=	archive dnssd
24
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
(-)b/graphics/dspdfviewer/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ Link Here
14
		libpoppler-qt5.so:graphics/poppler-qt5
14
		libpoppler-qt5.so:graphics/poppler-qt5
15
15
16
USES=		cmake:insource compiler:c++14-lang pkgconfig qt:5
16
USES=		cmake:insource compiler:c++14-lang pkgconfig qt:5
17
USE_QT=		core gui linguisttools widgets xml buildtools_build qmake_build
17
USE_QT=		core gui linguisttools widgets xml buildtools:build qmake:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
(-)b/graphics/dust3d/Makefile (-1 / +1 lines)
Lines 22-28 LIB_DEPENDS= libgmp.so:math/gmp libmpfr.so:math/mpfr Link Here
22
USES=		compiler:c++14-lang gmake qt:5
22
USES=		compiler:c++14-lang gmake qt:5
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	huxingyi
24
GH_ACCOUNT=	huxingyi
25
USE_QT=		buildtools_build linguisttools_build qmake_build \
25
USE_QT=		buildtools:build linguisttools:build qmake:build \
26
		core gui network opengl widgets
26
		core gui network opengl widgets
27
ALL_TARGET=	all
27
ALL_TARGET=	all
28
28
(-)b/graphics/engauge-digitizer/Makefile (-2 / +2 lines)
Lines 18-24 LIB_DEPENDS= libfftw3.so:math/fftw3 \ Link Here
18
USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 # pkgconfig is for https://github.com/markummitchell/engauge-digitizer/issues/423
18
USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 # pkgconfig is for https://github.com/markummitchell/engauge-digitizer/issues/423
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	markummitchell
20
GH_ACCOUNT=	markummitchell
21
USE_QT=		core gui printsupport sql xml widgets buildtools_build
21
USE_QT=		core gui printsupport sql xml widgets buildtools:build
22
USE_GL=		gl
22
USE_GL=		gl
23
CONFIGURE_ENV=	OPENJPEG_INCLUDE=${PREFIX}/include/openjpeg-2.4 OPENJPEG_LIB=${PREFIX}/lib \
23
CONFIGURE_ENV=	OPENJPEG_INCLUDE=${PREFIX}/include/openjpeg-2.4 OPENJPEG_LIB=${PREFIX}/lib \
24
		POPPLER_INCLUDE=${PREFIX}/include/poppler/qt5 POPPLER_LIB=${PREFIX}/lib
24
		POPPLER_INCLUDE=${PREFIX}/include/poppler/qt5 POPPLER_LIB=${PREFIX}/lib
Lines 29-35 CXXFLAGS+= `pkg-config --cflags libopenjp2` # workaround for https://github.com/ Link Here
29
OPTIONS_DEFINE=	NLS DOCS
29
OPTIONS_DEFINE=	NLS DOCS
30
OPTIONS_SUB=	yes
30
OPTIONS_SUB=	yes
31
31
32
DOCS_USE=	QT=help,linguist_build
32
DOCS_USE=	QT=help,linguist:build
33
33
34
do-patch-NLS-on:
34
do-patch-NLS-on:
35
	@${REINPLACE_CMD} -e 's|QCoreApplication::applicationDirPath () + "/translations",|"${DATADIR}/translations",|' ${WRKSRC}/src/Translator/TranslatorContainer.cpp
35
	@${REINPLACE_CMD} -e 's|QCoreApplication::applicationDirPath () + "/translations",|"${DATADIR}/translations",|' ${WRKSRC}/src/Translator/TranslatorContainer.cpp
(-)b/graphics/eos-movrec/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 Link Here
13
13
14
USES=		cmake compiler:c++11-lang dos2unix pkgconfig qt:5 tar:bzip2
14
USES=		cmake compiler:c++11-lang dos2unix pkgconfig qt:5 tar:bzip2
15
DOS2UNIX_FILES=	main.cpp
15
DOS2UNIX_FILES=	main.cpp
16
USE_QT=		buildtools_build qmake_build core gui widgets
16
USE_QT=		buildtools:build qmake:build core gui widgets
17
17
18
ICON_SIZES=	16x16 32x32 128x128 256x256 512x512
18
ICON_SIZES=	16x16 32x32 128x128 256x256 512x512
19
19
(-)b/graphics/epsonscan2/Makefile (-1 / +1 lines)
Lines 32-38 RUN_DEPENDS= avahi-browse:net/avahi-app Link Here
32
USES=		cmake gettext-runtime gnome jpeg localbase qt:5 xorg
32
USES=		cmake gettext-runtime gnome jpeg localbase qt:5 xorg
33
USE_GNOME=	glib20
33
USE_GNOME=	glib20
34
USE_LDCONFIG=	${PREFIX}/lib/epsonscan2
34
USE_LDCONFIG=	${PREFIX}/lib/epsonscan2
35
USE_QT=		buildtools_build core gui qmake_build widgets
35
USE_QT=		buildtools:build core gui qmake:build widgets
36
USE_XORG=	x11 xau xcb xdmcp
36
USE_XORG=	x11 xau xcb xdmcp
37
37
38
EPSON_VERSION=	1.0.0.0
38
EPSON_VERSION=	1.0.0.0
(-)b/graphics/evolvotron/Makefile (-1 / +1 lines)
Lines 16-22 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
16
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
16
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
17
17
18
USES=		compiler:c++11-lib gl gnome python qmake qt:5
18
USES=		compiler:c++11-lib gl gnome python qmake qt:5
19
USE_QT=		core gui widgets xml buildtools_build
19
USE_QT=		core gui widgets xml buildtools:build
20
USE_GL=		gl
20
USE_GL=		gl
21
QMAKE_ARGS=	VERSION_NUMBER="${PORTVERSION}"
21
QMAKE_ARGS=	VERSION_NUMBER="${PORTVERSION}"
22
QMAKE_SOURCE_PATH=	${WRKSRC}/main.pro
22
QMAKE_SOURCE_PATH=	${WRKSRC}/main.pro
(-)b/graphics/filmulator/Makefile (-1 / +1 lines)
Lines 21-27 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
21
21
22
USES=		cmake jpeg libarchive pkgconfig qt:5
22
USES=		cmake jpeg libarchive pkgconfig qt:5
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
USE_QT=		buildtools_build qmake_build core declarative gui \
24
USE_QT=		buildtools:build qmake:build core declarative gui \
25
		network sql widgets
25
		network sql widgets
26
26
27
GH_ACCOUNT=	CarVac
27
GH_ACCOUNT=	CarVac
(-)b/graphics/fracplanet/Makefile (-1 / +1 lines)
Lines 18-24 LIB_DEPENDS= libboost_program_options.so:devel/boost-libs Link Here
18
USES=		compiler:c++11-lang gl gnome qmake:outsource qt:5
18
USES=		compiler:c++11-lang gl gnome qmake:outsource qt:5
19
USE_GL=		gl glu
19
USE_GL=		gl glu
20
QMAKE_ARGS=	VERSION_NUMBER=${PORTVERSION}
20
QMAKE_ARGS=	VERSION_NUMBER=${PORTVERSION}
21
USE_QT=		buildtools_build core gui opengl
21
USE_QT=		buildtools:build core gui opengl
22
22
23
DESKTOP_ENTRIES=	"Fracplanet" \
23
DESKTOP_ENTRIES=	"Fracplanet" \
24
			"" \
24
			"" \
(-)b/graphics/fractgen/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
11
12
USES=		compiler:c++11-lang tar:xz cmake qt:5
12
USES=		compiler:c++11-lang tar:xz cmake qt:5
13
USE_QT=		core xml widgets printsupport gui \
13
USE_QT=		core xml widgets printsupport gui \
14
		buildtools_build qmake_build linguisttools_build
14
		buildtools:build qmake:build linguisttools:build
15
15
16
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man
16
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man
17
17
(-)b/graphics/fraqtive/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= GPLv3+ Link Here
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		compiler:c++11-lang dos2unix gl qmake qt:5
13
USES=		compiler:c++11-lang dos2unix gl qmake qt:5
14
USE_QT=		core gui opengl widgets xml buildtools_build
14
USE_QT=		core gui opengl widgets xml buildtools:build
15
USE_GL=		gl glu
15
USE_GL=		gl glu
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	mimecorg
17
GH_ACCOUNT=	mimecorg
(-)b/graphics/glaxnimate/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ Link Here
14
		libpotrace.so:graphics/libpotrace
14
		libpotrace.so:graphics/libpotrace
15
15
16
USES=		cmake compiler:c++17-lang gl libarchive python qt:5
16
USES=		cmake compiler:c++17-lang gl libarchive python qt:5
17
USE_QT=		concurrent core gui network svg xml widgets buildtools_build linguisttools_build qmake_build uitools_build
17
USE_QT=		concurrent core gui network svg xml widgets buildtools:build linguisttools:build qmake:build uitools:build
18
USE_GL=		gl
18
USE_GL=		gl
19
19
20
USE_GITLAB=	yes
20
USE_GITLAB=	yes
(-)b/graphics/glbinding/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= MIT Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
USES=		cmake compiler:c++11-lang qt:5
12
USES=		cmake compiler:c++11-lang qt:5
13
USE_QT=		core gui widgets buildtools_build qmake_build
13
USE_QT=		core gui widgets buildtools:build qmake:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
(-)b/graphics/gmic-qt/Makefile (-1 / +1 lines)
Lines 26-32 gimp_PKGNAMESUFFIX= -gimp Link Here
26
26
27
USES=		cmake compiler:c++14-lang pkgconfig qt:5 xorg
27
USES=		cmake compiler:c++14-lang pkgconfig qt:5 xorg
28
USE_QT=		core gui network widgets \
28
USE_QT=		core gui network widgets \
29
		buildtools_build linguisttools_build qmake_build
29
		buildtools:build linguisttools:build qmake:build
30
USE_XORG=	ice sm x11 xext
30
USE_XORG=	ice sm x11 xext
31
31
32
USE_GITHUB=	yes
32
USE_GITHUB=	yes
(-)b/graphics/gpxsee/Makefile (-4 / +4 lines)
Lines 11-18 LICENSE_FILE= ${WRKSRC}/licence.txt Link Here
11
11
12
USES=		compiler:c++11-lang desktop-file-utils gl qmake:outsource \
12
USES=		compiler:c++11-lang desktop-file-utils gl qmake:outsource \
13
		qt:5 shared-mime-info
13
		qt:5 shared-mime-info
14
USE_QT=		buildtools_build concurrent core gui network opengl printsupport \
14
USE_QT=		buildtools:build concurrent core gui network opengl printsupport \
15
		sql sql-sqlite3_run widgets
15
		sql sql-sqlite3:run widgets
16
USE_GL=		gl
16
USE_GL=		gl
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
Lines 23-34 OPTIONS_DEFINE= MAPS NLS PBF TIFF Link Here
23
OPTIONS_DEFAULT=	MAPS PBF TIFF
23
OPTIONS_DEFAULT=	MAPS PBF TIFF
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
25
MAPS_DESC=	Install map definitions of some well known global map services
25
MAPS_DESC=	Install map definitions of some well known global map services
26
NLS_USE=	QT=linguisttools_build
26
NLS_USE=	QT=linguisttools:build
27
NLS_USES=	gettext-runtime
27
NLS_USES=	gettext-runtime
28
PBF_DESC=	Support for PBF vector maps
28
PBF_DESC=	Support for PBF vector maps
29
PBF_RUN_DEPENDS=	${QT_PLUGINDIR}/imageformats/libpbf.so:graphics/qtpbfimageplugin
29
PBF_RUN_DEPENDS=	${QT_PLUGINDIR}/imageformats/libpbf.so:graphics/qtpbfimageplugin
30
TIFF_DESC=	Support for GeoTIFF images
30
TIFF_DESC=	Support for GeoTIFF images
31
TIFF_USE=	QT=imageformats_run
31
TIFF_USE=	QT=imageformats:run
32
32
33
pre-build-NLS-on:
33
pre-build-NLS-on:
34
	( cd ${BUILD_WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro )
34
	( cd ${BUILD_WRKSRC} && ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro )
(-)b/graphics/gwenview/Makefile (-2 / +2 lines)
Lines 22-31 USE_KDE= activities auth baloo bookmarks codecs completion config \ Link Here
22
		kdelibs4support kimageformats kio libkdcraw libkipi \
22
		kdelibs4support kimageformats kio libkdcraw libkipi \
23
		notifications parts service solid sonnet textwidgets \
23
		notifications parts service solid sonnet textwidgets \
24
		widgetsaddons windowsystem xmlgui \
24
		widgetsaddons windowsystem xmlgui \
25
		ecm_build
25
		ecm:build
26
USE_QT=		concurrent core dbus gui network opengl phonon4 printsupport \
26
USE_QT=		concurrent core dbus gui network opengl phonon4 printsupport \
27
		svg widgets x11extras xml \
27
		svg widgets x11extras xml \
28
		buildtools_build qmake_build
28
		buildtools:build qmake:build
29
USE_XORG=	x11
29
USE_XORG=	x11
30
30
31
OPTIONS_DEFINE=	DOCS
31
OPTIONS_DEFINE=	DOCS
(-)b/graphics/heimer/Makefile (-2 / +2 lines)
Lines 11-18 LICENSE_COMB= multi Link Here
11
LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
11
LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
12
12
13
USES=		cmake compiler:c++14-lang qt:5
13
USES=		cmake compiler:c++14-lang qt:5
14
USE_QT=		core gui network svg widgets xml buildtools_build \
14
USE_QT=		core gui network svg widgets xml buildtools:build \
15
		linguisttools_build qmake_build testlib_build
15
		linguisttools:build qmake:build testlib:build
16
TEST_TARGET=	test
16
TEST_TARGET=	test
17
17
18
PLIST_FILES=	bin/heimer \
18
PLIST_FILES=	bin/heimer \
(-)b/graphics/ikona/Makefile (-1 / +1 lines)
Lines 21-27 USE_GNOME= cairo gdkpixbuf2 glib20 libxml2 pango Link Here
21
USE_KDE=		auth codecs config configwidgets coreaddons i18n \
21
USE_KDE=		auth codecs config configwidgets coreaddons i18n \
22
			kirigami2 widgetsaddons
22
			kirigami2 widgetsaddons
23
USE_QT=			core declarative gui network widgets xml \
23
USE_QT=			core declarative gui network widgets xml \
24
			buildtools_build qmake_build
24
			buildtools:build qmake:build
25
25
26
pre-configure:
26
pre-configure:
27
	${CP} ${DISTDIR}/${DISTNAME}.cargo.vendor${EXTRACT_SUFX} ${WRKSRC}/ikona.cargo.vendor.tar.xz
27
	${CP} ${DISTDIR}/${DISTNAME}.cargo.vendor${EXTRACT_SUFX} ${WRKSRC}/ikona.cargo.vendor.tar.xz
(-)b/graphics/ipe/Makefile (-1 / +1 lines)
Lines 19-25 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
19
19
20
USES=		compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig shebangfix qt:5
20
USES=		compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig shebangfix qt:5
21
USE_GNOME=	cairo
21
USE_GNOME=	cairo
22
USE_QT=		buildtools_build core gui qmake_build widgets
22
USE_QT=		buildtools:build core gui qmake:build widgets
23
USE_TEX=	pdftex
23
USE_TEX=	pdftex
24
24
25
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
25
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
(-)b/graphics/kamera/Makefile (-2 / +2 lines)
Lines 10-18 LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 Link Here
10
USES=		cmake compiler:c++11-lang gettext kde:5 localbase qt:5 tar:xz
10
USES=		cmake compiler:c++11-lang gettext kde:5 localbase qt:5 tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons doctools i18n \
11
USE_KDE=	auth codecs config configwidgets coreaddons doctools i18n \
12
		kio service widgetsaddons xmlgui \
12
		kio service widgetsaddons xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network widgets xml \
14
USE_QT=		concurrent core dbus gui network widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/graphics/kamerka/Makefile (-2 / +2 lines)
Lines 18-29 USES= cmake compiler:c++11-lang kde:5 qt:5 Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	dos1
19
GH_ACCOUNT=	dos1
20
USE_QT=		concurrent core dbus declarative gui network printsupport script xml widgets \
20
USE_QT=		concurrent core dbus declarative gui network printsupport script xml widgets \
21
		qmake_build buildtools_build
21
		qmake:build buildtools:build
22
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons crash \
22
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons crash \
23
		guiaddons i18n iconthemes init itemviews jobwidgets kdeclarative kdelibs4support \
23
		guiaddons i18n iconthemes init itemviews jobwidgets kdeclarative kdelibs4support \
24
		kio notifications package parts service solid sonnet textwidgets \
24
		kio notifications package parts service solid sonnet textwidgets \
25
		unitconversion xmlgui widgetsaddons windowsystem \
25
		unitconversion xmlgui widgetsaddons windowsystem \
26
		doctools_build
26
		doctools:build
27
27
28
OPTIONS_DEFINE=	NLS
28
OPTIONS_DEFINE=	NLS
29
OPTIONS_SUB=	yes
29
OPTIONS_SUB=	yes
(-)b/graphics/katarakt/Makefile (-1 / +1 lines)
Lines 13-19 BUILD_DEPENDS= a2x:textproc/asciidoc Link Here
13
LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
13
LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
14
14
15
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
15
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
16
USE_QT=		buildtools_build core gui xml dbus network widgets
16
USE_QT=		buildtools:build core gui xml dbus network widgets
17
USE_GL=		gl
17
USE_GL=		gl
18
18
19
USE_GITLAB=	yes
19
USE_GITLAB=	yes
(-)b/graphics/kcolorchooser/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KDE application to select colors from the screen or from a palette Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons i18n \
9
USE_KDE=	auth codecs config configwidgets coreaddons i18n \
10
		widgetsaddons xmlgui \
10
		widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui widgets xml \
12
USE_QT=		core dbus gui widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/graphics/kcolorpicker/Makefile (-1 / +1 lines)
Lines 13-19 USES= cmake compiler:c++11-lang qt:5 Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	ksnip
14
GH_ACCOUNT=	ksnip
15
USE_QT=		core widgets \
15
USE_QT=		core widgets \
16
		buildtools_build qmake_build testlib_build
16
		buildtools:build qmake:build testlib:build
17
17
18
CMAKE_ON=	BUILD_SHARED_LIBS
18
CMAKE_ON=	BUILD_SHARED_LIBS
19
19
(-)b/graphics/kdegraphics-mobipocket/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= Mobipocket plugins for Strigi indexing and thumbnails Link Here
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
9
USE_KDE=	completion config coreaddons jobwidgets kio service solid \
9
USE_KDE=	completion config coreaddons jobwidgets kio service solid \
10
		widgetsaddons windowsystem \
10
		widgetsaddons windowsystem \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core dbus gui network widgets \
12
USE_QT=		concurrent core dbus gui network widgets \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
(-)b/graphics/kdegraphics-svgpart/Makefile (-2 / +2 lines)
Lines 10-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
10
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
		i18n jobwidgets kio parts service solid sonnet textwidgets \
11
		i18n jobwidgets kio parts service solid sonnet textwidgets \
12
		widgetsaddons windowsystem xmlgui \
12
		widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network svg widgets xml \
14
USE_QT=		concurrent core dbus gui network svg widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/graphics/kdegraphics-thumbnailers/Makefile (-2 / +2 lines)
Lines 10-17 LIB_DEPENDS= libqmobipocket.so:graphics/kdegraphics-mobipocket Link Here
10
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
11
USE_KDE=	archive completion config coreaddons jobwidgets libkdcraw \
11
USE_KDE=	archive completion config coreaddons jobwidgets libkdcraw \
12
		libkexiv2 kio service solid widgetsaddons windowsystem \
12
		libkexiv2 kio service solid widgetsaddons windowsystem \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network widgets \
14
USE_QT=		concurrent core dbus gui network widgets \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/graphics/kdiagram/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt Link Here
13
USES=		cmake 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=		core gui linguisttools printsupport sql svg widgets \
15
USE_QT=		core gui linguisttools printsupport sql svg widgets \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
PLIST_SUB=	SHLIB_VER="${PORTVERSION}" \
18
PLIST_SUB=	SHLIB_VER="${PORTVERSION}" \
19
		SHLIB_SHVER="${PORTVERSION:R:R}"
19
		SHLIB_SHVER="${PORTVERSION:R:R}"
(-)b/graphics/kf5-kimageformats/Makefile (-2 / +2 lines)
Lines 10-18 LIB_DEPENDS= libImath.so:math/Imath Link Here
10
10
11
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
12
USE_KDE=	archive \
12
USE_KDE=	archive \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core gui printsupport widgets \
14
USE_QT=		core gui printsupport widgets \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
CFLAGS+=	-I${LOCALBASE}/include/Imath
17
CFLAGS+=	-I${LOCALBASE}/include/Imath
18
18
(-)b/graphics/kf5-kplotting/Makefile (-2 / +2 lines)
Lines 6-13 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 lightweight plotting framework
6
COMMENT=	KF5 lightweight plotting framework
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core gui uiplugin widgets \
10
USE_QT=		core gui uiplugin widgets \
11
		buildtools_build qmake_build testlib_build
11
		buildtools:build qmake:build testlib:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/graphics/kf5-kquickcharts/Makefile (-4 / +4 lines)
Lines 6-15 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 QtQuick plugin providing high-performance charts
6
COMMENT=	KF5 QtQuick plugin providing high-performance charts
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	ecm_build \
9
USE_KDE=	ecm:build \
10
		kirigami2_run
10
		kirigami2:run
11
USE_QT=		core declarative gui network quickcontrols2 \
11
USE_QT=		core declarative gui network quickcontrols2 \
12
		buildtools_build qmake_build \
12
		buildtools:build qmake:build \
13
		quickcontrols2_run
13
		quickcontrols2:run
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/graphics/kf5-prison/Makefile (-2 / +2 lines)
Lines 10-17 LIB_DEPENDS= libdmtx.so:graphics/libdmtx \ Link Here
10
		libZXing.so:textproc/zxing-cpp
10
		libZXing.so:textproc/zxing-cpp
11
11
12
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
12
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
13
USE_KDE=	ecm_build
13
USE_KDE=	ecm:build
14
USE_QT=		core declarative gui multimedia network widgets \
14
USE_QT=		core declarative gui multimedia network widgets \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/graphics/kgeotag/Makefile (-2 / +2 lines)
Lines 11-20 LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt Link Here
11
11
12
USES=		cmake compiler:c++17-lang kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++17-lang kde:5 pkgconfig qt:5 tar:xz
13
USE_QT=		core gui widgets \
13
USE_QT=		core gui widgets \
14
		buildtools_build linguist_build qmake_build
14
		buildtools:build linguist:build qmake:build
15
USE_KDE=	coreaddons config configwidgets crash i18n libkexiv2 \
15
USE_KDE=	coreaddons config configwidgets crash i18n libkexiv2 \
16
		marble xmlgui \
16
		marble xmlgui \
17
		ecm_build
17
		ecm:build
18
# From stage-qa; these are not checked explicitly, but link
18
# From stage-qa; these are not checked explicitly, but link
19
# transitively though other KDE components (mostly Marble).
19
# transitively though other KDE components (mostly Marble).
20
USE_QT+=	dbus declarative location network printsupport webchannel xml
20
USE_QT+=	dbus declarative location network printsupport webchannel xml
(-)b/graphics/kgraphviewer/Makefile (-2 / +2 lines)
Lines 19-26 USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ Link Here
19
USE_KDE=	auth codecs completion config configwidgets \
19
USE_KDE=	auth codecs completion config configwidgets \
20
		coreaddons i18n iconthemes jobwidgets kio parts service \
20
		coreaddons i18n iconthemes jobwidgets kio parts service \
21
		sonnet textwidgets widgetsaddons xmlgui \
21
		sonnet textwidgets widgetsaddons xmlgui \
22
		ecm_build doctools_build
22
		ecm:build doctools:build
23
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
23
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
24
		buildtools_build qmake_build
24
		buildtools:build qmake:build
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/graphics/kimageannotator/Makefile (-1 / +1 lines)
Lines 15-21 USES= cmake localbase compiler:c++11-lang qt:5 xorg Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	ksnip
16
GH_ACCOUNT=	ksnip
17
USE_QT=		core gui svg widgets \
17
USE_QT=		core gui svg widgets \
18
		buildtools_build linguisttools_build qmake_build
18
		buildtools:build linguisttools:build qmake:build
19
USE_XORG=	x11
19
USE_XORG=	x11
20
20
21
CMAKE_ON=	BUILD_SHARED_LIBS
21
CMAKE_ON=	BUILD_SHARED_LIBS
(-)b/graphics/kimagemapeditor/Makefile (-1 / +1 lines)
Lines 13-19 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
13
		widgetsaddons windowsystem xmlgui
13
		widgetsaddons windowsystem xmlgui
14
USE_QT=		concurrent core dbus declarative gui location network printsupport \
14
USE_QT=		concurrent core dbus declarative gui location network printsupport \
15
		webchannel webengine widgets xml \
15
		webchannel webengine widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/graphics/kipi-plugins/Makefile (-2 / +2 lines)
Lines 13-21 USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ Link Here
13
USE_KDE=	kio libkipi solid archive auth bookmarks codecs completion \
13
USE_KDE=	kio libkipi solid archive auth bookmarks codecs completion \
14
		config configwidgets coreaddons i18n itemviews jobwidgets \
14
		config configwidgets coreaddons i18n itemviews jobwidgets \
15
		service widgetsaddons windowsystem xmlgui \
15
		service widgetsaddons windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		concurrent core dbus gui network printsupport widgets xml xmlpatterns \
17
USE_QT=		concurrent core dbus gui network printsupport widgets xml xmlpatterns \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
OPTIONS_DEFINE=		DOCS MEDIAWIKI KVKONTAKTE
20
OPTIONS_DEFINE=		DOCS MEDIAWIKI KVKONTAKTE
21
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
21
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
(-)b/graphics/klatexformula/Makefile (-2 / +2 lines)
Lines 14-21 BUILD_DEPENDS= help2man:misc/help2man Link Here
14
USES=		cmake compiler:c++11-lang desktop-file-utils ghostscript:run \
14
USES=		cmake compiler:c++11-lang desktop-file-utils ghostscript:run \
15
		qt:5 shared-mime-info tar:bzip2 localbase
15
		qt:5 shared-mime-info tar:bzip2 localbase
16
USE_QT=		core dbus gui sql svg widgets x11extras xml \
16
USE_QT=		core dbus gui sql svg widgets x11extras xml \
17
		buildtools_build designer_build linguisttools_build \
17
		buildtools:build designer:build linguisttools:build \
18
		qmake_build uitools_build
18
		qmake:build uitools:build
19
USE_TEX=	latex dvipsk
19
USE_TEX=	latex dvipsk
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
(-)b/graphics/knotter/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
10
10
11
USES=		cmake compiler:c++11-lang desktop-file-utils gl qt:5
11
USES=		cmake compiler:c++11-lang desktop-file-utils gl qt:5
12
USE_QT=		core gui network printsupport script svg xml widgets \
12
USE_QT=		core gui network printsupport script svg xml widgets \
13
		buildtools_build linguisttools_build qmake_build uitools_build
13
		buildtools:build linguisttools:build qmake:build uitools:build
14
USE_GL=		gl
14
USE_GL=		gl
15
15
16
USE_GITLAB=	yes
16
USE_GITLAB=	yes
(-)b/graphics/kolourpaint/Makefile (-2 / +2 lines)
Lines 11-19 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
11
		itemmodels itemviews jobwidgets kdelibs4support kio libkexiv2 \
11
		itemmodels itemviews jobwidgets kdelibs4support kio libkexiv2 \
12
		libksane notifications parts service solid sonnet textwidgets \
12
		libksane notifications parts service solid sonnet textwidgets \
13
		unitconversion widgetsaddons windowsystem xmlgui \
13
		unitconversion widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		dbus concurrent core gui network printsupport widgets xml \
15
USE_QT=		dbus concurrent core gui network printsupport widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
(-)b/graphics/kontrast/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= Color contrast checker Link Here
8
USES=		compiler:c++11-lang cmake pkgconfig \
8
USES=		compiler:c++11-lang cmake pkgconfig \
9
		kde:5 qt:5 tar:xz
9
		kde:5 qt:5 tar:xz
10
USE_KDE=	coreaddons i18n kdeclarative kirigami2 \
10
USE_KDE=	coreaddons i18n kdeclarative kirigami2 \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus declarative gui network quickcontrols2 sql svg widgets \
12
USE_QT=		core dbus declarative gui network quickcontrols2 sql svg widgets \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/graphics/kooka/Makefile (-2 / +2 lines)
Lines 17-25 USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 Link Here
17
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
17
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
18
		ecm i18n iconthemes itemviews jobwidgets kio service solid sonnet \
18
		ecm i18n iconthemes itemviews jobwidgets kio service solid sonnet \
19
		textwidgets widgetsaddons xmlgui \
19
		textwidgets widgetsaddons xmlgui \
20
		doctools_build
20
		doctools:build
21
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
21
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
KDE_INVENT=	3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb
24
KDE_INVENT=	3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb
25
25
(-)b/graphics/kphotoalbum/Makefile (-1 / +1 lines)
Lines 23-29 USE_KDE= archive auth codecs completion config \ Link Here
23
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui
23
		solid sonnet textwidgets widgetsaddons windowsystem xmlgui
24
USE_QT=		concurrent core dbus declarative gui location network phonon4 \
24
USE_QT=		concurrent core dbus declarative gui location network phonon4 \
25
		printsupport sql webchannel widgets xml \
25
		printsupport sql webchannel widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
SHEBANG_FILES=	scripts/open-raw.pl scripts/kpa-backup.sh
27
SHEBANG_FILES=	scripts/open-raw.pl scripts/kpa-backup.sh
28
28
29
OPTIONS_DEFINE=	WEBENGINE
29
OPTIONS_DEFINE=	WEBENGINE
(-)b/graphics/kqtquickcharts/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
12
USE_KDE=	ecm
12
USE_KDE=	ecm
13
USE_QT=		core declarative network gui \
13
USE_QT=		core declarative network gui \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/graphics/kquickimageeditor/Makefile (-2 / +2 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt Link Here
12
USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
13
USE_GL=		gl
13
USE_GL=		gl
14
USE_QT=		core declarative gui network quickcontrols2 \
14
USE_QT=		core declarative gui network quickcontrols2 \
15
		buildtools_build linguist_build qmake_build
15
		buildtools:build linguist:build qmake:build
16
USE_KDE=	ecm_build
16
USE_KDE=	ecm:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/graphics/krita/Makefile (-2 / +2 lines)
Lines 41-48 USES= cmake:noninja gmake compiler:c++11-lib desktop-file-utils \ Link Here
41
USE_KDE=	archive completion config coreaddons crash guiaddons i18n \
41
USE_KDE=	archive completion config coreaddons crash guiaddons i18n \
42
		itemmodels itemviews kio service widgetsaddons windowsystem
42
		itemmodels itemviews kio service widgetsaddons windowsystem
43
USE_QT=		concurrent core dbus declarative gui multimedia network printsupport \
43
USE_QT=		concurrent core dbus declarative gui multimedia network printsupport \
44
		sql svg testlib widgets x11extras xml sql-sqlite3_run \
44
		sql svg testlib widgets x11extras xml sql-sqlite3:run \
45
		buildtools_build qmake_build
45
		buildtools:build qmake:build
46
USE_XORG=	ice sm xcb xext xi
46
USE_XORG=	ice sm xcb xext xi
47
47
48
CMAKE_ARGS=	-DCMAKE_DISABLE_FIND_PACKAGE_PyQt5:BOOL=true
48
CMAKE_ARGS=	-DCMAKE_DISABLE_FIND_PACKAGE_PyQt5:BOOL=true
(-)b/graphics/ksanecore/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= Library providing logic to interface scanners Link Here
8
LIB_DEPENDS=	libsane.so:graphics/sane-backends
8
LIB_DEPENDS=	libsane.so:graphics/sane-backends
9
9
10
USES=		cmake 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=		ecm_build
11
USE_KDE=		ecm:build
12
USE_QT=		core gui widgets \
12
USE_QT=		core gui widgets \
13
		buildtools_build qmake_build testlib_build
13
		buildtools:build qmake:build testlib:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
(-)b/graphics/kseexpr/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Link Here
12
USES=		bison cmake kde:5 qt:5
12
USES=		bison cmake kde:5 qt:5
13
USE_KDE=	ecm i18n
13
USE_KDE=	ecm i18n
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
USE_QT=		core gui widgets buildtools_build linguisttools_build qmake_build
15
USE_QT=		core gui widgets buildtools:build linguisttools:build qmake:build
16
16
17
CONFLICTS_INSTALL=	seexpr
17
CONFLICTS_INSTALL=	seexpr
18
18
(-)b/graphics/ksnip/Makefile (-2 / +2 lines)
Lines 14-23 LIB_DEPENDS= libkColorPicker.so:graphics/kcolorpicker \ Link Here
14
14
15
USES=		cmake compiler:c++11-lang kde:5 qt:5 xorg
15
USES=		cmake compiler:c++11-lang kde:5 qt:5 xorg
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
USE_KDE=	ecm_build
17
USE_KDE=	ecm:build
18
USE_QT=		concurrent core dbus gui network printsupport svg testlib \
18
USE_QT=		concurrent core dbus gui network printsupport svg testlib \
19
		widgets x11extras xml \
19
		widgets x11extras xml \
20
		buildtools_build linguisttools_build qmake_build
20
		buildtools:build linguisttools:build qmake:build
21
USE_XORG=	x11 xcb
21
USE_XORG=	x11 xcb
22
22
23
PORTSCOUT=	limit:^[0-9]
23
PORTSCOUT=	limit:^[0-9]
(-)b/graphics/kxstitch/Makefile (-2 / +2 lines)
Lines 12-21 USES= cmake compiler:c++11-lang desktop-file-utils magick:6 kde:5 qt:5 tar:xz \ Link Here
12
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
12
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
13
		i18n itemviews jobwidgets kio service solid sonnet textwidgets \
13
		i18n itemviews jobwidgets kio service solid sonnet textwidgets \
14
		widgetsaddons xmlgui \
14
		widgetsaddons xmlgui \
15
		doctools_build
15
		doctools:build
16
USE_QT=		concurrent core dbus gui network printsupport widgets x11extras \
16
USE_QT=		concurrent core dbus gui network printsupport widgets x11extras \
17
		xml \
17
		xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_XORG=	ice sm x11 xext
19
USE_XORG=	ice sm x11 xext
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/graphics/libQGLViewer/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENCE Link Here
12
12
13
USES=		compiler:c++11-lang gl qmake qt:5
13
USES=		compiler:c++11-lang gl qmake qt:5
14
USE_GL=		gl glu
14
USE_GL=		gl glu
15
USE_QT=		core designer gui opengl widgets xml buildtools_build
15
USE_QT=		core designer gui opengl widgets xml buildtools:build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
PLIST_SUB=	SHL3=${DISTVERSION} SHL2=${DISTVERSION:C/\.[0-9]$//} SHL1=${DISTVERSION:C/\.[0-9]\.[0-9]$//}
17
PLIST_SUB=	SHL3=${DISTVERSION} SHL2=${DISTVERSION:C/\.[0-9]$//} SHL1=${DISTVERSION:C/\.[0-9]\.[0-9]$//}
18
18
(-)b/graphics/libkdcraw/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libjasper.so:graphics/jasper \ Link Here
15
USES=		cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz
15
USES=		cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz
16
USE_KDE=	ecm
16
USE_KDE=	ecm
17
USE_QT=		core gui \
17
USE_QT=		core gui \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
CMAKE_ARGS=	-DWITH_OpenMP:BOOL=False \
20
CMAKE_ARGS=	-DWITH_OpenMP:BOOL=False \
21
		-DENABLE_RAWSPEED=True
21
		-DENABLE_RAWSPEED=True
(-)b/graphics/libkexiv2/Makefile (-1 / +1 lines)
Lines 10-16 LIB_DEPENDS= libexiv2.so:graphics/exiv2 Link Here
10
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	ecm
11
USE_KDE=	ecm
12
USE_QT=		core gui \
12
USE_QT=		core gui \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/graphics/libkipi/Makefile (-2 / +2 lines)
Lines 10-18 LICENSE= GPLv2+ Link Here
10
USES=		cmake 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=	auth codecs config configwidgets coreaddons i18n \
11
USE_KDE=	auth codecs config configwidgets coreaddons i18n \
12
		libkdcraw libkexiv2 service widgetsaddons xmlgui \
12
		libkdcraw libkexiv2 service widgetsaddons xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core dbus gui widgets xml \
14
USE_QT=		core dbus gui widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/graphics/libksane/Makefile (-2 / +2 lines)
Lines 10-18 LIB_DEPENDS= libsane.so:graphics/sane-backends \ Link Here
10
10
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
12
USE_KDE=	config i18n sonnet textwidgets wallet widgetsaddons \
12
USE_KDE=	config i18n sonnet textwidgets wallet widgetsaddons \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core gui widgets \
14
USE_QT=		core gui widgets \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
(-)b/graphics/libprojectm/Makefile (-2 / +2 lines)
Lines 45-57 OPTIONS_SUB= yes Link Here
45
45
46
PULSEAUDIO_LIB_DEPENDS=		libpulse.so:audio/pulseaudio
46
PULSEAUDIO_LIB_DEPENDS=		libpulse.so:audio/pulseaudio
47
PULSEAUDIO_USES=		qt:5
47
PULSEAUDIO_USES=		qt:5
48
PULSEAUDIO_USE=			qt=core,gui,opengl,widgets,xml,buildtools_build,qmake_build,linguisttools_build #qt=declarative,network,script,sensors,serialport,sql,xmlpatterns
48
PULSEAUDIO_USE=			qt=core,gui,opengl,widgets,xml,buildtools:build,qmake:build,linguisttools:build #qt=declarative,network,script,sensors,serialport,sql,xmlpatterns
49
PULSEAUDIO_CONFIGURE_ENABLE=	pulseaudio
49
PULSEAUDIO_CONFIGURE_ENABLE=	pulseaudio
50
PULSEAUDIO_CONFIGURE_ON=	--enable-qt
50
PULSEAUDIO_CONFIGURE_ON=	--enable-qt
51
51
52
JACK_LIB_DEPENDS=		libjack.so:audio/jack
52
JACK_LIB_DEPENDS=		libjack.so:audio/jack
53
JACK_USES=			qt:5
53
JACK_USES=			qt:5
54
JACK_USE=			qt=core,gui,opengl,widgets,xml,buildtools_build,qmake_build,linguisttools_build #qt=declarative,network,script,sensors,serialport,sql,xmlpatterns
54
JACK_USE=			qt=core,gui,opengl,widgets,xml,buildtools:build,qmake:build,linguisttools:build #qt=declarative,network,script,sensors,serialport,sql,xmlpatterns
55
JACK_CONFIGURE_ENABLE=		jack
55
JACK_CONFIGURE_ENABLE=		jack
56
JACK_CONFIGURE_ON=		--enable-qt
56
JACK_CONFIGURE_ON=		--enable-qt
57
57
(-)b/graphics/luminance-qt5/Makefile (-1 / +1 lines)
Lines 26-32 CFLAGS+= -I${LOCALBASE}/include/Imath Link Here
26
USES=		cmake desktop-file-utils eigen:3 jpeg pkgconfig qt:5 tar:bzip2
26
USES=		cmake desktop-file-utils eigen:3 jpeg pkgconfig qt:5 tar:bzip2
27
USE_QT=		concurrent core declarative gui location network \
27
USE_QT=		concurrent core declarative gui location network \
28
		printsupport sql svg widgets xml \
28
		printsupport sql svg widgets xml \
29
		buildtools_build linguisttools_build qmake_build
29
		buildtools:build linguisttools:build qmake:build
30
30
31
OPTIONS_DEFINE=		CFITSIO DOCS HELPBROWSER
31
OPTIONS_DEFINE=		CFITSIO DOCS HELPBROWSER
32
OPTIONS_DEFAULT=	CFITSIO HELPBROWSER
32
OPTIONS_DEFAULT=	CFITSIO HELPBROWSER
(-)b/graphics/lximage-qt/Makefile (-1 / +1 lines)
Lines 15-21 USES= cmake compiler:c++14-lang desktop-file-utils gettext-runtime \ Link Here
15
	gnome localbase:ldflags lxqt pkgconfig qt:5 gnome tar:xz xorg
15
	gnome localbase:ldflags lxqt pkgconfig qt:5 gnome tar:xz xorg
16
16
17
USE_GNOME=	glib20
17
USE_GNOME=	glib20
18
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
18
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
19
		network printsupport svg widgets x11extras
19
		network printsupport svg widgets x11extras
20
USE_LXQT=	buildtools libfmqt
20
USE_LXQT=	buildtools libfmqt
21
USE_XORG=	ice sm x11 xcb xext xfixes
21
USE_XORG=	ice sm x11 xcb xext xfixes
(-)b/graphics/mandelbulber/Makefile (-1 / +1 lines)
Lines 22-28 GH_PROJECT= ${PORTNAME}2 Link Here
22
USES=		cmake compiler:c++11-lang gnome jpeg localbase:ldflags \
22
USES=		cmake compiler:c++11-lang gnome jpeg localbase:ldflags \
23
		pkgconfig qt:5
23
		pkgconfig qt:5
24
USE_QT=		core widgets network gui multimedia testlib concurrent \
24
USE_QT=		core widgets network gui multimedia testlib concurrent \
25
		qmake_build buildtools_build uitools_build
25
		qmake:build buildtools:build uitools:build
26
26
27
CMAKE_SOURCE_PATH=	${WRKSRC}/mandelbulber2/cmake
27
CMAKE_SOURCE_PATH=	${WRKSRC}/mandelbulber2/cmake
28
28
(-)b/graphics/nomacs/Makefile (-1 / +1 lines)
Lines 21-27 LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ Link Here
21
USES=		cmake compiler:c++11-lang cpe desktop-file-utils \
21
USES=		cmake compiler:c++11-lang cpe desktop-file-utils \
22
		dos2unix pkgconfig qt:5
22
		dos2unix pkgconfig qt:5
23
USE_QT=		concurrent core gui network printsupport svg widgets \
23
USE_QT=		concurrent core gui network printsupport svg widgets \
24
		buildtools_build linguisttools_build qmake_build
24
		buildtools:build linguisttools:build qmake:build
25
DOS2UNIX_FILES=	ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp \
25
DOS2UNIX_FILES=	ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp \
26
		ImageLounge/src/DkGui/DkWidgets.cpp
26
		ImageLounge/src/DkGui/DkWidgets.cpp
27
27
(-)b/graphics/okular/Makefile (-2 / +2 lines)
Lines 28-37 USE_KDE= activities archive auth bookmarks codecs completion config \ Link Here
28
		kdelibs4support khtml kio libkexiv2 parts pty \
28
		kdelibs4support khtml kio libkexiv2 parts pty \
29
		service solid sonnet textwidgets threadweaver wallet \
29
		service solid sonnet textwidgets threadweaver wallet \
30
		widgetsaddons windowsystem xmlgui \
30
		widgetsaddons windowsystem xmlgui \
31
		ecm_build
31
		ecm:build
32
USE_QT=		concurrent core dbus declarative gui network phonon4 printsupport speech \
32
USE_QT=		concurrent core dbus declarative gui network phonon4 printsupport speech \
33
		svg widgets xml \
33
		svg widgets xml \
34
		buildtools_build qmake_build testlib_build
34
		buildtools:build qmake:build testlib:build
35
35
36
OPTIONS_DEFINE=	DOCS PURPOSE
36
OPTIONS_DEFINE=	DOCS PURPOSE
37
OPTIONS_DEFAULT=	PURPOSE
37
OPTIONS_DEFAULT=	PURPOSE
(-)b/graphics/opencsg/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/../license.txt Link Here
13
13
14
USES=		compiler:c++11-lang gl qmake qt:5
14
USES=		compiler:c++11-lang gl qmake qt:5
15
USE_GL=		gl glesv2 glew
15
USE_GL=		gl glesv2 glew
16
USE_QT=		opengl qmake_build
16
USE_QT=		opengl qmake:build
17
WRKSRC=		${WRKDIR}/${DISTNAME}/src
17
WRKSRC=		${WRKDIR}/${DISTNAME}/src
18
PLIST_SUB=	PORTVERSION=${PORTVERSION}
18
PLIST_SUB=	PORTVERSION=${PORTVERSION}
19
19
(-)b/graphics/opencv/Makefile (-1 / +1 lines)
Lines 125-131 VTK_DESC= Include VTK library support (build opencv_viz module) Link Here
125
VTK_CMAKE_BOOL=		WITH_VTK
125
VTK_CMAKE_BOOL=		WITH_VTK
126
VTK_LIB_DEPENDS=	libvtkCommonCore-9.1.so:math/vtk9
126
VTK_LIB_DEPENDS=	libvtkCommonCore-9.1.so:math/vtk9
127
VTK_USES=		qt:5
127
VTK_USES=		qt:5
128
VTK_USE=		QT=buildtools_build,qmake_build
128
VTK_USE=		QT=buildtools:build,qmake:build
129
###
129
###
130
130
131
# IMAGE group options (GPHOTO2 JPEG OPENEXR PNG TIFF)
131
# IMAGE group options (GPHOTO2 JPEG OPENEXR PNG TIFF)
(-)b/graphics/openimageio/Makefile (-2 / +2 lines)
Lines 28-34 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ Link Here
28
28
29
USES=		cmake jpeg compiler:c++14-lang iconv:wchar_t qt:5
29
USES=		cmake jpeg compiler:c++14-lang iconv:wchar_t qt:5
30
30
31
USE_QT+=	buildtools_build qmake_build
31
USE_QT+=	buildtools:build qmake:build
32
32
33
USE_GITHUB=	yes
33
USE_GITHUB=	yes
34
GH_ACCOUNT=	OpenImageIO
34
GH_ACCOUNT=	OpenImageIO
Lines 65-71 IMAGEVIEWER_USES= gl Link Here
65
IMAGEVIEWER_IMPLIES=	TOOLS
65
IMAGEVIEWER_IMPLIES=	TOOLS
66
IMAGEVIEWER_CMAKE_BOOL=	USE_QT USE_OPENGL
66
IMAGEVIEWER_CMAKE_BOOL=	USE_QT USE_OPENGL
67
IMAGEVIEWER_USE=	GL=gl,glu,glew \
67
IMAGEVIEWER_USE=	GL=gl,glu,glew \
68
			QT=buildtools,core,gui,opengl,qmake_build,widgets
68
			QT=buildtools,core,gui,opengl,qmake:build,widgets
69
69
70
OPENCV_CMAKE_BOOL=	USE_OPENCV
70
OPENCV_CMAKE_BOOL=	USE_OPENCV
71
OPENCV_IMPLIES=		OPENJPEG
71
OPENCV_IMPLIES=		OPENJPEG
(-)b/graphics/openorienteering-mapper/Makefile (-4 / +4 lines)
Lines 18-24 LIB_DEPENDS= libpolyclipping.so:graphics/polyclipping \ Link Here
18
18
19
USES=		cmake:noninja compiler:c++14-lang \
19
USES=		cmake:noninja compiler:c++14-lang \
20
		desktop-file-utils gmake qt:5 shared-mime-info
20
		desktop-file-utils gmake qt:5 shared-mime-info
21
USE_QT=		buildtools_build help qmake_build concurrent core gui \
21
USE_QT=		buildtools:build help qmake:build concurrent core gui \
22
		network printsupport testlib widgets
22
		network printsupport testlib widgets
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	OpenOrienteering
24
GH_ACCOUNT=	OpenOrienteering
Lines 33-52 OPTIONS_DEFAULT= DOCS EXAMPLES GDAL NLS TIFF Link Here
33
OPTIONS_SUB=	yes
33
OPTIONS_SUB=	yes
34
DOCS_CMAKE_BOOL=	Mapper_WITH_DOCS
34
DOCS_CMAKE_BOOL=	Mapper_WITH_DOCS
35
DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
35
DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
36
DOCS_USE=	QT=assistant_run
36
DOCS_USE=	QT=assistant:run
37
EXAMPLES_CMAKE_BOOL=	Mapper_WITH_EXAMPLES
37
EXAMPLES_CMAKE_BOOL=	Mapper_WITH_EXAMPLES
38
GDAL_DESC=	Use the GDAL library
38
GDAL_DESC=	Use the GDAL library
39
GDAL_CMAKE_BOOL=	Mapper_USE_GDAL
39
GDAL_CMAKE_BOOL=	Mapper_USE_GDAL
40
GDAL_LIB_DEPENDS=	libgdal.so:graphics/gdal
40
GDAL_LIB_DEPENDS=	libgdal.so:graphics/gdal
41
NLS_CMAKE_BOOL=	Mapper_WITH_NLS
41
NLS_CMAKE_BOOL=	Mapper_WITH_NLS
42
NLS_USE=	QT=linguisttools_build
42
NLS_USE=	QT=linguisttools:build
43
NLS_USES=	gettext-runtime
43
NLS_USES=	gettext-runtime
44
POSITIONING_DESC=	GPS positioning
44
POSITIONING_DESC=	GPS positioning
45
POSITIONING_CMAKE_ON=	-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Positioning=0 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Sensors=0 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5SerialPort=0
45
POSITIONING_CMAKE_ON=	-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Positioning=0 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Sensors=0 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5SerialPort=0
46
POSITIONING_CMAKE_OFF=	-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Positioning=1 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Sensors=1 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5SerialPort=1
46
POSITIONING_CMAKE_OFF=	-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Positioning=1 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Sensors=1 -DCMAKE_DISABLE_FIND_PACKAGE_Qt5SerialPort=1
47
POSITIONING_USE=	QT=location,sensors,serialport
47
POSITIONING_USE=	QT=location,sensors,serialport
48
TEST_CMAKE_BOOL=	Mapper_WITH_TEST
48
TEST_CMAKE_BOOL=	Mapper_WITH_TEST
49
TEST_USE=	QT=testlib_build
49
TEST_USE=	QT=testlib:build
50
TEST_TEST_TARGET=	test
50
TEST_TEST_TARGET=	test
51
TIFF_DESC=	Support for TIFF
51
TIFF_DESC=	Support for TIFF
52
TIFF_USE=	QT=imageformats
52
TIFF_USE=	QT=imageformats
(-)b/graphics/openshadinglanguage/Makefile (-2 / +2 lines)
Lines 23-29 RUN_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} Link Here
23
23
24
USES=		bison cmake compiler:c++14-lang localbase ncurses qt:5
24
USES=		bison cmake compiler:c++14-lang localbase ncurses qt:5
25
25
26
USE_QT=		buildtools_build qmake_build
26
USE_QT=		buildtools:build qmake:build
27
27
28
USE_GITHUB=	yes
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	AcademySoftwareFoundation
29
GH_ACCOUNT=	AcademySoftwareFoundation
Lines 44-50 MATERIALX_CMAKE_BOOL= OSL_BUILD_MATERIALX Link Here
44
44
45
OSLTOY_DESC=		Interactive shader edit and visualize tool
45
OSLTOY_DESC=		Interactive shader edit and visualize tool
46
OSLTOY_CMAKE_BOOL=	USE_QT
46
OSLTOY_CMAKE_BOOL=	USE_QT
47
OSLTOY_USE=		QT=buildtools_build,core,gui,qmake_build,widgets
47
OSLTOY_USE=		QT=buildtools:build,core,gui,qmake:build,widgets
48
48
49
#CXXFLAGS+=	-I${STAGEDIR}/include
49
#CXXFLAGS+=	-I${STAGEDIR}/include
50
50
(-)b/graphics/osg34/Makefile (-1 / +1 lines)
Lines 93-99 PDF_USE= gnome=cairo Link Here
93
PDF_VARS=		FORCE_REQUIRE+=Poppler-glib
93
PDF_VARS=		FORCE_REQUIRE+=Poppler-glib
94
PDF_VARS_OFF=		FORCE_IGNORE+=Poppler-glib
94
PDF_VARS_OFF=		FORCE_IGNORE+=Poppler-glib
95
QT5_USES=		qt:5
95
QT5_USES=		qt:5
96
QT5_USE=		qt=buildtools_build,core,gui,opengl,qmake_build,webkit,widgets
96
QT5_USE=		qt=buildtools:build,core,gui,opengl,qmake:build,webkit,widgets
97
QT5_CMAKE_ON=		-DDESIRED_QT_VERSION=5
97
QT5_CMAKE_ON=		-DDESIRED_QT_VERSION=5
98
QT5_VARS=		FORCE_REQUIRE+="Qt5Widgets Qt5WebKitWidgets"
98
QT5_VARS=		FORCE_REQUIRE+="Qt5Widgets Qt5WebKitWidgets"
99
QT5_VARS_OFF=		FORCE_IGNORE+="Qt5Widgets Qt5WebKitWidgets"
99
QT5_VARS_OFF=		FORCE_IGNORE+="Qt5Widgets Qt5WebKitWidgets"
(-)b/graphics/ospray/Makefile (-1 / +1 lines)
Lines 23-29 LIB_DEPENDS= libbenchmark.so:devel/benchmark \ Link Here
23
USES=		cmake:testing compiler:c++11-lang gl pkgconfig readline qt:5
23
USES=		cmake:testing compiler:c++11-lang gl pkgconfig readline qt:5
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
USE_GL=		gl glu
25
USE_GL=		gl glu
26
USE_QT=		core gui opengl qmake_build
26
USE_QT=		core gui opengl qmake:build
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
29
PLIST_SUB=	VERSION=${PORTVERSION}
29
PLIST_SUB=	VERSION=${PORTVERSION}
(-)b/graphics/oyranos/Makefile (-1 / +1 lines)
Lines 33-39 USE_GL= gl Link Here
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
34
USE_GNOME=	libxml2
34
USE_GNOME=	libxml2
35
USE_QT=		core gui widgets x11extras \
35
USE_QT=		core gui widgets x11extras \
36
		buildtools_build qmake_build
36
		buildtools:build qmake:build
37
USE_XORG=	ice sm x11 xcursor xext xfixes xinerama xrandr xrender xft xxf86vm
37
USE_XORG=	ice sm x11 xcursor xext xfixes xinerama xrandr xrender xft xxf86vm
38
CMAKE_ARGS+=	-DXDG_CONFIG_DIR=${PREFIX}/etc/xdg
38
CMAKE_ARGS+=	-DXDG_CONFIG_DIR=${PREFIX}/etc/xdg
39
LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
39
LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
(-)b/graphics/pcl-pointclouds/Makefile (-1 / +1 lines)
Lines 78-84 QT5_BROKEN= WITH_QT doesn't do anything, should be used by apps, but apps is al Link Here
78
78
79
VTK_DESC=		Build VTK visualizations
79
VTK_DESC=		Build VTK visualizations
80
VTK_USES=		gl qt:5
80
VTK_USES=		gl qt:5
81
VTK_USE=		GL=gl,glu QT=core,gui,opengl,widgets,buildtools_build,qmake_build
81
VTK_USE=		GL=gl,glu QT=core,gui,opengl,widgets,buildtools:build,qmake:build
82
VTK_CMAKE_BOOL=		WITH_VTK
82
VTK_CMAKE_BOOL=		WITH_VTK
83
VTK_CMAKE_ON=		-DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.1
83
VTK_CMAKE_ON=		-DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.1
84
VTK_LIB_DEPENDS=	libvtkCommonCore-9.1.so:math/vtk9
84
VTK_LIB_DEPENDS=	libvtkCommonCore-9.1.so:math/vtk9
(-)b/graphics/pencil2d/Makefile (-1 / +1 lines)
Lines 14-20 RUN_DEPENDS= ffmpeg:multimedia/ffmpeg Link Here
14
14
15
USES=		compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 \
15
USES=		compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 \
16
		shared-mime-info
16
		shared-mime-info
17
USE_QT=		core gui multimedia svg testlib widgets xml xmlpatterns buildtools_build
17
USE_QT=		core gui multimedia svg testlib widgets xml xmlpatterns buildtools:build
18
USE_GL=		gl
18
USE_GL=		gl
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
(-)b/graphics/peruse/Makefile (-1 / +1 lines)
Lines 12-18 USE_KDE= archive attica baloo completion config coreaddons crash ecm filemetadat Link Here
12
		iconthemes jobwidgets kdeclarative kio newstuff package service \
12
		iconthemes jobwidgets kdeclarative kio newstuff package service \
13
		widgetsaddons windowsystem 
13
		widgetsaddons windowsystem 
14
USE_QT=		concurrent core dbus declarative gui network opengl sql widgets xml \
14
USE_QT=		concurrent core dbus declarative gui network opengl sql widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
KDE_INVENT=	8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78
17
KDE_INVENT=	8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78
18
18
(-)b/graphics/pfstools/Makefile (-1 / +1 lines)
Lines 85-91 GLVIEW_USE= GL=glut GL=gl,glu Link Here
85
85
86
VIEW_CMAKE_BOOL=	WITH_QT
86
VIEW_CMAKE_BOOL=	WITH_QT
87
VIEW_USES=		gl qt:5
87
VIEW_USES=		gl qt:5
88
VIEW_USE=		GL=glut GL=gl,glu QT=core,gui,widgets,buildtools_build,qmake_build
88
VIEW_USE=		GL=glut GL=gl,glu QT=core,gui,widgets,buildtools:build,qmake:build
89
89
90
.include <bsd.port.options.mk>
90
.include <bsd.port.options.mk>
91
91
(-)b/graphics/photivo/Makefile (-1 / +1 lines)
Lines 22-28 LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ Link Here
22
USES=		cmake compiler:c++11-lib desktop-file-utils dos2unix \
22
USES=		cmake compiler:c++11-lib desktop-file-utils dos2unix \
23
		gettext-runtime gnome jpeg pkgconfig qt:5 zip
23
		gettext-runtime gnome jpeg pkgconfig qt:5 zip
24
USE_GNOME=	glib20
24
USE_GNOME=	glib20
25
USE_QT=		qmake_build buildtools_build core gui network widgets
25
USE_QT=		qmake:build buildtools:build core gui network widgets
26
DOS2UNIX_FILES=	Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h \
26
DOS2UNIX_FILES=	Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h \
27
		Sources/ptImageHelper.h Sources/ptMainWindow.h Sources/ptImageHelper.cpp
27
		Sources/ptImageHelper.h Sources/ptMainWindow.h Sources/ptImageHelper.cpp
28
28
(-)b/graphics/photoflare/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick Link Here
13
13
14
USES=		desktop-file-utils gl qmake qt:5 localbase pkgconfig
14
USES=		desktop-file-utils gl qmake qt:5 localbase pkgconfig
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
USE_QT=		core gui network printsupport widgets buildtools_build linguisttools_build
16
USE_QT=		core gui network printsupport widgets buildtools:build linguisttools:build
17
USE_GL=		gl
17
USE_GL=		gl
18
18
19
CXXFLAGS+=	`pkg-config --cflags GraphicsMagick++`
19
CXXFLAGS+=	`pkg-config --cflags GraphicsMagick++`
(-)b/graphics/photoqt/Makefile (-1 / +1 lines)
Lines 14-20 USES= cmake compiler:c++11-lib desktop-file-utils \ Link Here
14
		localbase:ldflags qt:5
14
		localbase:ldflags qt:5
15
USE_QT=		core declarative graphicaleffects gui multimedia network \
15
USE_QT=		core declarative graphicaleffects gui multimedia network \
16
		quickcontrols sql svg widgets xml \
16
		quickcontrols sql svg widgets xml \
17
		buildtools_build linguisttools_build qmake_build
17
		buildtools:build linguisttools:build qmake:build
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	luspi
20
GH_ACCOUNT=	luspi
(-)b/graphics/phototonic/Makefile (-1 / +1 lines)
Lines 16-22 USES= compiler:c++11-lang desktop-file-utils gettext gl qmake qt:5 Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	oferkv
17
GH_ACCOUNT=	oferkv
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_QT=		core gui imageformats svg widgets buildtools_build
19
USE_QT=		core gui imageformats svg widgets buildtools:build
20
20
21
post-patch:
21
post-patch:
22
	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
22
	${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
(-)b/graphics/poppler/Makefile (-1 / +1 lines)
Lines 79-85 BINARY_ALIAS+= python3=${PYTHON_CMD} Link Here
79
.  elif ${_SLAVE_PORT} == qt5
79
.  elif ${_SLAVE_PORT} == qt5
80
USES+=			qt:5
80
USES+=			qt:5
81
USE_QT=			core gui widgets xml \
81
USE_QT=			core gui widgets xml \
82
			buildtools_build qmake_build testlib_build
82
			buildtools:build qmake:build testlib:build
83
.  elif ${_SLAVE_PORT} == qt6
83
.  elif ${_SLAVE_PORT} == qt6
84
USES+=			gl qt:6
84
USES+=			gl qt:6
85
USE_GL+=		gl opengl
85
USE_GL+=		gl opengl
(-)b/graphics/py-python-poppler-qt5/Makefile (-1 / +1 lines)
Lines 18-24 USES= compiler:c++11-lang gl pkgconfig pyqt:5 python:3.7-3.9 qt:5 Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	frescobaldi
19
GH_ACCOUNT=	frescobaldi
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_PYQT=	pyqt5 sip_build
21
USE_PYQT=	pyqt5 sip:build
22
USE_PYTHON=	flavors
22
USE_PYTHON=	flavors
23
USE_QT=		core gui xml
23
USE_QT=		core gui xml
24
24
(-)b/graphics/py-traitsui/Makefile (-1 / +1 lines)
Lines 32-38 WXPYTHON_DESC= wxPython backend Link Here
32
PYSIDE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
32
PYSIDE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
33
QT5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
33
QT5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
34
QT5_USES=		pyqt:5
34
QT5_USES=		pyqt:5
35
QT5_USE=		PYQT=pyqt5_run
35
QT5_USE=		PYQT=pyqt5:run
36
WXPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wxPython41>0:x11-toolkits/py-wxPython4@${PY_FLAVOR}
36
WXPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wxPython41>0:x11-toolkits/py-wxPython4@${PY_FLAVOR}
37
37
38
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)b/graphics/qcomicbook/Makefile (-1 / +1 lines)
Lines 14-20 USES= cmake compiler:c++11-lang pkgconfig qt:5 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	stolowski
15
GH_ACCOUNT=	stolowski
16
USE_QT=		core gui printsupport widgets x11extras\
16
USE_QT=		core gui printsupport widgets x11extras\
17
		buildtools_build linguisttools_build qmake_build
17
		buildtools:build linguisttools:build qmake:build
18
18
19
OPTIONS_DEFINE=	7ZIP ACE RAR
19
OPTIONS_DEFINE=	7ZIP ACE RAR
20
20
(-)b/graphics/qcustomplot-qt5/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE= GPLv3 Link Here
13
LICENSE_FILE=	${WRKSRC}/GPL.txt
13
LICENSE_FILE=	${WRKSRC}/GPL.txt
14
14
15
USES=		compiler:c++11-lang pkgconfig qt:5
15
USES=		compiler:c++11-lang pkgconfig qt:5
16
USE_QT=		core gui widgets printsupport buildtools_build
16
USE_QT=		core gui widgets printsupport buildtools:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
(-)b/graphics/qgis-ltr/Makefile (-4 / +4 lines)
Lines 105-114 USE_GL= gl Link Here
105
USE_GNOME=	libxml2
105
USE_GNOME=	libxml2
106
USE_LDCONFIG=	yes
106
USE_LDCONFIG=	yes
107
USE_PYQT=	pyqt5 qscintilla2 pysip sip 
107
USE_PYQT=	pyqt5 qscintilla2 pysip sip 
108
USE_QT=		3d buildtools_build core concurrent dbus declarative \
108
USE_QT=		3d buildtools:build core concurrent dbus declarative \
109
		designer_build qdoc_build gamepad gui linguist_build location \
109
		designer:build qdoc:build gamepad gui linguist:build location \
110
		network printsupport qmake_build script serialport \
110
		network printsupport qmake:build script serialport \
111
		sql sql-pgsql sql-sqlite3 svg uitools_build \
111
		sql sql-pgsql sql-sqlite3 svg uitools:build \
112
		webengine webkit widgets xml
112
		webengine webkit widgets xml
113
113
114
SHEBANG_FILES=	src/plugins/grass/scripts/*.py
114
SHEBANG_FILES=	src/plugins/grass/scripts/*.py
(-)b/graphics/qgis/Makefile (-4 / +4 lines)
Lines 103-112 USE_GL= gl Link Here
103
USE_GNOME=	libxml2
103
USE_GNOME=	libxml2
104
USE_LDCONFIG=	yes
104
USE_LDCONFIG=	yes
105
USE_PYQT=	pyqt5 qscintilla2 pysip sip 
105
USE_PYQT=	pyqt5 qscintilla2 pysip sip 
106
USE_QT=		3d buildtools_build core concurrent dbus declarative \
106
USE_QT=		3d buildtools:build core concurrent dbus declarative \
107
		designer_build qdoc_build gamepad gui linguist_build location \
107
		designer:build qdoc:build gamepad gui linguist:build location \
108
		network printsupport qmake_build script serialport \
108
		network printsupport qmake:build script serialport \
109
		sql sql-pgsql sql-sqlite3 svg uitools_build \
109
		sql sql-pgsql sql-sqlite3 svg uitools:build \
110
		webengine webkit widgets xml
110
		webengine webkit widgets xml
111
111
112
SHEBANG_FILES=	src/plugins/grass/scripts/*.py
112
SHEBANG_FILES=	src/plugins/grass/scripts/*.py
(-)b/graphics/qt5-3d/Makefile (-1 / +1 lines)
Lines 11-17 LIB_DEPENDS= libassimp.so:multimedia/assimp Link Here
11
11
12
USES=		compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d
12
USES=		compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d
13
USE_PERL5=	extract
13
USE_PERL5=	extract
14
USE_QT=		concurrent core declarative gui network buildtools_build
14
USE_QT=		concurrent core declarative gui network buildtools:build
15
15
16
OPTIONS_DEFINE_amd64=	AVX
16
OPTIONS_DEFINE_amd64=	AVX
17
OPTIONS_DEFINE_i386=	AVX
17
OPTIONS_DEFINE_i386=	AVX
(-)b/graphics/qt5-graphicaleffects/Makefile (-1 / +1 lines)
Lines 9-14 COMMENT= Qt Quick graphical effects Link Here
9
BROKEN_armv6=		fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
9
BROKEN_armv6=		fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
10
10
11
USES=		compiler:c++11-lang qmake qt-dist:5,graphicaleffects
11
USES=		compiler:c++11-lang qmake qt-dist:5,graphicaleffects
12
USE_QT=		buildtools_build core declarative gui
12
USE_QT=		buildtools:build core declarative gui
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/graphics/qt5-imageformats/Makefile (-1 / +1 lines)
Lines 13-18 LIB_DEPENDS= libjasper.so:graphics/jasper \ Link Here
13
		libwebp.so:graphics/webp
13
		libwebp.so:graphics/webp
14
14
15
USES=		compiler:c++11-lang localbase qmake qt-dist:5,imageformats
15
USES=		compiler:c++11-lang localbase qmake qt-dist:5,imageformats
16
USE_QT=		core gui buildtools_build
16
USE_QT=		core gui buildtools:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/graphics/qt5-opengl/Makefile (-1 / +1 lines)
Lines 9-15 COMMENT= Qt 5-compatible OpenGL support module Link Here
9
USES=		compiler:c++11-lang gl perl5 qmake:no_env qt-dist:5,base
9
USES=		compiler:c++11-lang gl perl5 qmake:no_env qt-dist:5,base
10
USE_GL=		gl
10
USE_GL=		gl
11
USE_PERL5=	extract
11
USE_PERL5=	extract
12
USE_QT=		core gui widgets qmake_build buildtools_build
12
USE_QT=		core gui widgets qmake:build buildtools:build
13
HAS_CONFIGURE=	yes
13
HAS_CONFIGURE=	yes
14
14
15
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
15
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
(-)b/graphics/qt5-pixeltool/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt 5 screen magnifier
7
COMMENT=	Qt 5 screen magnifier
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
9
USES=		compiler:c++11-lang qmake qt-dist:5,tools
10
USE_QT=		core gui widgets buildtools_build
10
USE_QT=		core gui widgets buildtools:build
11
11
12
# qt5logo.png is installed by qt5-widgets.
12
# qt5logo.png is installed by qt5-widgets.
13
DESKTOP_ENTRIES="Qt 5 PixelTool" "" \
13
DESKTOP_ENTRIES="Qt 5 PixelTool" "" \
(-)b/graphics/qt5-svg/Makefile (-1 / +1 lines)
Lines 7-12 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt SVG support module
7
COMMENT=	Qt SVG support module
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,svg
9
USES=		compiler:c++11-lang qmake qt-dist:5,svg
10
USE_QT=		core gui widgets buildtools_build
10
USE_QT=		core gui widgets buildtools:build
11
11
12
.include <bsd.port.mk>
12
.include <bsd.port.mk>
(-)b/graphics/qt5-wayland/Makefile (-1 / +1 lines)
Lines 18-24 USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ Link Here
18
USE_GL=		egl gl
18
USE_GL=		egl gl
19
USE_GNOME=	glib20
19
USE_GNOME=	glib20
20
USE_QT=		core dbus gui declarative \
20
USE_QT=		core dbus gui declarative \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
USE_XORG=	x11 xcomposite
22
USE_XORG=	x11 xcomposite
23
23
24
QT_BINARIES=	yes
24
QT_BINARIES=	yes
(-)b/graphics/qtawesome/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= MIT Link Here
10
10
11
USE_GITHUB=	yes
11
USE_GITHUB=	yes
12
USES=		compiler:c++11-lang qmake qt:5
12
USES=		compiler:c++11-lang qmake qt:5
13
USE_QT=		core gui qmake_build buildtools_build
13
USE_QT=		core gui qmake:build buildtools:build
14
14
15
GH_ACCOUNT=	gamecreature
15
GH_ACCOUNT=	gamecreature
16
GH_PROJECT=	QtAwesome
16
GH_PROJECT=	QtAwesome
(-)b/graphics/qtpbfimageplugin/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
LIB_DEPENDS=	libprotobuf-lite.so:devel/protobuf
12
LIB_DEPENDS=	libprotobuf-lite.so:devel/protobuf
13
13
14
USES=		compiler:c++11-lang gl qmake qt:5
14
USES=		compiler:c++11-lang gl qmake qt:5
15
USE_QT=		core gui buildtools_build
15
USE_QT=		core gui buildtools:build
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
17
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
18
18
(-)b/graphics/qtqr/Makefile (-1 / +1 lines)
Lines 17-23 RUN_DEPENDS= ${PYNUMPY} \ Link Here
17
		${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
17
		${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
18
18
19
USES=		desktop-file-utils pyqt:5 python:3.6+ shebangfix
19
USES=		desktop-file-utils pyqt:5 python:3.6+ shebangfix
20
USE_PYQT=	pyqt5_run
20
USE_PYQT=	pyqt5:run
21
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
22
22
23
SHEBANG_FILES=	qtqr.py
23
SHEBANG_FILES=	qtqr.py
(-)b/graphics/quickqanava/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/licence.txt Link Here
10
10
11
USES=		cmake compiler:c++14-lang qt:5
11
USES=		cmake compiler:c++14-lang qt:5
12
USE_QT=		core declarative gui network quickcontrols2 \
12
USE_QT=		core declarative gui network quickcontrols2 \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	cneben
16
GH_ACCOUNT=	cneben
(-)b/graphics/qvge/Makefile (-1 / +1 lines)
Lines 16-22 GH_ACCOUNT= ArsMasiuk Link Here
16
USES=		compiler:c++11-lang desktop-file-utils gl qt:5 \
16
USES=		compiler:c++11-lang desktop-file-utils gl qt:5 \
17
		shared-mime-info xorg
17
		shared-mime-info xorg
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_QT=		buildtools_build qmake_build core gui network opengl \
19
USE_QT=		buildtools:build qmake:build core gui network opengl \
20
		printsupport svg widgets x11extras xml
20
		printsupport svg widgets x11extras xml
21
USE_XORG=	x11
21
USE_XORG=	x11
22
22
(-)b/graphics/rapid-photo-downloader/Makefile (-1 / +1 lines)
Lines 35-41 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>0:devel/py-arrow@${PY_FLAVOR} \ Link Here
35
35
36
USES=		desktop-file-utils gettext pyqt:5 python:3.6+ qt:5
36
USES=		desktop-file-utils gettext pyqt:5 python:3.6+ qt:5
37
USE_PYTHON=	autoplist distutils noflavors
37
USE_PYTHON=	autoplist distutils noflavors
38
USE_QT=		imageformats_run
38
USE_QT=		imageformats:run
39
USE_PYQT=	pyqt5 sip
39
USE_PYQT=	pyqt5 sip
40
BINARY_ALIAS=	python3=${PYTHON_VERSION}
40
BINARY_ALIAS=	python3=${PYTHON_VERSION}
41
41
(-)b/graphics/scantailor/Makefile (-2 / +2 lines)
Lines 19-26 USES= cmake compiler:c++11-lang desktop-file-utils jpeg qt:5 \ Link Here
19
		shared-mime-info xorg
19
		shared-mime-info xorg
20
USE_CXXSTD=	gnu++98
20
USE_CXXSTD=	gnu++98
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
22
USE_QT=		core gui network opengl widgets xml buildtools_build \
22
USE_QT=		core gui network opengl widgets xml buildtools:build \
23
		linguisttools_build qmake_build
23
		linguisttools:build qmake:build
24
USE_XORG+=	xrender
24
USE_XORG+=	xrender
25
25
26
GH_ACCOUNT=	4lex4
26
GH_ACCOUNT=	4lex4
(-)b/graphics/seexpr/Makefile (-2 / +2 lines)
Lines 15-21 LIB_DEPENDS= libpng.so:graphics/png Link Here
15
USES=		bison cmake compiler:c++14-lang gl qt:5
15
USES=		bison cmake compiler:c++14-lang gl qt:5
16
USE_GL=		gl glu
16
USE_GL=		gl glu
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_QT=		buildtools_build qmake_build core gui opengl widgets
18
USE_QT=		buildtools:build qmake:build core gui opengl widgets
19
19
20
MAKE_JOBS_UNSAFE=	yes	# https://github.com/wdas/seexpr/issues/40
20
MAKE_JOBS_UNSAFE=	yes	# https://github.com/wdas/seexpr/issues/40
21
21
Lines 37-43 LLVM_LIB_DEPENDS= libLLVM.so:devel/llvm${LLVM_DEFAULT} Link Here
37
LLVM_CMAKE_OFF=		-DENABLE_LLVM_BACKEND:BOOL=FALSE
37
LLVM_CMAKE_OFF=		-DENABLE_LLVM_BACKEND:BOOL=FALSE
38
38
39
NLS_USES=		kde:5
39
NLS_USES=		kde:5
40
NLS_USE=		KDE=ecm_build
40
NLS_USE=		KDE=ecm:build
41
NLS_CMAKE_OFF=		-DBUILD_TRANSLATIONS:BOOL=FALSE
41
NLS_CMAKE_OFF=		-DBUILD_TRANSLATIONS:BOOL=FALSE
42
42
43
PYTHON_BUILD_DEPENDS=	sip:devel/py-sip4
43
PYTHON_BUILD_DEPENDS=	sip:devel/py-sip4
(-)b/graphics/showimage/Makefile (-2 / +2 lines)
Lines 15-22 USES= cmake compiler:c++11-lang kde:5 qt:5 tar:bzip2 Link Here
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
16
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
16
		coreaddons ecm i18n itemviews jobwidgets kio service solid \
17
		widgetsaddons xmlgui \
17
		widgetsaddons xmlgui \
18
		doctools_build
18
		doctools:build
19
USE_QT=		concurrent core dbus gui network xml widgets \
19
USE_QT=		concurrent core dbus gui network xml widgets \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/graphics/skanlite/Makefile (-2 / +2 lines)
Lines 14-21 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
14
USE_KDE=	auth config configwidgets codecs completion \
14
USE_KDE=	auth config configwidgets codecs completion \
15
		coreaddons i18n jobwidgets kio \
15
		coreaddons i18n jobwidgets kio \
16
		service widgetsaddons xmlgui \
16
		service widgetsaddons xmlgui \
17
		doctools_build ecm_build
17
		doctools:build ecm:build
18
USE_QT=		core concurrent dbus gui network widgets xml \
18
USE_QT=		core concurrent dbus gui network widgets xml \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/graphics/skanpage/Makefile (-2 / +2 lines)
Lines 16-25 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
16
USE_KDE=	auth config configwidgets codecs completion \
16
USE_KDE=	auth config configwidgets codecs completion \
17
		coreaddons crash i18n jobwidgets kio kirigami2 purpose \
17
		coreaddons crash i18n jobwidgets kio kirigami2 purpose \
18
		service widgetsaddons xmlgui \
18
		service widgetsaddons xmlgui \
19
		doctools_build ecm_build
19
		doctools:build ecm:build
20
USE_QT=		core concurrent dbus declarative gui network printsupport \
20
USE_QT=		core concurrent dbus declarative gui network printsupport \
21
		quickcontrols2 widgets xml \
21
		quickcontrols2 widgets xml \
22
		buildtools_build qmake_build testlib_build
22
		buildtools:build qmake:build testlib:build
23
23
24
24
25
25
(-)b/graphics/spectacle/Makefile (-2 / +2 lines)
Lines 16-25 USE_KDE= attica auth codecs completion config configwidgets coreaddons \ Link Here
16
		dbusaddons globalaccel i18n jobwidgets kdeclarative kio \
16
		dbusaddons globalaccel i18n jobwidgets kdeclarative kio \
17
		libkipi newstuff notifications package purpose service solid wayland \
17
		libkipi newstuff notifications package purpose service solid wayland \
18
		widgetsaddons windowsystem xmlgui \
18
		widgetsaddons windowsystem xmlgui \
19
		doctools_build ecm_build
19
		doctools:build ecm:build
20
USE_QT=		core concurrent dbus declarative gui network printsupport \
20
USE_QT=		core concurrent dbus declarative gui network printsupport \
21
		quickcontrols svg widgets x11extras xml \
21
		quickcontrols svg widgets x11extras xml \
22
		buildtools_build qmake_build testlib_build
22
		buildtools:build qmake:build testlib:build
23
USE_XORG=	x11 xcb xext xfixes
23
USE_XORG=	x11 xcb xext xfixes
24
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
(-)b/graphics/tiled/Makefile (-1 / +1 lines)
Lines 17-23 GH_ACCOUNT= bjorn Link Here
17
USES=		compiler:c++14-lang desktop-file-utils gl qmake qt:5 \
17
USES=		compiler:c++14-lang desktop-file-utils gl qmake qt:5 \
18
		pkgconfig shared-mime-info xorg
18
		pkgconfig shared-mime-info xorg
19
USE_QT=		core gui widgets opengl network declarative \
19
USE_QT=		core gui widgets opengl network declarative \
20
		buildtools_build linguisttools_build
20
		buildtools:build linguisttools:build
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
QMAKE_ARGS=	SYSTEM_ZSTD=yes
23
QMAKE_ARGS=	SYSTEM_ZSTD=yes
(-)b/graphics/vpaint/Makefile (-1 / +1 lines)
Lines 14-20 USE_GITHUB= yes Link Here
14
GH_ACCOUNT=	dalboris
14
GH_ACCOUNT=	dalboris
15
15
16
USES=		compiler:c++11-lib eigen:3 gl qmake qt:5
16
USES=		compiler:c++11-lib eigen:3 gl qmake qt:5
17
USE_QT=		core gui widgets opengl network qmake_build buildtools_build
17
USE_QT=		core gui widgets opengl network qmake:build buildtools:build
18
USE_GL=		gl glu glew
18
USE_GL=		gl glu glew
19
19
20
QMAKE_SOURCE_PATH=	${WRKSRC}/src/Gui
20
QMAKE_SOURCE_PATH=	${WRKSRC}/src/Gui
(-)b/graphics/vulkan-caps-viewer/Makefile (-2 / +2 lines)
Lines 11-17 LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader Link Here
11
11
12
USES=		compiler:c++11-lib pkgconfig qmake qt:5
12
USES=		compiler:c++11-lib pkgconfig qmake qt:5
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
USE_QT=		qmake_build buildtools_build core gui network widgets
14
USE_QT=		qmake:build buildtools:build core gui network widgets
15
GH_ACCOUNT=	SaschaWillems
15
GH_ACCOUNT=	SaschaWillems
16
GH_PROJECT=	VulkanCapsViewer
16
GH_PROJECT=	VulkanCapsViewer
17
GH_TUPLE=	KhronosGroup:Vulkan-Headers:v1.3.224:vkheaders/Vulkan-Headers
17
GH_TUPLE=	KhronosGroup:Vulkan-Headers:v1.3.224:vkheaders/Vulkan-Headers
Lines 24-30 OPTIONS_DEFINE= WAYLAND X11 Link Here
24
OPTIONS_DEFAULT=WAYLAND X11
24
OPTIONS_DEFAULT=WAYLAND X11
25
25
26
WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland
26
WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland
27
WAYLAND_USE=		QT=wayland_build
27
WAYLAND_USE=		QT=wayland:build
28
WAYLAND_QMAKE_ON=	DEFINES+=WAYLAND
28
WAYLAND_QMAKE_ON=	DEFINES+=WAYLAND
29
29
30
X11_USE=		QT=x11extras
30
X11_USE=		QT=x11extras
(-)b/graphics/vv/Makefile (-1 / +1 lines)
Lines 25-31 LIB_DEPENDS= libexpat.so:textproc/expat2 \ Link Here
25
USES=		cmake compiler:c++11-lang eigen:3 jpeg qt:5 xorg
25
USES=		cmake compiler:c++11-lang eigen:3 jpeg qt:5 xorg
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
29
USE_XORG=	ice sm x11 xext xt
29
USE_XORG=	ice sm x11 xext xt
30
USE_CXXSTD=	c++11
30
USE_CXXSTD=	c++11
31
31
(-)b/graphics/wrapland/Makefile (-3 / +3 lines)
Lines 17-25 TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT} Link Here
17
USES=		cmake:testing gl kde:5 pkgconfig qt:5
17
USES=		cmake:testing gl kde:5 pkgconfig qt:5
18
USE_GITLAB=	yes
18
USE_GITLAB=	yes
19
USE_GL=		egl
19
USE_GL=		egl
20
USE_KDE=	ecm_build
20
USE_KDE=	ecm:build
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
USE_QT=		qmake_build buildtools_build concurrent core gui
22
USE_QT=		qmake:build buildtools:build concurrent core gui
23
GL_ACCOUNT=	kwinft
23
GL_ACCOUNT=	kwinft
24
GL_COMMIT=	df61726a0955369f07399e8115454013b887903e
24
GL_COMMIT=	df61726a0955369f07399e8115454013b887903e
25
PLIST_SUB=	VERSION=${PORTVERSION}
25
PLIST_SUB=	VERSION=${PORTVERSION}
Lines 29-35 OPTIONS_DEFAULT=DOXYGEN Link Here
29
OPTIONS_SUB=	yes
29
OPTIONS_SUB=	yes
30
30
31
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
31
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
32
DOXYGEN_USE=		QT=help_build
32
DOXYGEN_USE=		QT=help:build
33
DOXYGEN_CMAKE_BOOL=	BUILD_QCH
33
DOXYGEN_CMAKE_BOOL=	BUILD_QCH
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)b/graphics/xaos/Makefile (-1 / +1 lines)
Lines 17-23 GH_ACCOUNT= xaos-project Link Here
17
GH_PROJECT=	XaoS
17
GH_PROJECT=	XaoS
18
18
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_QT=		core gui opengl widgets buildtools_build linguisttools_build
20
USE_QT=		core gui opengl widgets buildtools:build linguisttools:build
21
21
22
QMAKE_ARGS+=	INCLUDEPATH+=${LOCALBASE}/include \
22
QMAKE_ARGS+=	INCLUDEPATH+=${LOCALBASE}/include \
23
		LIBS+=-L${LOCALBASE}/lib
23
		LIBS+=-L${LOCALBASE}/lib
(-)b/graphics/xpdf4/Makefile (-1 / +1 lines)
Lines 52-58 LIBPAPER_LIB_DEPENDS= libpaper.so:print/libpaper Link Here
52
GUI_CMAKE_OFF=		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets=1
52
GUI_CMAKE_OFF=		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets=1
53
GUI_DESC=		QT5 interface
53
GUI_DESC=		QT5 interface
54
GUI_USES=		qt:5 desktop-file-utils
54
GUI_USES=		qt:5 desktop-file-utils
55
GUI_USE=		QT=buildtools_build,qmake_build,concurrent,core,gui,widgets,printsupport,svg,network,printsupport
55
GUI_USE=		QT=buildtools:build,qmake:build,concurrent,core,gui,widgets,printsupport,svg,network,printsupport
56
56
57
PRINT_CMAKE_ON=		-DXPDFWIDGET_PRINTING:BOOL=ON -DCUPS:BOOL=ON
57
PRINT_CMAKE_ON=		-DXPDFWIDGET_PRINTING:BOOL=ON -DCUPS:BOOL=ON
58
PRINT_CMAKE_OFF=	-DXPDFWIDGET_PRINTING:BOOL=OFF -DCUPS:BOOL=OFF
58
PRINT_CMAKE_OFF=	-DXPDFWIDGET_PRINTING:BOOL=OFF -DCUPS:BOOL=OFF
(-)b/graphics/yacreader/Makefile (-2 / +2 lines)
Lines 13-20 LIB_DEPENDS= libunarr.so:archivers/unarr Link Here
13
13
14
USES=		compiler:c++11-lib desktop-file-utils pkgconfig qmake qt:5
14
USES=		compiler:c++11-lib desktop-file-utils pkgconfig qmake qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
USE_QT=		qmake_build buildtools_build core concurrent_build declarative \
16
USE_QT=		qmake:build buildtools:build core concurrent:build declarative \
17
		gui multimedia network sql sql-sqlite3_run svg widgets
17
		gui multimedia network sql sql-sqlite3:run svg widgets
18
18
19
OPTIONS_DEFINE=	OPENGL POPPLER
19
OPTIONS_DEFINE=	OPENGL POPPLER
20
OPTIONS_DEFAULT=OPENGL POPPLER
20
OPTIONS_DEFAULT=OPENGL POPPLER
(-)b/graphics/yafaray/Makefile (-1 / +1 lines)
Lines 40-46 OPTIONS_SUB= yes Link Here
40
QT_DESC=	Enable Qt Gui build
40
QT_DESC=	Enable Qt Gui build
41
QT_USES=	qt:5
41
QT_USES=	qt:5
42
QT_CMAKE_BOOL=	WITH_QT
42
QT_CMAKE_BOOL=	WITH_QT
43
QT_USE=		QT=core,gui,widgets,qmake_build,buildtools_build,qmake_build
43
QT_USE=		QT=core,gui,widgets,qmake:build,buildtools:build,qmake:build
44
44
45
post-install:
45
post-install:
46
	@${RM} ${STAGEDIR}${DOCSDIR}/LICENSES
46
	@${RM} ${STAGEDIR}${DOCSDIR}/LICENSES
(-)b/graphics/zbar/Makefile (-1 / +1 lines)
Lines 68-74 NLS_LDFLAGS= -lintl Link Here
68
NLS_CONFIGURE_ENABLE=		nls
68
NLS_CONFIGURE_ENABLE=		nls
69
69
70
QT5_USES=			qt:5
70
QT5_USES=			qt:5
71
QT5_USE=			QT=core,gui,widgets,x11extras,buildtools_build
71
QT5_USE=			QT=core,gui,widgets,x11extras,buildtools:build
72
QT5_CONFIGURE_WITH=		qt qt5
72
QT5_CONFIGURE_WITH=		qt qt5
73
QT5_IMPLIES=			X11
73
QT5_IMPLIES=			X11
74
74
(-)b/graphics/zint/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libpng.so:graphics/png Link Here
15
15
16
USES=		cmake compiler:c++11-lang cpe qt:5
16
USES=		cmake compiler:c++11-lang cpe qt:5
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_QT=		buildtools_build qmake_build uitools_build core gui \
18
USE_QT=		buildtools:build qmake:build uitools:build core gui \
19
		svg widgets
19
		svg widgets
20
20
21
DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
21
DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
(-)b/irc/dxirc/Makefile (-1 / +1 lines)
Lines 39-44 NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify Link Here
39
39
40
QT5_USES=	qt:5
40
QT5_USES=	qt:5
41
QT5_USE=		QT=core,gui,multimedia,network,widgets \
41
QT5_USE=		QT=core,gui,multimedia,network,widgets \
42
			QT=buildtools_build,qmake_build
42
			QT=buildtools:build,qmake:build
43
43
44
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)b/irc/konversation/Makefile (-3 / +3 lines)
Lines 14-23 USE_KDE= archive attica auth bookmarks codecs completion config \ Link Here
14
		emoticons globalaccel i18n iconthemes idletime itemviews \
14
		emoticons globalaccel i18n iconthemes idletime itemviews \
15
		jobwidgets kio newstuff notifications notifyconfig parts service solid \
15
		jobwidgets kio newstuff notifications notifyconfig parts service solid \
16
		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
16
		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
17
		ecm_build \
17
		ecm:build \
18
		init_run
18
		init:run
19
USE_QT=		concurrent core dbus gui multimedia network phonon4 widgets xml \
19
USE_QT=		concurrent core dbus gui multimedia network phonon4 widgets xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
SHEBANG_FILES=	data/scripts/bug \
22
SHEBANG_FILES=	data/scripts/bug \
23
		data/scripts/cmd \
23
		data/scripts/cmd \
(-)b/irc/kvirc/Makefile (-1 / +1 lines)
Lines 20-26 USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ Link Here
20
		service widgetsaddons windowsystem xmlgui
20
		service widgetsaddons windowsystem xmlgui
21
USE_QT=		core dbus gui multimedia network phonon4 printsupport sql svg \
21
USE_QT=		core dbus gui multimedia network phonon4 printsupport sql svg \
22
		webkit widgets x11extras xml \
22
		webkit widgets x11extras xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
USE_XORG=	ice sm x11 xext xrender xscrnsaver
24
USE_XORG=	ice sm x11 xext xrender xscrnsaver
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
(-)b/irc/quassel/Makefile (-5 / +5 lines)
Lines 17-23 USE_GITHUB= nodefault Link Here
17
#GH_ACCOUNT=	${PORTNAME}
17
#GH_ACCOUNT=	${PORTNAME}
18
#GH_PROJECT=	${PORTNAME}
18
#GH_PROJECT=	${PORTNAME}
19
USE_OPENLDAP=	yes
19
USE_OPENLDAP=	yes
20
USE_QT=		buildtools_build core network qmake_build
20
USE_QT=		buildtools:build core network qmake:build
21
21
22
CPE_VENDOR=	quassel-irc
22
CPE_VENDOR=	quassel-irc
23
CPE_PRODUCT=	quassel_irc
23
CPE_PRODUCT=	quassel_irc
Lines 61-78 MONO_PREVENTS_MSG= Quassel core server should be installed via irc/quassel-core Link Here
61
61
62
KDE_DESC=		Enable KDE integration for client / monolitic
62
KDE_DESC=		Enable KDE integration for client / monolitic
63
KDE_CMAKE_BOOL=		WITH_KDE
63
KDE_CMAKE_BOOL=		WITH_KDE
64
KDE_USE=		kde=configwidgets,coreaddons,notifications,notifyconfig,textwidgets,widgetsaddons,xmlgui,ecm_build
64
KDE_USE=		kde=configwidgets,coreaddons,notifications,notifyconfig,textwidgets,widgetsaddons,xmlgui,ecm:build
65
KDE_USES=		kde:5
65
KDE_USES=		kde:5
66
66
67
SPELL_DESC=		Enable spellcheck in client / monolitic via KF5Sonnet
67
SPELL_DESC=		Enable spellcheck in client / monolitic via KF5Sonnet
68
SPELL_USE=		kde=sonnet,ecm_build
68
SPELL_USE=		kde=sonnet,ecm:build
69
SPELL_USES=		kde:5
69
SPELL_USES=		kde:5
70
70
71
NLS_USE=		QT=linguisttools_build
71
NLS_USE=		QT=linguisttools:build
72
72
73
PGSQL_USE=		qt=sql-pgsql
73
PGSQL_USE=		qt=sql-pgsql
74
74
75
SQLITE3_USE=		qt=sql-sqlite3_run
75
SQLITE3_USE=		qt=sql-sqlite3:run
76
76
77
_LIBVERSION=		0.14.0
77
_LIBVERSION=		0.14.0
78
PLIST_SUB=		LIBVERSION=${_LIBVERSION}
78
PLIST_SUB=		LIBVERSION=${_LIBVERSION}
(-)b/irc/srain/Makefile (-2 / +2 lines)
Lines 23-30 USE_GITHUB= yes Link Here
23
GH_ACCOUNT=		SrainApp
23
GH_ACCOUNT=		SrainApp
24
24
25
DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
25
DOCS_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
26
DOCS_MESON_ON=		-Ddoc_builders=html,man
26
DOCS_MESON_ON=		-Ddoc:builders=html,man
27
DOCS_MESON_OFF=		-Ddoc_builders=
27
DOCS_MESON_OFF=		-Ddoc:builders=
28
28
29
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
30
30
(-)b/japanese/fcitx-skk/Makefile (-1 / +1 lines)
Lines 26-32 QT5_DESC= Enable Qt for GUI configuration Link Here
26
26
27
.if ${PORT_OPTIONS:MQT5}
27
.if ${PORT_OPTIONS:MQT5}
28
USES+=		qt:5
28
USES+=		qt:5
29
USE_QT=		buildtools_build qmake_build gui widgets
29
USE_QT=		buildtools:build qmake:build gui widgets
30
USE_LDCONFIG=	${PREFIX}/lib/fcitx/qt
30
USE_LDCONFIG=	${PREFIX}/lib/fcitx/qt
31
PLIST_SUB+=	QT5=""
31
PLIST_SUB+=	QT5=""
32
LIB_DEPENDS+=	libFcitxQt5WidgetsAddons.so:textproc/fcitx-qt5
32
LIB_DEPENDS+=	libFcitxQt5WidgetsAddons.so:textproc/fcitx-qt5
(-)b/japanese/kiten/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth archive codecs completion config configwidgets coreaddons \
10
		crash doctools i18n jobwidgets js khtml kio notifications \
10
		crash doctools i18n jobwidgets js khtml kio notifications \
11
		parts service sonnet textwidgets widgetsaddons xmlgui \
11
		parts service sonnet textwidgets widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus gui network widgets xml \
13
USE_QT=		concurrent core dbus gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
(-)b/lang/kf5-kross/Makefile (-2 / +2 lines)
Lines 11-19 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
11
		coreaddons i18n iconthemes itemviews \
11
		coreaddons i18n iconthemes itemviews \
12
		jobwidgets kio parts service solid sonnet textwidgets \
12
		jobwidgets kio parts service solid sonnet textwidgets \
13
		widgetsaddons windowsystem xmlgui \
13
		widgetsaddons windowsystem xmlgui \
14
		doctools_build ecm_build 
14
		doctools:build ecm:build 
15
USE_QT=		concurrent core dbus gui network script uiplugin \
15
USE_QT=		concurrent core dbus gui network script uiplugin \
16
		uitools widgets xml \
16
		uitools widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/lang/kross-interpreters/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= Language interpreters to enable in-process scripting with Kross Link Here
7
7
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	kross \
9
USE_KDE=	kross \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core gui script widgets xml \
11
USE_QT=		core gui script widgets xml \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
CFLAGS+=	-fdeclspec
14
CFLAGS+=	-fdeclspec
15
15
(-)b/lang/kturtle/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
9
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
10
		emoticons i18n init itemmodels kio newstuff \
10
		emoticons i18n init itemmodels kio newstuff \
11
		service sonnet textwidgets widgetsaddons xmlgui \
11
		service sonnet textwidgets widgetsaddons xmlgui \
12
		doctools_build ecm_build
12
		doctools:build ecm:build
13
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
13
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/lang/smlnj/Makefile (-1 / +1 lines)
Lines 156-162 RECOMPILEDIR= Link Here
156
.endif
156
.endif
157
157
158
MLRUNTIMEPATCHES_CMD=	cd ${FILESDIR} && \
158
MLRUNTIMEPATCHES_CMD=	cd ${FILESDIR} && \
159
			( ${LS} do-patch-base_runtime_* 2>&- || \
159
			( ${LS} do-patch-base:runtime_* 2>&- || \
160
			  ${TRUE} )
160
			  ${TRUE} )
161
MLSTANDARDPATCHES_CMD=	cd ${FILESDIR} && \
161
MLSTANDARDPATCHES_CMD=	cd ${FILESDIR} && \
162
			( for srcdir in ${MLSTDSRCDIRS} ; \
162
			( for srcdir in ${MLSTDSRCDIRS} ; \
(-)b/mail/trojita/Makefile (-1 / +1 lines)
Lines 23-29 CMAKE_ARGS+= -DWITH_CLEARTEXT_PLUGIN:STRING=ON -DWITH_DBUS:STRING=ON \ Link Here
23
		-DWITH_QT5:STRING=ON
23
		-DWITH_QT5:STRING=ON
24
USES=		cmake compiler:c++11-lib cpe desktop-file-utils gnome \
24
USES=		cmake compiler:c++11-lib cpe desktop-file-utils gnome \
25
		localbase:ldflags qt:5 tar:xz
25
		localbase:ldflags qt:5 tar:xz
26
USE_QT=		buildtools_build linguisttools_build qmake_build \
26
USE_QT=		buildtools:build linguisttools:build qmake:build \
27
		core dbus gui network sql sql-sqlite3 svg webkit widgets
27
		core dbus gui network sql sql-sqlite3 svg webkit widgets
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)b/math/acalc/Makefile (-1 / +1 lines)
Lines 14-20 USES= compiler:c++14-lang qmake qt:5 tar:xz Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	anpp
15
GH_ACCOUNT=	anpp
16
16
17
USE_QT=		core gui widgets buildtools_build linguisttools_build qmake_build
17
USE_QT=		core gui widgets buildtools:build linguisttools:build qmake:build
18
18
19
WRKSRC_SUBDIR=	aCalc/aCalc
19
WRKSRC_SUBDIR=	aCalc/aCalc
20
20
(-)b/math/analitza/Makefile (-2 / +2 lines)
Lines 12-20 LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING Link Here
12
12
13
USES=		cmake compiler:c++11-lang eigen:3 gl kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lang eigen:3 gl kde:5 qt:5 tar:xz
14
USE_GL=		glu
14
USE_GL=		glu
15
USE_KDE=	ecm_build
15
USE_KDE=	ecm:build
16
USE_QT=		core declarative gui network opengl printsupport svg widgets xml \
16
USE_QT=		core declarative gui network opengl printsupport svg widgets xml \
17
		buildtools_build linguisttools_build qmake_build testlib_build
17
		buildtools:build linguisttools:build qmake:build testlib:build
18
18
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
(-)b/math/asymptote/Makefile (-1 / +1 lines)
Lines 30-36 USE_GL= gl glu glut Link Here
30
USE_GNOME=	librsvg2:run
30
USE_GNOME=	librsvg2:run
31
USE_PERL5=	build
31
USE_PERL5=	build
32
USE_TEX=	dvipsk formats
32
USE_TEX=	dvipsk formats
33
USE_PYQT=	pyqt5_run
33
USE_PYQT=	pyqt5:run
34
34
35
CPPFLAGS+=	-I${LOCALBASE}/include
35
CPPFLAGS+=	-I${LOCALBASE}/include
36
GNU_CONFIGURE=	yes
36
GNU_CONFIGURE=	yes
(-)b/math/cantor/Makefile (-2 / +2 lines)
Lines 21-31 USE_KDE= attica auth archive bookmarks codecs completion config \ Link Here
21
		itemmodels itemviews init jobwidgets kdelibs4support kio \
21
		itemmodels itemviews init jobwidgets kdelibs4support kio \
22
		newstuff parts pty service solid sonnet syntaxhighlighting \
22
		newstuff parts pty service solid sonnet syntaxhighlighting \
23
		texteditor textwidgets widgetsaddons windowsystem xmlgui \
23
		texteditor textwidgets widgetsaddons windowsystem xmlgui \
24
		ecm_build
24
		ecm:build
25
USE_QT=		concurrent core dbus declarative gui help location network \
25
USE_QT=		concurrent core dbus declarative gui help location network \
26
		printsupport sql svg webchannel webengine \
26
		printsupport sql svg webchannel webengine \
27
		widgets xml xmlpatterns \
27
		widgets xml xmlpatterns \
28
		buildtools_build qmake_build testlib_build
28
		buildtools:build qmake:build testlib:build
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
OPTIONS_DEFINE=	LUAJIT MAXIMA OCTAVE R SAGE SCILAB DOCS
31
OPTIONS_DEFINE=	LUAJIT MAXIMA OCTAVE R SAGE SCILAB DOCS
(-)b/math/cgal/Makefile (-1 / +1 lines)
Lines 39-45 VISUALIZATION_LIB_DEPENDS= libgeomview.so:graphics/geomview Link Here
39
.if ${PORT_OPTIONS:MQT5}
39
.if ${PORT_OPTIONS:MQT5}
40
USES+=		gl qt:5
40
USES+=		gl qt:5
41
CMAKE_ARGS+=	-DWITH_CGAL_Qt5=ON
41
CMAKE_ARGS+=	-DWITH_CGAL_Qt5=ON
42
USE_QT+=	core gui opengl widgets svg buildtools_build qmake_build xml
42
USE_QT+=	core gui opengl widgets svg buildtools:build qmake:build xml
43
USE_GL+=	gl glu
43
USE_GL+=	gl glu
44
.else
44
.else
45
CMAKE_ARGS+=	-DWITH_CGAL_Qt5=OFF
45
CMAKE_ARGS+=	-DWITH_CGAL_Qt5=OFF
(-)b/math/g2o/Makefile (-1 / +1 lines)
Lines 19-25 USES= cmake compiler:c++11-lang gl eigen:3 blaslapack:netlib qt:5 Link Here
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
22
USE_QT=		core gui opengl xml widgets buildtools_build qmake_build
22
USE_QT=		core gui opengl xml widgets buildtools:build qmake:build
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
CMAKE_OFF=	DO_SSE_AUTODETECT
25
CMAKE_OFF=	DO_SSE_AUTODETECT
(-)b/math/gecode/Makefile (-1 / +1 lines)
Lines 45-51 FLATZINC_CONFIGURE_ENABLE= flatzinc Link Here
45
GIST_DESC=			Enable gist, graphical and interactive search tool
45
GIST_DESC=			Enable gist, graphical and interactive search tool
46
GIST_CONFIGURE_ENABLE=		gist qt
46
GIST_CONFIGURE_ENABLE=		gist qt
47
GIST_USES=			gl qt:5
47
GIST_USES=			gl qt:5
48
GIST_USE=			gl=gl qt=core,gui,printsupport,widgets,qmake_build,buildtools_build
48
GIST_USE=			gl=gl qt=core,gui,printsupport,widgets,qmake:build,buildtools:build
49
GIST_IMPLIES=			SHARED # because Qt must be built in a special way: error: "You must build your code with position independent code if Qt was built with -reduce-relocations"
49
GIST_IMPLIES=			SHARED # because Qt must be built in a special way: error: "You must build your code with position independent code if Qt was built with -reduce-relocations"
50
GIST_MAKE_ARGS=			FREEBSD_LDFLAGS=-L${LOCALBASE}/lib
50
GIST_MAKE_ARGS=			FREEBSD_LDFLAGS=-L${LOCALBASE}/lib
51
51
(-)b/math/kalgebra/Makefile (-2 / +2 lines)
Lines 14-23 USES= cmake compiler:c++11-lang desktop-file-utils gettext gl kde:5 \ Link Here
14
USE_GL=		glu
14
USE_GL=		glu
15
USE_KDE=	auth codecs config configwidgets coreaddons doctools i18n \
15
USE_KDE=	auth codecs config configwidgets coreaddons doctools i18n \
16
		kio service widgetsaddons xmlgui \
16
		kio service widgetsaddons xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus declarative gui location network opengl printsupport \
18
USE_QT=		concurrent core dbus declarative gui location network opengl printsupport \
19
		svg testlib webchannel widgets xml \
19
		svg testlib webchannel widgets xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
CMAKE_ARGS=	-DBUILD_mobile:BOOL=FALSE
21
CMAKE_ARGS=	-DBUILD_mobile:BOOL=FALSE
22
22
23
OPTIONS_DEFINE=	DOCS WEBENGINE
23
OPTIONS_DEFINE=	DOCS WEBENGINE
(-)b/math/kbruch/Makefile (-2 / +2 lines)
Lines 11-19 BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook- Link Here
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
12
USE_KDE=	auth config crash codecs configwidgets coreaddons doctools \
12
USE_KDE=	auth config crash codecs configwidgets coreaddons doctools \
13
		i18n widgetsaddons xmlgui \
13
		i18n widgetsaddons xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		core dbus gui xml widgets \
15
USE_QT=		core dbus gui xml widgets \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/math/kcalc/Makefile (-2 / +2 lines)
Lines 13-21 BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook- Link Here
13
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
13
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
14
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools \
14
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools \
15
		guiaddons i18n init notifications widgetsaddons xmlgui \
15
		guiaddons i18n init notifications widgetsaddons xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		core dbus gui widgets xml \
17
USE_QT=		core dbus gui widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
21
21
(-)b/math/kig/Makefile (-2 / +2 lines)
Lines 13-21 USE_KDE= archive auth codecs completion config configwidgets coreaddons \ Link Here
13
		crash doctools emoticons i18n iconthemes init itemmodels \
13
		crash doctools emoticons i18n iconthemes init itemmodels \
14
		jobwidgets kdelibs4support kio parts service solid sonnet syntaxhighlighting \
14
		jobwidgets kdelibs4support kio parts service solid sonnet syntaxhighlighting \
15
		texteditor textwidgets widgetsaddons windowsystem xmlgui \
15
		texteditor textwidgets widgetsaddons windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml xmlpatterns \
17
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml xmlpatterns \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
SHEBANG_FILES=	pykig/pykig.py
19
SHEBANG_FILES=	pykig/pykig.py
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
(-)b/math/kmplot/Makefile (-2 / +2 lines)
Lines 11-19 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
11
		iconthemes init itemmodels itemviews jobwidgets \
11
		iconthemes init itemmodels itemviews jobwidgets \
12
		kdelibs4support kio notifications parts service solid sonnet \
12
		kdelibs4support kio notifications parts service solid sonnet \
13
		textwidgets unitconversion widgetsaddons windowsystem xmlgui \
13
		textwidgets unitconversion widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
15
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
19
19
(-)b/math/labplot/Makefile (-2 / +2 lines)
Lines 26-35 USE_KDE= archive attica auth bookmarks codecs completion config configwidgets \ Link Here
26
		jobwidgets kio newstuff notifications parts \
26
		jobwidgets kio newstuff notifications parts \
27
		service solid sonnet syntaxhighlighting textwidgets unitconversion \
27
		service solid sonnet syntaxhighlighting textwidgets unitconversion \
28
		widgetsaddons windowsystem xmlgui \
28
		widgetsaddons windowsystem xmlgui \
29
		doctools_build ecm_build
29
		doctools:build ecm:build
30
USE_QT=		concurrent core dbus gui network printsupport serialport \
30
USE_QT=		concurrent core dbus gui network printsupport serialport \
31
		sql svg widgets xml \
31
		sql svg widgets xml \
32
		buildtools_build qmake_build testlib_build
32
		buildtools:build qmake:build testlib:build
33
33
34
CMAKE_OFF=	ENABLE_LIBCERF
34
CMAKE_OFF=	ENABLE_LIBCERF
35
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_KUserFeedback
35
CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_KUserFeedback
(-)b/math/mathgl/Makefile (-1 / +1 lines)
Lines 54-60 MPI_CMAKE_BOOL= enable-mpi Link Here
54
MPI_LIB_DEPENDS=	libmpi.so:net/openmpi
54
MPI_LIB_DEPENDS=	libmpi.so:net/openmpi
55
55
56
QT5_CMAKE_BOOL=		enable-qt5
56
QT5_CMAKE_BOOL=		enable-qt5
57
QT5_USE=		QT=core,gui,opengl,printsupport,widgets,buildtools_build,qmake_build
57
QT5_USE=		QT=core,gui,opengl,printsupport,widgets,buildtools:build,qmake:build
58
QT5_USES=		desktop-file-utils qt:5 shared-mime-info
58
QT5_USES=		desktop-file-utils qt:5 shared-mime-info
59
59
60
FLTK_CMAKE_BOOL=	enable-fltk
60
FLTK_CMAKE_BOOL=	enable-fltk
(-)b/math/mathmod/Makefile (-1 / +1 lines)
Lines 14-20 GH_PROJECT= ${PORTNAME:tl} Link Here
14
14
15
USES=		compiler:c++11-lang dos2unix gl qmake qt:5
15
USES=		compiler:c++11-lang dos2unix gl qmake qt:5
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		buildtools_build core gui opengl qmake_build widgets
17
USE_QT=		buildtools:build core gui opengl qmake:build widgets
18
18
19
PLIST_FILES=	bin/${PORTNAME}
19
PLIST_FILES=	bin/${PORTNAME}
20
20
(-)b/math/minizinc-ide/Makefile (-1 / +1 lines)
Lines 13-19 RUN_DEPENDS= minizinc:math/minizinc Link Here
13
USES=		gl compiler:c++11-lang qmake qt:5
13
USES=		gl compiler:c++11-lang qmake qt:5
14
USE_QT=		core declarative gui location network printsupport \
14
USE_QT=		core declarative gui location network printsupport \
15
		sql testlib webchannel webengine websockets widgets \
15
		sql testlib webchannel webengine websockets widgets \
16
		buildtools_build
16
		buildtools:build
17
USE_GL=		gl
17
USE_GL=		gl
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
(-)b/math/mpsolve/Makefile (-1 / +1 lines)
Lines 29-34 OPTIONS_SUB= yes Link Here
29
GUI_DESC=		Graphical UI to solve polynomial equations visually
29
GUI_DESC=		Graphical UI to solve polynomial equations visually
30
GUI_CONFIGURE_OFF=	--disable-ui
30
GUI_CONFIGURE_OFF=	--disable-ui
31
GUI_USES=		bison desktop-file-utils qt:5
31
GUI_USES=		bison desktop-file-utils qt:5
32
GUI_USE=		QT=core,gui,widgets,buildtools_build
32
GUI_USE=		QT=core,gui,widgets,buildtools:build
33
33
34
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)b/math/octave/Makefile (-1 / +1 lines)
Lines 51-57 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} Link Here
51
USE_PERL5=	build
51
USE_PERL5=	build
52
GNU_CONFIGURE=	yes
52
GNU_CONFIGURE=	yes
53
USE_QT=		core gui help network opengl \
53
USE_QT=		core gui help network opengl \
54
		qmake_build buildtools_build linguist_build \
54
		qmake:build buildtools:build linguist:build \
55
		printsupport sql widgets \
55
		printsupport sql widgets \
56
		xml
56
		xml
57
USE_XORG=	x11 xext xfixes xft \
57
USE_XORG=	x11 xext xfixes xft \
(-)b/math/octomap/Makefile (-1 / +1 lines)
Lines 14-20 LICENSE_FILE_GPLv2= ${WRKSRC}/octovis/LICENSE.txt Link Here
14
LIB_DEPENDS=	libQGLViewer-qt5.so:graphics/libQGLViewer
14
LIB_DEPENDS=	libQGLViewer-qt5.so:graphics/libQGLViewer
15
15
16
USES=		cmake:testing compiler:c++11-lang localbase:ldflags gl qt:5
16
USES=		cmake:testing compiler:c++11-lang localbase:ldflags gl qt:5
17
USE_QT=		core gui opengl xml widgets buildtools_build qmake_build
17
USE_QT=		core gui opengl xml widgets buildtools:build qmake:build
18
USE_GL=		gl glu
18
USE_GL=		gl glu
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
(-)b/math/openmesh/Makefile (-1 / +1 lines)
Lines 14-20 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
USES=		cmake compiler:c++11-lang dos2unix gl qt:5 xorg
14
USES=		cmake compiler:c++11-lang dos2unix gl qt:5 xorg
15
DOS2UNIX_FILES=	src/OpenMesh/Tools/CMakeLists.txt
15
DOS2UNIX_FILES=	src/OpenMesh/Tools/CMakeLists.txt
16
USE_QT=		core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \
16
USE_QT=		core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \
17
		buildtools_build qmake_build uitools_build
17
		buildtools:build qmake:build uitools:build
18
USE_GL=		gl glu glut
18
USE_GL=		gl glu glut
19
USE_XORG=	xi xmu
19
USE_XORG=	xi xmu
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
(-)b/math/plplot/Makefile (-1 / +1 lines)
Lines 103-109 TCLTK_CMAKE_ON= -DPLPLOT_TK_VERSION:STRING="${TK_VER}" \ Link Here
103
THREADS_CMAKE_BOOL=	THREADS_HAVE_PTHREAD_ARG
103
THREADS_CMAKE_BOOL=	THREADS_HAVE_PTHREAD_ARG
104
104
105
QT5_USES=		qt:5
105
QT5_USES=		qt:5
106
QT5_USE=		QT=core,gui,printsupport,svg,xml,widgets,buildtools_build,qmake_build
106
QT5_USE=		QT=core,gui,printsupport,svg,xml,widgets,buildtools:build,qmake:build
107
QT5_CMAKE_BOOL=		ENABLE_qt
107
QT5_CMAKE_BOOL=		ENABLE_qt
108
108
109
WXGTK_LIB_DEPENDS=	libagg.so:graphics/agg
109
WXGTK_LIB_DEPENDS=	libagg.so:graphics/agg
(-)b/math/qalculate-qt/Makefile (-1 / +1 lines)
Lines 18-24 RUN_DEPENDS= gnuplot:math/gnuplot Link Here
18
18
19
USES=		compiler:c++11-lib gl pkgconfig qmake qt:5
19
USES=		compiler:c++11-lib gl pkgconfig qmake qt:5
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_QT=		buildtools_build linguisttools_build core gui network widgets
21
USE_QT=		buildtools:build linguisttools:build core gui network widgets
22
22
23
OPTIONS_DEFINE=	NLS
23
OPTIONS_DEFINE=	NLS
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
(-)b/math/qwtplot3d/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= 3D plotting widgets for Qt Link Here
10
LIB_DEPENDS=	libgl2ps.so:print/gl2ps
10
LIB_DEPENDS=	libgl2ps.so:print/gl2ps
11
11
12
USES=		cmake compiler:c++17-lang gl qt:5
12
USES=		cmake compiler:c++17-lang gl qt:5
13
USE_QT=		core gui opengl widgets buildtools_build qmake_build
13
USE_QT=		core gui opengl widgets buildtools:build qmake:build
14
USE_GL=		gl glu
14
USE_GL=		gl glu
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
(-)b/math/rkward/Makefile (-1 / +1 lines)
Lines 22-28 USE_QT= buildtools concurrent core dbus declarative gui location \ Link Here
22
		widgets xml
22
		widgets xml
23
USE_XORG=	ice x11 xext
23
USE_XORG=	ice x11 xext
24
USE_KDE=	archive auth bookmarks codecs completion config configwidgets coreaddons\
24
USE_KDE=	archive auth bookmarks codecs completion config configwidgets coreaddons\
25
		crash doctools ecm i18n itemviews jobwidgets kate_run kdewebkit kio	\
25
		crash doctools ecm i18n itemviews jobwidgets kate:run kdewebkit kio	\
26
		notifications parts service solid sonnet syntaxhighlighting texteditor	\
26
		notifications parts service solid sonnet syntaxhighlighting texteditor	\
27
		textwidgets widgetsaddons windowsystem xmlgui
27
		textwidgets widgetsaddons windowsystem xmlgui
28
28
(-)b/math/rocs/Makefile (-2 / +2 lines)
Lines 13-22 USE_KDE= archive auth codecs completion config configwidgets coreaddons \ Link Here
13
		crash i18n itemviews jobwidgets kdeclarative kio package parts \
13
		crash i18n itemviews jobwidgets kdeclarative kio package parts \
14
		service solid sonnet syntaxhighlighting texteditor textwidgets \
14
		service solid sonnet syntaxhighlighting texteditor textwidgets \
15
		widgetsaddons windowsystem xmlgui \
15
		widgetsaddons windowsystem xmlgui \
16
		doctools_build ecm_build
16
		doctools:build ecm:build
17
USE_QT=		concurrent core dbus declarative gui network script scripttools svg webkit \
17
USE_QT=		concurrent core dbus declarative gui network script scripttools svg webkit \
18
		widgets xml xmlpatterns \
18
		widgets xml xmlpatterns \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
20
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
(-)b/math/speedcrunch/Makefile (-1 / +1 lines)
Lines 15-21 BB_PROJECT= ${PORTNAME} Link Here
15
BB_COMMIT=	c0fc9c68d292
15
BB_COMMIT=	c0fc9c68d292
16
16
17
USES=		cmake compiler:c++11-lang qt:5 xorg
17
USES=		cmake compiler:c++11-lang qt:5 xorg
18
USE_QT=		buildtools_build qmake_build core gui help sql widgets
18
USE_QT=		buildtools:build qmake:build core gui help sql widgets
19
USE_XORG=	x11
19
USE_XORG=	x11
20
20
21
WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
21
WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
(-)b/math/taucs/Makefile (-1 / +1 lines)
Lines 41-47 PICFLAG?= -fpic Link Here
41
41
42
post-patch:
42
post-patch:
43
	@${REINPLACE_CMD} -e 's/succedd/succeed/' \
43
	@${REINPLACE_CMD} -e 's/succedd/succeed/' \
44
		${WRKSRC}/progs/taucs_blas_underscore_test.c
44
		${WRKSRC}/progs/taucs_blas_underscore:test.c
45
	@${REINPLACE_CMD} -e 's/SUCCEDD/SUCCEED/' \
45
	@${REINPLACE_CMD} -e 's/SUCCEDD/SUCCEED/' \
46
		${WRKSRC}/progs/test_linsolve.c
46
		${WRKSRC}/progs/test_linsolve.c
47
47
(-)b/math/vtk6/Makefile (-2 / +2 lines)
Lines 119-126 PLIST_SUB+= MPI="@comment " Link Here
119
119
120
.if ${PORT_OPTIONS:MQT5}
120
.if ${PORT_OPTIONS:MQT5}
121
USES+=		qt:5
121
USES+=		qt:5
122
USE_QT=		gui_build gui_run network_build network_run sql_build sql_run \
122
USE_QT=		gui:build gui:run network:build network:run sql:build sql:run \
123
		qmake_build opengl webkit_build buildtools webkit_run
123
		qmake:build opengl webkit:build buildtools webkit:run
124
CMAKE_ARGS+=	-DVTK_QT_VERSION:STRING="5" \
124
CMAKE_ARGS+=	-DVTK_QT_VERSION:STRING="5" \
125
		-DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5
125
		-DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5
126
PLIST_SUB+=	QTV="qt5"
126
PLIST_SUB+=	QTV="qt5"
(-)b/math/vtk8/Makefile (-1 / +1 lines)
Lines 62-68 $w_DESC= $w wrapping Link Here
62
.endfor
62
.endfor
63
63
64
QT5_USES=		qt:5
64
QT5_USES=		qt:5
65
QT5_USE=		QT=core,gui,sql,uiplugin,widgets,x11extras,qmake_build,buildtools_build
65
QT5_USE=		QT=core,gui,sql,uiplugin,widgets,x11extras,qmake:build,buildtools:build
66
QT5_CMAKE_ON=		-DVTK_QT_VERSION:STRING="5" \
66
QT5_CMAKE_ON=		-DVTK_QT_VERSION:STRING="5" \
67
			-DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5 \
67
			-DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5 \
68
			-DVTK_Group_Qt:BOOL=ON
68
			-DVTK_Group_Qt:BOOL=ON
(-)b/math/vtk9/Makefile (-1 / +1 lines)
Lines 63-69 PYTHON_CMAKE_ON= -DVTK_PYTHON_VERSION=${PYTHON_MAJOR_VER} -DPython3_EXECUTABLE=$ Link Here
63
PYTHON_VARS=		SUB_FILES=PKG-INFO SUB_LIST=PORTVERSION=${PORTVERSION}
63
PYTHON_VARS=		SUB_FILES=PKG-INFO SUB_LIST=PORTVERSION=${PORTVERSION}
64
64
65
QT5_USES=		qt:5
65
QT5_USES=		qt:5
66
QT5_USE=		QT=core,declarative,gui,network,opengl,sql,uiplugin,widgets,x11extras,qmake_build,buildtools_build
66
QT5_USE=		QT=core,declarative,gui,network,opengl,sql,uiplugin,widgets,x11extras,qmake:build,buildtools:build
67
QT5_CMAKE_ON=		-DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5 \
67
QT5_CMAKE_ON=		-DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5 \
68
			-DVTK_GROUP_ENABLE_Qt:STRING=YES \
68
			-DVTK_GROUP_ENABLE_Qt:STRING=YES \
69
			-DVTK_MODULE_ENABLE_VTK_GUISupportQt:STRING=YES
69
			-DVTK_MODULE_ENABLE_VTK_GUISupportQt:STRING=YES
(-)b/math/zegrapher/Makefile (-1 / +1 lines)
Lines 16-22 USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	AdelKS
17
GH_ACCOUNT=	AdelKS
18
GH_TAGNAME=	6832bd61291b3e82bc05233ae74e8d7556abe910
18
GH_TAGNAME=	6832bd61291b3e82bc05233ae74e8d7556abe910
19
USE_QT=		core gui network printsupport svg widgets buildtools_build
19
USE_QT=		core gui network printsupport svg widgets buildtools:build
20
USE_GL=		gl
20
USE_GL=		gl
21
21
22
PLIST_FILES=	bin/${PORTNAME} \
22
PLIST_FILES=	bin/${PORTNAME} \
(-)b/misc/actiona/Makefile (-2 / +2 lines)
Lines 19-25 USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake \ Link Here
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	Jmgr
20
GH_ACCOUNT=	Jmgr
21
USE_QT=		concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \
21
USE_QT=		concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \
22
		buildtools_build uitools_build
22
		buildtools:build uitools:build
23
USE_GNOME=	gdkpixbuf2 glib20
23
USE_GNOME=	gdkpixbuf2 glib20
24
USE_GL=		gl
24
USE_GL=		gl
25
USE_XORG=	x11 xtst
25
USE_XORG=	x11 xtst
Lines 29-35 QMAKE_ARGS= PKGCONFIG_OPENCV=opencv4 Link Here
29
OPTIONS_DEFINE=	NLS
29
OPTIONS_DEFINE=	NLS
30
OPTIONS_SUB=	yes
30
OPTIONS_SUB=	yes
31
31
32
NLS_USE=	QT=linguisttools_build
32
NLS_USE=	QT=linguisttools:build
33
33
34
pre-build-NLS-on: # this is a hackish way to turn NLS on/off, asked the upstream to have the NLS option
34
pre-build-NLS-on: # this is a hackish way to turn NLS on/off, asked the upstream to have the NLS option
35
	@cd ${WRKSRC} && ${MAKE_CMD} locale_release
35
	@cd ${WRKSRC} && ${MAKE_CMD} locale_release
(-)b/misc/artikulate/Makefile (-2 / +2 lines)
Lines 9-18 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	archive attica auth codecs config configwidgets coreaddons \
9
USE_KDE=	archive attica auth codecs config configwidgets coreaddons \
10
		crash i18n kdeclarative newstuff service \
10
		crash i18n kdeclarative newstuff service \
11
		widgetsaddons xmlgui \
11
		widgetsaddons xmlgui \
12
		doctools_build ecm_build
12
		doctools:build ecm:build
13
USE_QT=		core dbus declarative gui multimedia network sql testlib widgets \
13
USE_QT=		core dbus declarative gui multimedia network sql testlib widgets \
14
		xml xmlpatterns \
14
		xml xmlpatterns \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
(-)b/misc/bibletime/Makefile (-2 / +2 lines)
Lines 13-18 LIB_DEPENDS= libclucene-core.so:textproc/clucene \ Link Here
13
		libsword.so:misc/sword
13
		libsword.so:misc/sword
14
14
15
USES=		cmake compiler:c11 qt:5 tar:xz ssl
15
USES=		cmake compiler:c11 qt:5 tar:xz ssl
16
USE_QT=		buildtools core dbus gui linguist_build network script svg \
16
USE_QT=		buildtools core dbus gui linguist:build network script svg \
17
		webkit xml qmake_build testlib_build
17
		webkit xml qmake:build testlib:build
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/misc/crosti/Makefile (-1 / +1 lines)
Lines 16-22 USES= compiler:c++11-lang desktop-file-utils dos2unix gl qmake qt:5 \ Link Here
16
		shared-mime-info zip
16
		shared-mime-info zip
17
DOS2UNIX_GLOB=	*.cpp *.csc *.h *.pro *.txt *.xml
17
DOS2UNIX_GLOB=	*.cpp *.csc *.h *.pro *.txt *.xml
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_QT=		concurrent core gui printsupport svg widgets buildtools_build
19
USE_QT=		concurrent core gui printsupport svg widgets buildtools:build
20
NO_WRKSUBDIR=	yes
20
NO_WRKSUBDIR=	yes
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/misc/ecflow/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libboost_program_options.so:devel/boost-libs Link Here
17
RUN_DEPENDS=	${PY_DEPENDS}
17
RUN_DEPENDS=	${PY_DEPENDS}
18
18
19
USES=		cmake compiler:c++17-lang localbase perl5 pkgconfig python:3.6+ qt:5 shebangfix ssl
19
USES=		cmake compiler:c++17-lang localbase perl5 pkgconfig python:3.6+ qt:5 shebangfix ssl
20
USE_QT=		charts core gui network svg widgets buildtools_build qmake_build
20
USE_QT=		charts core gui network svg widgets buildtools:build qmake:build
21
21
22
SHEBANG_GLOB=	*.sh *.in *.py
22
SHEBANG_GLOB=	*.sh *.in *.py
23
23
(-)b/misc/edfbrowser/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= GPLv3 Link Here
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		desktop-file-utils gl qmake qt:5 shared-mime-info
13
USES=		desktop-file-utils gl qmake qt:5 shared-mime-info
14
USE_QT=		core gui network printsupport widgets buildtools_build
14
USE_QT=		core gui network printsupport widgets buildtools:build
15
USE_GL=		gl
15
USE_GL=		gl
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
(-)b/misc/ezc3d/Makefile (-1 / +1 lines)
Lines 20-25 CMAKE_TESTING_ON= BUILD_TESTS Link Here
20
CMAKE_TESTING_TARGET=	gtest
20
CMAKE_TESTING_TARGET=	gtest
21
21
22
post-test:
22
post-test:
23
	@cd ${TEST_WRKSRC}/test && ./ezc3d_test
23
	@cd ${TEST_WRKSRC}/test && ./ezc3d:test
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/misc/kde-thumbnailer-chm/Makefile (-2 / +2 lines)
Lines 13-20 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
LIB_DEPENDS=	libchm.so:misc/chmlib
13
LIB_DEPENDS=	libchm.so:misc/chmlib
14
14
15
USES=		cmake compiler:c++11-lang kde:5 qt:5
15
USES=		cmake compiler:c++11-lang kde:5 qt:5
16
USE_KDE=	ecm_build kio
16
USE_KDE=	ecm:build kio
17
USE_QT=		buildtools_build qmake_build gui
17
USE_QT=		buildtools:build qmake:build gui
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	Caig
20
GH_ACCOUNT=	Caig
(-)b/misc/kde-thumbnailer-epub/Makefile (-2 / +2 lines)
Lines 11-18 LICENSE= GPLv2 Link Here
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake compiler:c++11-lang kde:5 qt:5
13
USES=		cmake compiler:c++11-lang kde:5 qt:5
14
USE_KDE=	archive ecm_build kio
14
USE_KDE=	archive ecm:build kio
15
USE_QT=		buildtools_build qmake_build gui xmlpatterns
15
USE_QT=		buildtools:build qmake:build gui xmlpatterns
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	Caig
18
GH_ACCOUNT=	Caig
(-)b/misc/kde-thumbnailer-fb2/Makefile (-2 / +2 lines)
Lines 11-18 LICENSE= GPLv2 Link Here
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake compiler:c++11-lang kde:5 qt:5
13
USES=		cmake compiler:c++11-lang kde:5 qt:5
14
USE_KDE=	archive ecm_build kio
14
USE_KDE=	archive ecm:build kio
15
USE_QT=		buildtools_build qmake_build gui
15
USE_QT=		buildtools:build qmake:build gui
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	Caig
18
GH_ACCOUNT=	Caig
(-)b/misc/kdeedu-data/Makefile (-1 / +1 lines)
Lines 7-13 COMMENT= KDE edu data files Link Here
7
7
8
USES=		cmake kde:5 qt:5 tar:xz
8
USES=		cmake kde:5 qt:5 tar:xz
9
USE_KDE=	ecm
9
USE_KDE=	ecm
10
USE_QT=		buildtools_build qmake_build
10
USE_QT=		buildtools:build qmake:build
11
11
12
OPTIONS_DEFINE=	DOCS
12
OPTIONS_DEFINE=	DOCS
13
13
(-)b/misc/kf5-purpose/Makefile (-2 / +2 lines)
Lines 16-23 USE_GNOME= intltool Link Here
16
USE_KDE=	config completion coreaddons i18n kdeclarative kio \
16
USE_KDE=	config completion coreaddons i18n kdeclarative kio \
17
		kirigami2 notifications jobwidgets service widgetsaddons \
17
		kirigami2 notifications jobwidgets service widgetsaddons \
18
		windowsystem \
18
		windowsystem \
19
		ecm_build
19
		ecm:build
20
USE_QT=		concurrent core dbus declarative gui network widgets xml \
20
USE_QT=		concurrent core dbus declarative gui network widgets xml \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/misc/kgeography/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KDE geography trainer Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools \
10
		i18n iconthemes itemviews service widgetsaddons xmlgui \
10
		i18n iconthemes itemviews service widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui widgets xml \
12
USE_QT=		core dbus gui widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/misc/klettres/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
10
		crash emoticons i18n init itemmodels \
10
		crash emoticons i18n init itemmodels \
11
		kdelibs4support newstuff service widgetsaddons xmlgui \
11
		kdelibs4support newstuff service widgetsaddons xmlgui \
12
		doctools_build ecm_build
12
		doctools:build ecm:build
13
USE_QT=		core dbus gui network phonon4 svg widgets xml \
13
USE_QT=		core dbus gui network phonon4 svg widgets xml \
14
		buildtools_build qmake_build testlib_build
14
		buildtools:build qmake:build testlib:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/misc/kookbook/Makefile (-2 / +2 lines)
Lines 13-20 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
BUILD_DEPENDS=	${LOCALBASE}/lib/libmarkdown.a:textproc/discount
13
BUILD_DEPENDS=	${LOCALBASE}/lib/libmarkdown.a:textproc/discount
14
14
15
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
15
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
16
USE_KDE=	ecm_build
16
USE_KDE=	ecm:build
17
USE_QT=		core declarative gui network printsupport widgets \
17
USE_QT=		core declarative gui network printsupport widgets \
18
		qmake_build buildtools_build testlib_build
18
		qmake:build buildtools:build testlib:build
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/misc/ktouch/Makefile (-2 / +2 lines)
Lines 12-21 USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ Link Here
12
		i18n iconthemes itemviews kcmutils kdeclarative kio newstuff package \
12
		i18n iconthemes itemviews kcmutils kdeclarative kio newstuff package \
13
		parts service sonnet texteditor textwidgets widgetsaddons \
13
		parts service sonnet texteditor textwidgets widgetsaddons \
14
		windowsystem xmlgui \
14
		windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		core dbus declarative gui network quickcontrols2 script sql \
16
USE_QT=		core dbus declarative gui network quickcontrols2 script sql \
17
		testlib widgets x11extras xml xmlpatterns \
17
		testlib widgets x11extras xml xmlpatterns \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_XORG=	ice sm x11 xcb xext xkbfile
19
USE_XORG=	ice sm x11 xcb xext xkbfile
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
(-)b/misc/kwordquiz/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= attica auth bookmarks codecs completion config configwidgets \ Link Here
12
		kdelibs4support kio libkeduvocdocument newstuff notifications \
12
		kdelibs4support kio libkeduvocdocument newstuff notifications \
13
		notifyconfig parts service solid sonnet textwidgets \
13
		notifyconfig parts service solid sonnet textwidgets \
14
		unitconversion widgetsaddons windowsystem xmlgui \
14
		unitconversion widgetsaddons windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		core dbus gui network phonon4 printsupport widgets xml \
16
USE_QT=		core dbus gui network phonon4 printsupport widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/misc/libkeduvocdocument/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= Library for reading and writing vocabulary files Link Here
7
7
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	archive config coreaddons i18n kio service \
9
USE_KDE=	archive config coreaddons i18n kio service \
10
		ecm_build
10
		ecm:build
11
USE_QT=		concurrent core dbus gui network xml \
11
USE_QT=		concurrent core dbus gui network xml \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
OPTIONS_DEFINE=	DOCS
14
OPTIONS_DEFINE=	DOCS
15
15
(-)b/misc/molequeue/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= GPLv2 Link Here
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
USES=		cmake compiler:c++11-lang qt:5
13
USES=		cmake compiler:c++11-lang qt:5
14
USE_QT=		core gui network widgets buildtools_build qmake_build
14
USE_QT=		core gui network widgets buildtools:build qmake:build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
post-install:
17
post-install:
(-)b/misc/nn-insight/Makefile (-1 / +1 lines)
Lines 20-26 LIB_DEPENDS= libcgraph.so:graphics/graphviz \ Link Here
20
		libtcmalloc.so:devel/google-perftools
20
		libtcmalloc.so:devel/google-perftools
21
21
22
USES=		compiler:c++17-lang cmake pkgconfig qt:5
22
USES=		compiler:c++17-lang cmake pkgconfig qt:5
23
USE_QT=		core gui svg widgets buildtools_build qmake_build
23
USE_QT=		core gui svg widgets buildtools:build qmake:build
24
24
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	yurivict
26
GH_ACCOUNT=	yurivict
(-)b/misc/openhantek/Makefile (-1 / +1 lines)
Lines 13-19 USES= cmake compiler:c++11-lang gl localbase qt:5 Link Here
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	OpenHantek
14
GH_ACCOUNT=	OpenHantek
15
GH_PROJECT=	OpenHantek6022 # there's also the openhantek project which OpenHantek6022 is a fork of
15
GH_PROJECT=	OpenHantek6022 # there's also the openhantek project which OpenHantek6022 is a fork of
16
USE_QT=		core gui opengl printsupport widgets buildtools_build linguist_build qmake_build
16
USE_QT=		core gui opengl printsupport widgets buildtools:build linguist:build qmake:build
17
USE_GL=		gl glu
17
USE_GL=		gl glu
18
18
19
OPTIONS_DEFINE=		HANTEK_AC
19
OPTIONS_DEFINE=		HANTEK_AC
(-)b/misc/openmvg/Makefile (-1 / +1 lines)
Lines 54-60 GH_ACCOUNT= openMVG Link Here
54
GH_PROJECT=	openMVG
54
GH_PROJECT=	openMVG
55
GH_TUPLE=	openMVG-thirdparty:cereal:ac168fe:cereal/dependencies/cereal
55
GH_TUPLE=	openMVG-thirdparty:cereal:ac168fe:cereal/dependencies/cereal
56
WRKSRC_SUBDIR=	src
56
WRKSRC_SUBDIR=	src
57
USE_QT=		core gui opengl svg widgets buildtools_build qmake_build
57
USE_QT=		core gui opengl svg widgets buildtools:build qmake:build
58
USE_LDCONFIG=	yes
58
USE_LDCONFIG=	yes
59
59
60
CMAKE_ARGS=	-DEIGEN_INCLUDE_DIR_HINTS=${LOCALBASE}/include/eigen3 \
60
CMAKE_ARGS=	-DEIGEN_INCLUDE_DIR_HINTS=${LOCALBASE}/include/eigen3 \
(-)b/misc/orange3/Makefile (-3 / +3 lines)
Lines 40-46 RUN_DEPENDS= ${PYNUMPY} \ Link Here
40
40
41
USES=		python:3.7+ pyqt:5
41
USES=		python:3.7+ pyqt:5
42
USE_PYTHON=	distutils cython autoplist noflavors
42
USE_PYTHON=	distutils cython autoplist noflavors
43
USE_PYQT=	pyqt5_run webengine_run
43
USE_PYQT=	pyqt5:run webengine:run
44
44
45
USE_GITHUB=	yes
45
USE_GITHUB=	yes
46
GH_ACCOUNT=	biolab
46
GH_ACCOUNT=	biolab
Lines 51-59 LDFLAGS+= -Xlinker -strip-all # strip, stage-qa doesn't catch that it isn't stri Link Here
51
.include <bsd.port.options.mk>
51
.include <bsd.port.options.mk>
52
52
53
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
53
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
54
USE_PYQT+=	webengine_run
54
USE_PYQT+=	webengine:run
55
.else
55
.else
56
USE_PYQT+=	webkit_run
56
USE_PYQT+=	webkit:run
57
.endif
57
.endif
58
58
59
xpost-install:
59
xpost-install:
(-)b/misc/orion/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libmpv.so:multimedia/mpv Link Here
15
USES=		compiler:c++14-lang gl qmake qt:5
15
USES=		compiler:c++14-lang gl qmake qt:5
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	drac69
17
GH_ACCOUNT=	drac69
18
USE_QT=		core declarative graphicaleffects gui network quickcontrols2 svg widgets buildtools_build
18
USE_QT=		core declarative graphicaleffects gui network quickcontrols2 svg widgets buildtools:build
19
USE_GL=		gl
19
USE_GL=		gl
20
20
21
PLIST_FILES=	bin/${PORTNAME} \
21
PLIST_FILES=	bin/${PORTNAME} \
(-)b/misc/parley/Makefile (-2 / +2 lines)
Lines 15-24 USE_KDE= attica auth codecs completion configwidgets coreaddons config \ Link Here
15
		notifications kross khtml service solid sonnet textwidgets \
15
		notifications kross khtml service solid sonnet textwidgets \
16
		widgetsaddons windowsystem xmlgui \
16
		widgetsaddons windowsystem xmlgui \
17
		libkeduvocdocument \
17
		libkeduvocdocument \
18
		ecm_build
18
		ecm:build
19
USE_QT=		concurrent core dbus declarative gui location network multimedia \
19
USE_QT=		concurrent core dbus declarative gui location network multimedia \
20
		printsupport script svg webchannel webengine widgets xml \
20
		printsupport script svg webchannel webengine widgets xml \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
USE_XORG=	x11 xrender
22
USE_XORG=	x11 xrender
23
23
24
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
(-)b/misc/qbrew/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
12
13
USES=		compiler:c++11-lang gl qmake qt:5
13
USES=		compiler:c++11-lang gl qmake qt:5
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		buildtools_build qmake_build \
15
USE_QT=		buildtools:build qmake:build \
16
		core gui printsupport widgets xml
16
		core gui printsupport widgets xml
17
17
18
QMAKE_ARGS=	CONFIG+="configure"
18
QMAKE_ARGS=	CONFIG+="configure"
(-)b/misc/qt5-l10n/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt localized messages
7
COMMENT=	Qt localized messages
8
8
9
USES=		qmake qt-dist:5,translations
9
USES=		qmake qt-dist:5,translations
10
USE_QT=		qmake_build linguisttools_build
10
USE_QT=		qmake:build linguisttools:build
11
11
12
NO_ARCH=	yes
12
NO_ARCH=	yes
13
13
(-)b/misc/qt5ct/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ Link Here
14
USES=		cmake compiler:c++11-lang gettext-runtime gl gnome qt:5 \
14
USES=		cmake compiler:c++11-lang gettext-runtime gl gnome qt:5 \
15
		tar:bz2 xorg
15
		tar:bz2 xorg
16
USE_QT=		concurrent core dbus gui paths svg widgets \
16
USE_QT=		concurrent core dbus gui paths svg widgets \
17
		buildtools_build linguisttools_build qmake_build
17
		buildtools:build linguisttools:build qmake:build
18
USE_GL=		egl gl
18
USE_GL=		egl gl
19
USE_XORG=	x11 xext xrender
19
USE_XORG=	x11 xext xrender
20
USE_GNOME=	glib20
20
USE_GNOME=	glib20
(-)b/misc/tellico/Makefile (-2 / +2 lines)
Lines 28-36 USE_KDE= archive attica5 auth bookmarks codecs completion config \ Link Here
28
		i18n iconthemes itemmodels itemviews jobwidgets js khtml kio \
28
		i18n iconthemes itemmodels itemviews jobwidgets js khtml kio \
29
		libkcddb libksane newstuff parts service solid sonnet \
29
		libkcddb libksane newstuff parts service solid sonnet \
30
		textwidgets wallet widgetsaddons windowsystem xmlgui \
30
		textwidgets wallet widgetsaddons windowsystem xmlgui \
31
		doctools_build ecm_build
31
		doctools:build ecm:build
32
USE_QT=		concurrent core dbus gui network widgets xml  \
32
USE_QT=		concurrent core dbus gui network widgets xml  \
33
		buildtools_build qmake_build testlib_build
33
		buildtools:build qmake:build testlib:build
34
34
35
SHEBANG_FILES=	src/fetch/scripts/dark_horse_comics.py \
35
SHEBANG_FILES=	src/fetch/scripts/dark_horse_comics.py \
36
		src/fetch/scripts/fr.allocine.py
36
		src/fetch/scripts/fr.allocine.py
(-)b/misc/valentina/Makefile (-2 / +2 lines)
Lines 11-18 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL.txt Link Here
11
BROKEN_i386=	ld: error: failed to open bin/valentina: Cannot allocate memory
11
BROKEN_i386=	ld: error: failed to open bin/valentina: Cannot allocate memory
12
12
13
USES=		compiler:c++11-lang desktop-file-utils dos2unix gl gmake qmake qt:5
13
USES=		compiler:c++11-lang desktop-file-utils dos2unix gl gmake qmake qt:5
14
USE_QT=		buildtools_build concurrent core gui linguisttools_build network \
14
USE_QT=		buildtools:build concurrent core gui linguisttools:build network \
15
		opengl printsupport svg testlib_build widgets xml xmlpatterns
15
		opengl printsupport svg testlib:build widgets xml xmlpatterns
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
(-)b/misc/veles/Makefile (-1 / +1 lines)
Lines 27-33 SHEBANG_GLOB= *.py Link Here
27
SHEBANG_FILES=	python/plugin python/proxy resources/install/postinst python/test_dis
27
SHEBANG_FILES=	python/plugin python/proxy resources/install/postinst python/test_dis
28
USE_GITHUB=	yes
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	codilime
29
GH_ACCOUNT=	codilime
30
USE_QT=		core gui network widgets buildtools_build qmake_build
30
USE_QT=		core gui network widgets buildtools:build qmake:build
31
31
32
CMAKE_ARGS=	-DFREEBSD_PYTHON_CMD:STRING=${PYTHON_CMD} \
32
CMAKE_ARGS=	-DFREEBSD_PYTHON_CMD:STRING=${PYTHON_CMD} \
33
		-DFREEBSD_PYTHON_EXENAME:STRING=${PYTHON_CMD:C/.*\///} \
33
		-DFREEBSD_PYTHON_EXENAME:STRING=${PYTHON_CMD:C/.*\///} \
(-)b/multimedia/QtAV/Makefile (-1 / +1 lines)
Lines 20-26 LIB_DEPENDS= libass.so:multimedia/libass \ Link Here
20
USES=			compiler:c++11-lang gl qmake:outsource qt:5 xorg
20
USES=			compiler:c++11-lang gl qmake:outsource qt:5 xorg
21
USE_GL=			gl
21
USE_GL=			gl
22
USE_QT=			core declarative gui network opengl sql widgets \
22
USE_QT=			core declarative gui network opengl sql widgets \
23
			buildtools_build qmake_build
23
			buildtools:build qmake:build
24
USE_XORG=		x11 xext xv
24
USE_XORG=		x11 xext xv
25
25
26
OPTIONS_DEFINE=		OPENAL UCHARDET VAAPI PULSEAUDIO
26
OPTIONS_DEFINE=		OPENAL UCHARDET VAAPI PULSEAUDIO
(-)b/multimedia/audacious/Makefile (-1 / +1 lines)
Lines 37-43 CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ Link Here
37
.if ${FLAVOR} == qt5
37
.if ${FLAVOR} == qt5
38
CONFIGURE_ARGS+=	--enable-qt --disable-gtk
38
CONFIGURE_ARGS+=	--enable-qt --disable-gtk
39
USES+=			qt:5
39
USES+=			qt:5
40
USE_QT=			buildtools_build core gui widgets
40
USE_QT=			buildtools:build core gui widgets
41
PLIST_SUB=		QT5="" GTK2="@comment "
41
PLIST_SUB=		QT5="" GTK2="@comment "
42
.elif ${FLAVOR} == gtk2
42
.elif ${FLAVOR} == gtk2
43
CONFIGURE_ARGS+=	--disable-qt --enable-gtk
43
CONFIGURE_ARGS+=	--disable-qt --enable-gtk
(-)b/multimedia/avidemux/Makefile.common (-1 / +1 lines)
Lines 89-95 USE_GNOME+= libxslt Link Here
89
USES+=		gl qt:5 xorg
89
USES+=		gl qt:5 xorg
90
USE_GL=		gl glu
90
USE_GL=		gl glu
91
USE_QT=		core gui network widgets \
91
USE_QT=		core gui network widgets \
92
		qmake_build buildtools_build linguist_build
92
		qmake:build buildtools:build linguist:build
93
USE_XORG=	x11
93
USE_XORG=	x11
94
CMAKE_ARGS+=	-DENABLE_QT5:BOOL=ON
94
CMAKE_ARGS+=	-DENABLE_QT5:BOOL=ON
95
PLIST_SUB+=	QT5=""
95
PLIST_SUB+=	QT5=""
(-)b/multimedia/baka-mplayer/Makefile (-2 / +2 lines)
Lines 16-22 GH_ACCOUNT= u8sand Link Here
16
GH_PROJECT=	Baka-MPlayer
16
GH_PROJECT=	Baka-MPlayer
17
17
18
USES=		compiler:c++11-lib pkgconfig qmake qt:5
18
USES=		compiler:c++11-lib pkgconfig qmake qt:5
19
USE_QT=		qmake_build buildtools_build gui network svg widgets x11extras
19
USE_QT=		qmake:build buildtools:build gui network svg widgets x11extras
20
QMAKE_SOURCE_PATH=${WRKSRC}/src
20
QMAKE_SOURCE_PATH=${WRKSRC}/src
21
QMAKE_ARGS=	lupdate="${LUPDATE}" lrelease="${LRELEASE}"
21
QMAKE_ARGS=	lupdate="${LUPDATE}" lrelease="${LRELEASE}"
22
22
Lines 24-30 OPTIONS_DEFINE= DOCS NLS NOTO Link Here
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
25
25
26
NLS_USES=	qt:5
26
NLS_USES=	qt:5
27
NLS_USE=	QT=linguisttools_build
27
NLS_USE=	QT=linguisttools:build
28
NLS_QMAKE_ON=	CONFIG+="install_translations"
28
NLS_QMAKE_ON=	CONFIG+="install_translations"
29
NOTO_DESC=	Original look with Noto Sans font
29
NOTO_DESC=	Original look with Noto Sans font
30
NOTO_RUN_DEPENDS=	noto>0:x11-fonts/noto
30
NOTO_RUN_DEPENDS=	noto>0:x11-fonts/noto
(-)b/multimedia/bino/Makefile (-1 / +1 lines)
Lines 18-24 USES= autoreconf compiler:c++11-lang desktop-file-utils gl gmake \ Link Here
18
		gnome iconv pkgconfig qt:5 tar:xz
18
		gnome iconv pkgconfig qt:5 tar:xz
19
USE_GL=		gl glu glew
19
USE_GL=		gl glu glew
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
USE_QT=		buildtools_build core gui opengl widgets
21
USE_QT=		buildtools:build core gui opengl widgets
22
USE_CXXSTD=	c++11
22
USE_CXXSTD=	c++11
23
23
24
# no port fow equalizer now, lirc detecting not working
24
# no port fow equalizer now, lirc detecting not working
(-)b/multimedia/cineencoder/Makefile (-1 / +1 lines)
Lines 15-21 USES= pkgconfig qt:5 xorg Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	CineEncoder
16
GH_ACCOUNT=	CineEncoder
17
GH_PROJECT=	cine-encoder
17
GH_PROJECT=	cine-encoder
18
USE_QT=		buildtools_build qmake_build core gui multimedia \
18
USE_QT=		buildtools:build qmake:build core gui multimedia \
19
		network svg widgets x11extras
19
		network svg widgets x11extras
20
USE_XORG=	x11 xext
20
USE_XORG=	x11 xext
21
21
(-)b/multimedia/dragon/Makefile (-2 / +2 lines)
Lines 13-21 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
13
		dbusaddons doctools kio service sonnet textwidgets i18n \
13
		dbusaddons doctools kio service sonnet textwidgets i18n \
14
		iconthemes jobwidgets notifications parts solid widgetsaddons \
14
		iconthemes jobwidgets notifications parts solid widgetsaddons \
15
		windowsystem xmlgui \
15
		windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		concurrent core dbus gui network phonon4 widgets xml \
17
USE_QT=		concurrent core dbus gui network phonon4 widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
CONFLICTS_INSTALL=	dragon # bin/dragon
20
CONFLICTS_INSTALL=	dragon # bin/dragon
21
21
(-)b/multimedia/dvbcut/Makefile (-1 / +1 lines)
Lines 20-26 RUN_DEPENDS:= ${BUILD_DEPENDS} Link Here
20
USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig \
20
USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig \
21
		qmake:outsource qt:5 shared-mime-info
21
		qmake:outsource qt:5 shared-mime-info
22
22
23
USE_QT=		core gui widgets xml buildtools_build linguisttools_build
23
USE_QT=		core gui widgets xml buildtools:build linguisttools:build
24
USE_GL=		gl
24
USE_GL=		gl
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	bernhardu
26
GH_ACCOUNT=	bernhardu
(-)b/multimedia/ffaudioconverter/Makefile (-1 / +1 lines)
Lines 14-20 RUN_DEPENDS= ffmpeg:multimedia/ffmpeg Link Here
14
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
14
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	Bleuzen
16
GH_ACCOUNT=	Bleuzen
17
USE_QT=		concurrent core gui widgets buildtools_build linguisttools_build
17
USE_QT=		concurrent core gui widgets buildtools:build linguisttools:build
18
USE_GL=		gl
18
USE_GL=		gl
19
19
20
PLIST_FILES=	bin/ffaudioconverter \
20
PLIST_FILES=	bin/ffaudioconverter \
(-)b/multimedia/gstreamer1-plugins/Makefile.common (-1 / +1 lines)
Lines 407-413 gst_pulse_PLIST_FILES= ${GST_LIB_DIR}/libgstpulseaudio.so Link Here
407
407
408
# qt
408
# qt
409
gst_qt_USES=	compiler:c++11-lang qt:5
409
gst_qt_USES=	compiler:c++11-lang qt:5
410
gst_qt_USE_QT=	core gui declarative buildtools_build network x11extras
410
gst_qt_USE_QT=	core gui declarative buildtools:build network x11extras
411
gst_qt_USE_GSTREAMER=	gl
411
gst_qt_USE_GSTREAMER=	gl
412
gst_qt_PLIST_FILES=	${GST_LIB_DIR}/libgstqmlgl.so
412
gst_qt_PLIST_FILES=	${GST_LIB_DIR}/libgstqmlgl.so
413
413
(-)b/multimedia/gstreamer1-qt/Makefile (-1 / +1 lines)
Lines 20-26 CONFLICTS_INSTALL= gstreamer${PKGNAMESUFFIX} Link Here
20
USES=		bison cmake compiler:c++11-lang gl gnome gstreamer pathfix pkgconfig qt:5 tar:xz
20
USES=		bison cmake compiler:c++11-lang gl gnome gstreamer pathfix pkgconfig qt:5 tar:xz
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_GNOME=	glib20
22
USE_GNOME=	glib20
23
USE_QT=		buildtools_build qmake_build core declarative gui network opengl \
23
USE_QT=		buildtools:build qmake:build core declarative gui network opengl \
24
		testlib widgets
24
		testlib widgets
25
25
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)b/multimedia/haruna/Makefile (-3 / +3 lines)
Lines 14-23 USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz Link Here
14
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
14
USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \
15
		filemetadata i18n iconthemes kirigami2 itemviews jobwidgets kio \
15
		filemetadata i18n iconthemes kirigami2 itemviews jobwidgets kio \
16
		service solid widgetsaddons windowsystem xmlgui \
16
		service solid widgetsaddons windowsystem xmlgui \
17
		ecm_build doctools_build \
17
		ecm:build doctools:build \
18
		breeze_run breeze-icons_run qqc2-desktop-style_run
18
		breeze:run breeze-icons:run qqc2-desktop-style:run
19
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
19
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
20
		widgets xml \
20
		widgets xml \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/multimedia/kaffeine/Makefile (-2 / +2 lines)
Lines 19-27 USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \ Link Here
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
19
USE_KDE=	auth bookmarks codecs completion config configwidgets \
20
		coreaddons i18n itemviews kio solid dbusaddons jobwidgets \
20
		coreaddons i18n itemviews kio solid dbusaddons jobwidgets \
21
		service widgetsaddons windowsystem xmlgui \
21
		service widgetsaddons windowsystem xmlgui \
22
		doctools_build
22
		doctools:build
23
USE_QT=		concurrent core dbus gui network phonon4 sql svg x11extras xml \
23
USE_QT=		concurrent core dbus gui network phonon4 sql svg x11extras xml \
24
		widgets qmake_build buildtools_build
24
		widgets qmake:build buildtools:build
25
USE_XORG=	xscrnsaver
25
USE_XORG=	xscrnsaver
26
26
27
CPE_VENDOR=	kaffeine
27
CPE_VENDOR=	kaffeine
(-)b/multimedia/kamoso/Makefile (-2 / +2 lines)
Lines 14-23 USE_GNOME= glib20 Link Here
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
14
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
		coreaddons i18n itemviews jobwidgets kio kirigami2 \
15
		coreaddons i18n itemviews jobwidgets kio kirigami2 \
16
		notifications purpose service solid widgetsaddons windowsystem xmlgui \
16
		notifications purpose service solid widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus declarative graphicaleffects gui network \
18
USE_QT=		concurrent core dbus declarative graphicaleffects gui network \
19
		quickcontrols widgets xml \
19
		quickcontrols widgets xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
OPTIONS_DEFINE=	DOCS
22
OPTIONS_DEFINE=	DOCS
23
23
(-)b/multimedia/kdemultimedia-ffmpegthumbs/Makefile (-1 / +1 lines)
Lines 15-20 USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz Link Here
15
USE_KDE=	completion config coreaddons i18n jobwidgets kio service solid \
15
USE_KDE=	completion config coreaddons i18n jobwidgets kio service solid \
16
		widgetsaddons windowsystem
16
		widgetsaddons windowsystem
17
USE_QT=		concurrent core dbus gui network widgets xml \
17
USE_QT=		concurrent core dbus gui network widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/multimedia/kdenlive/Makefile (-4 / +4 lines)
Lines 24-35 USE_KDE= archive attica auth bookmarks codecs completion config \ Link Here
24
		kdeclarative newstuff notifications notifyconfig package \
24
		kdeclarative newstuff notifications notifyconfig package \
25
		service solid sonnet textwidgets widgetsaddons windowsystem \
25
		service solid sonnet textwidgets widgetsaddons windowsystem \
26
		xmlgui \
26
		xmlgui \
27
		ecm_build \
27
		ecm:build \
28
		init_run
28
		init:run
29
USE_QT=		concurrent core dbus declarative gui multimedia network \
29
USE_QT=		concurrent core dbus declarative gui multimedia network \
30
		networkauth quickcontrols2 xml \
30
		networkauth quickcontrols2 xml \
31
		buildtools_build qmake_build \
31
		buildtools:build qmake:build \
32
		quickcontrols_run script svg webkit widgets
32
		quickcontrols:run script svg webkit widgets
33
USE_XORG=	x11
33
USE_XORG=	x11
34
CFLAGS+=	-isystem${LOCALBASE}/include # linux/input.h
34
CFLAGS+=	-isystem${LOCALBASE}/include # linux/input.h
35
CMAKE_ARGS=	-DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}"
35
CMAKE_ARGS=	-DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}"
(-)b/multimedia/kf5-kmediaplayer/Makefile (-2 / +2 lines)
Lines 9-16 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
		i18n jobwidgets kio parts service sonnet textwidgets \
10
		i18n jobwidgets kio parts service sonnet textwidgets \
11
		widgetsaddons windowsystem xmlgui \
11
		widgetsaddons windowsystem xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus gui network widgets xml \
13
USE_QT=		concurrent core dbus gui network widgets xml \
14
		buildtools_build qmake_build testlib_build 
14
		buildtools:build qmake:build testlib:build 
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/multimedia/kmplayer/Makefile (-2 / +2 lines)
Lines 32-44 USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext-runtime \ Link Here
32
USE_GNOME=	cairo gdkpixbuf2 gtk20
32
USE_GNOME=	cairo gdkpixbuf2 gtk20
33
USE_QT=		concurrent core dbus gui network phonon4 printsupport \
33
USE_QT=		concurrent core dbus gui network phonon4 printsupport \
34
		svg widgets x11extras xml \
34
		svg widgets x11extras xml \
35
		buildtools_build qmake_build
35
		buildtools:build qmake:build
36
USE_KDE=	auth bookmarks codecs completion config configwidgets \
36
USE_KDE=	auth bookmarks codecs completion config configwidgets \
37
		coreaddons crash ecm guiaddons i18n iconthemes init itemviews \
37
		coreaddons crash ecm guiaddons i18n iconthemes init itemviews \
38
		jobwidgets mediaplayer notifications parts service \
38
		jobwidgets mediaplayer notifications parts service \
39
		textwidgets unitconversion widgetsaddons windowsystem \
39
		textwidgets unitconversion widgetsaddons windowsystem \
40
		xmlgui kdelibs4support kio solid sonnet \
40
		xmlgui kdelibs4support kio solid sonnet \
41
		doctools_build
41
		doctools:build
42
USE_XORG=	x11 xcb
42
USE_XORG=	x11 xcb
43
43
44
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)b/multimedia/libopenshot/Makefile (-1 / +1 lines)
Lines 23-29 USE_GITHUB= yes Link Here
23
GH_ACCOUNT=	OpenShot
23
GH_ACCOUNT=	OpenShot
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
USE_PYTHON=	flavors
25
USE_PYTHON=	flavors
26
USE_QT=		core gui network multimedia widgets qmake_build buildtools_build
26
USE_QT=		core gui network multimedia widgets qmake:build buildtools:build
27
CMAKE_ON=	USE_SYSTEM_JSONCPP DISABLE_BUNDLED_JSONCPP\
27
CMAKE_ON=	USE_SYSTEM_JSONCPP DISABLE_BUNDLED_JSONCPP\
28
		USE_HW_ACCEL ENABLE_PYTHON\
28
		USE_HW_ACCEL ENABLE_PYTHON\
29
		CMAKE_DISABLE_FIND_PACKAGE_Catch2\
29
		CMAKE_DISABLE_FIND_PACKAGE_Catch2\
(-)b/multimedia/minitube/Makefile (-2 / +2 lines)
Lines 23-29 GH_TUPLE= \ Link Here
23
23
24
USE_GL=		gl
24
USE_GL=		gl
25
USE_QT=		core dbus declarative gui network script sql widgets \
25
USE_QT=		core dbus declarative gui network script sql widgets \
26
		buildtools_build imageformats_run sql-sqlite3_run \
26
		buildtools:build imageformats:run sql-sqlite3:run \
27
		x11extras
27
		x11extras
28
28
29
QMAKE_ARGS=	QMAKE_LRELEASE=${LRELEASE} \
29
QMAKE_ARGS=	QMAKE_LRELEASE=${LRELEASE} \
Lines 31-37 QMAKE_ARGS= QMAKE_LRELEASE=${LRELEASE} \ Link Here
31
31
32
OPTIONS_DEFINE=	NLS
32
OPTIONS_DEFINE=	NLS
33
OPTIONS_SUB=	yes
33
OPTIONS_SUB=	yes
34
NLS_USE=	QT=linguisttools_build
34
NLS_USE=	QT=linguisttools:build
35
35
36
post-patch:
36
post-patch:
37
# Remove BOM
37
# Remove BOM
(-)b/multimedia/mkvtoolnix/Makefile (-1 / +1 lines)
Lines 25-31 LIB_DEPENDS= libvorbis.so:audio/libvorbis \ Link Here
25
		libgmp.so:math/gmp
25
		libgmp.so:math/gmp
26
26
27
USES=		compiler:c++17-lang iconv localbase pkgconfig qmake:no_env qt:5 tar:xz
27
USES=		compiler:c++17-lang iconv localbase pkgconfig qmake:no_env qt:5 tar:xz
28
USE_QT=		buildtools_build concurrent core linguisttools_build multimedia svg
28
USE_QT=		buildtools:build concurrent core linguisttools:build multimedia svg
29
29
30
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
31
CONFIGURE_ENV+=	ac_cv_path_PO4A=no
31
CONFIGURE_ENV+=	ac_cv_path_PO4A=no
(-)b/multimedia/mlt6-qt5/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libexif.so:graphics/libexif \ Link Here
16
USES=		qt:5 xorg
16
USES=		qt:5 xorg
17
USE_CXXSTD=	c++11
17
USE_CXXSTD=	c++11
18
USE_QT=		core gui svg widgets xml \
18
USE_QT=		core gui svg widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_XORG=	x11
20
USE_XORG=	x11
21
21
22
CONFLICTS_INSTALL=	mlt7-qt5
22
CONFLICTS_INSTALL=	mlt7-qt5
(-)b/multimedia/mlt7-glaxnimate/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libexif.so:graphics/libexif \ Link Here
16
USES=		qt:5 xorg
16
USES=		qt:5 xorg
17
USE_CXXSTD=	c++11
17
USE_CXXSTD=	c++11
18
USE_QT=		core gui svg widgets xml \
18
USE_QT=		core gui svg widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_XORG=	x11
20
USE_XORG=	x11
21
21
22
# Only enable Qt binding, and disable everything else
22
# Only enable Qt binding, and disable everything else
(-)b/multimedia/mlt7-qt5/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libexif.so:graphics/libexif \ Link Here
16
USES=		qt:5 xorg
16
USES=		qt:5 xorg
17
USE_CXXSTD=	c++11
17
USE_CXXSTD=	c++11
18
USE_QT=		core gui svg widgets xml \
18
USE_QT=		core gui svg widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_XORG=	x11
20
USE_XORG=	x11
21
21
22
CONFLICTS_INSTALL=	mlt6-qt5
22
CONFLICTS_INSTALL=	mlt6-qt5
(-)b/multimedia/mpc-qt/Makefile (-2 / +2 lines)
Lines 14-21 LIB_DEPENDS= libmpv.so:multimedia/mpv Link Here
14
USES=		compiler:c++14-lang desktop-file-utils gl pkgconfig qmake qt:5
14
USES=		compiler:c++14-lang desktop-file-utils gl pkgconfig qmake qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		qmake_build buildtools_build linguisttools_build \
17
USE_QT=		qmake:build buildtools:build linguisttools:build \
18
		core dbus gui network svg_run widgets x11extras
18
		core dbus gui network svg:run widgets x11extras
19
QMAKE_ARGS=	MPCQT_VERSION="${DISTVERSION}${DISTVERSIONSUFFIX}"
19
QMAKE_ARGS=	MPCQT_VERSION="${DISTVERSION}${DISTVERSIONSUFFIX}"
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
(-)b/multimedia/mpv/Makefile (-1 / +1 lines)
Lines 197-203 CONFIGURE_ARGS+= --disable-vaapi-wayland Link Here
197
197
198
post-patch:
198
post-patch:
199
	@${REINPLACE_CMD} -e 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \
199
	@${REINPLACE_CMD} -e 's|/pkgconfig/mpv.pc|data/pkgconfig/mpv.pc|g' \
200
		${WRKSRC}/wscript_build.py
200
		${WRKSRC}/wscript:build.py
201
201
202
post-patch-MANPAGES-on:
202
post-patch-MANPAGES-on:
203
	@${FIND} ${WRKSRC}/DOCS/man -name '*.rst' | ${XARGS} ${REINPLACE_CMD} \
203
	@${FIND} ${WRKSRC}/DOCS/man -name '*.rst' | ${XARGS} ${REINPLACE_CMD} \
(-)b/multimedia/musique/Makefile (-2 / +2 lines)
Lines 23-29 GH_TUPLE= \ Link Here
23
		flaviotordini:updater:18ce1d0:flaviotordini_updater/lib/updater
23
		flaviotordini:updater:18ce1d0:flaviotordini_updater/lib/updater
24
24
25
USE_GL=		gl
25
USE_GL=		gl
26
USE_QT=		core dbus declarative gui network sql widgets buildtools_build
26
USE_QT=		core dbus declarative gui network sql widgets buildtools:build
27
27
28
QMAKE_ARGS=	QMAKE_LRELEASE=${LRELEASE}
28
QMAKE_ARGS=	QMAKE_LRELEASE=${LRELEASE}
29
29
Lines 33-39 OPTIONS_DEFINE= NLS Link Here
33
OPTIONS_DEFAULT=	NLS
33
OPTIONS_DEFAULT=	NLS
34
OPTIONS_SUB=		yes
34
OPTIONS_SUB=		yes
35
35
36
NLS_USE=	QT=linguisttools_build
36
NLS_USE=	QT=linguisttools:build
37
37
38
post-patch-NLS-off:
38
post-patch-NLS-off:
39
	@${REINPLACE_CMD} -e '/include(locale\/locale.pri)/d' ${WRKSRC}/${PORTNAME}.pro
39
	@${REINPLACE_CMD} -e '/include(locale\/locale.pri)/d' ${WRKSRC}/${PORTNAME}.pro
(-)b/multimedia/mythtv/Makefile (-3 / +3 lines)
Lines 41-49 USE_GITHUB= yes Link Here
41
GH_ACCOUNT=	MythTV
41
GH_ACCOUNT=	MythTV
42
USE_GL=		gl
42
USE_GL=		gl
43
USE_LDCONFIG=	yes
43
USE_LDCONFIG=	yes
44
USE_QT=		buildtools_build core dbus gui imageformats_run \
44
USE_QT=		buildtools:build core dbus gui imageformats:run \
45
		linguist_build network opengl qmake_build script sql \
45
		linguist:build network opengl qmake:build script sql \
46
		sql-mysql_run webkit widgets xml
46
		sql-mysql:run webkit widgets xml
47
USE_XORG=	x11 xv xrandr xxf86vm xinerama xext xcb
47
USE_XORG=	x11 xv xrandr xxf86vm xinerama xext xcb
48
48
49
HAS_CONFIGURE=	yes
49
HAS_CONFIGURE=	yes
(-)b/multimedia/obs-ndi/Makefile (-1 / +1 lines)
Lines 15-21 RUN_DEPENDS= ${LOCALBASE}/lib/libndi.so:multimedia/libndi Link Here
15
USES=		cmake compiler:c++11-lang localbase:ldflags qt:5
15
USES=		cmake compiler:c++11-lang localbase:ldflags qt:5
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	Palakis
17
GH_ACCOUNT=	Palakis
18
USE_QT=		core gui widgets buildtools_build qmake_build
18
USE_QT=		core gui widgets buildtools:build qmake:build
19
19
20
BROKEN=		ERROR: NDIlib_v4_load not found in loaded library: https://code.videolan.org/jbk/libndi/-/issues/9, bug#258694
20
BROKEN=		ERROR: NDIlib_v4_load not found in loaded library: https://code.videolan.org/jbk/libndi/-/issues/9, bug#258694
21
21
(-)b/multimedia/obs-scrab/Makefile (-1 / +1 lines)
Lines 15-21 USES= cmake localbase:ldflags qt:5 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	univrsal
16
GH_ACCOUNT=	univrsal
17
GH_PROJECT=	scrab
17
GH_PROJECT=	scrab
18
USE_QT=		core gui widgets buildtools_build qmake_build
18
USE_QT=		core gui widgets buildtools:build qmake:build
19
19
20
CXXFLAGS+=	-I${LOCALBASE}/include/obs
20
CXXFLAGS+=	-I${LOCALBASE}/include/obs
21
21
(-)b/multimedia/obs-streamfx/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ Link Here
17
		libobs.so:multimedia/obs-studio
17
		libobs.so:multimedia/obs-studio
18
18
19
USES=		cmake localbase:ldflags qt:5 # localbase:ldflags is related to https://github.com/Xaymar/obs-StreamFX/issues/828
19
USES=		cmake localbase:ldflags qt:5 # localbase:ldflags is related to https://github.com/Xaymar/obs-StreamFX/issues/828
20
USE_QT=		core gui widgets buildtools_build qmake_build
20
USE_QT=		core gui widgets buildtools:build qmake:build
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	Xaymar
23
GH_ACCOUNT=	Xaymar
(-)b/multimedia/obs-studio/Makefile (-1 / +1 lines)
Lines 50-56 LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty Link Here
50
50
51
USES=		cmake compiler:c++17-lang gl gnome lua pkgconfig python:3.4+ \
51
USES=		cmake compiler:c++17-lang gl gnome lua pkgconfig python:3.4+ \
52
		qt:5 xorg
52
		qt:5 xorg
53
USE_QT=		core gui network svg widgets x11extras xml buildtools_build imageformats_run qmake_build
53
USE_QT=		core gui network svg widgets x11extras xml buildtools:build imageformats:run qmake:build
54
USE_GNOME=	glib20
54
USE_GNOME=	glib20
55
USE_GL=		gl
55
USE_GL=		gl
56
USE_XORG=	ice sm x11 xcb xcomposite xext xfixes xinerama xrandr
56
USE_XORG=	ice sm x11 xcb xcomposite xext xfixes xinerama xrandr
(-)b/multimedia/obs-transition-matrix/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libobs.so:multimedia/obs-studio Link Here
15
USES=		cmake qt:5 compiler:c++11-lang
15
USES=		cmake qt:5 compiler:c++11-lang
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	admshao
17
GH_ACCOUNT=	admshao
18
USE_QT=		core gui widgets buildtools_build qmake_build
18
USE_QT=		core gui widgets buildtools:build qmake:build
19
19
20
CMAKE_ARGS=	-DLIBOBS_INCLUDE_DIR=${LOCALBASE}/include
20
CMAKE_ARGS=	-DLIBOBS_INCLUDE_DIR=${LOCALBASE}/include
21
21
(-)b/multimedia/obs-v4l2sink/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libobs.so:multimedia/obs-studio Link Here
15
USES=		cmake 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=	CatxFish
17
GH_ACCOUNT=	CatxFish
18
USE_QT=		core gui widgets buildtools_build qmake_build
18
USE_QT=		core gui widgets buildtools:build qmake:build
19
19
20
CMAKE_ARGS=	-DLIBOBS_INCLUDE_DIR=${LOCALBASE}/include/obs
20
CMAKE_ARGS=	-DLIBOBS_INCLUDE_DIR=${LOCALBASE}/include/obs
21
21
(-)b/multimedia/obs-websocket/Makefile (-1 / +1 lines)
Lines 12-18 BUILD_DEPENDS= websocketpp>0:devel/websocketpp Link Here
12
LIB_DEPENDS=	libobs.so:multimedia/obs-studio
12
LIB_DEPENDS=	libobs.so:multimedia/obs-studio
13
13
14
USES=		cmake:insource compiler:c++17-lang localbase:ldflags qt:5 # insource because of https://github.com/obsproject/obs-websocket/issues/973
14
USES=		cmake:insource compiler:c++17-lang localbase:ldflags qt:5 # insource because of https://github.com/obsproject/obs-websocket/issues/973
15
USE_QT=		core gui widgets buildtools_build concurrent_build qmake_build
15
USE_QT=		core gui widgets buildtools:build concurrent:build qmake:build
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	obsproject
18
GH_ACCOUNT=	obsproject
(-)b/multimedia/olive/Makefile (-1 / +1 lines)
Lines 21-27 GH_ACCOUNT= olive-editor Link Here
21
DOS2UNIX_FILES=	olive.pro \
21
DOS2UNIX_FILES=	olive.pro \
22
		ui/graphview.cpp \
22
		ui/graphview.cpp \
23
		ui/timelineheader.cpp
23
		ui/timelineheader.cpp
24
USE_QT=		core gui multimedia network opengl svg widgets buildtools_build linguisttools_build
24
USE_QT=		core gui multimedia network opengl svg widgets buildtools:build linguisttools:build
25
USE_GL=		gl
25
USE_GL=		gl
26
26
27
DATADIR=	${PREFIX}/share/olive-editor
27
DATADIR=	${PREFIX}/share/olive-editor
(-)b/multimedia/opentoonz/Makefile (-1 / +1 lines)
Lines 27-33 USE_GITHUB= yes Link Here
27
USE_GL=		gl glew glu glut
27
USE_GL=		gl glew glu glut
28
USE_QT=		core gui multimedia network opengl printsupport \
28
USE_QT=		core gui multimedia network opengl printsupport \
29
		script serialport svg widgets xml \
29
		script serialport svg widgets xml \
30
		buildtools_build linguisttools_build qmake_build
30
		buildtools:build linguisttools:build qmake:build
31
CMAKE_ARGS=	-DWITH_SYSTEM_LZO:BOOL=ON \
31
CMAKE_ARGS=	-DWITH_SYSTEM_LZO:BOOL=ON \
32
		-DWITH_SYSTEM_SUPERLU:BOOL=ON
32
		-DWITH_SYSTEM_SUPERLU:BOOL=ON
33
CMAKE_SOURCE_PATH=	${WRKSRC}/toonz/sources
33
CMAKE_SOURCE_PATH=	${WRKSRC}/toonz/sources
(-)b/multimedia/phonon-designerplugin/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE= LGPL21 Link Here
13
USES=		cmake:insource compiler:c++11-lang kde:5 qt:5 tar:xz
13
USES=		cmake:insource compiler:c++11-lang kde:5 qt:5 tar:xz
14
USE_KDE=	ecm
14
USE_KDE=	ecm
15
USE_QT=		core designer gui phonon4 widgets xml \
15
USE_QT=		core designer gui phonon4 widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
CMAKE_ON=	PHONON_BUILD_PHONON4QT5
17
CMAKE_ON=	PHONON_BUILD_PHONON4QT5
18
PLIST_FILES=	${QT_PLUGINDIR_REL}/designer/phononwidgets.so
18
PLIST_FILES=	${QT_PLUGINDIR_REL}/designer/phononwidgets.so
19
19
(-)b/multimedia/phonon-gstreamer/Makefile (-1 / +1 lines)
Lines 17-23 USE_GL= gl Link Here
17
USE_GNOME=	glib20 libxml2
17
USE_GNOME=	glib20 libxml2
18
USE_KDE=	ecm
18
USE_KDE=	ecm
19
USE_QT=		core gui opengl phonon4 widgets x11extras \
19
USE_QT=		core gui opengl phonon4 widgets x11extras \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
USE_XORG=	x11
21
USE_XORG=	x11
22
22
23
CMAKE_ON=	PHONON_BUILD_PHONON4QT5
23
CMAKE_ON=	PHONON_BUILD_PHONON4QT5
(-)b/multimedia/phonon-vlc/Makefile (-1 / +1 lines)
Lines 19-25 USES= cmake pkgconfig tar:xz Link Here
19
USES+=		compiler:c++11-lang kde:5 qt:5
19
USES+=		compiler:c++11-lang kde:5 qt:5
20
USE_KDE=	ecm
20
USE_KDE=	ecm
21
USE_QT=		core gui widgets phonon4 \
21
USE_QT=		core gui widgets phonon4 \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
CMAKE_ON=	PHONON_BUILD_PHONON4QT5
23
CMAKE_ON=	PHONON_BUILD_PHONON4QT5
24
24
25
PHONON_PLUGIN=	vlc
25
PHONON_PLUGIN=	vlc
(-)b/multimedia/phonon/Makefile (-1 / +1 lines)
Lines 20-26 CMAKE_OFF= PHONON_BUILD_DESIGNER_PLUGIN \ Link Here
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_KDE=	ecm
21
USE_KDE=	ecm
22
USE_QT=		core dbus gui opengl widgets \
22
USE_QT=		core dbus gui opengl widgets \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
24
25
PLIST_SUB=	SHLIB_VER=${DISTVERSION}
25
PLIST_SUB=	SHLIB_VER=${DISTVERSION}
26
26
(-)b/multimedia/qmmp-plugin-pack-qt5/Makefile (-1 / +1 lines)
Lines 19-25 PORTSCOUT= limit:^1\..* Link Here
19
19
20
USES=		cmake pkgconfig qt:5 tar:bzip2
20
USES=		cmake pkgconfig qt:5 tar:bzip2
21
USE_QT=		core gui widgets \
21
USE_QT=		core gui widgets \
22
		buildtools_build linguisttools_build qmake_build
22
		buildtools:build linguisttools:build qmake:build
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
OPTIONS_SUB=	yes
25
OPTIONS_SUB=	yes
(-)b/multimedia/qmmp-plugin-pack-qt6/Makefile (-1 / +1 lines)
Lines 18-24 CONFLICTS= ${PORTNAME}-qt5 Link Here
18
PORTSCOUT=	limit:^1\..*
18
PORTSCOUT=	limit:^1\..*
19
19
20
USES=		cmake pkgconfig qt:6 tar:bzip2
20
USES=		cmake pkgconfig qt:6 tar:bzip2
21
USE_QT=		base tools_build
21
USE_QT=		base tools:build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
(-)b/multimedia/qmmp-qt5/Makefile (-1 / +1 lines)
Lines 17-23 PORTSCOUT= limit:^1\..* Link Here
17
17
18
USES=		cmake gnome pathfix pkgconfig tar:bzip2
18
USES=		cmake gnome pathfix pkgconfig tar:bzip2
19
USE_QT=		core gui network widgets xml \
19
USE_QT=		core gui network widgets xml \
20
		buildtools_build linguisttools_build qmake_build
20
		buildtools:build linguisttools:build qmake:build
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
23
CMAKE_OFF=	USE_MMS
23
CMAKE_OFF=	USE_MMS
(-)b/multimedia/qmmp-qt6/Makefile (-1 / +1 lines)
Lines 16-22 PORTSCOUT= limit:^1\..* Link Here
16
16
17
USES=		cmake gl gnome pathfix pkgconfig qt:6 tar:bzip2
17
USES=		cmake gl gnome pathfix pkgconfig qt:6 tar:bzip2
18
USE_GL=		gl opengl
18
USE_GL=		gl opengl
19
USE_QT=		base_build declarative_build tools_build
19
USE_QT=		base:build declarative:build tools:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
CMAKE_OFF=	USE_MMS
22
CMAKE_OFF=	USE_MMS
(-)b/multimedia/qpwgraph/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/LICENSE.md Link Here
11
LIB_DEPENDS=	libpipewire-0.3.so:multimedia/pipewire
11
LIB_DEPENDS=	libpipewire-0.3.so:multimedia/pipewire
12
12
13
USES=		cmake pkgconfig qt:5
13
USES=		cmake pkgconfig qt:5
14
USE_QT=		core gui network widgets buildtools_build qmake_build
14
USE_QT=		core gui network widgets buildtools:build qmake:build
15
15
16
USE_GITLAB=	yes
16
USE_GITLAB=	yes
17
GL_SITE=	https://gitlab.freedesktop.org
17
GL_SITE=	https://gitlab.freedesktop.org
(-)b/multimedia/qt5-multimedia/Makefile (-1 / +1 lines)
Lines 13-19 USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ Link Here
13
USE_GL=		gl
13
USE_GL=		gl
14
USE_GNOME=	glib20
14
USE_GNOME=	glib20
15
USE_QT=		core declarative gui network opengl widgets \
15
USE_QT=		core declarative gui network opengl widgets \
16
		buildtools_build
16
		buildtools:build
17
USE_XORG=	x11 xext xv
17
USE_XORG=	x11 xext xv
18
18
19
QT_CONFIG=	xlib
19
QT_CONFIG=	xlib
(-)b/multimedia/qwinff/Makefile (-2 / +2 lines)
Lines 15-22 RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ Link Here
15
15
16
USES=		cmake:noninja compiler:c++11-lang qt:5
16
USES=		cmake:noninja compiler:c++11-lang qt:5
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
USE_QT=		core gui linguisttools network widgets buildtools_build \
18
USE_QT=		core gui linguisttools network widgets buildtools:build \
19
		qmake_build
19
		qmake:build
20
20
21
post-patch:
21
post-patch:
22
	@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
22
	@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \
(-)b/multimedia/shotcut/Makefile (-1 / +1 lines)
Lines 21-27 GH_ACCOUNT= mltframework Link Here
21
21
22
USE_GL=	gl
22
USE_GL=	gl
23
USE_QT=		core declarative gui multimedia network opengl quickcontrols2 sql \
23
USE_QT=		core declarative gui multimedia network opengl quickcontrols2 sql \
24
		websockets widgets xml buildtools_build concurrent_build linguisttools_build
24
		websockets widgets xml buildtools:build concurrent:build linguisttools:build
25
USE_SDL=	sdl2
25
USE_SDL=	sdl2
26
USE_XORG=	x11
26
USE_XORG=	x11
27
# Needed to be able to correctly check for updates in-app.
27
# Needed to be able to correctly check for updates in-app.
(-)b/multimedia/simplescreenrecorder/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg
11
LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg
12
12
13
USES=		cmake compiler:c++11-lang pkgconfig qt:5 xorg
13
USES=		cmake compiler:c++11-lang pkgconfig qt:5 xorg
14
USE_QT=		core gui widgets x11extras buildtools_build linguisttools_build qmake_build
14
USE_QT=		core gui widgets x11extras buildtools:build linguisttools:build qmake:build
15
USE_XORG=	x11 xext xfixes xi xinerama
15
USE_XORG=	x11 xext xfixes xi xinerama
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
(-)b/multimedia/smplayer-skins/Makefile (-1 / +1 lines)
Lines 9-15 MAINTAINER= vvd@unislabs.com Link Here
9
COMMENT=	Skins for SMPlayer (Skinnable GUI)
9
COMMENT=	Skins for SMPlayer (Skinnable GUI)
10
10
11
USES=		qt:5 tar:bzip2
11
USES=		qt:5 tar:bzip2
12
USE_QT=		buildtools_build
12
USE_QT=		buildtools:build
13
13
14
NO_ARCH=	yes
14
NO_ARCH=	yes
15
15
(-)b/multimedia/smplayer-themes/Makefile (-1 / +1 lines)
Lines 9-15 MAINTAINER= vvd@unislabs.com Link Here
9
COMMENT=	Themes for SMPlayer
9
COMMENT=	Themes for SMPlayer
10
10
11
USES=		qt:5 tar:bzip2
11
USES=		qt:5 tar:bzip2
12
USE_QT=		buildtools_build
12
USE_QT=		buildtools:build
13
13
14
NO_ARCH=	yes
14
NO_ARCH=	yes
15
15
(-)b/multimedia/smplayer/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/Copying.txt Link Here
12
USES=		cpe compiler:c++11-lang desktop-file-utils dos2unix gl \
12
USES=		cpe compiler:c++11-lang desktop-file-utils dos2unix gl \
13
		gmake qmake qt:5 tar:bzip2 xorg
13
		gmake qmake qt:5 tar:bzip2 xorg
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		buildtools_build linguisttools_build \
15
USE_QT=		buildtools:build linguisttools:build \
16
		core dbus gui network script widgets xml
16
		core dbus gui network script widgets xml
17
USE_XORG=	x11 xext
17
USE_XORG=	x11 xext
18
18
(-)b/multimedia/smtube/Makefile (-1 / +1 lines)
Lines 14-20 RUN_DEPENDS= yt-dlp:www/yt-dlp Link Here
14
14
15
USES=		gl gmake qt:5 tar:bzip2
15
USES=		gl gmake qt:5 tar:bzip2
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		qmake_build buildtools_build linguisttools_build \
17
USE_QT=		qmake:build buildtools:build linguisttools:build \
18
		core network script gui webkit widgets
18
		core network script gui webkit widgets
19
19
20
ALL_TARGET=	#empty
20
ALL_TARGET=	#empty
(-)b/multimedia/subtitlecomposer/Makefile (-3 / +3 lines)
Lines 15-24 LIB_DEPENDS= libicui18n.so:devel/icu \ Link Here
15
15
16
USES=		compiler:c++11-lang cmake desktop-file-utils gettext \
16
USES=		compiler:c++11-lang cmake desktop-file-utils gettext \
17
		kde:5 openal pkgconfig qt:5 shared-mime-info tar:xz
17
		kde:5 openal pkgconfig qt:5 shared-mime-info tar:xz
18
USE_KDE=	auth codecs config configwidgets coreaddons ecm_build i18n \
18
USE_KDE=	auth codecs config configwidgets coreaddons ecm:build i18n \
19
		kio kross sonnet textwidgets widgetsaddons xmlgui \
19
		kio kross sonnet textwidgets widgetsaddons xmlgui \
20
		doctools_build
20
		doctools:build
21
USE_QT=		buildtools_build qmake_build testlib_build core gui widgets
21
USE_QT=		buildtools:build qmake:build testlib:build core gui widgets
22
22
23
# Requires PocketSphinx-5prealpha
23
# Requires PocketSphinx-5prealpha
24
SPHINX_DESC=	Speech recognition via PocketSphinx
24
SPHINX_DESC=	Speech recognition via PocketSphinx
(-)b/multimedia/vlc/Makefile (-1 / +1 lines)
Lines 274-280 PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio Link Here
274
PULSEAUDIO_CONFIGURE_ENABLE=	pulse
274
PULSEAUDIO_CONFIGURE_ENABLE=	pulse
275
275
276
QT5_USES=	qt:5
276
QT5_USES=	qt:5
277
QT5_USE=	QT=gui,core,svg,widgets,x11extras,buildtools_build
277
QT5_USE=	QT=gui,core,svg,widgets,x11extras,buildtools:build
278
QT5_CONFIGURE_ENABLE=	qt
278
QT5_CONFIGURE_ENABLE=	qt
279
QT5_IMPLIES=	X11
279
QT5_IMPLIES=	X11
280
280
(-)b/multimedia/webcamoid/Makefile (-1 / +1 lines)
Lines 21-27 USE_GITHUB= yes Link Here
21
USE_GNOME=	glib20
21
USE_GNOME=	glib20
22
USE_GL=		gl
22
USE_GL=		gl
23
USE_QT=		concurrent core declarative gui multimedia network opengl quickcontrols2 svg widgets xml \
23
USE_QT=		concurrent core declarative gui multimedia network opengl quickcontrols2 svg widgets xml \
24
		buildtools_build quickcontrols_run
24
		buildtools:build quickcontrols:run
25
25
26
MAKE_ENV=	NOOSS=1 # NOOSS is because the OSS module attempts to use kevent on OSS devices, which is broken in the base
26
MAKE_ENV=	NOOSS=1 # NOOSS is because the OSS module attempts to use kevent on OSS devices, which is broken in the base
27
QMAKE_ARGS=	INSTALLQMLDIR=${QT_QMLDIR} \
27
QMAKE_ARGS=	INSTALLQMLDIR=${QT_QMLDIR} \
(-)b/multimedia/zart/Makefile (-1 / +1 lines)
Lines 24-30 USES= compiler:c++11-lang pkgconfig qmake qt:5 Link Here
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	c-koi
25
GH_ACCOUNT=	c-koi
26
GH_TAGNAME=	099554f
26
GH_TAGNAME=	099554f
27
USE_QT=		core gui network widgets xml buildtools_build
27
USE_QT=		core gui network widgets xml buildtools:build
28
28
29
GMIC_VERSION=	2.8.1
29
GMIC_VERSION=	2.8.1
30
30
(-)b/net-im/beebeep/Makefile (-1 / +1 lines)
Lines 16-22 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Link Here
16
USES=		compiler:c++17-lang pkgconfig \
16
USES=		compiler:c++17-lang pkgconfig \
17
		qmake qt:5 zip
17
		qmake qt:5 zip
18
USE_QT=		core gui multimedia network printsupport widgets x11extras xml \
18
USE_QT=		core gui multimedia network printsupport widgets x11extras xml \
19
		buildtools_build linguist_build
19
		buildtools:build linguist:build
20
20
21
do-install:
21
do-install:
22
	${MKDIR} ${STAGEDIR}${LOCALBASE}/bin ${STAGEDIR}${QT_PLUGINDIR}/
22
	${MKDIR} ${STAGEDIR}${LOCALBASE}/bin ${STAGEDIR}${QT_PLUGINDIR}/
(-)b/net-im/chatterino2/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ Link Here
17
17
18
USES=		compiler:c++17-lang gl pkgconfig qmake qt:5 ssl
18
USES=		compiler:c++17-lang gl pkgconfig qmake qt:5 ssl
19
USE_QT=		concurrent core gui multimedia network svg widgets \
19
USE_QT=		concurrent core gui multimedia network svg widgets \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
USE_GL=		gl
21
USE_GL=		gl
22
22
23
PLIST_FILES=	bin/chatterino \
23
PLIST_FILES=	bin/chatterino \
(-)b/net-im/cutegram/Makefile (-1 / +1 lines)
Lines 22-28 GH_SUBDIR= Cutegram/asemantools:tools Link Here
22
22
23
USES=		compiler:c++11-lang desktop-file-utils gnome qmake:outsource \
23
USES=		compiler:c++11-lang desktop-file-utils gnome qmake:outsource \
24
		qt:5 ssl
24
		qt:5 ssl
25
USE_QT=		qmake_build buildtools_build core declarative sql xml multimedia \
25
USE_QT=		qmake:build buildtools:build core declarative sql xml multimedia \
26
		widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
26
		widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
27
QMAKE_ARGS=	LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \
27
QMAKE_ARGS=	LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \
28
		TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml"
28
		TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml"
(-)b/net-im/gitterdone/Makefile (-2 / +2 lines)
Lines 9-16 COMMENT= Gitter Client based on Qt5 Link Here
9
LICENSE=	BSD2CLAUSE
9
LICENSE=	BSD2CLAUSE
10
10
11
USES=		compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz
11
USES=		compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz
12
USE_QT=		core gui network linguist_build \
12
USE_QT=		core gui network linguist:build \
13
		buildtools_build widgets webkit svg
13
		buildtools:build widgets webkit svg
14
USE_GL+=	gl
14
USE_GL+=	gl
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
(-)b/net-im/kaccounts-integration/Makefile (-2 / +2 lines)
Lines 17-24 USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \ Link Here
17
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
17
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
18
		i18n iconthemes kcmutils kdeclarative kio service wallet widgetsaddons \
18
		i18n iconthemes kcmutils kdeclarative kio service wallet widgetsaddons \
19
		akonadi \
19
		akonadi \
20
		ecm_build
20
		ecm:build
21
USE_QT=		concurrent core dbus declarative gui network widgets xml \
21
USE_QT=		concurrent core dbus declarative gui network widgets xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/net-im/kaccounts-providers/Makefile (-1 / +1 lines)
Lines 15-21 USES= cmake compiler:c++11-lang gettext gnome kde:5 \ Link Here
15
USE_GNOME=	intltool
15
USE_GNOME=	intltool
16
USE_KDE=	config coreaddons i18n kdeclarative kio package service
16
USE_KDE=	config coreaddons i18n kdeclarative kio package service
17
USE_QT=		concurrent core dbus declarative gui network xml webengine \
17
USE_QT=		concurrent core dbus declarative gui network xml webengine \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
21
21
(-)b/net-im/kaidan/Makefile (-1 / +1 lines)
Lines 14-19 USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \ Link Here
14
USE_KDE=	ecm kirigami2 notifications qqc2-desktop-style
14
USE_KDE=	ecm kirigami2 notifications qqc2-desktop-style
15
USE_QT=		core dbus declarative gui location multimedia network \
15
USE_QT=		core dbus declarative gui location multimedia network \
16
		quickcontrols2 sql svg widgets xml \
16
		quickcontrols2 sql svg widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/net-im/kopete/Makefile (-2 / +2 lines)
Lines 20-30 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
20
		khtml kio notifications notifyconfig parts service solid sonnet \
20
		khtml kio notifications notifyconfig parts service solid sonnet \
21
		syntaxhighlighting texteditor textwidgets unitconversion wallet widgetsaddons \
21
		syntaxhighlighting texteditor textwidgets unitconversion wallet widgetsaddons \
22
		windowsystem xmlgui \
22
		windowsystem xmlgui \
23
		ecm_build
23
		ecm:build
24
# KDE PIM components
24
# KDE PIM components
25
USE_KDE+=	contacts identitymanagement libkleo pimtextedit
25
USE_KDE+=	contacts identitymanagement libkleo pimtextedit
26
USE_QT=		concurrent core dbus gui network phonon4 printsupport sql widgets xml \
26
USE_QT=		concurrent core dbus gui network phonon4 printsupport sql widgets xml \
27
		buildtools_build qmake_build testlib_build
27
		buildtools:build qmake:build testlib:build
28
28
29
SHEBANG_FILES=	protocols/winpopup/winpopup-install \
29
SHEBANG_FILES=	protocols/winpopup/winpopup-install \
30
		protocols/winpopup/winpopup-send \
30
		protocols/winpopup/winpopup-send \
(-)b/net-im/ktp-accounts-kcm/Makefile (-2 / +2 lines)
Lines 25-33 USE_GNOME= intltool Link Here
25
USE_KDE=	auth codecs config configwidgets coreaddons i18n \
25
USE_KDE=	auth codecs config configwidgets coreaddons i18n \
26
		iconthemes itemviews kcmutils kio notifications notifyconfig \
26
		iconthemes itemviews kcmutils kio notifications notifyconfig \
27
		service texteditor wallet widgetsaddons windowsystem \
27
		service texteditor wallet widgetsaddons windowsystem \
28
		ecm_build
28
		ecm:build
29
USE_QT=		core dbus declarative gui network sql widgets xml \
29
USE_QT=		core dbus declarative gui network sql widgets xml \
30
		buildtools_build qmake_build
30
		buildtools:build qmake:build
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
32
33
OPTIONS_DEFINE=	IRC JABBER SALUT DOCS
33
OPTIONS_DEFINE=	IRC JABBER SALUT DOCS
(-)b/net-im/ktp-approver/Makefile (-2 / +2 lines)
Lines 14-22 RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list Link Here
14
14
15
USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
15
USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
16
USE_KDE=	config coreaddons dbusaddons service i18n notifications \
16
USE_KDE=	config coreaddons dbusaddons service i18n notifications \
17
		ecm_build
17
		ecm:build
18
USE_QT=		core  dbus gui network widgets xml \
18
USE_QT=		core  dbus gui network widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
22
22
(-)b/net-im/ktp-auth-handler/Makefile (-2 / +2 lines)
Lines 18-26 USES= compiler:c++11-lang cmake gettext kde:5 pkgconfig \ Link Here
18
		qca qt:5 tar:xz
18
		qca qt:5 tar:xz
19
USE_KDE=	completion config coreaddons i18n jobwidgets kdewebkit \
19
USE_KDE=	completion config coreaddons i18n jobwidgets kdewebkit \
20
		kio wallet service solid widgetsaddons windowsystem \
20
		kio wallet service solid widgetsaddons windowsystem \
21
		ecm_build
21
		ecm:build
22
USE_QT=		concurrent core dbus gui network webkit widgets xml \
22
USE_QT=		concurrent core dbus gui network webkit widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
26
26
(-)b/net-im/ktp-call-ui/Makefile (-2 / +2 lines)
Lines 24-32 USE_GNOME= glib20 Link Here
24
USE_KDE=	auth codecs config configwidgets coreaddons iconthemes \
24
USE_KDE=	auth codecs config configwidgets coreaddons iconthemes \
25
		i18n kcmutils kdeclarative notifications package service \
25
		i18n kcmutils kdeclarative notifications package service \
26
		wallet widgetsaddons xmlgui \
26
		wallet widgetsaddons xmlgui \
27
		ecm_build
27
		ecm:build
28
USE_QT=		core dbus declarative gui network widgets xml \
28
USE_QT=		core dbus declarative gui network widgets xml \
29
		buildtools_build qmake_build
29
		buildtools:build qmake:build
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
31
32
OPTIONS_DEFINE=	DOCS
32
OPTIONS_DEFINE=	DOCS
(-)b/net-im/ktp-common-internals/Makefile (-2 / +2 lines)
Lines 25-33 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
25
		kio notifications notifyconfig parts people service solid \
25
		kio notifications notifyconfig parts people service solid \
26
		sonnet syntaxhighlighting texteditor textwidgets wallet widgetsaddons \
26
		sonnet syntaxhighlighting texteditor textwidgets wallet widgetsaddons \
27
		windowsystem xmlgui \
27
		windowsystem xmlgui \
28
		ecm_build
28
		ecm:build
29
USE_QT=		concurrent core dbus declarative gui network sql widgets xml \
29
USE_QT=		concurrent core dbus declarative gui network sql widgets xml \
30
		buildtools_build qmake_build
30
		buildtools:build qmake:build
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
32
33
OPTIONS_DEFINE=	DOCS
33
OPTIONS_DEFINE=	DOCS
(-)b/net-im/ktp-contact-list/Makefile (-2 / +2 lines)
Lines 16-24 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
16
		dbusaddons i18n iconthemes jobwidgets kcmutils kio \
16
		dbusaddons i18n iconthemes jobwidgets kcmutils kio \
17
		notifications notifyconfig people service solid wallet widgetsaddons \
17
		notifications notifyconfig people service solid wallet widgetsaddons \
18
		windowsystem xmlgui \
18
		windowsystem xmlgui \
19
		ecm_build
19
		ecm:build
20
USE_QT=		concurrent core dbus gui network widgets xml \
20
USE_QT=		concurrent core dbus gui network widgets xml \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
22
23
OPTIONS_DEFINE=	DOCS
23
OPTIONS_DEFINE=	DOCS
24
24
(-)b/net-im/ktp-contact-runner/Makefile (-2 / +2 lines)
Lines 14-22 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
14
USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
14
USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
15
USE_KDE=	config coreaddons i18n package plasma-framework runner \
15
USE_KDE=	config coreaddons i18n package plasma-framework runner \
16
		service wallet \
16
		service wallet \
17
		ecm_build
17
		ecm:build
18
USE_QT=		core dbus gui network widgets xml\
18
USE_QT=		core dbus gui network widgets xml\
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
22
22
(-)b/net-im/ktp-desktop-applets/Makefile (-2 / +2 lines)
Lines 12-20 LICENSE_FILE= ${WRKSRC}/COPYING.LIB Link Here
12
12
13
USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
13
USES=		compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
14
USE_KDE=	plasma-framework windowsystem \
14
USE_KDE=	plasma-framework windowsystem \
15
		ecm_build
15
		ecm:build
16
USE_QT=		core dbus declarative gui network widgets \
16
USE_QT=		core dbus declarative gui network widgets \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/net-im/ktp-filetransfer-handler/Makefile (-2 / +2 lines)
Lines 15-23 USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz Link Here
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
15
USE_KDE=	auth bookmarks codecs completion config configwidgets \
16
		coreaddons i18n itemviews jobwidgets kio service solid \
16
		coreaddons i18n itemviews jobwidgets kio service solid \
17
		wallet widgetsaddons windowsystem xmlgui \
17
		wallet widgetsaddons windowsystem xmlgui \
18
		ecm_build
18
		ecm:build
19
USE_QT=		concurrent core dbus gui network xml widgets \
19
USE_QT=		concurrent core dbus gui network xml widgets \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
OPTIONS_DEFINE=	DOCS
22
OPTIONS_DEFINE=	DOCS
23
23
(-)b/net-im/ktp-kded-module/Makefile (-1 / +1 lines)
Lines 16-22 USE_KDE= activities auth codecs completion config configwidgets coreaddons \ Link Here
16
		dbusaddons i18n idletime jobwidgets kcmutils kio notifications \
16
		dbusaddons i18n idletime jobwidgets kcmutils kio notifications \
17
		service solid wallet widgetsaddons windowsystem
17
		service solid wallet widgetsaddons windowsystem
18
USE_QT=		concurrent core dbus gui network sql widgets xml \
18
USE_QT=		concurrent core dbus gui network sql widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
22
22
(-)b/net-im/ktp-send-file/Makefile (-2 / +2 lines)
Lines 17-25 USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz Link Here
17
USE_KDE=	auth codecs completion config configwidgets coreaddons \
17
USE_KDE=	auth codecs completion config configwidgets coreaddons \
18
		i18n iconthemes jobwidgets kcmutils kio service solid wallet \
18
		i18n iconthemes jobwidgets kcmutils kio service solid wallet \
19
		widgetsaddons windowsystem \
19
		widgetsaddons windowsystem \
20
		ecm_build
20
		ecm:build
21
USE_QT=		concurrent core dbus gui network widgets xml \
21
USE_QT=		concurrent core dbus gui network widgets xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
25
25
(-)b/net-im/ktp-text-ui/Makefile (-2 / +2 lines)
Lines 19-28 USE_KDE= archive auth codecs completion config configwidgets coreaddons \ Link Here
19
		kcmutils kdewebkit kio notifications notifyconfig people \
19
		kcmutils kdewebkit kio notifications notifyconfig people \
20
		service solid sonnet textwidgets wallet widgetsaddons windowsystem \
20
		service solid sonnet textwidgets wallet widgetsaddons windowsystem \
21
		xmlgui \
21
		xmlgui \
22
		ecm_build
22
		ecm:build
23
USE_QT=		concurrent core dbus declarative gui location network \
23
USE_QT=		concurrent core dbus declarative gui location network \
24
		printsupport speech webchannel webengine widgets xml \
24
		printsupport speech webchannel webengine widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
OPTIONS_DEFINE=	DOCS
28
OPTIONS_DEFINE=	DOCS
(-)b/net-im/libaccounts-qt5/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib Link Here
15
USES=		compiler:c++17-lang gettext-runtime gnome qmake \
15
USES=		compiler:c++17-lang gettext-runtime gnome qmake \
16
		pathfix pkgconfig python qt:5 tar:bz2
16
		pathfix pkgconfig python qt:5 tar:bz2
17
USE_GNOME=	glib20
17
USE_GNOME=	glib20
18
USE_QT=		buildtools_build core qmake_build testlib xml
18
USE_QT=		buildtools:build core qmake:build testlib xml
19
19
20
# gitlab variables
20
# gitlab variables
21
USE_GITLAB=	yes
21
USE_GITLAB=	yes
(-)b/net-im/libqtelegram-ae/Makefile (-1 / +1 lines)
Lines 16-22 GH_ACCOUNT= Aseman-Land Link Here
16
GH_PROJECT=	libqtelegram-aseman-edition
16
GH_PROJECT=	libqtelegram-aseman-edition
17
17
18
USES=		compiler:c++11-lang qmake:outsource qt:5 ssl
18
USES=		compiler:c++11-lang qmake:outsource qt:5 ssl
19
USE_QT=		qmake_build buildtools_build core gui network multimedia
19
USE_QT=		qmake:build buildtools:build core gui network multimedia
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
post-patch:
22
post-patch:
(-)b/net-im/libquotient/Makefile (-1 / +1 lines)
Lines 12-18 CONFLICTS= libqmatrixclient\* Link Here
12
12
13
USES=	cmake compiler:c++14-lang qt:5 tar:xz
13
USES=	cmake compiler:c++14-lang qt:5 tar:xz
14
USE_QT=	core gui multimedia network \
14
USE_QT=	core gui multimedia network \
15
	buildtools_build qmake_build testlib_build
15
	buildtools:build qmake:build testlib:build
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	quotient-im
18
GH_ACCOUNT=	quotient-im
(-)b/net-im/neochat/Makefile (-2 / +2 lines)
Lines 22-30 USE_GL= gl Link Here
22
USE_QT=		core dbus declarative graphicaleffects gui imageformats \
22
USE_QT=		core dbus declarative graphicaleffects gui imageformats \
23
		multimedia network quickcontrols quickcontrols2 \
23
		multimedia network quickcontrols quickcontrols2 \
24
		svg widgets xml \
24
		svg widgets xml \
25
		buildtools_build linguist_build qmake_build
25
		buildtools:build linguist:build qmake:build
26
USE_KDE=	config coreaddons dbusaddons i18n itemmodels kirigami2 notifications \
26
USE_KDE=	config coreaddons dbusaddons i18n itemmodels kirigami2 notifications \
27
		qqc2-desktop-style \
27
		qqc2-desktop-style \
28
		ecm_build
28
		ecm:build
29
29
30
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)b/net-im/nheko/Makefile (-2 / +2 lines)
Lines 28-35 USES= cmake compiler:c++17-lang desktop-file-utils \ Link Here
28
		localbase:ldflags pkgconfig qt:5 ssl tar:xz
28
		localbase:ldflags pkgconfig qt:5 ssl tar:xz
29
USE_QT=		concurrent core dbus declarative gui multimedia network \
29
USE_QT=		concurrent core dbus declarative gui multimedia network \
30
		quickcontrols2 svg widgets \
30
		quickcontrols2 svg widgets \
31
		graphicaleffects_run \
31
		graphicaleffects:run \
32
		buildtools_build linguist_build qmake_build
32
		buildtools:build linguist:build qmake:build
33
33
34
# There is one external dependency: lmdb++
34
# There is one external dependency: lmdb++
35
#  - lmdb++ is a single header file, it just needs to be included
35
#  - lmdb++ is a single header file, it just needs to be included
(-)b/net-im/psi/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libidn.so:dns/libidn Link Here
13
USES=		cmake compiler:c++11-lang desktop-file-utils minizip pkgconfig \
13
USES=		cmake compiler:c++11-lang desktop-file-utils minizip pkgconfig \
14
		qca qt:5 tar:xz xorg
14
		qca qt:5 tar:xz xorg
15
USE_QT=		concurrent core dbus gui multimedia network svg widgets \
15
USE_QT=		concurrent core dbus gui multimedia network svg widgets \
16
		x11extras xml buildtools_build qmake_build imageformats_run
16
		x11extras xml buildtools:build qmake:build imageformats:run
17
USE_XORG=	ice sm x11 xcb xext xscrnsaver
17
USE_XORG=	ice sm x11 xcb xext xscrnsaver
18
18
19
CMAKE_ARGS=	-DIDN_LIBRARY:FILEPATH="${LOCALBASE}/lib/libidn.so" \
19
CMAKE_ARGS=	-DIDN_LIBRARY:FILEPATH="${LOCALBASE}/lib/libidn.so" \
(-)b/net-im/qTox/Makefile (-2 / +2 lines)
Lines 25-32 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ Link Here
25
25
26
USES=		cmake compiler:c++11-lib desktop-file-utils gettext openal:soft pkgconfig qt:5
26
USES=		cmake compiler:c++11-lib desktop-file-utils gettext openal:soft pkgconfig qt:5
27
USE_GITHUB=	yes
27
USE_GITHUB=	yes
28
USE_QT=		core gui network xml opengl sql sql-sqlite3_run widgets svg \
28
USE_QT=		core gui network xml opengl sql sql-sqlite3:run widgets svg \
29
		concurrent_build buildtools_build linguisttools_build qmake_build testlib_build
29
		concurrent:build buildtools:build linguisttools:build qmake:build testlib:build
30
30
31
CMAKE_ARGS=	-DGIT_DESCRIBE:STRING=${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
31
CMAKE_ARGS=	-DGIT_DESCRIBE:STRING=${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
32
CMAKE_OFF=	USE_CCACHE
32
CMAKE_OFF=	USE_CCACHE
(-)b/net-im/quaternion/Makefile (-1 / +1 lines)
Lines 19-25 USES= cmake compiler:c++17-lang gettext-runtime gnome \ Link Here
19
USE_GNOME=	glib20
19
USE_GNOME=	glib20
20
USE_QT=		core dbus declarative gui multimedia network widgets \
20
USE_QT=		core dbus declarative gui multimedia network widgets \
21
		quickcontrols quickcontrols2 \
21
		quickcontrols quickcontrols2 \
22
		buildtools_build linguist_build qmake_build
22
		buildtools:build linguist:build qmake:build
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	quotient-im
25
GH_ACCOUNT=	quotient-im
(-)b/net-im/qxmpp-qt5/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL Link Here
12
12
13
USES=		cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5
13
USES=		cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5
14
USE_QT=		core gui network xml \
14
USE_QT=		core gui network xml \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	qxmpp-project
18
GH_ACCOUNT=	qxmpp-project
(-)b/net-im/ricochet/Makefile (-1 / +1 lines)
Lines 18-24 USES= compiler:c++11-lib gl gmake pkgconfig qmake qt:5 ssl Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	ricochet-im
19
GH_ACCOUNT=	ricochet-im
20
USE_QT=		core declarative gui multimedia network quickcontrols widgets \
20
USE_QT=		core declarative gui multimedia network quickcontrols widgets \
21
		buildtools_build linguisttools_build
21
		buildtools:build linguisttools:build
22
USE_GL=		gl
22
USE_GL=		gl
23
QMAKE_ARGS+=	DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${OPENSSLBASE}
23
QMAKE_ARGS+=	DEFINES+=RICOCHET_NO_PORTABLE OPENSSLDIR=${OPENSSLBASE}
24
24
(-)b/net-im/ruqola/Makefile (-2 / +2 lines)
Lines 18-27 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
18
		dbusaddons i18n iconthemes idletime itemviews jobwidgets kio kirigami2 \
18
		dbusaddons i18n iconthemes idletime itemviews jobwidgets kio kirigami2 \
19
		notifications notifyconfig prison service solid sonnet syntaxhighlighting \
19
		notifications notifyconfig prison service solid sonnet syntaxhighlighting \
20
		textwidgets widgetsaddons windowsystem xmlgui \
20
		textwidgets widgetsaddons windowsystem xmlgui \
21
		doctools_build ecm_build
21
		doctools:build ecm:build
22
USE_QT=		concurrent core dbus declarative declarative gui multimedia \
22
USE_QT=		concurrent core dbus declarative declarative gui multimedia \
23
		network networkauth speech xml websockets widgets \
23
		network networkauth speech xml websockets widgets \
24
		buildtools_build qmake_build testlib_build
24
		buildtools:build qmake:build testlib:build
25
25
26
PLIST_SUB=	SO_VER=${DISTVERSION}
26
PLIST_SUB=	SO_VER=${DISTVERSION}
27
27
(-)b/net-im/scudcloud/Makefile (-1 / +1 lines)
Lines 21-27 HUNSPELL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hunspell>0:textproc/py-hunspell@${P Link Here
21
OPTIONS_DEFINE=	HUNSPELL
21
OPTIONS_DEFINE=	HUNSPELL
22
22
23
USES=		gnome python:3.5+ pyqt:5
23
USES=		gnome python:3.5+ pyqt:5
24
USE_PYQT=	sip_run pyqt5_run
24
USE_PYQT=	sip:run pyqt5:run
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
USE_PYTHON=	autoplist distutils optsuffix
26
USE_PYTHON=	autoplist distutils optsuffix
27
NO_ARCH=	yes
27
NO_ARCH=	yes
(-)b/net-im/spectral/Makefile (-1 / +1 lines)
Lines 16-22 USES= cmake compiler:c++17-lang gl pkgconfig qt:5 tar:bz2 Link Here
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		core dbus declarative graphicaleffects gui imageformats \
17
USE_QT=		core dbus declarative graphicaleffects gui imageformats \
18
		multimedia network quickcontrols quickcontrols2 svg widgets \
18
		multimedia network quickcontrols quickcontrols2 svg widgets \
19
		buildtools_build linguist_build qmake_build testlib_build
19
		buildtools:build linguist:build qmake:build testlib:build
20
20
21
CMAKE_ON=	USE_INTREE_LIBQMC
21
CMAKE_ON=	USE_INTREE_LIBQMC
22
22
(-)b/net-im/teamwords/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= LGPL3 Link Here
11
11
12
USES=		compiler:c++11-lang gl qmake qt:5
12
USES=		compiler:c++11-lang gl qmake qt:5
13
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
14
USE_QT=		core gui network webkit widgets buildtools_build
14
USE_QT=		core gui network webkit widgets buildtools:build
15
USE_GL=		gl
15
USE_GL=		gl
16
16
17
QMAKE_ARGS=	CONFIG+="configure"
17
QMAKE_ARGS=	CONFIG+="configure"
(-)b/net-im/telegram-desktop/Makefile (-1 / +1 lines)
Lines 57-63 GH_PROJECT= tdesktop Link Here
57
57
58
.if ${FLAVOR} == qt5
58
.if ${FLAVOR} == qt5
59
USES+=		qt:5
59
USES+=		qt:5
60
USE_QT=		buildtools_build core dbus gui imageformats network qmake_build \
60
USE_QT=		buildtools:build core dbus gui imageformats network qmake:build \
61
		svg wayland widgets
61
		svg wayland widgets
62
.else
62
.else
63
USES+=		qt:6
63
USES+=		qt:6
(-)b/net-im/telegramqml/Makefile (-1 / +1 lines)
Lines 17-23 GH_ACCOUNT= Aseman-Land Link Here
17
GH_PROJECT=	TelegramQML
17
GH_PROJECT=	TelegramQML
18
18
19
USES=		compiler:c++11-lang qmake:outsource qt:5 ssl
19
USES=		compiler:c++11-lang qmake:outsource qt:5 ssl
20
USE_QT=		qmake_build buildtools_build core declarative sql xml multimedia
20
USE_QT=		qmake:build buildtools:build core declarative sql xml multimedia
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
QMAKE_ARGS=	BUILD_MODE+=lib \
22
QMAKE_ARGS=	BUILD_MODE+=lib \
23
		LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae"
23
		LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae"
(-)b/net-im/telepathy-logger-qt5/Makefile (-1 / +1 lines)
Lines 22-28 USES= bison:build cmake compiler:c++11-lang gnome kde:5 \ Link Here
22
		pkgconfig python:3.5+,build qt:5 tar:xz
22
		pkgconfig python:3.5+,build qt:5 tar:xz
23
USE_GNOME=	glib20 libxml2
23
USE_GNOME=	glib20 libxml2
24
USE_KDE=	ecm
24
USE_KDE=	ecm
25
USE_QT=		core buildtools_build dbus network qmake_build xml
25
USE_QT=		core buildtools:build dbus network qmake:build xml
26
CMAKE_ARGS=	-DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True
26
CMAKE_ARGS=	-DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
(-)b/net-im/telepathy-qt/Makefile (-1 / +1 lines)
Lines 19-25 USES= cmake compiler:c++11-lang gettext gnome gstreamer localbase:ldflags pathf Link Here
19
		pkgconfig python:3.5+,build qt:5
19
		pkgconfig python:3.5+,build qt:5
20
USE_GNOME=	glib20 libxslt:build
20
USE_GNOME=	glib20 libxslt:build
21
USE_QT=		core dbus gui network xml \
21
USE_QT=		core dbus gui network xml \
22
		buildtools_build qmake_build testlib_build widgets_build
22
		buildtools:build qmake:build testlib:build widgets:build
23
23
24
CMAKE_ON=	ENABLE_FARSTREAM CMAKE_DISABLE_FIND_PACKAGE_Doxygen
24
CMAKE_ON=	ENABLE_FARSTREAM CMAKE_DISABLE_FIND_PACKAGE_Doxygen
25
CMAKE_OFF=	ENABLE_EXAMPLES ENABLE_FARSIGHT ENABLE_TESTS
25
CMAKE_OFF=	ENABLE_EXAMPLES ENABLE_FARSIGHT ENABLE_TESTS
(-)b/net-mgmt/librenms/Makefile (-1 / +1 lines)
Lines 31-37 USE_RC_SUBR= librenms Link Here
31
31
32
SHEBANG_FILES=	../${PORTNAME}-vendor-${PORTVERSION}/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \
32
SHEBANG_FILES=	../${PORTNAME}-vendor-${PORTVERSION}/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \
33
		../${PORTNAME}-vendor-${PORTVERSION}/tecnickcom/tcpdf/tools/tcpdf_addfont.php \
33
		../${PORTNAME}-vendor-${PORTVERSION}/tecnickcom/tcpdf/tools/tcpdf_addfont.php \
34
		poller-wrapper.py poller.php scripts/auth_test.php \
34
		poller-wrapper.py poller.php scripts/auth:test.php \
35
		scripts/check_requirements.py scripts/github-remove \
35
		scripts/check_requirements.py scripts/github-remove \
36
		scripts/Migration/Standard_Conversion/convert_no_xml.sh \
36
		scripts/Migration/Standard_Conversion/convert_no_xml.sh \
37
		scripts/Migration/Standard_Conversion/destwork_no_xml.sh \
37
		scripts/Migration/Standard_Conversion/destwork_no_xml.sh \
(-)b/net-mgmt/nagstamon/Makefile (-1 / +1 lines)
Lines 24-30 CPE_VENDOR= henri_wahl Link Here
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	HenriWahl
25
GH_ACCOUNT=	HenriWahl
26
GH_PROJECT=	Nagstamon
26
GH_PROJECT=	Nagstamon
27
USE_PYQT=	pyqt5_run sip_run
27
USE_PYQT=	pyqt5:run sip:run
28
USE_PYTHON=	autoplist distutils noflavors
28
USE_PYTHON=	autoplist distutils noflavors
29
29
30
NO_ARCH=	yes
30
NO_ARCH=	yes
(-)b/net-mgmt/seafile-gui/Makefile (-1 / +1 lines)
Lines 26-32 GH_PROJECT= seafile-client Link Here
26
26
27
USE_GNOME=	glib20
27
USE_GNOME=	glib20
28
USE_QT=		core dbus gui network widgets \
28
USE_QT=		core dbus gui network widgets \
29
		qmake_build buildtools_build linguisttools_build
29
		qmake:build buildtools:build linguisttools:build
30
CMAKE_ARGS=	-DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \
30
CMAKE_ARGS=	-DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \
31
		-DOPENSSL_INCLUDE_DIRS=${OPENSSLINC} \
31
		-DOPENSSL_INCLUDE_DIRS=${OPENSSLINC} \
32
		-DOPENSSL_LIBRARIES="-L${OPENSSLLIB} -lcrypto"
32
		-DOPENSSL_LIBRARIES="-L${OPENSSLLIB} -lcrypto"
(-)b/net-p2p/arbitrum-avm/Makefile (-3 / +3 lines)
Lines 32-44 USES= cmake Link Here
32
CMAKE_OFF=	HUNTER_ENABLED
32
CMAKE_OFF=	HUNTER_ENABLED
33
CMAKE_SOURCE_PATH=	${WRKSRC}/packages/arb-avm-cpp
33
CMAKE_SOURCE_PATH=	${WRKSRC}/packages/arb-avm-cpp
34
34
35
PLIST_FILES=	bin/arbcore_runner \
35
PLIST_FILES=	bin/arbcore:runner \
36
		bin/avm_runner \
36
		bin/avm_runner \
37
		bin/avm_tests
37
		bin/avm_tests
38
38
39
do-install:
39
do-install:
40
	${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/arbcore_runner \
40
	${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/arbcore:runner \
41
		${STAGEDIR}${PREFIX}/bin/arbcore_runner
41
		${STAGEDIR}${PREFIX}/bin/arbcore:runner
42
	${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/avm_runner \
42
	${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/avm_runner \
43
		${STAGEDIR}${PREFIX}/bin/avm_runner
43
		${STAGEDIR}${PREFIX}/bin/avm_runner
44
	${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/avm_tests \
44
	${INSTALL_PROGRAM} ${WRKDIR}/.build/bin/avm_tests \
(-)b/net-p2p/bitcoin/Makefile (-1 / +1 lines)
Lines 25-31 SLAVE_PORT?= no Link Here
25
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
25
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
26
USES+=		desktop-file-utils
26
USES+=		desktop-file-utils
27
USE_QT=		core gui network widgets \
27
USE_QT=		core gui network widgets \
28
		buildtools_build linguisttools_build qmake_build
28
		buildtools:build linguisttools:build qmake:build
29
29
30
BUILD_DEPENDS+=	protoc:devel/protobuf
30
BUILD_DEPENDS+=	protoc:devel/protobuf
31
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
31
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
(-)b/net-p2p/ktorrent/Makefile (-2 / +2 lines)
Lines 20-29 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
20
		notifyconfig parts plotting service \
20
		notifyconfig parts plotting service \
21
		solid sonnet syndication textwidgets widgetsaddons \
21
		solid sonnet syndication textwidgets widgetsaddons \
22
		windowsystem xmlgui \
22
		windowsystem xmlgui \
23
		ecm_build
23
		ecm:build
24
USE_QT=		concurrent core dbus declarative gui location network phonon4 printsupport \
24
USE_QT=		concurrent core dbus declarative gui location network phonon4 printsupport \
25
		script webchannel widgets xml \
25
		script webchannel widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
27
28
OPTIONS_DEFINE=		DOCS WORKSPACE
28
OPTIONS_DEFINE=		DOCS WORKSPACE
29
OPTIONS_DEFAULT=	WORKSPACE
29
OPTIONS_DEFAULT=	WORKSPACE
(-)b/net-p2p/libktorrent/Makefile (-2 / +2 lines)
Lines 12-20 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ Link Here
12
USES=		cmake compiler:c++11-lang gettext kde:5 qca qt:5 tar:xz
12
USES=		cmake compiler:c++11-lang gettext kde:5 qca qt:5 tar:xz
13
USE_KDE=	archive completion config coreaddons crash i18n \
13
USE_KDE=	archive completion config coreaddons crash i18n \
14
		jobwidgets kio service solid widgetsaddons windowsystem \
14
		jobwidgets kio service solid widgetsaddons windowsystem \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network widgets xml \
16
USE_QT=		concurrent core dbus gui network widgets xml \
17
		buildtools_build qmake_build testlib_build
17
		buildtools:build qmake:build testlib:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/net-p2p/litecoin/Makefile (-1 / +1 lines)
Lines 23-29 SLAVE_PORT?= no Link Here
23
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
23
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
24
USES+=		desktop-file-utils
24
USES+=		desktop-file-utils
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
27
28
BUILD_DEPENDS+=	protoc:devel/protobuf
28
BUILD_DEPENDS+=	protoc:devel/protobuf
29
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
29
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
(-)b/net-p2p/namecoin/Makefile (-1 / +1 lines)
Lines 25-31 SLAVE_PORT?= no Link Here
25
25
26
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
26
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
27
USES+=		desktop-file-utils qt:5
27
USES+=		desktop-file-utils qt:5
28
USE_QT=		core buildtools gui linguisttools_build network qmake_build xml widgets
28
USE_QT=		core buildtools gui linguisttools:build network qmake:build xml widgets
29
29
30
BUILD_DEPENDS+=	protoc:devel/protobuf \
30
BUILD_DEPENDS+=	protoc:devel/protobuf \
31
		svg2png:graphics/svg2png
31
		svg2png:graphics/svg2png
(-)b/net-p2p/qbittorrent/Makefile (-1 / +1 lines)
Lines 20-26 nox_PLIST= ${MASTERDIR}/pkg-plist-nox Link Here
20
20
21
USES=			compiler:c++14-lang cpe pkgconfig qmake:no_env qt:5 ssl tar:xz
21
USES=			compiler:c++14-lang cpe pkgconfig qmake:no_env qt:5 ssl tar:xz
22
GNU_CONFIGURE=		yes
22
GNU_CONFIGURE=		yes
23
USE_QT=			core network sql xml buildtools_build linguisttools_build qmake_build
23
USE_QT=			core network sql xml buildtools:build linguisttools:build qmake:build
24
DESTDIRNAME=		INSTALL_ROOT
24
DESTDIRNAME=		INSTALL_ROOT
25
CONFIGURE_ENV+=		openssl_CFLAGS="-I${OPENSSLINC}" openssl_LIBS="-L${OPENSSLLIB} -lssl"
25
CONFIGURE_ENV+=		openssl_CFLAGS="-I${OPENSSLINC}" openssl_LIBS="-L${OPENSSLLIB} -lssl"
26
26
(-)b/net-p2p/retroshare/Makefile (-1 / +1 lines)
Lines 28-34 RS_REVISION= 0e6d27a Link Here
28
USE_GNOME=	libxml2 libxslt
28
USE_GNOME=	libxml2 libxslt
29
USE_GL=		gl
29
USE_GL=		gl
30
USE_QT=		core gui multimedia printsupport network widgets xml \
30
USE_QT=		core gui multimedia printsupport network widgets xml \
31
		buildtools_build uitools_build
31
		buildtools:build uitools:build
32
DOS2UNIX_FILES=	retroshare-nogui/src/retroshare-nogui.pro \
32
DOS2UNIX_FILES=	retroshare-nogui/src/retroshare-nogui.pro \
33
		retroshare-gui/src/gui/elastic/node.cpp
33
		retroshare-gui/src/gui/elastic/node.cpp
34
34
(-)b/net-p2p/torrent-file-editor/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= GPLv3+ Link Here
10
10
11
USES=		cmake compiler:c++11-lang desktop-file-utils qt:5
11
USES=		cmake compiler:c++11-lang desktop-file-utils qt:5
12
USE_GITHUB=	yes
12
USE_GITHUB=	yes
13
USE_QT=		buildtools_build linguisttools_build qmake_build \
13
USE_QT=		buildtools:build linguisttools:build qmake:build \
14
		core gui widgets
14
		core gui widgets
15
15
16
CMAKE_ARGS=	-DQT5_BUILD:BOOL=ON \
16
CMAKE_ARGS=	-DQT5_BUILD:BOOL=ON \
(-)b/net-p2p/transmission-qt/Makefile (-1 / +1 lines)
Lines 6-12 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ Link Here
6
6
7
USES=		compiler:c++11-lang qt:5
7
USES=		compiler:c++11-lang qt:5
8
NLS_USES=	gettext-runtime:run qt:5
8
NLS_USES=	gettext-runtime:run qt:5
9
USE_QT=		buildtools_build linguisttools_build qmake_build \
9
USE_QT=		buildtools:build linguisttools:build qmake:build \
10
		core dbus gui network widgets
10
		core dbus gui network widgets
11
CMAKE_ON=	USE_QT
11
CMAKE_ON=	USE_QT
12
12
(-)b/net-p2p/zetacoin/Makefile (-1 / +1 lines)
Lines 25-31 SLAVE_PORT?= no Link Here
25
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
25
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
26
USES+=		desktop-file-utils qt:5
26
USES+=		desktop-file-utils qt:5
27
USE_QT=		core gui network widgets \
27
USE_QT=		core gui network widgets \
28
		buildtools_build linguisttools_build qmake_build
28
		buildtools:build linguisttools:build qmake:build
29
29
30
BUILD_DEPENDS+=	protoc:devel/protobuf
30
BUILD_DEPENDS+=	protoc:devel/protobuf
31
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
31
LIB_DEPENDS+=	libprotobuf.so:devel/protobuf
(-)b/net/akonadi-calendar/Makefile (-2 / +2 lines)
Lines 11-22 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		dbusaddons kdelibs4support i18n iconthemes itemmodels \
12
		dbusaddons kdelibs4support i18n iconthemes itemmodels \
13
		jobwidgets kio service solid wallet widgetsaddons windowsystem xmlgui \
13
		jobwidgets kio service solid wallet widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
# pim components
15
# pim components
16
USE_KDE+=	akonadi akonadicontacts akonadimime calendarcore calendarutils \
16
USE_KDE+=	akonadi akonadicontacts akonadimime calendarcore calendarutils \
17
		contacts grantleetheme identitymanagement mailtransport mime pimtextedit
17
		contacts grantleetheme identitymanagement mailtransport mime pimtextedit
18
USE_QT=		concurrent core dbus gui network widgets xml \
18
USE_QT=		concurrent core dbus gui network widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/akonadi-contacts/Makefile (-2 / +2 lines)
Lines 17-27 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ Link Here
17
USE_KDE=	auth codecs completion config configwidgets coreaddons \
17
USE_KDE=	auth codecs completion config configwidgets coreaddons \
18
		dbusaddons i18n iconthemes itemmodels jobwidgets kcmutils kio \
18
		dbusaddons i18n iconthemes itemmodels jobwidgets kcmutils kio \
19
		prison service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
19
		prison service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
20
		ecm_build
20
		ecm:build
21
# pim components
21
# pim components
22
USE_KDE+=	akonadi akonadimime calendarcore contacts grantleetheme libkleo mime
22
USE_KDE+=	akonadi akonadimime calendarcore contacts grantleetheme libkleo mime
23
USE_QT=		concurrent core dbus gui network testlib widgets xml \
23
USE_QT=		concurrent core dbus gui network testlib widgets xml \
24
		buildtools_build qmake_build
24
		buildtools:build qmake:build
25
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
26
27
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
27
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/akonadi-mime/Makefile (-2 / +2 lines)
Lines 10-20 LICENSE= LGPL21 Link Here
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 shared-mime-info tar:xz
10
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 shared-mime-info tar:xz
11
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
11
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
12
		i18n itemmodels kio service widgetsaddons xmlgui \
12
		i18n itemmodels kio service widgetsaddons xmlgui \
13
		ecm_build
13
		ecm:build
14
# pim components
14
# pim components
15
USE_KDE+=	akonadi mime
15
USE_KDE+=	akonadi mime
16
USE_QT=		concurrent core dbus gui network widgets xml \
16
USE_QT=		concurrent core dbus gui network widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/akonadi-notes/Makefile (-2 / +2 lines)
Lines 9-19 LICENSE= LGPL21 Link Here
9
9
10
USES=		cmake 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=	i18n \
11
USE_KDE=	i18n \
12
		ecm_build
12
		ecm:build
13
# pim components
13
# pim components
14
USE_KDE+=	akonadi mime
14
USE_KDE+=	akonadi mime
15
USE_QT=		core xml \
15
USE_QT=		core xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/akonadi-search/Makefile (-2 / +2 lines)
Lines 13-23 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		crash i18n itemmodels kcmutils package plasma-framework \
14
		crash i18n itemmodels kcmutils package plasma-framework \
15
		runner service widgetsaddons \
15
		runner service widgetsaddons \
16
		ecm_build
16
		ecm:build
17
# pim components
17
# pim components
18
USE_KDE+=	akonadi akonadimime calendarcore contacts  mime
18
USE_KDE+=	akonadi akonadimime calendarcore contacts  mime
19
USE_QT=		core dbus gui widgets xml \
19
USE_QT=		core dbus gui widgets xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
23
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
23
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/avahi-qt5/Makefile (-1 / +1 lines)
Lines 15-21 PLIST= ${.CURDIR}/pkg-plist Link Here
15
15
16
AVAHI_SLAVE=	qt5
16
AVAHI_SLAVE=	qt5
17
USES=		compiler:c++11-lang qt:5
17
USES=		compiler:c++11-lang qt:5
18
USE_QT=		core buildtools_build
18
USE_QT=		core buildtools:build
19
AVAHI_PKGCONFIG=avahi-qt5.pc
19
AVAHI_PKGCONFIG=avahi-qt5.pc
20
20
21
.include "${MASTERDIR}/Makefile"
21
.include "${MASTERDIR}/Makefile"
(-)b/net/calendarsupport/Makefile (-2 / +2 lines)
Lines 13-26 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		guiaddons i18n iconthemes itemmodels jobwidgets kio service \
14
		guiaddons i18n iconthemes itemmodels jobwidgets kio service \
15
		solid widgetsaddons windowsystem \
15
		solid widgetsaddons windowsystem \
16
		ecm_build
16
		ecm:build
17
# pim components
17
# pim components
18
USE_KDE+=	akonadi akonadicalendar akonadinotes calendarcore calendarutils \
18
USE_KDE+=	akonadi akonadicalendar akonadinotes calendarcore calendarutils \
19
		holidays identitymanagement mime pimcommon \
19
		holidays identitymanagement mime pimcommon \
20
		pimtextedit
20
		pimtextedit
21
USE_QT=		concurrent core dbus gui network printsupport uitools \
21
USE_QT=		concurrent core dbus gui network printsupport uitools \
22
		widgets xml \
22
		widgets xml \
23
		buildtools_build qmake_build testlib_build
23
		buildtools:build qmake:build testlib:build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
OPTIONS_DEFINE=	DOCS
26
OPTIONS_DEFINE=	DOCS
(-)b/net/eventviews/Makefile (-2 / +2 lines)
Lines 13-25 LIB_DEPENDS= libKGantt.so:graphics/kdiagram Link Here
13
USES=		cmake 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=	auth codecs completion config configwidgets coreaddons \
14
USE_KDE=	auth codecs completion config configwidgets coreaddons \
15
		guiaddons i18n iconthemes itemmodels service widgetsaddons \
15
		guiaddons i18n iconthemes itemmodels service widgetsaddons \
16
		ecm_build
16
		ecm:build
17
# pim components
17
# pim components
18
USE_KDE+=	akonadi akonadicalendar akonadicontacts calendarcore \
18
USE_KDE+=	akonadi akonadicalendar akonadicontacts calendarcore \
19
		calendarsupport calendarutils contacts holidays identitymanagement \
19
		calendarsupport calendarutils contacts holidays identitymanagement \
20
		libkdepim mime pimtextedit
20
		libkdepim mime pimtextedit
21
USE_QT=		core gui printsupport uitools widgets xml \
21
USE_QT=		core gui printsupport uitools widgets xml \
22
		buildtools_build qmake_build testlib_build
22
		buildtools:build qmake:build testlib:build
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
(-)b/net/incidenceeditor/Makefile (-2 / +2 lines)
Lines 14-20 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
14
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
USE_KDE=	auth codecs completion config configwidgets coreaddons \
15
		i18n iconthemes itemmodels jobwidgets kio service solid sonnet \
15
		i18n iconthemes itemmodels jobwidgets kio service solid sonnet \
16
		textwidgets wallet widgetsaddons windowsystem xmlgui \
16
		textwidgets wallet widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
# pim components
18
# pim components
19
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadimime calendarcore \
19
USE_KDE+=	akonadi akonadicalendar akonadicontacts akonadimime calendarcore \
20
		calendarsupport calendarutils contacts eventviews grantleetheme \
20
		calendarsupport calendarutils contacts eventviews grantleetheme \
Lines 22-28 USE_KDE+= akonadi akonadicalendar akonadicontacts akonadimime calendarcore \ Link Here
22
		pimtextedit
22
		pimtextedit
23
USE_QT=		concurrent core dbus gui network printsupport uitools \
23
USE_QT=		concurrent core dbus gui network printsupport uitools \
24
		webkit widgets xml \
24
		webkit widgets xml \
25
		buildtools_build qmake_build testlib_build
25
		buildtools:build qmake:build testlib:build
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
27
28
OPTIONS_DEFINE=	DOCS
28
OPTIONS_DEFINE=	DOCS
(-)b/net/kcalutils/Makefile (-2 / +2 lines)
Lines 10-20 LICENSE= LGPL21 Link Here
10
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz
11
USE_KDE=	codecs config coreaddons i18n iconthemes kdelibs4support \
11
USE_KDE=	codecs config coreaddons i18n iconthemes kdelibs4support \
12
		widgetsaddons \
12
		widgetsaddons \
13
		ecm_build
13
		ecm:build
14
# pim components
14
# pim components
15
USE_KDE+=	calendarcore identitymanagement pimtextedit
15
USE_KDE+=	calendarcore identitymanagement pimtextedit
16
USE_QT=		core gui widgets xml \
16
USE_QT=		core gui widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kdenetwork-filesharing/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KDE Filesharing via Samba Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth completion config coreaddons doctools i18n jobwidgets \
9
USE_KDE=	auth completion config coreaddons doctools i18n jobwidgets \
10
		kdeclarative kio package service solid widgetsaddons windowsystem \
10
		kdeclarative kio package service solid widgetsaddons windowsystem \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core dbus declarative gui network widgets \
12
USE_QT=		concurrent core dbus declarative gui network widgets \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/net/kf5-kcalendarcore/Makefile (-2 / +2 lines)
Lines 12-20 LIB_DEPENDS= libical.so:devel/libical Link Here
12
12
13
USES=		bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
13
USES=		bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
14
USE_KDE=	init \
14
USE_KDE=	init \
15
		ecm_build
15
		ecm:build
16
USE_QT=		core gui \
16
USE_QT=		core gui \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kf5-kcontacts/Makefile (-2 / +2 lines)
Lines 13-21 RUN_DEPENDS= iso-codes>=0:misc/iso-codes Link Here
13
13
14
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
14
USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
15
USE_KDE=	codecs config coreaddons i18n \
15
USE_KDE=	codecs config coreaddons i18n \
16
		ecm_build
16
		ecm:build
17
USE_QT=		core gui \
17
USE_QT=		core gui \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
21
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kf5-kdav/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= DAV protocol implementation with KJobs Link Here
8
8
9
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
10
USE_KDE=	config coreaddons i18n kio service \
10
USE_KDE=	config coreaddons i18n kio service \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core dbus gui network xml xmlpatterns \
12
USE_QT=		concurrent core dbus gui network xml xmlpatterns \
13
		buildtools_build qmake_build testlib_build
13
		buildtools:build qmake:build testlib:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
16
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kf5-kholidays/Makefile (-2 / +2 lines)
Lines 9-17 LICENSE= LGPL21 Link Here
9
9
10
USES=		cmake 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=	emoticons init itemmodels itemviews \
11
USE_KDE=	emoticons init itemmodels itemviews \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core declarative gui network \
13
USE_QT=		core declarative gui network \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/net/kf5-kxmlrpcclient/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 interaction with XMLRPC services Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	config coreaddons i18n kio service \
9
USE_KDE=	config coreaddons i18n kio service \
10
		doctools_build ecm_build 
10
		doctools:build ecm:build 
11
USE_QT=		concurrent core dbus gui network xml \
11
USE_QT=		concurrent core dbus gui network xml \
12
		buildtools_build qmake_build 
12
		buildtools:build qmake:build 
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/net/kf5-syndication/Makefile (-2 / +2 lines)
Lines 10-18 LICENSE= LGPL21 Link Here
10
10
11
USES=		cmake 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=	codecs service \
12
USE_KDE=	codecs service \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core xml \
14
USE_QT=		core xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/net/kget/Makefile (-2 / +2 lines)
Lines 24-32 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
24
		kdelibs4support kio notifications notifyconfig parts service \
24
		kdelibs4support kio notifications notifyconfig parts service \
25
		solid sonnet textwidgets unitconversion wallet widgetsaddons \
25
		solid sonnet textwidgets unitconversion wallet widgetsaddons \
26
		windowsystem xmlgui \
26
		windowsystem xmlgui \
27
		ecm_build
27
		ecm:build
28
USE_QT=		concurrent core dbus gui network printsupport sql widgets xml \
28
USE_QT=		concurrent core dbus gui network printsupport sql widgets xml \
29
		buildtools_build qmake_build testlib_build
29
		buildtools:build qmake:build testlib:build
30
30
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
32
(-)b/net/kidentitymanagement/Makefile (-2 / +2 lines)
Lines 11-21 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
11
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
		emoticons i18n init itemmodels itemviews jobwidgets \
12
		emoticons i18n init itemmodels itemviews jobwidgets \
13
		kdelibs4support kio service solid widgetsaddons windowsystem xmlgui \
13
		kdelibs4support kio service solid widgetsaddons windowsystem xmlgui \
14
		ecm_build
14
		ecm:build
15
# pim components
15
# pim components
16
USE_KDE+=	pimtextedit
16
USE_KDE+=	pimtextedit
17
USE_QT=		concurrent core dbus gui network widgets xml \
17
USE_QT=		concurrent core dbus gui network widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
21
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kimap/Makefile (-2 / +2 lines)
Lines 12-22 LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 Link Here
12
12
13
USES=		cmake 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 i18n kio service \
14
USE_KDE=	codecs config coreaddons i18n kio service \
15
		ecm_build
15
		ecm:build
16
# pim components
16
# pim components
17
USE_KDE+=	mime
17
USE_KDE+=	mime
18
USE_QT=		concurrent core dbus network \
18
USE_QT=		concurrent core dbus network \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kio-gdrive/Makefile (-2 / +2 lines)
Lines 18-26 USE_GNOME= intltool Link Here
18
USE_KDE=	completion config coreaddons i18n jobwidgets kio \
18
USE_KDE=	completion config coreaddons i18n jobwidgets kio \
19
		notifications service solid widgetsaddons windowsystem \
19
		notifications service solid widgetsaddons windowsystem \
20
		gapi \
20
		gapi \
21
		ecm_build
21
		ecm:build
22
USE_QT=		concurrent core dbus gui network widgets xml \
22
USE_QT=		concurrent core dbus gui network widgets xml \
23
		buildtools_build  qmake_build
23
		buildtools:build  qmake:build
24
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
26
26
(-)b/net/kio-zeroconf/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= KDE Network monitor for DNS-SD services (Zeroconf) Link Here
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
9
USE_KDE=	config coreaddons dbusaddons dnssd i18n kio service
9
USE_KDE=	config coreaddons dbusaddons dnssd i18n kio service
10
USE_QT=		concurrent core dbus network \
10
USE_QT=		concurrent core dbus network \
11
		buildtools_build qmake_build
11
		buildtools:build qmake:build
12
12
13
OPTIONS_DEFINE=	DOCS
13
OPTIONS_DEFINE=	DOCS
14
14
(-)b/net/kitinerary/Makefile (-2 / +2 lines)
Lines 15-25 USES= compiler:c++11-lang cmake gettext gnome kde:5 pkgconfig qt:5 \ Link Here
15
		shared-mime-info ssl tar:xz
15
		shared-mime-info ssl tar:xz
16
USE_GNOME=	libxml2
16
USE_GNOME=	libxml2
17
USE_KDE=	archive coreaddons i18n \
17
USE_KDE=	archive coreaddons i18n \
18
		ecm_build
18
		ecm:build
19
# Pim components
19
# Pim components
20
USE_KDE+=	calendarcore contacts kpkpass mime
20
USE_KDE+=	calendarcore contacts kpkpass mime
21
USE_QT=		core declarative gui network \
21
USE_QT=		core declarative gui network \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
24
25
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
25
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kldap/Makefile (-2 / +2 lines)
Lines 12-22 LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ Link Here
12
12
13
USES=		cmake 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=	completion config coreaddons i18n kio widgetsaddons service \
14
USE_KDE=	completion config coreaddons i18n kio widgetsaddons service \
15
		ecm_build
15
		ecm:build
16
# pim components
16
# pim components
17
USE_KDE+=	mbox
17
USE_KDE+=	mbox
18
USE_QT=		concurrent core dbus gui network widgets \
18
USE_QT=		concurrent core dbus gui network widgets \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_OPENLDAP=	yes
20
USE_OPENLDAP=	yes
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
(-)b/net/kmailtransport/Makefile (-1 / +1 lines)
Lines 17-23 USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ Link Here
17
# pim components
17
# pim components
18
USE_KDE+=	akonadi akonadimime gapi ksmtp mime pimcommon
18
USE_KDE+=	akonadi akonadimime gapi ksmtp mime pimcommon
19
USE_QT=		concurrent core dbus gui network widgets xml \
19
USE_QT=		concurrent core dbus gui network widgets xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
23
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
23
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kmbox/Makefile (-1 / +1 lines)
Lines 12-18 USE_KDE= ecm Link Here
12
# pim components
12
# pim components
13
USE_KDE+=	mime
13
USE_KDE+=	mime
14
USE_QT=		core gui \
14
USE_QT=		core gui \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
17
18
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
18
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kmime/Makefile (-2 / +2 lines)
Lines 11-19 BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs Link Here
11
11
12
USES=		cmake 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 emoticons i18n init itemmodels itemviews \
13
USE_KDE=	codecs emoticons i18n init itemmodels itemviews \
14
		ecm_build
14
		ecm:build
15
USE_QT=		core \
15
USE_QT=		core \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kontactinterface/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
12
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
12
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
13
		kdelibs4support kio parts service solid sonnet textwidgets \
13
		kdelibs4support kio parts service solid sonnet textwidgets \
14
		widgetsaddons windowsystem xmlgui \
14
		widgetsaddons windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network widgets xml \
16
USE_QT=		concurrent core dbus gui network widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/kpeoplevcard/Makefile (-2 / +2 lines)
Lines 12-20 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
12
12
13
USES=		cmake 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=	contacts coreaddons i18n people \
14
USE_KDE=	contacts coreaddons i18n people \
15
		ecm_build
15
		ecm:build
16
USE_QT=		core gui widgets \
16
USE_QT=		core gui widgets \
17
		buildtools_build qmake_build testlib_build
17
		buildtools:build qmake:build testlib:build
18
18
19
PLIST_FILES=	lib/cmake/KF5PeopleVCard/KF5PeopleVCardConfig.cmake \
19
PLIST_FILES=	lib/cmake/KF5PeopleVCard/KF5PeopleVCardConfig.cmake \
20
		${QT_PLUGINDIR}/kpeople/datasource/KPeopleVCard.so
20
		${QT_PLUGINDIR}/kpeople/datasource/KPeopleVCard.so
(-)b/net/kpimtextedit/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
12
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
12
		emoticons i18n iconthemes init itemmodels itemviews jobwidgets \
13
		kdelibs4support kio service solid sonnet syntaxhighlighting textwidgets \
13
		kdelibs4support kio service solid sonnet syntaxhighlighting textwidgets \
14
		widgetsaddons windowsystem xmlgui \
14
		widgetsaddons windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network speech widgets xml \
16
USE_QT=		concurrent core dbus gui network speech widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
20
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/krdc/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
12
		coreaddons dnssd doctools i18n iconthemes kcmutils \
12
		coreaddons dnssd doctools i18n iconthemes kcmutils \
13
		notifications notifyconfig service wallet widgetsaddons \
13
		notifications notifyconfig service wallet widgetsaddons \
14
		windowsystem xmlgui \
14
		windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
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
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
CMAKE_ON=	WITH_VNC
20
CMAKE_ON=	WITH_VNC
(-)b/net/krfb/Makefile (-2 / +2 lines)
Lines 13-21 USES= alias cmake compiler:c++11-lib gettext jpeg \ Link Here
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		crash dbusaddons dnssd doctools i18n notifications \
14
		crash dbusaddons dnssd doctools i18n notifications \
15
		wallet wayland widgetsaddons windowsystem xmlgui \
15
		wallet wayland widgetsaddons windowsystem xmlgui \
16
		ecm_build
16
		ecm:build
17
USE_QT=		core dbus gui network widgets x11extras xml \
17
USE_QT=		core dbus gui network widgets x11extras xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_XORG=	x11 xcb xdamage xext xtst
19
USE_XORG=	x11 xcb xdamage xext xtst
20
20
21
OPTIONS_DEFINE=		TELEPATHY DOCS
21
OPTIONS_DEFINE=		TELEPATHY DOCS
(-)b/net/ksmtp/Makefile (-1 / +1 lines)
Lines 13-19 USE_KDE= config coreaddons i18n kio service Link Here
13
# pim components
13
# pim components
14
USE_KDE+=	mime
14
USE_KDE+=	mime
15
USE_QT=		concurrent core dbus network \
15
USE_QT=		concurrent core dbus network \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
(-)b/net/ktnef/Makefile (-2 / +2 lines)
Lines 9-19 LICENSE= LGPL21 Link Here
9
9
10
USES=		cmake 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 i18n kdelibs4support \
11
USE_KDE=	config coreaddons i18n kdelibs4support \
12
		ecm_build
12
		ecm:build
13
# pim components
13
# pim components
14
USE_KDE+=	calendarcore calendarutils contacts
14
USE_KDE+=	calendarcore calendarutils contacts
15
USE_QT=		core gui widgets xml \
15
USE_QT=		core gui widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
19
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/landrop/Makefile (-1 / +1 lines)
Lines 19-25 GH_ACCOUNT= LANDrop Link Here
19
GH_PROJECT=	LANDrop
19
GH_PROJECT=	LANDrop
20
20
21
USE_GL=	gl
21
USE_GL=	gl
22
USE_QT=	buildtools_build core gui network widgets
22
USE_QT=	buildtools:build core gui network widgets
23
23
24
QMAKE_SOURCE_PATH=	${WRKSRC}/LANDrop/LANDrop.pro
24
QMAKE_SOURCE_PATH=	${WRKSRC}/LANDrop/LANDrop.pro
25
25
(-)b/net/libgravatar/Makefile (-2 / +2 lines)
Lines 10-20 LICENSE= LGPL21 Link Here
10
USES=		cmake 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 i18n kio \
11
USE_KDE=	auth codecs config configwidgets coreaddons i18n kio \
12
		service sonnet textwidgets widgetsaddons \
12
		service sonnet textwidgets widgetsaddons \
13
		ecm_build
13
		ecm:build
14
# pim components
14
# pim components
15
USE_KDE+=	pimcommon
15
USE_KDE+=	pimcommon
16
USE_QT=		concurrent core dbus gui network testlib widgets xml \
16
USE_QT=		concurrent core dbus gui network testlib widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
(-)b/net/libkgapi/Makefile (-2 / +2 lines)
Lines 19-30 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
19
		itemmodels itemviews jobwidgets kdelibs4support kio \
19
		itemmodels itemviews jobwidgets kdelibs4support kio \
20
		notifications parts service textwidgets unitconversion \
20
		notifications parts service textwidgets unitconversion \
21
		widgetsaddons windowsystem xmlgui solid sonnet wallet \
21
		widgetsaddons windowsystem xmlgui solid sonnet wallet \
22
		ecm_build
22
		ecm:build
23
# pim components
23
# pim components
24
USE_KDE+=	calendarcore contacts
24
USE_KDE+=	calendarcore contacts
25
USE_QT=		concurrent core dbus declarative gui location network \
25
USE_QT=		concurrent core dbus declarative gui location network \
26
		printsupport webchannel webengine widgets xml \
26
		printsupport webchannel webengine widgets xml \
27
		buildtools_build qmake_build
27
		buildtools:build qmake:build
28
28
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
(-)b/net/libksieve/Makefile (-2 / +2 lines)
Lines 14-26 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
14
USE_KDE=	archive attica auth codecs completion config configwidgets \
14
USE_KDE=	archive attica auth codecs completion config configwidgets \
15
		coreaddons i18n iconthemes jobwidgets kio newstuff service \
15
		coreaddons i18n iconthemes jobwidgets kio newstuff service \
16
		solid sonnet syntaxhighlighting wallet widgetsaddons windowsystem xmlgui \
16
		solid sonnet syntaxhighlighting wallet widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
# pim components
18
# pim components
19
USE_KDE+=	akonadi identitymanagement libkdepim mailtransport mime \
19
USE_KDE+=	akonadi identitymanagement libkdepim mailtransport mime \
20
		pimcommon pimtextedit
20
		pimcommon pimtextedit
21
USE_QT=		concurrent core dbus declarative gui location network printsupport \
21
USE_QT=		concurrent core dbus declarative gui location network printsupport \
22
		uitools webchannel webengine widgets xml \
22
		uitools webchannel webengine widgets xml \
23
                buildtools_build qmake_build testlib_build
23
                buildtools:build qmake:build testlib:build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
26
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/libkvkontakte/Makefile (-1 / +1 lines)
Lines 14-19 LICENSE_FILE= ${WRKSRC}/COPYING.LIB Link Here
14
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
14
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
15
USE_KDE=	config coreaddons ecm i18n kdewebkit kio service widgetsaddons
15
USE_KDE=	config coreaddons ecm i18n kdewebkit kio service widgetsaddons
16
USE_QT=		core gui network webkit widgets \
16
USE_QT=		core gui network webkit widgets \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/net/libmaia/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= XML-RPC library for Qt Link Here
10
USES=		compiler:c++11-lang gmake qmake qt:5
10
USES=		compiler:c++11-lang gmake qmake qt:5
11
USE_GITHUB=	yes
11
USE_GITHUB=	yes
12
GH_ACCOUNT=	wiedi
12
GH_ACCOUNT=	wiedi
13
USE_QT=		buildtools_build network xml
13
USE_QT=		buildtools:build network xml
14
14
15
PLIST_FILES=	include/maia/maiaObject.h \
15
PLIST_FILES=	include/maia/maiaObject.h \
16
		include/maia/maiaXmlRpcClient.h \
16
		include/maia/maiaXmlRpcClient.h \
(-)b/net/libmediawiki/Makefile (-1 / +1 lines)
Lines 18-23 LICENSE_FILE= ${WRKSRC}/COPYING.LIB Link Here
18
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
18
USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
19
USE_KDE=	coreaddons ecm
19
USE_KDE=	coreaddons ecm
20
USE_QT=		core network testlib \
20
USE_QT=		core network testlib \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/net/linphone/Makefile (-2 / +2 lines)
Lines 22-29 GL_ACCOUNT= public Link Here
22
GL_PROJECT=	linphone-desktop
22
GL_PROJECT=	linphone-desktop
23
GL_COMMIT=	da40aed848da44e851d67a2039e7e966c5257d3b
23
GL_COMMIT=	da40aed848da44e851d67a2039e7e966c5257d3b
24
USE_QT=		concurrent core dbus declarative gui linguisttools network \
24
USE_QT=		concurrent core dbus declarative gui linguisttools network \
25
		quickcontrols2 speech svg testlib widgets buildtools_build \
25
		quickcontrols2 speech svg testlib widgets buildtools:build \
26
		qmake_build graphicaleffects_run quickcontrols_run
26
		qmake:build graphicaleffects:run quickcontrols:run
27
27
28
# Linphone's plugin API is implemented in a shared object with rather generic
28
# Linphone's plugin API is implemented in a shared object with rather generic
29
# SONAME and filename, libapp-plugin.so. For classic installation in the
29
# SONAME and filename, libapp-plugin.so. For classic installation in the
(-)b/net/mailcommon/Makefile (-2 / +2 lines)
Lines 19-32 USE_KDE= archive auth codecs completion config configwidgets coreaddons \ Link Here
19
		i18n iconthemes itemmodels itemviews jobwidgets kio \
19
		i18n iconthemes itemmodels itemviews jobwidgets kio \
20
		service solid sonnet syntaxhighlighting textwidgets wallet \
20
		service solid sonnet syntaxhighlighting textwidgets wallet \
21
		widgetsaddons windowsystem xmlgui \
21
		widgetsaddons windowsystem xmlgui \
22
		ecm_build
22
		ecm:build
23
# pim components
23
# pim components
24
USE_KDE+=	akonadi akonadicontacts akonadimime contacts grantleetheme identitymanagement \
24
USE_KDE+=	akonadi akonadicontacts akonadimime contacts grantleetheme identitymanagement \
25
		imap ldap libkdepim libkleo mailimporter \
25
		imap ldap libkdepim libkleo mailimporter \
26
		mailtransport messagelib mime pimcommon pimtextedit
26
		mailtransport messagelib mime pimcommon pimtextedit
27
USE_QT=		concurrent core dbus network xml designer gui multimedia \
27
USE_QT=		concurrent core dbus network xml designer gui multimedia \
28
		phonon4 testlib uiplugin uitools webkit widgets \
28
		phonon4 testlib uiplugin uitools webkit widgets \
29
                buildtools_build qmake_build
29
                buildtools:build qmake:build
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
31
32
OPTIONS_DEFINE=	DOCS
32
OPTIONS_DEFINE=	DOCS
(-)b/net/mailimporter/Makefile (-2 / +2 lines)
Lines 12-22 BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs Link Here
12
USES=		cmake 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 archive codecs config configwidgets coreaddons i18n itemmodels \
13
USE_KDE=	auth archive codecs config configwidgets coreaddons i18n itemmodels \
14
		kio service widgetsaddons \
14
		kio service widgetsaddons \
15
		ecm_build
15
		ecm:build
16
# pim components
16
# pim components
17
USE_KDE+=	akonadi akonadimime libkdepim mime pimcommon
17
USE_KDE+=	akonadi akonadimime libkdepim mime pimcommon
18
USE_QT=		concurrent core dbus gui network uitools widgets xml \
18
USE_QT=		concurrent core dbus gui network uitools widgets xml \
19
		buildtools_build qmake_build testlib_build
19
		buildtools:build qmake:build testlib:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
22
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/messagelib/Makefile (-2 / +2 lines)
Lines 20-26 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
20
		coreaddons guiaddons i18n iconthemes imap itemmodels itemviews jobwidgets \
20
		coreaddons guiaddons i18n iconthemes imap itemmodels itemviews jobwidgets \
21
		kdewebkit kio service solid sonnet syntaxhighlighting \
21
		kdewebkit kio service solid sonnet syntaxhighlighting \
22
		textwidgets wallet widgetsaddons windowsystem xmlgui \
22
		textwidgets wallet widgetsaddons windowsystem xmlgui \
23
		ecm_build
23
		ecm:build
24
# pim components
24
# pim components
25
USE_KDE+=	akonadi akonadicontacts akonadimime akonadisearch calendarcore \
25
USE_KDE+=	akonadi akonadicontacts akonadimime akonadisearch calendarcore \
26
		contacts grantleetheme gravatar identitymanagement \
26
		contacts grantleetheme gravatar identitymanagement \
Lines 28-34 USE_KDE+= akonadi akonadicontacts akonadimime akonadisearch calendarcore \ Link Here
28
		mime pimcommon pimtextedit
28
		mime pimcommon pimtextedit
29
USE_QT=		concurrent core dbus declarative gui location network printsupport \
29
USE_QT=		concurrent core dbus declarative gui location network printsupport \
30
		uitools webchannel webengine widgets xml \
30
		uitools webchannel webengine widgets xml \
31
		buildtools_build qmake_build testlib_build
31
		buildtools:build qmake:build testlib:build
32
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
33
33
34
OPTIONS_DEFINE=		INOTIFY DOCS
34
OPTIONS_DEFINE=		INOTIFY DOCS
(-)b/net/nitroshare/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libqhttpengine.so:www/qhttpengine \ Link Here
16
USES=		cmake compiler:c++11-lang qt:5
16
USES=		cmake compiler:c++11-lang qt:5
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_PROJECT=	${PORTNAME}-desktop
18
GH_PROJECT=	${PORTNAME}-desktop
19
USE_QT=		core gui network widgets buildtools_build qmake_build
19
USE_QT=		core gui network widgets buildtools:build qmake:build
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/net/pimcommon/Makefile (-2 / +2 lines)
Lines 14-26 USE_KDE= archive attica auth codecs completion config configwidgets \ Link Here
14
		coreaddons dbusaddons emoticons i18n init iconthemes itemmodels itemviews \
14
		coreaddons dbusaddons emoticons i18n init iconthemes itemmodels itemviews \
15
		jobwidgets kcmutils kio newstuff service solid sonnet textwidgets \
15
		jobwidgets kcmutils kio newstuff service solid sonnet textwidgets \
16
		wallet widgetsaddons windowsystem xmlgui \
16
		wallet widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
# pim components
18
# pim components
19
USE_KDE+=	akonadi akonadicontacts akonadisearch contacts grantleetheme imap ldap \
19
USE_KDE+=	akonadi akonadicontacts akonadisearch contacts grantleetheme imap ldap \
20
		libkdepim mime pimtextedit purpose
20
		libkdepim mime pimtextedit purpose
21
USE_QT=		concurrent core dbus designer gui network printsupport script testlib \
21
USE_QT=		concurrent core dbus designer gui network printsupport script testlib \
22
		uiplugin uitools webkit widgets xml \
22
		uiplugin uitools webkit widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
25
26
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
26
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
(-)b/net/py-qt5-networkauth/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 Link Here
16
16
17
USES=		gl pyqt:5 python:3.8+ qt:5
17
USES=		gl pyqt:5 python:3.8+ qt:5
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_PYQT=	sip_build pyqt5
19
USE_PYQT=	sip:build pyqt5
20
USE_PYTHON=	concurrent flavors py3kplist
20
USE_PYTHON=	concurrent flavors py3kplist
21
USE_QT=		core gui network networkauth
21
USE_QT=		core gui network networkauth
22
22
(-)b/net/qoauth-qt5/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
13
14
USES=		compiler:c++11-lang qmake:outsource qca qt:5
14
USES=		compiler:c++11-lang qmake:outsource qca qt:5
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
USE_QT=		core network testlib buildtools_build qmake_build
16
USE_QT=		core network testlib buildtools:build qmake:build
17
17
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	ayoy
19
GH_ACCOUNT=	ayoy
(-)b/net/qt5-network/Makefile (-1 / +1 lines)
Lines 11-17 RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss Link Here
11
11
12
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base ssl
12
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base ssl
13
USE_PERL5=	extract
13
USE_PERL5=	extract
14
USE_QT=		core buildtools_build
14
USE_QT=		core buildtools:build
15
HAS_CONFIGURE=	yes
15
HAS_CONFIGURE=	yes
16
CONFIGURE_ARGS=	-no-gui -no-xcb
16
CONFIGURE_ARGS=	-no-gui -no-xcb
17
17
(-)b/net/qt5-networkauth/Makefile (-1 / +1 lines)
Lines 9-14 COMMENT= Qt network auth module Link Here
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core network \
11
USE_QT=		core network \
12
		buildtools_build
12
		buildtools:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/net/quiterss/Makefile (-2 / +2 lines)
Lines 13-20 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
13
14
USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig \
14
USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig \
15
		qmake:outsource qt:5 sqlite
15
		qmake:outsource qt:5 sqlite
16
USE_QT=		buildtools_build linguisttools_build core xml gui widgets \
16
USE_QT=		buildtools:build linguisttools:build core xml gui widgets \
17
		network multimedia printsupport webkit sql sql-sqlite3_run
17
		network multimedia printsupport webkit sql sql-sqlite3:run
18
USE_GL=		gl
18
USE_GL=		gl
19
19
20
NO_WRKSUBDIR=	yes
20
NO_WRKSUBDIR=	yes
(-)b/net/rclone-browser/Makefile (-1 / +1 lines)
Lines 14-20 USES= cmake pkgconfig qt:5 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	kapitainsky
15
GH_ACCOUNT=	kapitainsky
16
GH_PROJECT=	RcloneBrowser
16
GH_PROJECT=	RcloneBrowser
17
USE_QT=		buildtools_build core gui qmake_build widgets
17
USE_QT=		buildtools:build core gui qmake:build widgets
18
18
19
# Prepare for Qt5-5.15
19
# Prepare for Qt5-5.15
20
CFLAGS+=	-Wno-deprecated
20
CFLAGS+=	-Wno-deprecated
(-)b/net/remmina/Makefile (-1 / +1 lines)
Lines 82-88 GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt Link Here
82
GCRYPT_CMAKE_BOOL=	WITH_GCRYPT
82
GCRYPT_CMAKE_BOOL=	WITH_GCRYPT
83
83
84
KWALLET_USES=		kde:5 qt:5
84
KWALLET_USES=		kde:5 qt:5
85
KWALLET_USE=		kde=wallet qt=buildtools_build,core,gui,qmake_build
85
KWALLET_USE=		kde=wallet qt=buildtools:build,core,gui,qmake:build
86
KWALLET_CMAKE_BOOL=	WITH_KF5WALLET
86
KWALLET_CMAKE_BOOL=	WITH_KF5WALLET
87
87
88
NLS_CMAKE_BOOL=		WITH_TRANSLATIONS
88
NLS_CMAKE_BOOL=		WITH_TRANSLATIONS
(-)b/net/rsplib/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
11
12
USES=		cmake compiler:c++11-lang qt:5 shebangfix tar:xz
12
USES=		cmake compiler:c++11-lang qt:5 shebangfix tar:xz
13
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
14
USE_QT=		buildtools_build core gui qmake widgets xml
14
USE_QT=		buildtools:build core gui qmake widgets xml
15
15
16
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man \
16
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man \
17
		-DDOCSDIR="${DOCSDIR}" \
17
		-DDOCSDIR="${DOCSDIR}" \
(-)b/net/rssguard/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Simple (yet powerful) Qt5 feed reader Link Here
8
LICENSE=	GPLv3+
8
LICENSE=	GPLv3+
9
9
10
USES=		cmake qt:5
10
USES=		cmake qt:5
11
USE_QT=		buildtools_build linguisttools_build qmake_build \
11
USE_QT=		buildtools:build linguisttools:build qmake:build \
12
		core dbus declarative gui multimedia network sql \
12
		core dbus declarative gui multimedia network sql \
13
		widgets xml
13
		widgets xml
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
(-)b/net/savvycan/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= MIT Link Here
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
11
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
12
12
13
USES=		compiler:c++11-lang gmake python:build,3.6+ qmake qt:5
13
USES=		compiler:c++11-lang gmake python:build,3.6+ qmake qt:5
14
USE_QT=		buildtools_build core gui help printsupport serialbus \
14
USE_QT=		buildtools:build core gui help printsupport serialbus \
15
		serialport websockets-qml widgets
15
		serialport websockets-qml widgets
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
(-)b/net/smb4k/Makefile (-2 / +2 lines)
Lines 17-26 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
17
		dbusaddons dnssd i18n iconthemes jobwidgets kio notifications \
17
		dbusaddons dnssd i18n iconthemes jobwidgets kio notifications \
18
		plasma-framework service solid wallet widgetsaddons \
18
		plasma-framework service solid wallet widgetsaddons \
19
		windowsystem xmlgui \
19
		windowsystem xmlgui \
20
		doctools_build ecm_build
20
		doctools:build ecm:build
21
USE_QT=		concurrent core dbus declarative gui network printsupport \
21
USE_QT=		concurrent core dbus declarative gui network printsupport \
22
		testlib widgets xml \
22
		testlib widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
24
25
KDE_INVENT=	992987421af68f2695867722b8dc4ca30a4669ec network
25
KDE_INVENT=	992987421af68f2695867722b8dc4ca30a4669ec network
26
26
(-)b/net/spoofer/Makefile (-1 / +1 lines)
Lines 24-30 OPTIONS_DEFAULT=GUI Link Here
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
25
25
26
GUI_USES=	gl qt:5
26
GUI_USES=	gl qt:5
27
GUI_USE=	GL=gl QT=buildtools_build,qmake_build,core,network,gui,widgets
27
GUI_USE=	GL=gl QT=buildtools:build,qmake:build,core,network,gui,widgets
28
GUI_CONFIGURE_ENABLE=	manager
28
GUI_CONFIGURE_ENABLE=	manager
29
GUI_VARS=	USE_RC_SUBR=${PORTNAME}
29
GUI_VARS=	USE_RC_SUBR=${PORTNAME}
30
30
(-)b/net/wireshark/Makefile (-1 / +1 lines)
Lines 80-86 CISCODUMP_DESC= Build ciscodump extcap tool Link Here
80
OPUS_DESC=		Build opus decoder plugin
80
OPUS_DESC=		Build opus decoder plugin
81
81
82
GUI_USES=		qt:5
82
GUI_USES=		qt:5
83
GUI_USE=	qt=core,gui,multimedia,widgets,printsupport,svg,buildtools_build,linguisttools_build,qmake_build
83
GUI_USE=	qt=core,gui,multimedia,widgets,printsupport,svg,buildtools:build,linguisttools:build,qmake:build
84
84
85
LTO_CMAKE_BOOL=		ENABLE_LTO
85
LTO_CMAKE_BOOL=		ENABLE_LTO
86
LUA_USES=		lua:51-52
86
LUA_USES=		lua:51-52
(-)b/net/wpa_supplicant_gui/Makefile (-2 / +2 lines)
Lines 14-21 LICENSE= BSD3CLAUSE Link Here
14
LICENSE_FILE=	${WRKSRC}/../COPYING
14
LICENSE_FILE=	${WRKSRC}/../COPYING
15
15
16
USES=		gl gmake qt:5 xorg
16
USES=		gl gmake qt:5 xorg
17
USE_QT=		qmake_build buildtools_build linguisttools_build core gui \
17
USE_QT=		qmake:build buildtools:build linguisttools:build core gui \
18
		widgets svg_run
18
		widgets svg:run
19
USE_GL=		gl
19
USE_GL=		gl
20
20
21
ALL_TARGET=	wpa_gui-qt4
21
ALL_TARGET=	wpa_gui-qt4
(-)b/net/x2goclient/Makefile (-1 / +1 lines)
Lines 21-27 USES= compiler:c++11-lang gl pkgconfig qmake qt:5 xorg Link Here
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_XORG=	x11 xpm
22
USE_XORG=	x11 xpm
23
USE_QT=		core gui network svg widgets x11extras  \
23
USE_QT=		core gui network svg widgets x11extras  \
24
		buildtools_build linguisttools_build qmake_build
24
		buildtools:build linguisttools:build qmake:build
25
QMAKE_ARGS=	QMAKE_LRELEASE="${LRELEASE}"
25
QMAKE_ARGS=	QMAKE_LRELEASE="${LRELEASE}"
26
26
27
OPTIONS_DEFINE=		DOCS LDAP
27
OPTIONS_DEFINE=		DOCS LDAP
(-)b/polish/kadu/Makefile (-2 / +2 lines)
Lines 39-46 USE_GNOME= glib20 Link Here
39
USE_QT=		concurrent core dbus declarative gui multimedia network \
39
USE_QT=		concurrent core dbus declarative gui multimedia network \
40
		script scripttools sql webkit widgets x11extras \
40
		script scripttools sql webkit widgets x11extras \
41
		xml xmlpatterns \
41
		xml xmlpatterns \
42
		buildtools_build linguisttools_build testlib_build \
42
		buildtools:build linguisttools:build testlib:build \
43
		qmake_build imageformats_run sql-sqlite3_run
43
		qmake:build imageformats:run sql-sqlite3:run
44
# Setting KADU_VERSION disables git invocation
44
# Setting KADU_VERSION disables git invocation
45
CMAKE_ARGS=	-DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \
45
CMAKE_ARGS=	-DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \
46
		-DENABLE_TESTS=OFF
46
		-DENABLE_TESTS=OFF
(-)b/polish/qnapi/Makefile (-1 / +1 lines)
Lines 19-25 USE_GITHUB= yes Link Here
19
19
20
USES=		compiler:c++11-lib gl pkgconfig qmake qt:5
20
USES=		compiler:c++11-lib gl pkgconfig qmake qt:5
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_QT=		buildtools_build core gui network widgets xml
22
USE_QT=		buildtools:build core gui network widgets xml
23
23
24
CXXFLAGS+=	-I${LOCALBASE}/include/maia
24
CXXFLAGS+=	-I${LOCALBASE}/include/maia
25
25
(-)b/ports-mgmt/octopkg/Makefile (-1 / +1 lines)
Lines 15-21 USE_GITHUB= yes Link Here
15
GH_ACCOUNT=	aarnt
15
GH_ACCOUNT=	aarnt
16
16
17
USE_QT=		core concurrent declarative gui linguist network xml widgets \
17
USE_QT=		core concurrent declarative gui linguist network xml widgets \
18
		buildtools_build
18
		buildtools:build
19
19
20
PLIST_FILES=	bin/${PORTNAME} \
20
PLIST_FILES=	bin/${PORTNAME} \
21
		lib/${PORTNAME}/${PORTNAME}-doas \
21
		lib/${PORTNAME}/${PORTNAME}-doas \
(-)b/ports-mgmt/portrac/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE= BSD2CLAUSE Link Here
12
USES=		compiler:c++11-lib gl qmake qt:5 tar:bzip2
12
USES=		compiler:c++11-lib gl qmake qt:5 tar:bzip2
13
USE_CXXSTD=	c++11
13
USE_CXXSTD=	c++11
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		buildtools_build core gui widgets
15
USE_QT=		buildtools:build core gui widgets
16
16
17
PLIST_FILES=	bin/portrac \
17
PLIST_FILES=	bin/portrac \
18
		share/portrac/portrac.png \
18
		share/portrac/portrac.png \
(-)b/print/hplip/Makefile (-1 / +1 lines)
Lines 67-73 NETWORK_CONFIGURE_ENABLE= network-build Link Here
67
X11_DESC=		Graphical User Interface (Qt)
67
X11_DESC=		Graphical User Interface (Qt)
68
X11_CONFIGURE_ENABLE=	gui-build qt5
68
X11_CONFIGURE_ENABLE=	gui-build qt5
69
X11_USES=		pyqt:5
69
X11_USES=		pyqt:5
70
X11_USE=		PYQT=pyqt5_run
70
X11_USE=		PYQT=pyqt5:run
71
71
72
XSANE_DESC=		Install XSane for scanning (implies SCAN)
72
XSANE_DESC=		Install XSane for scanning (implies SCAN)
73
XSANE_IMPLIES=		SCAN
73
XSANE_IMPLIES=		SCAN
(-)b/print/limereport/Makefile (-2 / +2 lines)
Lines 10-17 LICENSE= GPLv3 Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
USES=		cmake compiler:c++11-lang dos2unix gl qt:5
12
USES=		cmake compiler:c++11-lang dos2unix gl qt:5
13
USE_QT+=	buildtools_build core gui script sql xml svg quickcontrols2 \
13
USE_QT+=	buildtools:build core gui script sql xml svg quickcontrols2 \
14
		printsupport uitools network widgets declarative qmake_build
14
		printsupport uitools network widgets declarative qmake:build
15
USE_GL=		gl
15
USE_GL=		gl
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
(-)b/print/lyx/Makefile (-1 / +1 lines)
Lines 21-27 MINOR_VERSION= 6.1 Link Here
21
21
22
USES=		autoreconf compiler:c++11-lang desktop-file-utils gmake iconv \
22
USES=		autoreconf compiler:c++11-lang desktop-file-utils gmake iconv \
23
		pkgconfig perl5 python qt:5 shebangfix tar:xz xorg
23
		pkgconfig perl5 python qt:5 shebangfix tar:xz xorg
24
USE_QT=		core concurrent gui svg widgets x11extras buildtools_build qmake_build
24
USE_QT=		core concurrent gui svg widgets x11extras buildtools:build qmake:build
25
USE_XORG=	xcb
25
USE_XORG=	xcb
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--without-included-boost \
27
CONFIGURE_ARGS=	--without-included-boost \
(-)b/print/miktex/Makefile (-1 / +1 lines)
Lines 63-69 MANPAGES_CMAKE_BOOL= WITH_MAN_PAGES Link Here
63
UIQT_CMAKE_BOOL=	WITH_UI_QT
63
UIQT_CMAKE_BOOL=	WITH_UI_QT
64
64
65
UIQT_USES=	qt:5 gl
65
UIQT_USES=	qt:5 gl
66
UIQT_USE=	qt=core,concurrent,declarative,dbus,gui,linguisttools,network,printsupport,script,scripttools,uitools,widgets,xml,buildtools_build,qmake_build gl=gl
66
UIQT_USE=	qt=core,concurrent,declarative,dbus,gui,linguisttools,network,printsupport,script,scripttools,uitools,widgets,xml,buildtools:build,qmake:build gl=gl
67
67
68
CMAKE_ARGS=	-DMIKTEX_SYSTEM_ETC_FONTS_CONFD_DIR=${LOCALBASE}/etc/fonts/conf.d \
68
CMAKE_ARGS=	-DMIKTEX_SYSTEM_ETC_FONTS_CONFD_DIR=${LOCALBASE}/etc/fonts/conf.d \
69
		-DMIKTEX_SYSTEM_VAR_CACHE_DIR=${DATADIR}/cache \
69
		-DMIKTEX_SYSTEM_VAR_CACHE_DIR=${DATADIR}/cache \
(-)b/print/posterazor/Makefile (-1 / +1 lines)
Lines 14-20 USES= compiler:c++11-lang dos2unix gl localbase:ldflags qmake qt:5 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	ehaupt
15
GH_ACCOUNT=	ehaupt
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		core gui printsupport widgets buildtools_build
17
USE_QT=		core gui printsupport widgets buildtools:build
18
18
19
QMAKE_SOURCE_PATH=	${WRKSRC}/src/posterazor.pro
19
QMAKE_SOURCE_PATH=	${WRKSRC}/src/posterazor.pro
20
20
(-)b/print/print-manager/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
12
		dbusaddons i18n iconthemes itemviews jobwidgets kcmutils \
12
		dbusaddons i18n iconthemes itemviews jobwidgets kcmutils \
13
		kio notifications plasma-framework service solid widgetsaddons \
13
		kio notifications plasma-framework service solid widgetsaddons \
14
		windowsystem \
14
		windowsystem \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
post-patch:
19
post-patch:
20
	${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \
20
	${REINPLACE_CMD} '/CUPS_DATADIR/s|/usr/share/cups|${LOCALBASE}/share/cups|' \
(-)b/print/qpdfview/Makefile (-1 / +1 lines)
Lines 17-23 USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 Link Here
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USE_QT=		concurrent core dbus gui imageformats linguisttools \
19
USE_QT=		concurrent core dbus gui imageformats linguisttools \
20
		printsupport sql sql-sqlite3 svg widgets xml buildtools_build
20
		printsupport sql sql-sqlite3 svg widgets xml buildtools:build
21
21
22
QMAKE_SOURCE_PATH=	${PORTNAME}.pro
22
QMAKE_SOURCE_PATH=	${PORTNAME}.pro
23
23
(-)b/print/qt5-printsupport/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt print support module Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core gui widgets qmake_build buildtools_build
11
USE_QT=		core gui widgets qmake:build buildtools:build
12
HAS_CONFIGURE=	yes
12
HAS_CONFIGURE=	yes
13
13
14
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
14
BUILD_WRKSRC=	${WRKSRC}/src/${PORTNAME}
(-)b/print/scribus-devel/Makefile (-2 / +2 lines)
Lines 38-45 LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ Link Here
38
38
39
USES=		cmake compiler:c++17-lang desktop-file-utils dos2unix gnome \
39
USES=		cmake compiler:c++17-lang desktop-file-utils dos2unix gnome \
40
		jpeg pkgconfig python:3.6+ qt:5 shared-mime-info tar:xz
40
		jpeg pkgconfig python:3.6+ qt:5 shared-mime-info tar:xz
41
USE_QT=		buildtools_build core declarative gui linguisttools_build \
41
USE_QT=		buildtools:build core declarative gui linguisttools:build \
42
		network opengl printsupport qmake_build widgets xml
42
		network opengl printsupport qmake:build widgets xml
43
DOS2UNIX_REGEX=	.*\.(cpp|h|txt)
43
DOS2UNIX_REGEX=	.*\.(cpp|h|txt)
44
USE_GNOME=	libxml2
44
USE_GNOME=	libxml2
45
45
(-)b/science/avogadro2/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libAvogadroCore.so:science/avogadrolibs \ Link Here
16
		libMoleQueueClient.so:misc/molequeue
16
		libMoleQueueClient.so:misc/molequeue
17
17
18
USES=		cmake compiler:c++11-lang desktop-file-utils gl libarchive qt:5
18
USES=		cmake compiler:c++11-lang desktop-file-utils gl libarchive qt:5
19
USE_QT=		core concurrent gui network widgets buildtools_build qmake_build
19
USE_QT=		core concurrent gui network widgets buildtools:build qmake:build
20
USE_GL=		gl glew glu
20
USE_GL=		gl glew glu
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
22
(-)b/science/avogadrolibs/Makefile (-1 / +1 lines)
Lines 50-56 OPENGL_USE= GL=gl,glew,glu Link Here
50
50
51
QT5_CMAKE_BOOL=		USE_QT
51
QT5_CMAKE_BOOL=		USE_QT
52
QT5_USES=		qt:5
52
QT5_USES=		qt:5
53
QT5_USE=		QT=core,concurrent,gui,network,svg,widgets,buildtools_build,qmake_build
53
QT5_USE=		QT=core,concurrent,gui,network,svg,widgets,buildtools:build,qmake:build
54
QT5_IMPLIES=		OPENGL
54
QT5_IMPLIES=		OPENGL
55
55
56
SPGLIB_DESC=		Enable optional features using spglib
56
SPGLIB_DESC=		Enable optional features using spglib
(-)b/science/elmerfem/Makefile (-2 / +2 lines)
Lines 68-75 OCC_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.0 \ Link Here
68
68
69
_LIBSTAGEDIR=	${STAGEDIR}/${PREFIX}/lib/elmersolver
69
_LIBSTAGEDIR=	${STAGEDIR}/${PREFIX}/lib/elmersolver
70
_PYVERSION=	${PYTHON_VER}${PYTHON_ABIVER}
70
_PYVERSION=	${PYTHON_VER}${PYTHON_ABIVER}
71
_QT5_LIBS=	buildtools_build concurrent core declarative gui location \
71
_QT5_LIBS=	buildtools:build concurrent core declarative gui location \
72
		network opengl printsupport qmake_build script sensors \
72
		network opengl printsupport qmake:build script sensors \
73
		sql svg webchannel webkit widgets xml
73
		sql svg webchannel webkit widgets xml
74
74
75
.include <bsd.port.pre.mk>
75
.include <bsd.port.pre.mk>
(-)b/science/iboview/Makefile (-1 / +1 lines)
Lines 18-24 ONLY_FOR_ARCHS= amd64 Link Here
18
18
19
USES=		blaslapack:openblas fortran gl qmake:outsource qt:5 tar:bz2
19
USES=		blaslapack:openblas fortran gl qmake:outsource qt:5 tar:bz2
20
USE_GL=		gl glu
20
USE_GL=		gl glu
21
USE_QT=		buildtools_build core gui widgets opengl script svg
21
USE_QT=		buildtools:build core gui widgets opengl script svg
22
22
23
PLIST_FILES=	bin/iboview
23
PLIST_FILES=	bin/iboview
24
24
(-)b/science/kalzium/Makefile (-2 / +2 lines)
Lines 23-34 USE_KDE= auth archive attica bookmarks codecs completion config configwidgets \ Link Here
23
		khtml kio newstuff notifications parts plotting service solid \
23
		khtml kio newstuff notifications parts plotting service solid \
24
		sonnet textwidgets unitconversion widgetsaddons windowsystem \
24
		sonnet textwidgets unitconversion widgetsaddons windowsystem \
25
		xmlgui \
25
		xmlgui \
26
		ecm_build
26
		ecm:build
27
USE_OCAML=	yes
27
USE_OCAML=	yes
28
NO_OCAML_RUNDEPENDS=	yes
28
NO_OCAML_RUNDEPENDS=	yes
29
USE_QT=		concurrent core dbus declarative gui network opengl printsupport script svg \
29
USE_QT=		concurrent core dbus declarative gui network opengl printsupport script svg \
30
		widgets xml \
30
		widgets xml \
31
		buildtools_build qmake_build
31
		buildtools:build qmake:build
32
32
33
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
34
34
(-)b/science/kst2/Makefile (-1 / +1 lines)
Lines 18-24 LIB_DEPENDS= libgsl.so:math/gsl \ Link Here
18
USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig \
18
USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig \
19
		qt:5 shared-mime-info
19
		qt:5 shared-mime-info
20
USE_QT=		concurrent core gui network printsupport svg widgets xml \
20
USE_QT=		concurrent core gui network printsupport svg widgets xml \
21
		buildtools_build linguisttools_build qmake_build
21
		buildtools:build linguisttools:build qmake:build
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
24
KST_VERSION=	2.0.8
24
KST_VERSION=	2.0.8
(-)b/science/liggghts/Makefile (-1 / +1 lines)
Lines 22-28 LIB_DEPENDS= libexpat.so:textproc/expat2 \ Link Here
22
22
23
USES=		compiler:c++17-lang cmake fortran gl jpeg python qt:5 xorg
23
USES=		compiler:c++17-lang cmake fortran gl jpeg python qt:5 xorg
24
USE_XORG=	ice sm x11 xext xt
24
USE_XORG=	ice sm x11 xext xt
25
USE_QT=		core declarative gui network opengl sql widgets qmake_build buildtools_build
25
USE_QT=		core declarative gui network opengl sql widgets qmake:build buildtools:build
26
USE_GL=		gl
26
USE_GL=		gl
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
28
(-)b/science/massxpert/Makefile (-2 / +2 lines)
Lines 20-27 GL_SITE= https://salsa.debian.org/ Link Here
20
GL_ACCOUNT=	debichem-team
20
GL_ACCOUNT=	debichem-team
21
GL_COMMIT=	a21ad33eee0314df202146392023dfb3868b7d84
21
GL_COMMIT=	a21ad33eee0314df202146392023dfb3868b7d84
22
USE_GNOME=	glib20
22
USE_GNOME=	glib20
23
USE_QT=		core gui printsupport svg widgets xml buildtools_build \
23
USE_QT=		core gui printsupport svg widgets xml buildtools:build \
24
		qmake_build
24
		qmake:build
25
USE_XORG=	ice sm x11 xau xcb xdmcp xext xrender
25
USE_XORG=	ice sm x11 xau xcb xdmcp xext xrender
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)b/science/molsketch/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libopenbabel.so:science/openbabel Link Here
16
16
17
USES=		cmake:noninja compiler:c++14-lang desktop-file-utils localbase:ldflags \
17
USES=		cmake:noninja compiler:c++14-lang desktop-file-utils localbase:ldflags \
18
		pkgconfig qt:5 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/
18
		pkgconfig qt:5 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/
19
USE_QT=		core gui network printsupport svg widgets buildtools_build linguisttools_build qmake_build
19
USE_QT=		core gui network printsupport svg widgets buildtools:build linguisttools:build qmake:build
20
USE_LDCONFIG=	${PREFIX}/lib/molsketch
20
USE_LDCONFIG=	${PREFIX}/lib/molsketch
21
21
22
CMAKE_ARGS=	-DMSK_PREFIX:STRING=${PREFIX}
22
CMAKE_ARGS=	-DMSK_PREFIX:STRING=${PREFIX}
(-)b/science/paraview/Makefile (-1 / +1 lines)
Lines 62-68 USES= alias cmake compiler:c11 eigen:3 fortran gl gnome jpeg localbase \ Link Here
62
		pkgconfig python qt:5 shebangfix tar:xz xorg
62
		pkgconfig python qt:5 shebangfix tar:xz xorg
63
USE_GL=		gl glew glu glut
63
USE_GL=		gl glew glu glut
64
USE_GNOME=	libxml2
64
USE_GNOME=	libxml2
65
USE_QT=		buildtools_build core gui help network opengl qmake_build sql svg	\
65
USE_QT=		buildtools:build core gui help network opengl qmake:build sql svg	\
66
		widgets x11extras xmlpatterns
66
		widgets x11extras xmlpatterns
67
USE_XORG=	ice sm x11 xau xcb xcursor xdamage xdmcp xext xfixes xorgproto xrender	\
67
USE_XORG=	ice sm x11 xau xcb xcursor xdamage xdmcp xext xfixes xorgproto xrender	\
68
		xxf86vm
68
		xxf86vm
(-)b/science/pulseview/Makefile (-1 / +1 lines)
Lines 20-26 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ Link Here
20
20
21
USES=		cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5
21
USES=		cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5
22
USE_GNOME=	glibmm glib20 libsigc++20
22
USE_GNOME=	glibmm glib20 libsigc++20
23
USE_QT=		buildtools_build core gui linguisttools_build qmake_build svg widgets
23
USE_QT=		buildtools:build core gui linguisttools:build qmake:build svg widgets
24
24
25
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \
25
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \
26
		-DDISABLE_WERROR:BOOL=TRUE
26
		-DDISABLE_WERROR:BOOL=TRUE
(-)b/science/py-pymol/Makefile (-1 / +1 lines)
Lines 40-46 OPTIONS_SINGLE_GUI= QT5 TK Link Here
40
OPTIONS_DEFAULT=	QT5
40
OPTIONS_DEFAULT=	QT5
41
41
42
QT5_USES=	pyqt:5
42
QT5_USES=	pyqt:5
43
QT5_USE=	PYQT=pyqt5_run
43
QT5_USE=	PYQT=pyqt5:run
44
44
45
post-patch-TK-on:
45
post-patch-TK-on:
46
	@${REINPLACE_CMD} -e ' \
46
	@${REINPLACE_CMD} -e ' \
(-)b/science/py-veusz/Makefile (-1 / +1 lines)
Lines 18-24 USES= compiler:c++11-lang python:3.5+ pyqt:5 qt:5 shebangfix Link Here
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
USE_PYQT=	pyqt5 sip
19
USE_PYQT=	pyqt5 sip
20
USE_PYTHON=	distutils concurrent autoplist
20
USE_PYTHON=	distutils concurrent autoplist
21
USE_QT=		core gui xml widgets qmake_build
21
USE_QT=		core gui xml widgets qmake:build
22
SHEBANG_FILES=	examples/embedexample.py
22
SHEBANG_FILES=	examples/embedexample.py
23
23
24
post-install:
24
post-install:
(-)b/science/scidavis/Makefile (-1 / +1 lines)
Lines 19-25 USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig \ Link Here
19
		qt:5 shared-mime-info
19
		qt:5 shared-mime-info
20
USE_GL=		gl glu
20
USE_GL=		gl glu
21
USE_QT=		core gui opengl printsupport svg widgets xml \
21
USE_QT=		core gui opengl printsupport svg widgets xml \
22
		buildtools_build linguisttools_build qmake_build
22
		buildtools:build linguisttools:build qmake:build
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	highperformancecoder
25
GH_ACCOUNT=	highperformancecoder
(-)b/science/shelxle/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
11
12
USES=		compiler:c++11-lang dos2unix gl qmake qt:5 tar:bz2
12
USES=		compiler:c++11-lang dos2unix gl qmake qt:5 tar:bz2
13
DOS2UNIX_FILES=	shelXle.pro
13
DOS2UNIX_FILES=	shelXle.pro
14
USE_QT=		core gui network opengl widgets buildtools_build
14
USE_QT=		core gui network opengl widgets buildtools:build
15
USE_GL=		gl
15
USE_GL=		gl
16
16
17
PLIST_FILES=	bin/shelxle \
17
PLIST_FILES=	bin/shelxle \
(-)b/science/step/Makefile (-2 / +2 lines)
Lines 17-26 USE_KDE= attica auth bookmarks codecs completion config configwidgets \ Link Here
17
		kdelibs4support khtml kio newstuff notifications parts \
17
		kdelibs4support khtml kio newstuff notifications parts \
18
		plotting service solid sonnet textwidgets unitconversion \
18
		plotting service solid sonnet textwidgets unitconversion \
19
		widgetsaddons windowsystem xmlgui \
19
		widgetsaddons windowsystem xmlgui \
20
		ecm_build
20
		ecm:build
21
USE_QT=		concurrent core dbus declarative gui network opengl printsupport svg \
21
USE_QT=		concurrent core dbus declarative gui network opengl printsupport svg \
22
		widgets xml \
22
		widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
CXXFLAGS_sparc64=	-Wno-error=return-type
24
CXXFLAGS_sparc64=	-Wno-error=return-type
25
25
26
SHEBANG_FILES=	step/data/extractxml
26
SHEBANG_FILES=	step/data/extractxml
(-)b/science/vipster/Makefile (-1 / +1 lines)
Lines 32-38 CMAKE_OFF= VIPSTER_DOWNLOAD_DEPENDENCIES Link Here
32
DESKTOP_DESC=		Build QT-based desktop app
32
DESKTOP_DESC=		Build QT-based desktop app
33
DESKTOP_CMAKE_BOOL=	VIPSTER_DESKTOP
33
DESKTOP_CMAKE_BOOL=	VIPSTER_DESKTOP
34
DESKTOP_USES=		qt:5
34
DESKTOP_USES=		qt:5
35
DESKTOP_USE=		QT=core,gui,widgets,buildtools_build,qmake_build
35
DESKTOP_USE=		QT=core,gui,widgets,buildtools:build,qmake:build
36
36
37
LAMMPS_DESC=		Interactive LAMMPS in desktop app
37
LAMMPS_DESC=		Interactive LAMMPS in desktop app
38
LAMMPS_CMAKE_BOOL=	VIPSTER_LAMMPS
38
LAMMPS_CMAKE_BOOL=	VIPSTER_LAMMPS
(-)b/science/xdrawchem/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Link Here
12
LIB_DEPENDS=	libopenbabel.so:science/openbabel
12
LIB_DEPENDS=	libopenbabel.so:science/openbabel
13
13
14
USES=		compiler:c++11-lang gl qmake qt:5
14
USES=		compiler:c++11-lang gl qmake qt:5
15
USE_QT=		core gui network printsupport svg widgets xml buildtools_build
15
USE_QT=		core gui network printsupport svg widgets xml buildtools:build
16
USE_GL=		gl
16
USE_GL=		gl
17
17
18
USE_GITLAB=	yes
18
USE_GITLAB=	yes
(-)b/security/fwbuilder/Makefile (-2 / +2 lines)
Lines 26-34 USES= autoreconf:build gmake libtool qmake:no_configure qt:5 ssl Link Here
26
USE_GITHUB=	yes
26
USE_GITHUB=	yes
27
PLIST_SUB=	PORTVERSION=${PORTVERSION}
27
PLIST_SUB=	PORTVERSION=${PORTVERSION}
28
USE_QT=		buildtools gui \
28
USE_QT=		buildtools gui \
29
		linguist_build \
29
		linguist:build \
30
		printsupport \
30
		printsupport \
31
		qmake_build \
31
		qmake:build \
32
		svg \
32
		svg \
33
		xml
33
		xml
34
34
(-)b/security/globalprotect-openconnect/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libopenconnect.so:security/openconnect Link Here
13
13
14
USES=		cmake:noninja qt:5
14
USES=		cmake:noninja qt:5
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
USE_QT=		buildtools core dbus declarative gui location network printsupport qmake_build webchannel webengine websockets widgets
16
USE_QT=		buildtools core dbus declarative gui location network printsupport qmake:build webchannel webengine websockets widgets
17
17
18
GH_ACCOUNT=	yuezk
18
GH_ACCOUNT=	yuezk
19
GH_PROJECT=	GlobalProtect-openconnect
19
GH_PROJECT=	GlobalProtect-openconnect
(-)b/security/gpgme/Makefile (-2 / +2 lines)
Lines 66-79 NO_TEST= yes Link Here
66
.  if ${SLAVEPORT} == "qt5"
66
.  if ${SLAVEPORT} == "qt5"
67
LIB_DEPENDS+=	libgpgmepp.so:security/gpgme-cpp
67
LIB_DEPENDS+=	libgpgmepp.so:security/gpgme-cpp
68
USES+=		compiler:c++11-lib pkgconfig qt:5
68
USES+=		compiler:c++11-lib pkgconfig qt:5
69
USE_QT=	buildtools_build core
69
USE_QT=	buildtools:build core
70
CONFIGURE_ARGS+=--enable-languages="cpp qt"
70
CONFIGURE_ARGS+=--enable-languages="cpp qt"
71
DOCSDIR=	${PORTNAME}${PKGNAMESUFFIX}
71
DOCSDIR=	${PORTNAME}${PKGNAMESUFFIX}
72
72
73
OPTIONS_DEFINE+=	DOXYGEN
73
OPTIONS_DEFINE+=	DOXYGEN
74
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen \
74
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen \
75
			dot:graphics/graphviz
75
			dot:graphics/graphviz
76
TEST_USE=		QT=testlib_build
76
TEST_USE=		QT=testlib:build
77
.  endif
77
.  endif
78
78
79
.  if ${SLAVEPORT} == "python"
79
.  if ${SLAVEPORT} == "python"
(-)b/security/keepassxc/Makefile (-2 / +2 lines)
Lines 22-29 LIB_DEPENDS= libargon2.so:security/libargon2 \ Link Here
22
22
23
USES=		cmake compiler:c++17-lang desktop-file-utils pkgconfig qt:5 \
23
USES=		cmake compiler:c++17-lang desktop-file-utils pkgconfig qt:5 \
24
		readline shared-mime-info tar:xz xorg
24
		readline shared-mime-info tar:xz xorg
25
USE_QT=		concurrent core dbus gui network svg widgets buildtools_build \
25
USE_QT=		concurrent core dbus gui network svg widgets buildtools:build \
26
		linguisttools_build qmake_build testlib_build x11extras
26
		linguisttools:build qmake:build testlib:build x11extras
27
USE_XORG=	x11
27
USE_XORG=	x11
28
28
29
WRKSRC=		${WRKDIR}/${DISTNAME:S/-src//}
29
WRKSRC=		${WRKDIR}/${DISTNAME:S/-src//}
(-)b/security/kf5-kdesu/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= KF5 integration with su for elevated privileges Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
9
USE_KDE=	config coreaddons dbusaddons i18n pty service \
9
USE_KDE=	config coreaddons dbusaddons i18n pty service \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core dbus xml \
11
USE_QT=		core dbus xml \
12
		buildtools_build qmake_build 
12
		buildtools:build qmake:build 
13
USE_XORG=	ice sm x11 xext
13
USE_XORG=	ice sm x11 xext
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/security/kgpg/Makefile (-2 / +2 lines)
Lines 14-22 USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \ Link Here
14
		dbusaddons doctools grantleetheme i18n iconthemes itemmodels itemviews \
14
		dbusaddons doctools grantleetheme i18n iconthemes itemmodels itemviews \
15
		jobwidgets kio notifications service solid sonnet textwidgets \
15
		jobwidgets kio notifications service solid sonnet textwidgets \
16
		widgetsaddons windowsystem xmlgui \
16
		widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
18
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
20
21
OPTIONS_DEFINE=	DOCS
21
OPTIONS_DEFINE=	DOCS
22
22
(-)b/security/kleopatra/Makefile (-2 / +2 lines)
Lines 17-25 USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ Link Here
17
		doctools i18n iconthemes itemmodels kcmutils notifications \
17
		doctools i18n iconthemes itemmodels kcmutils notifications \
18
		service sonnet textwidgets widgetsaddons windowsystem xmlgui \
18
		service sonnet textwidgets widgetsaddons windowsystem xmlgui \
19
		libkleo mime \
19
		libkleo mime \
20
		ecm_build
20
		ecm:build
21
USE_QT=		core dbus gui network printsupport testlib widgets xml \
21
USE_QT=		core dbus gui network printsupport testlib widgets xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
25
25
(-)b/security/kpkpass/Makefile (-1 / +1 lines)
Lines 9-15 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \ Link Here
9
		shared-mime-info tar:xz
9
		shared-mime-info tar:xz
10
USE_KDE=	archive ecm
10
USE_KDE=	archive ecm
11
USE_QT=		core gui testlib \
11
USE_QT=		core gui testlib \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
14
DESCR=		${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
15
15
(-)b/security/kwalletmanager/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= archive auth codecs config configwidgets coreaddons crash \ Link Here
12
		itemmodels itemviews kcmutils kdelibs4support kio \
12
		itemmodels itemviews kcmutils kdelibs4support kio \
13
		jobwidgets notifications service wallet widgetsaddons \
13
		jobwidgets notifications service wallet widgetsaddons \
14
		windowsystem xmlgui \
14
		windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network widgets xml \
16
USE_QT=		concurrent core dbus gui network widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/security/libkleo/Makefile (-1 / +1 lines)
Lines 18-24 USE_KDE= codecs completion config coreaddons i18n itemmodels \ Link Here
18
		widgetsaddons windowsystem \
18
		widgetsaddons windowsystem \
19
		pimtextedit
19
		pimtextedit
20
USE_QT=		core gui widgets \
20
USE_QT=		core gui widgets \
21
		buildtools_build qmake_build
21
		buildtools:build qmake:build
22
22
23
_CORETOOLS=	md5sum sha1sum sha256sum sha512sum
23
_CORETOOLS=	md5sum sha1sum sha256sum sha512sum
24
24
(-)b/security/lxqt-openssh-askpass/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= LGPL21+ Link Here
10
10
11
USES=	cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \
11
USES=	cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \
12
	pkgconfig qt:5 tar:xz gnome xorg
12
	pkgconfig qt:5 tar:xz gnome xorg
13
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
13
USE_QT=	buildtools:build qmake:build core dbus gui linguisttools \
14
	svg widgets x11extras xml
14
	svg widgets x11extras xml
15
USE_KDE=	windowsystem
15
USE_KDE=	windowsystem
16
USE_LXQT=	buildtools lxqt
16
USE_LXQT=	buildtools lxqt
(-)b/security/lxqt-sudo/Makefile (-1 / +1 lines)
Lines 12-18 RUN_DEPENDS= sudo:security/sudo Link Here
12
12
13
USES=	cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \
13
USES=	cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \
14
	pkgconfig tar:xz gnome xorg
14
	pkgconfig tar:xz gnome xorg
15
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
15
USE_QT=	buildtools:build qmake:build core dbus gui svg widgets \
16
	x11extras xml
16
	x11extras xml
17
17
18
USE_KDE=	windowsystem
18
USE_KDE=	windowsystem
(-)b/security/nitrokey-app/Makefile (-1 / +1 lines)
Lines 18-24 GH_ACCOUNT= Nitrokey Link Here
18
GH_TUPLE=	Nitrokey:nitrokey-app:${DISTVERSIONPREFIX}${DISTVERSION}\
18
GH_TUPLE=	Nitrokey:nitrokey-app:${DISTVERSIONPREFIX}${DISTVERSION}\
19
		tplgy:cppcodec:61d9b04:cppcodec
19
		tplgy:cppcodec:61d9b04:cppcodec
20
20
21
USE_QT=	buildtools_build concurrent gui linguisttools_build qmake_build svg widgets
21
USE_QT=	buildtools:build concurrent gui linguisttools:build qmake:build svg widgets
22
22
23
post-extract:
23
post-extract:
24
	@${RMDIR} ${WRKSRC}/3rdparty/cppcodec
24
	@${RMDIR} ${WRKSRC}/3rdparty/cppcodec
(-)b/security/openconnect-gui/Makefile (-1 / +1 lines)
Lines 22-28 RUN_DEPENDS= openconnect:security/openconnect \ Link Here
22
USES=		cmake:insource compiler:c++11-lang pkgconfig qt:5
22
USES=		cmake:insource compiler:c++11-lang pkgconfig qt:5
23
USE_GITHUB=	nodefault
23
USE_GITHUB=	nodefault
24
GH_TUPLE=	qtproject:qt-solutions:a8dda66d:qtsolutions/external/src/qt-solutions-master
24
GH_TUPLE=	qtproject:qt-solutions:a8dda66d:qtsolutions/external/src/qt-solutions-master
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
28
28
(-)b/security/ophcrack/Makefile (-1 / +1 lines)
Lines 24-30 OPTIONS_DEFAULT= X11 Link Here
24
X11_DESC=	Build with Qt 5 GUI frontend
24
X11_DESC=	Build with Qt 5 GUI frontend
25
25
26
X11_USES=	pkgconfig qt:5
26
X11_USES=	pkgconfig qt:5
27
X11_USE=	QT=buildtools_build,qmake_build,charts,core,gui,widgets
27
X11_USE=	QT=buildtools:build,qmake:build,charts,core,gui,widgets
28
X11_CONFIGURE_OFF=	--disable-gui
28
X11_CONFIGURE_OFF=	--disable-gui
29
29
30
post-patch:
30
post-patch:
(-)b/security/pinentry/Makefile (-1 / +1 lines)
Lines 96-102 CONFIGURE_ARGS+=--disable-pinentry-gnome3 Link Here
96
96
97
.if ${PINENTRY_GUI} == "qt5"
97
.if ${PINENTRY_GUI} == "qt5"
98
USES+=		compiler:c++11-lib qt:5
98
USES+=		compiler:c++11-lib qt:5
99
USE_QT=		core gui widgets buildtools_build
99
USE_QT=		core gui widgets buildtools:build
100
PLIST_FILES=	bin/pinentry-qt5
100
PLIST_FILES=	bin/pinentry-qt5
101
CONFIGURE_ARGS+=--enable-pinentry-qt5 \
101
CONFIGURE_ARGS+=--enable-pinentry-qt5 \
102
		--program-suffix=5
102
		--program-suffix=5
(-)b/security/plasma5-kscreenlocker/Makefile (-2 / +2 lines)
Lines 18-26 USE_KDE= auth codecs config configwidgets coreaddons crash emoticons \ Link Here
18
		kdeclarative layer-shell-qt notifications package \
18
		kdeclarative layer-shell-qt notifications package \
19
		plasma-framework sonnet textwidgets wayland widgetsaddons \
19
		plasma-framework sonnet textwidgets wayland widgetsaddons \
20
		windowsystem xmlgui \
20
		windowsystem xmlgui \
21
		ecm_build
21
		ecm:build
22
USE_QT=		core dbus declarative gui network qdbus widgets x11extras xml \
22
USE_QT=		core dbus declarative gui network qdbus widgets x11extras xml \
23
		buildtools_build qmake_build testlib_build
23
		buildtools:build qmake:build testlib:build
24
USE_XORG=	ice sm x11 xcb xcursor xext xi
24
USE_XORG=	ice sm x11 xcb xcursor xext xi
25
25
26
CPE_VENDOR=	kde
26
CPE_VENDOR=	kde
(-)b/security/plasma5-ksshaskpass/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= Plasma5 ssh-add frontend Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	coreaddons i18n wallet widgetsaddons \
9
USE_KDE=	coreaddons i18n wallet widgetsaddons \
10
		doctools_build ecm_build
10
		doctools:build ecm:build
11
USE_QT=		core gui widgets \
11
USE_QT=		core gui widgets \
12
		buildtools_build qmake_build
12
		buildtools:build qmake:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/security/plasma5-kwallet-pam/Makefile (-1 / +1 lines)
Lines 11-17 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ Link Here
11
USES=		cmake gettext kde:5 qt:5 tar:xz
11
USES=		cmake gettext kde:5 qt:5 tar:xz
12
USE_KDE=	ecm wallet
12
USE_KDE=	ecm wallet
13
USE_QT=		gui \
13
USE_QT=		gui \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
post-patch:
16
post-patch:
17
	@${REINPLACE_CMD} -e 's,socat,nc,' -e 's,/security,,' \
17
	@${REINPLACE_CMD} -e 's,socat,nc,' -e 's,/security,,' \
(-)b/security/qtkeychain/Makefile (-2 / +2 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
11
11
12
USES=		cmake compiler:c++11-lang localbase:ldflags pkgconfig qt:5
12
USES=		cmake compiler:c++11-lang localbase:ldflags pkgconfig qt:5
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
USE_QT=		core dbus buildtools_build qmake_build
14
USE_QT=		core dbus buildtools:build qmake:build
15
GH_ACCOUNT=	frankosterfeld
15
GH_ACCOUNT=	frankosterfeld
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
OPTIONS_SUB=	yes
17
OPTIONS_SUB=	yes
Lines 24-30 LIBSECRET_DESC= Enable libsecret backend Link Here
24
LIBSECRET_LIB_DEPENDS=	libsecret-1.so:security/libsecret
24
LIBSECRET_LIB_DEPENDS=	libsecret-1.so:security/libsecret
25
LIBSECRET_CMAKE_BOOL=	LIBSECRET_SUPPORT
25
LIBSECRET_CMAKE_BOOL=	LIBSECRET_SUPPORT
26
26
27
NLS_USE=		qt=linguisttools_build
27
NLS_USE=		qt=linguisttools:build
28
NLS_CMAKE_BOOL=		BUILD_TRANSLATIONS
28
NLS_CMAKE_BOOL=		BUILD_TRANSLATIONS
29
29
30
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)b/security/spass-qt5/Makefile (-1 / +1 lines)
Lines 4-10 PKGNAMESUFFIX= -qt5 Link Here
4
COMMENT=	Secure password generator with a true RNG (Qt5 GUI)
4
COMMENT=	Secure password generator with a true RNG (Qt5 GUI)
5
5
6
USES=		qmake:no_env qt:5
6
USES=		qmake:no_env qt:5
7
USE_QT=		buildtools_build core gui widgets
7
USE_QT=		buildtools:build core gui widgets
8
8
9
MASTERDIR=	${.CURDIR}/../spass
9
MASTERDIR=	${.CURDIR}/../spass
10
10
(-)b/security/xca/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libltdl.so:devel/libltdl Link Here
14
14
15
USES=		compiler:c++11-lang desktop-file-utils gmake localbase \
15
USES=		compiler:c++11-lang desktop-file-utils gmake localbase \
16
		pkgconfig qt:5 shared-mime-info ssl
16
		pkgconfig qt:5 shared-mime-info ssl
17
USE_QT=		buildtools_build core gui help linguist_build sql widgets
17
USE_QT=		buildtools:build core gui help linguist:build sql widgets
18
USE_CXXSTD=	c++11
18
USE_CXXSTD=	c++11
19
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)b/security/yubikey-manager-qt/Makefile (-1 / +1 lines)
Lines 19-25 USES= compiler:c++11-lang gl pkgconfig python:3.5+ qt:5 qmake \ Link Here
19
		shebangfix
19
		shebangfix
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_QT=		core declarative graphicaleffects gui network quickcontrols \
21
USE_QT=		core declarative graphicaleffects gui network quickcontrols \
22
		quickcontrols2 svg widgets buildtools_build
22
		quickcontrols2 svg widgets buildtools:build
23
23
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	Yubico
25
GH_ACCOUNT=	Yubico
(-)b/security/yubikey-personalization-gui/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libykpers-1.so:security/ykpers \ Link Here
15
15
16
USES=		compiler:c++11-lang pkgconfig qmake qt:5
16
USES=		compiler:c++11-lang pkgconfig qmake qt:5
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
USE_QT=		buildtools_build core gui testlib_build widgets
18
USE_QT=		buildtools:build core gui testlib:build widgets
19
19
20
GH_ACCOUNT=	Yubico
20
GH_ACCOUNT=	Yubico
21
21
(-)b/security/yubioath-desktop/Makefile (-1 / +1 lines)
Lines 20-26 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>=0.7.0:security/py-yubikey-m Link Here
20
USES=		compiler:c++11-lang desktop-file-utils gl python:3.5+ qmake qt:5 \
20
USES=		compiler:c++11-lang desktop-file-utils gl python:3.5+ qmake qt:5 \
21
		shebangfix ssl
21
		shebangfix ssl
22
USE_GL=		gl
22
USE_GL=		gl
23
USE_QT=		core declarative gui network quickcontrols2 svg widgets buildtools_build
23
USE_QT=		core declarative gui network quickcontrols2 svg widgets buildtools:build
24
24
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	Yubico
26
GH_ACCOUNT=	Yubico
(-)b/sysutils/UEFITool/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/../LICENSE.md Link Here
12
USES=		compiler:c++11-lang gl qmake:outsource qt:5
12
USES=		compiler:c++11-lang gl qmake:outsource qt:5
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_QT=		core gui widgets buildtools_build qmake_build
15
USE_QT=		core gui widgets buildtools:build qmake:build
16
16
17
WRKSRC_SUBDIR=	${PORTNAME}
17
WRKSRC_SUBDIR=	${PORTNAME}
18
GH_ACCOUNT=	LongSoft
18
GH_ACCOUNT=	LongSoft
(-)b/sysutils/accounts-qml-module/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ Link Here
16
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2
16
USES=		compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_QT=		core declarative gui network testlib xml \
18
USE_QT=		core declarative gui network testlib xml \
19
		buildtools_build qdoc_build qmake_build
19
		buildtools:build qdoc:build qmake:build
20
# gitlab variables
20
# gitlab variables
21
USE_GITLAB=	yes
21
USE_GITLAB=	yes
22
GL_ACCOUNT=	accounts-sso
22
GL_ACCOUNT=	accounts-sso
(-)b/sysutils/android-file-transfer/Makefile (-1 / +1 lines)
Lines 38-44 PYTHON_CMAKE_BOOL= BUILD_PYTHON Link Here
38
PYTHON_PLIST_FILES=	%%PYTHON_SITELIBDIR%%/aftl%%PYTHON_EXT_SUFFIX%%.so
38
PYTHON_PLIST_FILES=	%%PYTHON_SITELIBDIR%%/aftl%%PYTHON_EXT_SUFFIX%%.so
39
39
40
QT5_USES=	qt:5
40
QT5_USES=	qt:5
41
QT5_USE=	QT=qmake_build,buildtools_build,linguisttools_build,core,gui,network,widgets
41
QT5_USE=	QT=qmake:build,buildtools:build,linguisttools:build,core,gui,network,widgets
42
QT5_CMAKE_BOOL=	BUILD_QT_UI
42
QT5_CMAKE_BOOL=	BUILD_QT_UI
43
QT5_CMAKE_ON=	-DDESIRED_QT_VERSION:STRING=5
43
QT5_CMAKE_ON=	-DDESIRED_QT_VERSION:STRING=5
44
QT5_PLIST_FILES=	bin/android-file-transfer \
44
QT5_PLIST_FILES=	bin/android-file-transfer \
(-)b/sysutils/angrysearch/Makefile (-1 / +1 lines)
Lines 18-24 GH_PROJECT= ANGRYsearch Link Here
18
18
19
USES=		python pyqt:5
19
USES=		python pyqt:5
20
USE_PYTHON=	autoplist distutils noflavors
20
USE_PYTHON=	autoplist distutils noflavors
21
USE_PYQT=	pyqt5_run
21
USE_PYQT=	pyqt5:run
22
22
23
post-patch:
23
post-patch:
24
	@${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,linux,${OPSYS:tl}, \
24
	@${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,linux,${OPSYS:tl}, \
(-)b/sysutils/baloo-widgets/Makefile (-2 / +2 lines)
Lines 13-21 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
13
USE_KDE=	baloo completion config coreaddons emoticons filemetadata \
13
USE_KDE=	baloo completion config coreaddons emoticons filemetadata \
14
		i18n init itemmodels jobwidgets kio service solid \
14
		i18n init itemmodels jobwidgets kio service solid \
15
		widgetsaddons windowsystem \
15
		widgetsaddons windowsystem \
16
		ecm_build
16
		ecm:build
17
USE_QT=		concurrent core dbus gui network testlib widgets xml \
17
USE_QT=		concurrent core dbus gui network testlib widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/sysutils/bareos-traymonitor/Makefile (-1 / +1 lines)
Lines 9-15 LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ Link Here
9
CONFLICTS=	bareos18-traymonitor bareos19-traymonitor bareos20-traymonitor
9
CONFLICTS=	bareos18-traymonitor bareos19-traymonitor bareos20-traymonitor
10
10
11
USES=		desktop-file-utils gettext-runtime pkgconfig qt:5
11
USES=		desktop-file-utils gettext-runtime pkgconfig qt:5
12
USE_QT=		buildtools_build qmake_build uitools_build gui core
12
USE_QT=		buildtools:build qmake:build uitools:build gui core
13
WITH_BAT=	yes
13
WITH_BAT=	yes
14
14
15
PLIST=		${.CURDIR}/pkg-plist
15
PLIST=		${.CURDIR}/pkg-plist
(-)b/sysutils/bareos18-traymonitor/Makefile (-1 / +1 lines)
Lines 10-16 LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ Link Here
10
CONFLICTS=	bacula*-bat bareos-traymonitor
10
CONFLICTS=	bacula*-bat bareos-traymonitor
11
11
12
USES=		pkgconfig gettext-runtime desktop-file-utils qt:5
12
USES=		pkgconfig gettext-runtime desktop-file-utils qt:5
13
USE_QT=		buildtools_build qmake_build uitools_build gui core
13
USE_QT=		buildtools:build qmake:build uitools:build gui core
14
WITH_BAT=	yes
14
WITH_BAT=	yes
15
15
16
PLIST=		${.CURDIR}/pkg-plist
16
PLIST=		${.CURDIR}/pkg-plist
(-)b/sysutils/bareos19-traymonitor/Makefile (-1 / +1 lines)
Lines 9-15 LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ Link Here
9
CONFLICTS=	bareos18-traymonitor bareos17-traymonitor bareos-traymonitor
9
CONFLICTS=	bareos18-traymonitor bareos17-traymonitor bareos-traymonitor
10
10
11
USES=		desktop-file-utils gettext-runtime pkgconfig qt:5
11
USES=		desktop-file-utils gettext-runtime pkgconfig qt:5
12
USE_QT=		buildtools_build qmake_build uitools_build gui core
12
USE_QT=		buildtools:build qmake:build uitools:build gui core
13
WITH_BAT=	yes
13
WITH_BAT=	yes
14
14
15
PLIST=		${.CURDIR}/pkg-plist
15
PLIST=		${.CURDIR}/pkg-plist
(-)b/sysutils/bareos20-traymonitor/Makefile (-1 / +1 lines)
Lines 9-15 LIB_DEPENDS+= libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \ Link Here
9
CONFLICTS=	bareos-traymonitor bareos18-traymonitor bareos19-traymonitor
9
CONFLICTS=	bareos-traymonitor bareos18-traymonitor bareos19-traymonitor
10
10
11
USES=		desktop-file-utils gettext-runtime pkgconfig qt:5
11
USES=		desktop-file-utils gettext-runtime pkgconfig qt:5
12
USE_QT=		buildtools_build qmake_build uitools_build gui core
12
USE_QT=		buildtools:build qmake:build uitools:build gui core
13
WITH_BAT=	yes
13
WITH_BAT=	yes
14
14
15
PLIST=		${.CURDIR}/pkg-plist
15
PLIST=		${.CURDIR}/pkg-plist
(-)b/sysutils/barrier/Makefile (-1 / +1 lines)
Lines 33-39 GUI_DESC= Build configuration utility (requires Qt 5) Link Here
33
GUI_LIB_DEPENDS=	libcurl.so:ftp/curl \
33
GUI_LIB_DEPENDS=	libcurl.so:ftp/curl \
34
			libdns_sd.so:net/avahi-libdns
34
			libdns_sd.so:net/avahi-libdns
35
GUI_USES=		qt:5
35
GUI_USES=		qt:5
36
GUI_USE=		QT=core,gui,network,widgets,buildtools_build,qmake_build
36
GUI_USE=		QT=core,gui,network,widgets,buildtools:build,qmake:build
37
GUI_CMAKE_BOOL=		BARRIER_BUILD_GUI
37
GUI_CMAKE_BOOL=		BARRIER_BUILD_GUI
38
38
39
post-extract:
39
post-extract:
(-)b/sysutils/bsdisks/Makefile (-1 / +1 lines)
Lines 9-15 LICENSE= BSD3CLAUSE Link Here
9
9
10
USES=		cmake compiler:c++11-lang qt:5
10
USES=		cmake compiler:c++11-lang qt:5
11
11
12
USE_QT=		qmake_build buildtools_build core dbus
12
USE_QT=		qmake:build buildtools:build core dbus
13
13
14
USE_GITLAB=		yes
14
USE_GITLAB=		yes
15
GL_SITE=		https://foss.heptapod.net
15
GL_SITE=		https://foss.heptapod.net
(-)b/sysutils/calamares/Makefile (-2 / +2 lines)
Lines 14-23 LIB_DEPENDS= libicui18n.so:devel/icu \ Link Here
14
14
15
USES=		cmake compiler:c++17-lang cpe gettext kde:5 python qt:5
15
USES=		cmake compiler:c++17-lang cpe gettext kde:5 python qt:5
16
USE_KDE=	coreaddons dbusaddons \
16
USE_KDE=	coreaddons dbusaddons \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
18
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
19
		svg widgets xml \
19
		svg widgets xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
CMAKE_OFF=	INSTALL_POLKIT
22
CMAKE_OFF=	INSTALL_POLKIT
23
		
23
		
(-)b/sysutils/daggy/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libbotan-2.so:security/botan2 \ Link Here
17
USES=		compiler:c++17-lang gl localbase:ldflags pkgconfig cmake qt:5
17
USES=		compiler:c++17-lang gl localbase:ldflags pkgconfig cmake qt:5
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	synacker
19
GH_ACCOUNT=	synacker
20
USE_QT=		core gui network buildtools_build qmake_build
20
USE_QT=		core gui network buildtools:build qmake:build
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
23
23
(-)b/sysutils/dsbbatmon/Makefile (-1 / +1 lines)
Lines 13-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
14
14
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui linguisttools_build widgets
16
USE_QT=		buildtools:build core gui linguisttools:build widgets
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/sysutils/dsblogoutmgr/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
14
14
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui linguisttools_build widgets
16
USE_QT=		buildtools:build core gui linguisttools:build widgets
17
17
18
OPTIONS_DEFINE=	METALOCK
18
OPTIONS_DEFINE=	METALOCK
19
19
(-)b/sysutils/dsbmc/Makefile (-1 / +1 lines)
Lines 14-20 RUN_DEPENDS= dsbmd>=0.3:sysutils/dsbmd Link Here
14
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
14
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
15
15
16
USE_GL=		gl
16
USE_GL=		gl
17
USE_QT=		buildtools_build core gui linguisttools_build widgets
17
USE_QT=		buildtools:build core gui linguisttools:build widgets
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	mrclksr
20
GH_ACCOUNT=	mrclksr
(-)b/sysutils/dsbsu/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
11
11
12
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz xorg
12
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz xorg
13
USE_GL=		gl
13
USE_GL=		gl
14
USE_QT=		buildtools_build core gui linguisttools_build widgets
14
USE_QT=		buildtools:build core gui linguisttools:build widgets
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	mrclksr
17
GH_ACCOUNT=	mrclksr
(-)b/sysutils/filelight/Makefile (-2 / +2 lines)
Lines 13-21 USES= cmake compiler:c++11-lang desktop-file-utils gettext \ Link Here
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
USE_KDE=	auth codecs completion config configwidgets coreaddons \
14
		i18n jobwidgets kdeclarative kio parts service solid sonnet textwidgets \
14
		i18n jobwidgets kdeclarative kio parts service solid sonnet textwidgets \
15
		widgetsaddons windowsystem xmlgui \
15
		widgetsaddons windowsystem xmlgui \
16
		doctools_build ecm_build
16
		doctools:build ecm:build
17
USE_QT=		concurrent core dbus gui network quickcontrols2 script svg widgets xml \
17
USE_QT=		concurrent core dbus gui network quickcontrols2 script svg widgets xml \
18
		buildtools_build qmake_build testlib_build
18
		buildtools:build qmake:build testlib:build
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
21
21
(-)b/sysutils/glogg/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
13
LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs
14
14
15
USES=		compiler:c++11-lang desktop-file-utils qmake qt:5
15
USES=		compiler:c++11-lang desktop-file-utils qmake qt:5
16
USE_QT=		core gui widgets dbus buildtools_build
16
USE_QT=		core gui widgets dbus buildtools:build
17
LDFLAGS+=	-Wl,--as-needed  # prevents stray USE_GL=gl, see bug#224488
17
LDFLAGS+=	-Wl,--as-needed  # prevents stray USE_GL=gl, see bug#224488
18
18
19
PLIST_FILES=	bin/glogg \
19
PLIST_FILES=	bin/glogg \
(-)b/sysutils/k3b/Makefile (-2 / +2 lines)
Lines 26-34 USE_KDE= archive attica auth bookmarks codecs completion config \ Link Here
26
		configwidgets coreaddons filemetadata i18n iconthemes \
26
		configwidgets coreaddons filemetadata i18n iconthemes \
27
		itemviews jobwidgets kcmutils kio newstuff notifications \
27
		itemviews jobwidgets kcmutils kio newstuff notifications \
28
		notifyconfig service solid widgetsaddons windowsystem xmlgui \
28
		notifyconfig service solid widgetsaddons windowsystem xmlgui \
29
		ecm_build
29
		ecm:build
30
USE_QT=		concurrent core dbus gui network webkit widgets xml \
30
USE_QT=		concurrent core dbus gui network webkit widgets xml \
31
		buildtools_build qmake_build
31
		buildtools:build qmake:build
32
32
33
# The ffmpeg-plugin needs patching
33
# The ffmpeg-plugin needs patching
34
CMAKE_ARGS=	-DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=FALSE
34
CMAKE_ARGS=	-DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=FALSE
(-)b/sysutils/k4dirstat/Makefile (-1 / +1 lines)
Lines 18-24 CPE_VENDOR= kdirstat_project Link Here
18
CPE_PRODUCT=	kdirstat
18
CPE_PRODUCT=	kdirstat
19
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
19
USE_KDE=	auth codecs completion config configwidgets coreaddons doctools \
20
		i18n iconthemes jobwidgets kio service widgetsaddons xmlgui
20
		i18n iconthemes jobwidgets kio service widgetsaddons xmlgui
21
USE_QT=		buildtools_build core gui dbus network qmake_build widgets xml
21
USE_QT=		buildtools:build core gui dbus network qmake:build widgets xml
22
22
23
post-patch:
23
post-patch:
24
	@${REINPLACE_CMD} -e \
24
	@${REINPLACE_CMD} -e \
(-)b/sysutils/kbackup/Makefile (-2 / +2 lines)
Lines 10-18 USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ Link Here
10
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
10
USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
11
		coreaddons guiaddons i18n iconthemes itemviews jobwidgets kio \
11
		coreaddons guiaddons i18n iconthemes itemviews jobwidgets kio \
12
		notifications service solid widgetsaddons windowsystem xmlgui \
12
		notifications service solid widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network widgets xml \
14
USE_QT=		concurrent core dbus gui network widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/sysutils/kcron/Makefile (-2 / +2 lines)
Lines 12-20 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
12
USE_KDE=	auth codecs completion config configwidgets coreaddons \
12
USE_KDE=	auth codecs completion config configwidgets coreaddons \
13
		doctools i18n iconthemes jobwidgets kio service solid widgetsaddons \
13
		doctools i18n iconthemes jobwidgets kio service solid widgetsaddons \
14
		windowsystem xmlgui \
14
		windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
16
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/sysutils/kdebugsettings/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KDE application to enable/disable qCDebug Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	completion config configwidgets coreaddons dbusaddons \
9
USE_KDE=	completion config configwidgets coreaddons dbusaddons \
10
		guiaddons i18n iconthemes itemviews kio widgetsaddons \
10
		guiaddons i18n iconthemes itemviews kio widgetsaddons \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui testlib widgets \
12
USE_QT=		core dbus gui testlib widgets \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/sysutils/kdf/Makefile (-1 / +1 lines)
Lines 10-16 USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ Link Here
10
		i18n iconthemes jobwidgets kcmutils kio notifications service solid \
10
		i18n iconthemes jobwidgets kcmutils kio notifications service solid \
11
		widgetsaddons windowsystem xmlgui
11
		widgetsaddons windowsystem xmlgui
12
USE_QT=		concurrent core dbus gui network widgets xml \
12
USE_QT=		concurrent core dbus gui network widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/sysutils/kdialog/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
12
		itemviews jobwidgets kdelibs4support kio notifications parts \
12
		itemviews jobwidgets kdelibs4support kio notifications parts \
13
		service solid sonnet textwidgets unitconversion widgetsaddons \
13
		service solid sonnet textwidgets unitconversion widgetsaddons \
14
		windowsystem xmlgui \
14
		windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
16
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_XORG=	x11
18
USE_XORG=	x11
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/sysutils/kf5-baloo/Makefile (-1 / +1 lines)
Lines 13-18 USE_KDE= config coreaddons crash dbusaddons \ Link Here
13
		filemetadata i18n idletime kio service \
13
		filemetadata i18n idletime kio service \
14
		solid
14
		solid
15
USE_QT=		concurrent core dbus declarative gui network \
15
USE_QT=		concurrent core dbus declarative gui network \
16
		buildtools_build qmake_build testlib_build
16
		buildtools:build qmake:build testlib:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/sysutils/kf5-kwallet/Makefile (-2 / +2 lines)
Lines 19-27 USES= cmake compiler:c++11-lib gettext kde:5 qca qt:5 tar:xz Link Here
19
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
19
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
20
		i18n iconthemes notifications service \
20
		i18n iconthemes notifications service \
21
		widgetsaddons windowsystem \
21
		widgetsaddons windowsystem \
22
		doctools_build ecm_build
22
		doctools:build ecm:build
23
USE_QT=		core dbus gui testlib widgets xml \
23
USE_QT=		core dbus gui testlib widgets xml \
24
		buildtools_build qmake_build
24
		buildtools:build qmake:build
25
25
26
OPTIONS_DEFINE=		PINENTRY
26
OPTIONS_DEFINE=		PINENTRY
27
OPTIONS_DEFAULT=	PINENTRY
27
OPTIONS_DEFAULT=	PINENTRY
(-)b/sysutils/kfloppy/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
10
		doctools emoticons i18n init itemmodels kdelibs4support \
10
		doctools emoticons i18n init itemmodels kdelibs4support \
11
		kio widgetsaddons xmlgui \
11
		kio widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus gui widgets xml \
13
USE_QT=		core dbus gui widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/sysutils/khelpcenter/Makefile (-2 / +2 lines)
Lines 15-27 USE_KDE= archive auth bookmarks codecs completion config configwidgets \ Link Here
15
		itemmodels itemviews jobwidgets js kcmutils \
15
		itemmodels itemviews jobwidgets js kcmutils \
16
		kio khtml parts service solid sonnet textwidgets widgetsaddons \
16
		kio khtml parts service solid sonnet textwidgets widgetsaddons \
17
		windowsystem xmlgui \
17
		windowsystem xmlgui \
18
		ecm_build
18
		ecm:build
19
# This port depends on doctools; we need the entities and such for runtime
19
# This port depends on doctools; we need the entities and such for runtime
20
# documentation support, where all the other KDE Plasma parts need it
20
# documentation support, where all the other KDE Plasma parts need it
21
# only for the build-time documentation-generation.
21
# only for the build-time documentation-generation.
22
USE_KDE+=	doctools
22
USE_KDE+=	doctools
23
USE_QT=		concurrent core dbus gui network widgets xml \
23
USE_QT=		concurrent core dbus gui network widgets xml \
24
		buildtools_build qmake_build
24
		buildtools:build qmake:build
25
SHEBANG_FILES=	searchhandlers/khc_mansearch.pl
25
SHEBANG_FILES=	searchhandlers/khc_mansearch.pl
26
26
27
OPTIONS_DEFINE=	DOCS
27
OPTIONS_DEFINE=	DOCS
(-)b/sysutils/kio-fuse/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt Link Here
12
USES=		cmake compiler:c++11-lang fuse:3 kde:5 pkgconfig qt:5 tar:xz
12
USES=		cmake compiler:c++11-lang fuse:3 kde:5 pkgconfig qt:5 tar:xz
13
USE_KDE=	config coreaddons kio service
13
USE_KDE=	config coreaddons kio service
14
USE_QT=		concurrent core dbus network \
14
USE_QT=		concurrent core dbus network \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
PLIST_FILES=	lib/libexec/kio-fuse \
17
PLIST_FILES=	lib/libexec/kio-fuse \
18
		share/dbus-1/services/org.kde.KIOFuse.service
18
		share/dbus-1/services/org.kde.KIOFuse.service
(-)b/sysutils/kpmcore/Makefile (-2 / +2 lines)
Lines 9-17 LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt Link Here
9
9
10
USES=		cmake compiler:c++17-lang gettext kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++17-lang gettext kde:5 qt:5 tar:xz
11
USE_KDE=	auth coreaddons i18n widgetsaddons \
11
USE_KDE=	auth coreaddons i18n widgetsaddons \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus declarative \
13
USE_QT=		concurrent core dbus declarative \
14
		gui widgets \
14
		gui widgets \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/sysutils/krename/Makefile (-1 / +1 lines)
Lines 19-24 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
19
		coreaddons crash i18n iconthemes itemviews jobwidgets \
19
		coreaddons crash i18n iconthemes itemviews jobwidgets \
20
		kio service solid widgetsaddons windowsystem xmlgui
20
		kio service solid widgetsaddons windowsystem xmlgui
21
USE_QT=		concurrent core dbus declarative gui network xml widgets \
21
USE_QT=		concurrent core dbus declarative gui network xml widgets \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/sysutils/kshutdown/Makefile (-1 / +1 lines)
Lines 15-21 USE_KDE= auth codecs config configwidgets coreaddons crash \ Link Here
15
		dbusaddons ecm globalaccel i18n idletime \
15
		dbusaddons ecm globalaccel i18n idletime \
16
		notifications notifyconfig widgetsaddons xmlgui
16
		notifications notifyconfig widgetsaddons xmlgui
17
USE_QT=		core dbus gui widgets xml \
17
USE_QT=		core dbus gui widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
21
21
(-)b/sysutils/ksystemlog/Makefile (-2 / +2 lines)
Lines 10-18 USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ Link Here
10
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
10
USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
11
		doctools i18n iconthemes itemviews jobwidgets kio \
11
		doctools i18n iconthemes itemviews jobwidgets kio \
12
		service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
12
		service solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network printsupport testlib widgets xml \
14
USE_QT=		concurrent core dbus gui network printsupport testlib widgets xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
18
18
(-)b/sysutils/libsysstat/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= LGPL21+ Link Here
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
USES=		cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
12
USES=		cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
13
USE_QT=		qmake_build buildtools_build core
13
USE_QT=		qmake:build buildtools:build core
14
USE_LXQT=	buildtools
14
USE_LXQT=	buildtools
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
16
(-)b/sysutils/luckybackup/Makefile (-1 / +1 lines)
Lines 16-22 RUN_DEPENDS= rsync:net/rsync \ Link Here
16
USES=		compiler:c++11-lang gl qmake qt:5
16
USES=		compiler:c++11-lang gl qmake qt:5
17
17
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_QT=		core gui network widgets buildtools_build
19
USE_QT=		core gui network widgets buildtools:build
20
20
21
post-patch:
21
post-patch:
22
	${REINPLACE_CMD} -e 's|/usr|$$$${PREFIX}|g' -e '/INSTALLS/s|debianmenu ||' \
22
	${REINPLACE_CMD} -e 's|/usr|$$$${PREFIX}|g' -e '/INSTALLS/s|debianmenu ||' \
(-)b/sysutils/lxqt-admin/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= LGPL21+ Link Here
10
10
11
USES=	cmake compiler:c++11-lang gnome kde:5 localbase \
11
USES=	cmake compiler:c++11-lang gnome kde:5 localbase \
12
	lxqt pkgconfig tar:xz qt:5 xorg
12
	lxqt pkgconfig tar:xz qt:5 xorg
13
USE_QT=	buildtools_build qmake_build core dbus gui svg \
13
USE_QT=	buildtools:build qmake:build core dbus gui svg \
14
	widgets x11extras xml
14
	widgets x11extras xml
15
USE_KDE=	windowsystem
15
USE_KDE=	windowsystem
16
USE_GNOME=	glib20
16
USE_GNOME=	glib20
(-)b/sysutils/lxqt-config/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libudev.so:devel/libudev-devd Link Here
15
15
16
USES=	cmake compiler:c++14-lang kde:5 localbase:ldflags lxqt qt:5 \
16
USES=	cmake compiler:c++14-lang kde:5 localbase:ldflags lxqt qt:5 \
17
	pkgconfig tar:xz xorg gnome
17
	pkgconfig tar:xz xorg gnome
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
20
USE_KDE=	libkscreen windowsystem
20
USE_KDE=	libkscreen windowsystem
21
USE_GNOME=	glib20
21
USE_GNOME=	glib20
(-)b/sysutils/lxqt-policykit/Makefile (-1 / +1 lines)
Lines 13-19 LIB_DEPENDS= libpolkit-qt5-agent-1.so:sysutils/polkit-qt \ Link Here
13
13
14
USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \
14
USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \
15
	localbase:ldflags lxqt pkgconfig tar:xz xorg
15
	localbase:ldflags lxqt pkgconfig tar:xz xorg
16
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
16
USE_QT=	buildtools:build qmake:build core dbus gui linguisttools \
17
	svg widgets x11extras xml
17
	svg widgets x11extras xml
18
USE_KDE=	windowsystem
18
USE_KDE=	windowsystem
19
USE_LXQT=	buildtools lxqt
19
USE_LXQT=	buildtools lxqt
(-)b/sysutils/lxqt-powermanagement/Makefile (-1 / +1 lines)
Lines 13-19 RUN_DEPENDS= upower:sysutils/upower Link Here
13
13
14
USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
14
USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
15
	localbase:ldflags lxqt pkgconfig tar:xz gnome xorg
15
	localbase:ldflags lxqt pkgconfig tar:xz gnome xorg
16
USE_QT=	buildtools_build qmake_build core svg widgets x11extras \
16
USE_QT=	buildtools:build qmake:build core svg widgets x11extras \
17
	dbus gui xml
17
	dbus gui xml
18
USE_GNOME=	glib20
18
USE_GNOME=	glib20
19
USE_KDE=	idletime solid windowsystem
19
USE_KDE=	idletime solid windowsystem
(-)b/sysutils/lxqt-qtplugin/Makefile (-1 / +1 lines)
Lines 17-23 USES= cmake compiler:c++14-lang gnome kde:5 lxqt pkgconfig tar:xz qt:5 \ Link Here
17
17
18
USE_XORG=xcb
18
USE_XORG=xcb
19
USE_GNOME=glib20
19
USE_GNOME=glib20
20
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
20
USE_QT=	buildtools:build qmake:build core dbus gui svg widgets \
21
	x11extras xml
21
	x11extras xml
22
USE_KDE=	windowsystem
22
USE_KDE=	windowsystem
23
USE_LXQT=	buildtools qtxdg libfmqt
23
USE_LXQT=	buildtools qtxdg libfmqt
(-)b/sysutils/plasma-pass/Makefile (-2 / +2 lines)
Lines 15-22 RUN_DEPENDS= pass:sysutils/password-store Link Here
15
15
16
USES=		cmake 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=	config coreaddons i18n itemmodels package plasma-framework service \
17
USE_KDE=	config coreaddons i18n itemmodels package plasma-framework service \
18
		ecm_build
18
		ecm:build
19
USE_QT=		core dbus declarative gui network \
19
USE_QT=		core dbus declarative gui network \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/sysutils/plasma5-discover/Makefile (-2 / +2 lines)
Lines 16-25 USE_KDE= archive attica auth codecs completion config configwidgets \ Link Here
16
		kirigami2 newstuff notifications package plasma-framework \
16
		kirigami2 newstuff notifications package plasma-framework \
17
		service solid textwidgets wallet widgetsaddons windowsystem \
17
		service solid textwidgets wallet widgetsaddons windowsystem \
18
		xmlgui \
18
		xmlgui \
19
		ecm_build
19
		ecm:build
20
USE_QT=		concurrent core dbus declarative gui network svg widgets \
20
USE_QT=		concurrent core dbus declarative gui network svg widgets \
21
		x11extras xml \
21
		x11extras xml \
22
		buildtools_build qmake_build testlib_build
22
		buildtools:build qmake:build testlib:build
23
23
24
CPE_VENDOR=	kde
24
CPE_VENDOR=	kde
25
25
(-)b/sysutils/plasma5-drkonqi/Makefile (-2 / +2 lines)
Lines 10-17 USE_KDE= auth codecs completion config configwidgets coreaddons crash \ Link Here
10
		i18n idletime jobwidgets kio notifications service \
10
		i18n idletime jobwidgets kio notifications service \
11
		syntaxhighlighting wallet widgetsaddons windowsystem \
11
		syntaxhighlighting wallet widgetsaddons windowsystem \
12
		xmlrpcclient \
12
		xmlrpcclient \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus gui network widgets x11extras xml \
14
USE_QT=		concurrent core dbus gui network widgets x11extras xml \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/sysutils/plasma5-kde-cli-tools/Makefile (-2 / +2 lines)
Lines 12-21 USE_KDE= activities auth bookmarks codecs completion config \ Link Here
12
		kdeclarative kdesu kio notifications parts plasma-workspace \
12
		kdeclarative kdesu kio notifications parts plasma-workspace \
13
		pty service solid sonnet textwidgets unitconversion \
13
		pty service solid sonnet textwidgets unitconversion \
14
		widgetsaddons windowsystem xmlgui \
14
		widgetsaddons windowsystem xmlgui \
15
		doctools_build ecm_build
15
		doctools:build ecm:build
16
USE_QT=		concurrent core dbus declarative gui network printsupport svg \
16
USE_QT=		concurrent core dbus declarative gui network printsupport svg \
17
		widgets x11extras xml \
17
		widgets x11extras xml \
18
		buildtools_build qmake_build testlib_build
18
		buildtools:build qmake:build testlib:build
19
USE_XORG=	x11
19
USE_XORG=	x11
20
CPE_VENDOR=	kde
20
CPE_VENDOR=	kde
21
21
(-)b/sysutils/plasma5-kinfocenter/Makefile (-3 / +3 lines)
Lines 19-29 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
19
		kdeclarative kio notifications package parts service solid \
19
		kdeclarative kio notifications package parts service solid \
20
		sonnet textwidgets unitconversion wayland widgetsaddons \
20
		sonnet textwidgets unitconversion wayland widgetsaddons \
21
		windowsystem xmlgui \
21
		windowsystem xmlgui \
22
		doctools_build ecm_build \
22
		doctools:build ecm:build \
23
		systemsettings_run
23
		systemsettings:run
24
USE_QT=		concurrent core dbus declarative gui network printsupport \
24
USE_QT=		concurrent core dbus declarative gui network printsupport \
25
		widgets xml \
25
		widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
USE_XORG=	ice sm x11 xext
27
USE_XORG=	ice sm x11 xext
28
28
29
# TODO	-- this should be handled correctly...
29
# TODO	-- this should be handled correctly...
(-)b/sysutils/plasma5-kmenuedit/Makefile (-2 / +2 lines)
Lines 11-18 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
11
		hotkeys i18n iconthemes init itemmodels itemviews jobwidgets \
11
		hotkeys i18n iconthemes init itemmodels itemviews jobwidgets \
12
		kio notifications parts service solid sonnet textwidgets \
12
		kio notifications parts service solid sonnet textwidgets \
13
		unitconversion widgetsaddons windowsystem xmlgui \
13
		unitconversion widgetsaddons windowsystem xmlgui \
14
		doctools_build ecm_build
14
		doctools:build ecm:build
15
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
15
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/sysutils/plasma5-ksysguard/Makefile (-2 / +2 lines)
Lines 15-23 USE_KDE= attica auth codecs completion config configwidgets coreaddons \ Link Here
15
		dbusaddons emoticons i18n iconthemes init itemmodels itemviews \
15
		dbusaddons emoticons i18n iconthemes init itemmodels itemviews \
16
		jobwidgets kio libksysguard newstuff notifications service \
16
		jobwidgets kio libksysguard newstuff notifications service \
17
		widgetsaddons windowsystem xmlgui \
17
		widgetsaddons windowsystem xmlgui \
18
		doctools_build ecm_build
18
		doctools:build ecm:build
19
USE_QT=		concurrent core dbus gui network widgets xml \
19
USE_QT=		concurrent core dbus gui network widgets xml \
20
		buildtools_build qmake_build testlib_build
20
		buildtools:build qmake:build testlib:build
21
21
22
OPTIONS_DEFINE=		INOTIFY
22
OPTIONS_DEFINE=		INOTIFY
23
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
23
OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
(-)b/sysutils/plasma5-ksystemstats/Makefile (-1 / +1 lines)
Lines 11-16 USES= cmake compiler:c++17-lang kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	config coreaddons dbusaddons i18n kio libksysguard service \
11
USE_KDE=	config coreaddons dbusaddons i18n kio libksysguard service \
12
		solid
12
		solid
13
USE_QT=		concurrent core dbus gui network \
13
USE_QT=		concurrent core dbus gui network \
14
		buildtools_build qmake_build testlib_build
14
		buildtools:build qmake:build testlib:build
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/sysutils/plasma5-libksysguard/Makefile (-1 / +1 lines)
Lines 12-18 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
12
		windowsystem
12
		windowsystem
13
USE_QT=		concurrent core dbus declarative gui network script webkit \
13
USE_QT=		concurrent core dbus declarative gui network script webkit \
14
		widgets x11extras xml \
14
		widgets x11extras xml \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
OPTIONS_DEFINE=	WEBENGINE
17
OPTIONS_DEFINE=	WEBENGINE
18
18
(-)b/sysutils/plasma5-plasma-disks/Makefile (-1 / +1 lines)
Lines 29-35 USE_KDE= activities auth codecs config configwidgets coreaddons \ Link Here
29
		plasma-framework service solid widgetsaddons windowsystem
29
		plasma-framework service solid widgetsaddons windowsystem
30
USE_QT=		concurrent core dbus declarative gui network quickcontrols \
30
USE_QT=		concurrent core dbus declarative gui network quickcontrols \
31
		widgets xml \
31
		widgets xml \
32
		buildtools_build qmake_build
32
		buildtools:build qmake:build
33
33
34
post-patch:
34
post-patch:
35
	${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" \
35
	${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" \
(-)b/sysutils/plasma5-plasma-systemmonitor/Makefile (-1 / +1 lines)
Lines 13-18 USE_KDE= attica auth codecs config configwidgets coreaddons dbusaddons \ Link Here
13
		windowsystem xmlgui
13
		windowsystem xmlgui
14
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
14
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
15
		widgets xml \
15
		widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/sysutils/plasma5-polkit-kde-agent-1/Makefile (-1 / +1 lines)
Lines 11-16 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
11
USE_KDE=	config coreaddons crash dbusaddons ecm i18n iconthemes \
11
USE_KDE=	config coreaddons crash dbusaddons ecm i18n iconthemes \
12
		notifications widgetsaddons windowsystem
12
		notifications widgetsaddons windowsystem
13
USE_QT=		core dbus gui widgets \
13
USE_QT=		core dbus gui widgets \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/sysutils/plasma5-powerdevil/Makefile (-2 / +2 lines)
Lines 16-25 USE_KDE= activities auth bookmarks codecs completion config \ Link Here
16
		itemviews jobwidgets kio libkscreen notifications notifyconfig \
16
		itemviews jobwidgets kio libkscreen notifications notifyconfig \
17
		parts plasma-workspace service solid sonnet textwidgets \
17
		parts plasma-workspace service solid sonnet textwidgets \
18
		unitconversion wayland widgetsaddons windowsystem xmlgui \
18
		unitconversion wayland widgetsaddons windowsystem xmlgui \
19
		doctools_build ecm_build
19
		doctools:build ecm:build
20
USE_QT=		concurrent core dbus gui network printsupport widgets \
20
USE_QT=		concurrent core dbus gui network printsupport widgets \
21
		x11extras xml \
21
		x11extras xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
USE_XORG=	xcb
23
USE_XORG=	xcb
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/sysutils/plasma5-systemsettings/Makefile (-2 / +2 lines)
Lines 12-19 USE_KDE= activities activities-stats auth codecs completion config \ Link Here
12
		kdeclarative khtml kio kirigami2 package parts \
12
		kdeclarative khtml kio kirigami2 package parts \
13
		plasma-workspace service sonnet textwidgets widgetsaddons \
13
		plasma-workspace service sonnet textwidgets widgetsaddons \
14
		windowsystem xmlgui \
14
		windowsystem xmlgui \
15
		doctools_build ecm_build
15
		doctools:build ecm:build
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
16
USE_QT=		concurrent core dbus declarative gui network widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/sysutils/polkit-qt/Makefile (-1 / +1 lines)
Lines 12-18 LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit Link Here
12
12
13
USES=		cmake compiler:c++11-lang gnome pkgconfig qt:5 tar:xz
13
USES=		cmake compiler:c++11-lang gnome pkgconfig qt:5 tar:xz
14
USE_GNOME=	glib20
14
USE_GNOME=	glib20
15
USE_QT=		core dbus gui widgets buildtools_build qmake_build
15
USE_QT=		core dbus gui widgets buildtools:build qmake:build
16
CMAKE_OFF=	BUILD_EXAMPLES  \
16
CMAKE_OFF=	BUILD_EXAMPLES  \
17
		BUILD_TEST
17
		BUILD_TEST
18
18
(-)b/sysutils/qdirstat/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
10
10
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 shebangfix
11
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 shebangfix
12
USE_GL=		gl
12
USE_GL=		gl
13
USE_QT=		buildtools_build core gui widgets
13
USE_QT=		buildtools:build core gui widgets
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/sysutils/qsudo/Makefile (-1 / +1 lines)
Lines 15-21 USES= compiler:c++11-lang qmake qt:5 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	trueos
16
GH_ACCOUNT=	trueos
17
GH_TAGNAME=	815e31c
17
GH_TAGNAME=	815e31c
18
USE_QT=		core gui widgets buildtools_build
18
USE_QT=		core gui widgets buildtools:build
19
19
20
WRKSRC_SUBDIR=	src-qt5
20
WRKSRC_SUBDIR=	src-qt5
21
LDFLAGS+=	-Wl,--as-needed  # prevents unnecessary USE_GL=gl, see bug#224488
21
LDFLAGS+=	-Wl,--as-needed  # prevents unnecessary USE_GL=gl, see bug#224488
(-)b/sysutils/qtpass/Makefile (-1 / +1 lines)
Lines 17-23 USE_GITHUB= yes Link Here
17
GH_ACCOUNT=	IJhack
17
GH_ACCOUNT=	IJhack
18
GH_PROJECT=	QtPass
18
GH_PROJECT=	QtPass
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_QT=		core gui network testlib widgets buildtools_build linguisttools_build
20
USE_QT=		core gui network testlib widgets buildtools:build linguisttools:build
21
CPE_VENDOR=	ijhack
21
CPE_VENDOR=	ijhack
22
22
23
# Create a desktop entry for the port.
23
# Create a desktop entry for the port.
(-)b/sysutils/signon-kwallet-extension/Makefile (-2 / +2 lines)
Lines 9-17 LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 Link Here
9
9
10
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
10
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
11
USE_KDE=	wallet \
11
USE_KDE=	wallet \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus gui \
13
USE_QT=		core dbus gui \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_LDCONFIG=	${KDE_PREFIX}/${SE_DIR}
15
USE_LDCONFIG=	${KDE_PREFIX}/${SE_DIR}
16
PLIST_FILES=	${SE_DIR}/libkeyring-kwallet.so
16
PLIST_FILES=	${SE_DIR}/libkeyring-kwallet.so
17
SE_DIR=		lib/signon/extensions
17
SE_DIR=		lib/signon/extensions
(-)b/sysutils/signon-plugin-oauth2/Makefile (-1 / +1 lines)
Lines 11-17 LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 Link Here
11
11
12
USES=		compiler:c++11-lang pkgconfig python qmake qt:5
12
USES=		compiler:c++11-lang pkgconfig python qmake qt:5
13
USE_QT=		core network testlib \
13
USE_QT=		core network testlib \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_LDCONFIG=	${PREFIX}/lib/signon
15
USE_LDCONFIG=	${PREFIX}/lib/signon
16
16
17
QMAKE_ENV=	PREFIX=${PREFIX}
17
QMAKE_ENV=	PREFIX=${PREFIX}
(-)b/sysutils/signon-qt5/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
USES=		compiler:c++11-lang gettext pathfix pkgconfig python qmake \
13
USES=		compiler:c++11-lang gettext pathfix pkgconfig python qmake \
14
		qt:5 tar:bz2
14
		qt:5 tar:bz2
15
USE_QT=		core dbus gui network sql testlib xml \
15
USE_QT=		core dbus gui network sql testlib xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
# gitlab variables
18
# gitlab variables
19
USE_GITLAB=	yes
19
USE_GITLAB=	yes
(-)b/sysutils/signon-ui/Makefile (-1 / +1 lines)
Lines 20-26 USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \ Link Here
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_GNOME=	gdkpixbuf2 glib20
21
USE_GNOME=	gdkpixbuf2 glib20
22
USE_QT=		core dbus declarative gui network webkit widgets xml \
22
USE_QT=		core dbus declarative gui network webkit widgets xml \
23
		buildtools_build qmake_build
23
		buildtools:build qmake:build
24
# gitlab variables
24
# gitlab variables
25
USE_GITLAB=	yes
25
USE_GITLAB=	yes
26
GL_ACCOUNT=	accounts-sso
26
GL_ACCOUNT=	accounts-sso
(-)b/sysutils/sweeper/Makefile (-1 / +1 lines)
Lines 10-16 USE_KDE= activities-stats auth bookmarks codecs config configwidgets \ Link Here
10
		coreaddons crash i18n kio service sonnet textwidgets \
10
		coreaddons crash i18n kio service sonnet textwidgets \
11
		widgetsaddons xmlgui
11
		widgetsaddons xmlgui
12
USE_QT=		concurrent core dbus gui network widgets xml \
12
USE_QT=		concurrent core dbus gui network widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
OPTIONS_DEFINE=	DOCS
15
OPTIONS_DEFINE=	DOCS
16
16
(-)b/sysutils/synergy/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
16
16
17
USES=		cmake compiler:c++14-lang cpe gnome localbase:ldflags qt:5 ssl xorg
17
USES=		cmake compiler:c++14-lang cpe gnome localbase:ldflags qt:5 ssl xorg
18
CPE_VENDOR=	synergy-foss
18
CPE_VENDOR=	synergy-foss
19
USE_QT=		core dbus network widgets buildtools_build linguisttools_build qmake_build
19
USE_QT=		core dbus network widgets buildtools:build linguisttools:build qmake:build
20
USE_GNOME=	gdkpixbuf2 glib20
20
USE_GNOME=	gdkpixbuf2 glib20
21
USE_XORG=	ice xtst x11 sm xext xinerama xrandr xi
21
USE_XORG=	ice xtst x11 sm xext xinerama xrandr xi
22
22
(-)b/sysutils/tarsnap-gui/Makefile (-1 / +1 lines)
Lines 11-17 USE_GITHUB= yes Link Here
11
GH_ACCOUNT=	Tarsnap
11
GH_ACCOUNT=	Tarsnap
12
12
13
USES=		compiler:c++11-lib gl qmake qt:5
13
USES=		compiler:c++11-lib gl qmake qt:5
14
USE_QT=		buildtools_build core gui network qmake_build sql sql-sqlite3 widgets
14
USE_QT=		buildtools:build core gui network qmake:build sql sql-sqlite3 widgets
15
USE_GL=		gl
15
USE_GL=		gl
16
16
17
PLIST_FILES=	bin/tarsnap-gui
17
PLIST_FILES=	bin/tarsnap-gui
(-)b/sysutils/twmn/Makefile (-1 / +1 lines)
Lines 15-21 USES= compiler:c++11-lang qmake qt:5 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	sboli
16
GH_ACCOUNT=	sboli
17
GH_TAGNAME=	861a323
17
GH_TAGNAME=	861a323
18
USE_QT=		core dbus gui network widgets x11extras buildtools_build
18
USE_QT=		core dbus gui network widgets x11extras buildtools:build
19
LDFLAGS+=	-Wl,--as-needed  # see bug#224488
19
LDFLAGS+=	-Wl,--as-needed  # see bug#224488
20
20
21
# Fix build with Qt 5.13
21
# Fix build with Qt 5.13
(-)b/sysutils/unetbootin/Makefile (-1 / +1 lines)
Lines 15-21 RUN_DEPENDS= 7zz:archivers/7-zip \ Link Here
15
		mke2fs:sysutils/e2fsprogs
15
		mke2fs:sysutils/e2fsprogs
16
16
17
USES=		qt:5
17
USES=		qt:5
18
USE_QT=		buildtools_build linguisttools_build qmake_build \
18
USE_QT=		buildtools:build linguisttools:build qmake:build \
19
		core gui network widgets
19
		core gui network widgets
20
QMAKE_ARGS=	DEFINES+=LOCALBASE=\\\\\\\"${LOCALBASE}\\\\\\\"
20
QMAKE_ARGS=	DEFINES+=LOCALBASE=\\\\\\\"${LOCALBASE}\\\\\\\"
21
21
(-)b/textproc/dikt/Makefile (-1 / +1 lines)
Lines 15-21 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
15
		coreaddons dbusaddons guiaddons i18n iconthemes itemviews \
15
		coreaddons dbusaddons guiaddons i18n iconthemes itemviews \
16
		jobwidgets kio service solid widgetsaddons windowsystem xmlgui
16
		jobwidgets kio service solid widgetsaddons windowsystem xmlgui
17
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
17
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
19
20
PLIST_FILES=	bin/dikt \
20
PLIST_FILES=	bin/dikt \
21
		share/applications/dikt.desktop \
21
		share/applications/dikt.desktop \
(-)b/textproc/fcitx-qt5/Makefile (-1 / +1 lines)
Lines 15-21 USES= compiler:c++11-lib cmake gettext kde:5 pkgconfig qt:5 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	fcitx
16
GH_ACCOUNT=	fcitx
17
USE_KDE=	ecm
17
USE_KDE=	ecm
18
USE_QT=		concurrent core dbus gui widgets buildtools_build qmake_build
18
USE_QT=		concurrent core dbus gui widgets buildtools:build qmake:build
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/textproc/fcitx5-configtool/Makefile (-1 / +1 lines)
Lines 26-32 GH_ACCOUNT= fcitx Link Here
26
26
27
USE_KDE=	ecm coreaddons kdeclarative i18n itemviews kirigami2 package widgetsaddons
27
USE_KDE=	ecm coreaddons kdeclarative i18n itemviews kirigami2 package widgetsaddons
28
USE_QT=		concurrent core dbus declarative gui quickcontrols2 widgets x11extras \
28
USE_QT=		concurrent core dbus declarative gui quickcontrols2 widgets x11extras \
29
		buildtools_build qmake_build
29
		buildtools:build qmake:build
30
USE_XORG=	x11 xkbfile
30
USE_XORG=	x11 xkbfile
31
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
32
32
(-)b/textproc/fcitx5-qt/Makefile (-1 / +1 lines)
Lines 23-29 PLIST_SUB= VER=${PORTVERSION} Link Here
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	fcitx
24
GH_ACCOUNT=	fcitx
25
USE_KDE=	ecm
25
USE_KDE=	ecm
26
USE_QT=		concurrent core dbus widgets buildtools_build qmake_build
26
USE_QT=		concurrent core dbus widgets buildtools:build qmake:build
27
USE_XORG=	x11 xcb
27
USE_XORG=	x11 xcb
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
(-)b/textproc/goldendict/Makefile (-1 / +1 lines)
Lines 20-26 USES= compiler:c++11-lang gnome iconv:wchar_t pkgconfig \ Link Here
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_TAGNAME=	99982a1
21
GH_TAGNAME=	99982a1
22
USE_XORG=	x11 xtst
22
USE_XORG=	x11 xtst
23
USE_QT=		buildtools_build linguisttools_build core gui help \
23
USE_QT=		buildtools:build linguisttools:build core gui help \
24
		network printsupport sql svg webkit widgets \
24
		network printsupport sql svg webkit widgets \
25
		x11extras xml
25
		x11extras xml
26
QMAKE_ARGS=	${PORTNAME}.pro CONFIG+="zim_support"
26
QMAKE_ARGS=	${PORTNAME}.pro CONFIG+="zim_support"
(-)b/textproc/highlight/Makefile (-1 / +1 lines)
Lines 28-34 OPTIONS_DEFINE= DOCS GUI Link Here
28
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
29
29
30
GUI_USES=	qt:5
30
GUI_USES=	qt:5
31
GUI_USE=	QT=buildtools_build,qmake_build,core,gui,widgets
31
GUI_USE=	QT=buildtools:build,qmake:build,core,gui,widgets
32
GUI_MAKE_ENV=	QMAKE="${QMAKE}"
32
GUI_MAKE_ENV=	QMAKE="${QMAKE}"
33
GUI_ALL_TARGET=	gui
33
GUI_ALL_TARGET=	gui
34
GUI_INSTALL_TARGET=	install-gui
34
GUI_INSTALL_TARGET=	install-gui
(-)b/textproc/kdiff3/Makefile (-2 / +2 lines)
Lines 17-25 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
17
		coreaddons crash i18n iconthemes jobwidgets kio \
17
		coreaddons crash i18n iconthemes jobwidgets kio \
18
		parts service solid sonnet textwidgets widgetsaddons windowsystem \
18
		parts service solid sonnet textwidgets widgetsaddons windowsystem \
19
		xmlgui \
19
		xmlgui \
20
		doctools_build ecm_build
20
		doctools:build ecm:build
21
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
21
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
22
		buildtools_build qmake_build
22
		buildtools:build qmake:build
23
23
24
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
25
DOCSDIR_REL=	share/doc/HTML
25
DOCSDIR_REL=	share/doc/HTML
(-)b/textproc/kf5-kcodecs/Makefile (-2 / +2 lines)
Lines 8-15 COMMENT= KF5 library for string manipulation Link Here
8
LICENSE=	LGPL21
8
LICENSE=	LGPL21
9
9
10
USES=		cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz
10
USES=		cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz
11
USE_KDE=	ecm_build
11
USE_KDE=	ecm:build
12
USE_QT=		core linguisttools \
12
USE_QT=		core linguisttools \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/textproc/kf5-sonnet/Makefile (-2 / +2 lines)
Lines 9-17 LIB_DEPENDS= libaspell.so:textproc/aspell \ Link Here
9
		libhunspell-1.7.so:textproc/hunspell
9
		libhunspell-1.7.so:textproc/hunspell
10
10
11
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
12
USE_KDE=	ecm_build
12
USE_KDE=	ecm:build
13
USE_QT=		core declarative gui linguisttools uiplugin widgets \
13
USE_QT=		core declarative gui linguisttools uiplugin widgets \
14
		buildtools_build qmake_build testlib_build
14
		buildtools:build qmake:build testlib:build
15
15
16
# Disable examples -- they are not installed anyways.
16
# Disable examples -- they are not installed anyways.
17
CMAKE_OFF=	ENABLE_EXAMPLES
17
CMAKE_OFF=	ENABLE_EXAMPLES
(-)b/textproc/kf5-syntax-highlighting/Makefile (-2 / +2 lines)
Lines 6-14 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 syntax highlighting engine for structured text and code
6
COMMENT=	KF5 syntax highlighting engine for structured text and code
7
7
8
USES=		cmake compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 perl5 qt:5 tar:xz
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core gui network \
10
USE_QT=		core gui network \
11
		buildtools_build linguisttools_build testlib_build qmake_build 
11
		buildtools:build linguisttools:build testlib:build qmake:build 
12
12
13
CMAKE_ARGS=	-DCMAKE_DISABLE_FIND_PACKAGE_Qt5XmlPatterns=TRUE
13
CMAKE_ARGS=	-DCMAKE_DISABLE_FIND_PACKAGE_Qt5XmlPatterns=TRUE
14
14
(-)b/textproc/kompare/Makefile (-2 / +2 lines)
Lines 12-20 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
12
		doctools i18n iconthemes jobwidgets kio parts service \
12
		doctools i18n iconthemes jobwidgets kio parts service \
13
		solid sonnet syntaxhighlighting texteditor textwidgets widgetsaddons \
13
		solid sonnet syntaxhighlighting texteditor textwidgets widgetsaddons \
14
		windowsystem xmlgui \
14
		windowsystem xmlgui \
15
		ecm_build
15
		ecm:build
16
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
16
USE_QT=		concurrent core dbus gui network printsupport widgets xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
20
20
(-)b/textproc/kreport/Makefile (-1 / +1 lines)
Lines 14-20 USES= cmake compiler:c++11-lang gettext kde:5 \ Link Here
14
			python:3.5+ qt:5 tar:xz
14
			python:3.5+ qt:5 tar:xz
15
USE_KDE=		config coreaddons ecm marble widgetsaddons
15
USE_KDE=		config coreaddons ecm marble widgetsaddons
16
USE_QT=			core declarative gui network webkit widgets xml \
16
USE_QT=			core declarative gui network webkit widgets xml \
17
			buildtools_build printsupport qmake_build
17
			buildtools:build printsupport qmake:build
18
18
19
CONFLICTS_INSTALL=	calligra-2*
19
CONFLICTS_INSTALL=	calligra-2*
20
20
(-)b/textproc/libkomparediff2/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= Library to compare files and strings Link Here
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons i18n kio parts \
9
USE_KDE=	auth codecs config configwidgets coreaddons i18n kio parts \
10
		service widgetsaddons xmlgui \
10
		service widgetsaddons xmlgui \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core dbus gui network widgets xml \
12
USE_QT=		concurrent core dbus gui network widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
(-)b/textproc/markdownpart/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
10
		jobwidgets kio parts service solid sonnet textwidgets widgetsaddons \
10
		jobwidgets kio parts service solid sonnet textwidgets widgetsaddons \
11
		windowsystem xmlgui \
11
		windowsystem xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus gui network widgets xml \
13
USE_QT=		concurrent core dbus gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/textproc/pageedit/Makefile (-1 / +1 lines)
Lines 16-21 GH_PROJECT= PageEdit Link Here
16
16
17
USE_QT=		concurrent core declarative gui location network \
17
USE_QT=		concurrent core declarative gui location network \
18
		printsupport webchannel webengine widgets xml \
18
		printsupport webchannel webengine widgets xml \
19
		buildtools_build linguisttools_build qmake_build
19
		buildtools:build linguisttools:build qmake:build
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/textproc/qstardict/Makefile (-1 / +1 lines)
Lines 14-20 USES= compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2 xorg Link Here
14
USE_GL=		gl
14
USE_GL=		gl
15
USE_GNOME=	glib20
15
USE_GNOME=	glib20
16
USE_QT=		core dbus gui network printsupport widgets xml \
16
USE_QT=		core dbus gui network printsupport widgets xml \
17
		buildtools_build linguisttools_build qmake_build
17
		buildtools:build linguisttools:build qmake:build
18
USE_XORG=	x11
18
USE_XORG=	x11
19
19
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
(-)b/textproc/qt5-xml/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt SAX and DOM implementations Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core qmake_build buildtools_build
11
USE_QT=		core qmake:build buildtools:build
12
HAS_CONFIGURE=	yes
12
HAS_CONFIGURE=	yes
13
CONFIGURE_ARGS=	-no-gui -no-xcb
13
CONFIGURE_ARGS=	-no-gui -no-xcb
14
14
(-)b/textproc/qt5-xmlpatterns/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt support for XPath, XQuery, XSLT and XML Schema
7
COMMENT=	Qt support for XPath, XQuery, XSLT and XML Schema
8
8
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,xmlpatterns
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,xmlpatterns
10
USE_QT=		core declarative network buildtools_build
10
USE_QT=		core declarative network buildtools:build
11
11
12
QT_BINARIES=	yes
12
QT_BINARIES=	yes
13
13
(-)b/textproc/retext/Makefile (-2 / +2 lines)
Lines 21-28 USE_GITHUB= yes Link Here
21
GH_ACCOUNT=	retext-project
21
GH_ACCOUNT=	retext-project
22
GH_PROJECT=	retext
22
GH_PROJECT=	retext
23
USE_PYTHON=	distutils autoplist noflavors
23
USE_PYTHON=	distutils autoplist noflavors
24
USE_QT=		linguisttools_build
24
USE_QT=		linguisttools:build
25
USE_PYQT=	pyqt5_run sip_run
25
USE_PYQT=	pyqt5:run sip:run
26
26
27
BINARY_ALIAS=	lrelease=${LRELEASE}
27
BINARY_ALIAS=	lrelease=${LRELEASE}
28
28
(-)b/textproc/sigil/Makefile (-2 / +2 lines)
Lines 25-32 USE_LDCONFIG= ${PREFIX}/lib/sigil Link Here
25
25
26
USE_QT=		concurrent core declarative gui location network printsupport \
26
USE_QT=		concurrent core declarative gui location network printsupport \
27
		svg webchannel webengine widgets xml xmlpatterns \
27
		svg webchannel webengine widgets xml xmlpatterns \
28
		buildtools_build linguisttools_build qmake_build \
28
		buildtools:build linguisttools:build qmake:build \
29
		imageformats_run
29
		imageformats:run
30
30
31
SHEBANG_FILES=	src/Resource_Files/plugin_launchers/python/*.py \
31
SHEBANG_FILES=	src/Resource_Files/plugin_launchers/python/*.py \
32
		src/Resource_Files/python3lib/*.py
32
		src/Resource_Files/python3lib/*.py
(-)b/textproc/uim-qt5/Makefile (-1 / +1 lines)
Lines 8-14 LIB_DEPENDS= libuim.so:textproc/uim Link Here
8
USES=		compiler:c++11-lang gl iconv kde:5 libtool qt:5
8
USES=		compiler:c++11-lang gl iconv kde:5 libtool qt:5
9
USE_GL=		gl
9
USE_GL=		gl
10
USE_KDE=	plasma-framework
10
USE_KDE=	plasma-framework
11
USE_QT=		buildtools_build core declarative gui network qmake_build widgets x11extras
11
USE_QT=		buildtools:build core declarative gui network qmake:build widgets x11extras
12
12
13
MASTERDIR=	${.CURDIR}/../../textproc/uim
13
MASTERDIR=	${.CURDIR}/../../textproc/uim
14
PKGDIR=		${.CURDIR}
14
PKGDIR=		${.CURDIR}
(-)b/www/choqok/Makefile (-2 / +2 lines)
Lines 21-29 USE_KDE= attica auth bookmarks codecs completion config configwidgets \ Link Here
21
		itemviews jobwidgets kcmutils kdewebkit kio notifications \
21
		itemviews jobwidgets kcmutils kdewebkit kio notifications \
22
		notifyconfig parts purpose service solid sonnet textwidgets \
22
		notifyconfig parts purpose service solid sonnet textwidgets \
23
		wallet widgetsaddons xmlgui \
23
		wallet widgetsaddons xmlgui \
24
		kded_run
24
		kded:run
25
USE_QT=		concurrent core dbus gui network networkauth webkit widgets xml \
25
USE_QT=		concurrent core dbus gui network networkauth webkit widgets xml \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
27
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
(-)b/www/cutelyst/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
12
USES=		cmake compiler:c++11-lang localbase qt:5
12
USES=		cmake compiler:c++11-lang localbase qt:5
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
USE_QT=		qmake_build buildtools_build linguisttools_build \
15
USE_QT=		qmake:build buildtools:build linguisttools:build \
16
		core network sql
16
		core network sql
17
17
18
# There are more views available and various plugins,
18
# There are more views available and various plugins,
(-)b/www/dooble/Makefile (-1 / +1 lines)
Lines 15-21 USE_GITHUB= yes Link Here
15
GH_ACCOUNT=	textbrowser
15
GH_ACCOUNT=	textbrowser
16
16
17
USE_QT=		concurrent core gui network printsupport sql webengine widgets \
17
USE_QT=		concurrent core gui network printsupport sql webengine widgets \
18
		xml buildtools_build qmake_build
18
		xml buildtools:build qmake:build
19
USE_XORG=	xcb
19
USE_XORG=	xcb
20
20
21
QMAKE_SOURCE_PATH=	${PORTNAME}.pro
21
QMAKE_SOURCE_PATH=	${PORTNAME}.pro
(-)b/www/falkon/Makefile (-3 / +3 lines)
Lines 10-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
10
10
11
USES=		cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg
11
USES=		cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg
12
USE_KDE=	archive i18n \
12
USE_KDE=	archive i18n \
13
		ecm_build
13
		ecm:build
14
USE_QT=		concurrent core dbus declarative gui location network printsupport \
14
USE_QT=		concurrent core dbus declarative gui location network printsupport \
15
		sql webchannel webengine widgets x11extras sql-sqlite3_run \
15
		sql webchannel webengine widgets x11extras sql-sqlite3:run \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_XORG=	xcb
17
USE_XORG=	xcb
18
18
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)b/www/kdsoap/Makefile (-1 / +1 lines)
Lines 18-24 LICENSE_FILE_AGPLv3= ${WRKSRC}/LICENSE.AGPL3-modified.txt Link Here
18
18
19
USES=		cmake compiler:c++11-lang localbase qt:5
19
USES=		cmake compiler:c++11-lang localbase qt:5
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_QT=		qmake_build buildtools_build linguisttools_build \
21
USE_QT=		qmake:build buildtools:build linguisttools:build \
22
		core network widgets xml
22
		core network widgets xml
23
23
24
# No USE_GITHUB, but pretty close
24
# No USE_GITHUB, but pretty close
(-)b/www/kf5-kdewebkit/Makefile (-2 / +2 lines)
Lines 9-16 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
		i18n jobwidgets kio parts service sonnet textwidgets \
10
		i18n jobwidgets kio parts service sonnet textwidgets \
11
		wallet widgetsaddons xmlgui \
11
		wallet widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus gui network webkit widgets xml \
13
USE_QT=		concurrent core dbus gui network webkit widgets xml \
14
		buildtools_build qmake_build 
14
		buildtools:build qmake:build 
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/www/kf5-khtml/Makefile (-2 / +2 lines)
Lines 14-23 USE_KDE= archive auth bookmarks codecs completion config \ Link Here
14
		configwidgets coreaddons globalaccel i18n iconthemes \
14
		configwidgets coreaddons globalaccel i18n iconthemes \
15
		jobwidgets js kio notifications parts service sonnet \
15
		jobwidgets js kio notifications parts service sonnet \
16
		textwidgets wallet widgetsaddons windowsystem xmlgui \
16
		textwidgets wallet widgetsaddons windowsystem xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus gui network phonon4 \
18
USE_QT=		concurrent core dbus gui network phonon4 \
19
		printsupport widgets x11extras xml \
19
		printsupport widgets x11extras xml \
20
		buildtools_build qmake_build 
20
		buildtools:build qmake:build 
21
USE_XORG=	ice sm x11 xext
21
USE_XORG=	ice sm x11 xext
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/www/kf5-kjs/Makefile (-2 / +2 lines)
Lines 8-15 COMMENT= KF5 library providing an ECMAScript interpreter Link Here
8
LIB_DEPENDS=	libpcre.so:devel/pcre
8
LIB_DEPENDS=	libpcre.so:devel/pcre
9
9
10
USES=		cmake 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=	doctools_build ecm_build
11
USE_KDE=	doctools:build ecm:build
12
USE_QT=		core \
12
USE_QT=		core \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/www/kf5-kjsembed/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 library for binding JavaScript objects to QObjects Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	archive i18n js \
9
USE_KDE=	archive i18n js \
10
		doctools_build ecm_build 
10
		doctools:build ecm:build 
11
USE_QT=		core gui svg uiplugin uitools widgets xml \
11
USE_QT=		core gui svg uiplugin uitools widgets xml \
12
		buildtools_build qmake_build 
12
		buildtools:build qmake:build 
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/www/kristall/Makefile (-2 / +2 lines)
Lines 14-21 LIB_DEPENDS= libcmark.so:textproc/cmark \ Link Here
14
14
15
USES=		compiler:c++17-lang desktop-file-utils gl iconv pkgconfig \
15
USES=		compiler:c++17-lang desktop-file-utils gl iconv pkgconfig \
16
		qt:5 shared-mime-info ssl
16
		qt:5 shared-mime-info ssl
17
USE_QT=		core gui multimedia network svg widgets buildtools_build \
17
USE_QT=		core gui multimedia network svg widgets buildtools:build \
18
		linguisttools_build qmake_build
18
		linguisttools:build qmake:build
19
USE_GL=		gl
19
USE_GL=		gl
20
20
21
USE_GITHUB=	yes
21
USE_GITHUB=	yes
(-)b/www/onlyoffice-documentserver/Makefile (-1 / +1 lines)
Lines 41-47 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}supervisor>0:sysutils/py-supervisor@${PY_FLA Link Here
41
41
42
USES=		autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:16,build pkgconfig \
42
USES=		autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:16,build pkgconfig \
43
		python:3.7+,build qt:5 trigger
43
		python:3.7+,build qt:5 trigger
44
USE_QT=		qmake_build
44
USE_QT=		qmake:build
45
USE_GITHUB=	yes
45
USE_GITHUB=	yes
46
GH_ACCOUNT=	ONLYOFFICE
46
GH_ACCOUNT=	ONLYOFFICE
47
GH_PROJECT=	DocumentServer
47
GH_PROJECT=	DocumentServer
(-)b/www/otter-browser/Makefile (-1 / +1 lines)
Lines 23-29 LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell Link Here
23
USES=		cmake compiler:c++11-lib desktop-file-utils qt:5
23
USES=		cmake compiler:c++11-lib desktop-file-utils qt:5
24
USE_QT=		concurrent core dbus declarative gui multimedia network printsupport \
24
USE_QT=		concurrent core dbus declarative gui multimedia network printsupport \
25
		script sql sql-sqlite3 svg widgets xmlpatterns \
25
		script sql sql-sqlite3 svg widgets xmlpatterns \
26
		buildtools_build qmake_build
26
		buildtools:build qmake:build
27
27
28
USE_GITHUB=	yes
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	OtterBrowser
29
GH_ACCOUNT=	OtterBrowser
(-)b/www/plasma5-plasma-browser-integration/Makefile (-1 / +1 lines)
Lines 12-17 USE_KDE= activities completion config coreaddons crash dbusaddons \ Link Here
12
		plasma-framework plasma-workspace purpose runner service \
12
		plasma-framework plasma-workspace purpose runner service \
13
		widgetsaddons windowsystem
13
		widgetsaddons windowsystem
14
USE_QT=		concurrent core dbus gui network widgets \
14
USE_QT=		concurrent core dbus gui network widgets \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/www/py-qt5-webengine/Makefile (-2 / +2 lines)
Lines 15-24 LICENSE= GPLv3 Link Here
15
15
16
USES=		gl python:3.8+ pyqt:5 qt:5
16
USES=		gl python:3.8+ pyqt:5 qt:5
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_PYQT=	sip_build pyqt5
18
USE_PYQT=	sip:build pyqt5
19
USE_PYTHON=	concurrent flavors py3kplist
19
USE_PYTHON=	concurrent flavors py3kplist
20
USE_QT=		core declarative gui location network printsupport webchannel \
20
USE_QT=		core declarative gui location network printsupport webchannel \
21
		webengine widgets qmake_build
21
		webengine widgets qmake:build
22
22
23
PLIST_SUB=		PYQT_WEBENGINE_VERSION=${DISTVERSION}
23
PLIST_SUB=		PYQT_WEBENGINE_VERSION=${DISTVERSION}
24
24
(-)b/www/qhttpengine/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Link Here
13
USES=		cmake compiler:c++11-lang qt:5
13
USES=		cmake compiler:c++11-lang qt:5
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	nitroshare
15
GH_ACCOUNT=	nitroshare
16
USE_QT=		core network buildtools_build qmake_build
16
USE_QT=		core network buildtools:build qmake:build
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/www/qt5-webchannel/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt 5 library for integration of C++/QML with HTML/js clients Link Here
8
8
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
9
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,webchannel
10
USE_QT=		core declarative \
10
USE_QT=		core declarative \
11
		buildtools_build declarative-test_build testlib_build
11
		buildtools:build declarative-test:build testlib:build
12
12
13
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
13
# The default EXTRACT_AFTER_ARGS value excludes examples/ from the extracted
14
# tarball, which we need during the build.
14
# tarball, which we need during the build.
(-)b/www/qt5-webengine/Makefile (-1 / +1 lines)
Lines 77-83 USE_GL= gl Link Here
77
USE_GNOME=	glib20 libxml2 libxslt
77
USE_GNOME=	glib20 libxml2 libxslt
78
USE_QT=		core declarative gui location network printsupport \
78
USE_QT=		core declarative gui location network printsupport \
79
		webchannel widgets \
79
		webchannel widgets \
80
		buildtools_build designer_build qmake_build
80
		buildtools:build designer:build qmake:build
81
USE_XORG=	x11 xcb xcomposite xcursor xdamage xext xfixes xi xorgproto \
81
USE_XORG=	x11 xcb xcomposite xcursor xdamage xext xfixes xi xorgproto \
82
		xrandr xrender xscrnsaver xtst
82
		xrandr xrender xscrnsaver xtst
83
83
(-)b/www/qt5-webglplugin/Makefile (-1 / +1 lines)
Lines 13-18 USES= compiler:c++11-lang gl gnome qmake:norecursive qt-dist:5 Link Here
13
USE_GL=		gl
13
USE_GL=		gl
14
USE_GNOME=	glib20
14
USE_GNOME=	glib20
15
USE_QT=		core dbus declarative gui network webchannel websockets \
15
USE_QT=		core dbus declarative gui network webchannel websockets \
16
		buildtools_build
16
		buildtools:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/www/qt5-webkit/Makefile (-1 / +1 lines)
Lines 26-32 USE_GNOME= glib20 libxml2 libxslt Link Here
26
USE_PERL5=		build
26
USE_PERL5=		build
27
USE_QT=			core declarative gui location network opengl printsupport \
27
USE_QT=			core declarative gui location network opengl printsupport \
28
			sensors webchannel widgets \
28
			sensors webchannel widgets \
29
			buildtools_build declarative-test_build qmake_build testlib_build
29
			buildtools:build declarative-test:build qmake:build testlib:build
30
USE_RUBY=		yes
30
USE_RUBY=		yes
31
USE_XORG=		x11 xcomposite xrender
31
USE_XORG=		x11 xcomposite xrender
32
32
(-)b/www/qt5-websockets-qml/Makefile (-1 / +1 lines)
Lines 7-12 MAINTAINER= kde@FreeBSD.org Link Here
7
COMMENT=	Qt implementation of WebSocket protocol (QML bindings)
7
COMMENT=	Qt implementation of WebSocket protocol (QML bindings)
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,websockets
9
USES=		compiler:c++11-lang qmake qt-dist:5,websockets
10
USE_QT=		buildtools_build core declarative network websockets
10
USE_QT=		buildtools:build core declarative network websockets
11
11
12
.include <bsd.port.mk>
12
.include <bsd.port.mk>
(-)b/www/qt5-websockets/Makefile (-1 / +1 lines)
Lines 8-13 COMMENT= Qt implementation of WebSocket protocol Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,websockets
9
USES=		compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,websockets
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		buildtools_build core network
11
USE_QT=		buildtools:build core network
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/www/qt5-webview/Makefile (-1 / +1 lines)
Lines 9-15 COMMENT= Qt component for displaying web content Link Here
9
USES=		compiler:c++11-lang gl qmake:norecursive qt-dist:5
9
USES=		compiler:c++11-lang gl qmake:norecursive qt-dist:5
10
USE_GL=		gl
10
USE_GL=		gl
11
USE_QT=		core declarative gui location network webchannel \
11
USE_QT=		core declarative gui location network webchannel \
12
		buildtools_build
12
		buildtools:build
13
13
14
.include <bsd.port.pre.mk>
14
.include <bsd.port.pre.mk>
15
15
(-)b/www/wt/Makefile (-1 / +1 lines)
Lines 114-120 POSTGRES_CMAKE_ON= -DPOSTGRES_PREFIX:STRING=${LOCALBASE} \ Link Here
114
114
115
QT5_CMAKE_BOOL=		ENABLE_QT5
115
QT5_CMAKE_BOOL=		ENABLE_QT5
116
QT5_USES=		qt:5
116
QT5_USES=		qt:5
117
QT5_USE=                qt=buildtools_build,core
117
QT5_USE=                qt=buildtools:build,core
118
118
119
RESOURCES_CMAKE_BOOL=	INSTALL_RESOURCES
119
RESOURCES_CMAKE_BOOL=	INSTALL_RESOURCES
120
120
(-)b/x11-clocks/kteatime/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools \
9
USE_KDE=	auth codecs config configwidgets coreaddons crash doctools \
10
		i18n iconthemes notifications notifyconfig sonnet textwidgets \
10
		i18n iconthemes notifications notifyconfig sonnet textwidgets \
11
		widgetsaddons xmlgui \
11
		widgetsaddons xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus gui widgets xml \
13
USE_QT=		core dbus gui widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/x11-clocks/ktimer/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
9
USE_KDE=	auth codecs completion config configwidgets coreaddons \
10
		dbusaddons doctools i18n iconthemes jobwidgets kio \
10
		dbusaddons doctools i18n iconthemes jobwidgets kio \
11
		notifications service solid widgetsaddons windowsystem xmlgui \
11
		notifications service solid widgetsaddons windowsystem xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		concurrent core dbus gui network widgets xml \
13
USE_QT=		concurrent core dbus gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
OPTIONS_DEFINE=	DOCS
16
OPTIONS_DEFINE=	DOCS
17
17
(-)b/x11-fm/arqiver/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= GPLv3 Link Here
11
11
12
USES=		cmake qt:5 tar:xz xorg
12
USES=		cmake qt:5 tar:xz xorg
13
USE_XORG=	xcb
13
USE_XORG=	xcb
14
USE_QT=		buildtools_build qmake_build \
14
USE_QT=		buildtools:build qmake:build \
15
		core gui linguist svg widgets \
15
		core gui linguist svg widgets \
16
		x11extras
16
		x11extras
17
17
(-)b/x11-fm/dolphin/Makefile (-2 / +2 lines)
Lines 20-28 USE_KDE= activities attica auth baloo baloo-widgets bookmarks codecs \ Link Here
20
		kio newstuff notifications parts service \
20
		kio newstuff notifications parts service \
21
		solid sonnet texteditor textwidgets widgetsaddons \
21
		solid sonnet texteditor textwidgets widgetsaddons \
22
		windowsystem xmlgui \
22
		windowsystem xmlgui \
23
		doctools_build ecm_build
23
		doctools:build ecm:build
24
USE_QT=		concurrent core dbus gui network phonon4 widgets xml \
24
USE_QT=		concurrent core dbus gui network phonon4 widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
26
27
SHLIB_VER=	5.0.0
27
SHLIB_VER=	5.0.0
28
PLIST_SUB+=	SHLIB_VER="${SHLIB_VER}" \
28
PLIST_SUB+=	SHLIB_VER="${SHLIB_VER}" \
(-)b/x11-fm/konqueror/Makefile (-1 / +1 lines)
Lines 14-20 USE_KDE= activities archive auth bookmarks codecs completion config configwidge Link Here
14
		textwidgets unitconversion wallet widgetsaddons windowsystem xmlgui
14
		textwidgets unitconversion wallet widgetsaddons windowsystem xmlgui
15
USE_QT=		concurrent core dbus declarative gui location network printsupport script \
15
USE_QT=		concurrent core dbus declarative gui location network printsupport script \
16
		speech webchannel webengine widgets x11extras xml \
16
		speech webchannel webengine widgets x11extras xml \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
USE_XORG=	ice sm x11 xext
18
USE_XORG=	ice sm x11 xext
19
19
20
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
(-)b/x11-fm/krusader2/Makefile (-1 / +1 lines)
Lines 17-22 USE_KDE= archive auth auth bookmarks codecs completion config \ Link Here
17
		service solid sonnet textwidgets wallet widgetsaddons \
17
		service solid sonnet textwidgets wallet widgetsaddons \
18
		windowsystem xmlgui
18
		windowsystem xmlgui
19
USE_QT=		concurrent core dbus gui network printsupport xml widgets \
19
USE_QT=		concurrent core dbus gui network printsupport xml widgets \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/x11-fm/pcmanfm-qt/Makefile (-1 / +1 lines)
Lines 15-21 LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ Link Here
15
USES=		cmake compiler:c++14-lang desktop-file-utils gnome\
15
USES=		cmake compiler:c++14-lang desktop-file-utils gnome\
16
		gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 \
16
		gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 \
17
		tar:xz xorg
17
		tar:xz xorg
18
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
18
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
19
		widgets x11extras
19
		widgets x11extras
20
USE_KDE=	oxygen-icons5
20
USE_KDE=	oxygen-icons5
21
USE_LXQT=	buildtools libfmqt
21
USE_LXQT=	buildtools libfmqt
(-)b/x11-fm/qtfm/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libinotify.so:devel/libinotify Link Here
14
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
14
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		concurrent core dbus gui widgets \
16
USE_QT=		concurrent core dbus gui widgets \
17
		buildtools_build qmake_build
17
		buildtools:build qmake:build
18
18
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	rodlie
20
GH_ACCOUNT=	rodlie
(-)b/x11-fonts/fontmatrix/Makefile (-1 / +1 lines)
Lines 16-21 USES= cmake compiler:c++11-lang qt:5 Link Here
16
16
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
USE_QT=		buildtools core gui linguisttools network printsupport \
18
USE_QT=		buildtools core gui linguisttools network printsupport \
19
		qmake_build sql svg webkit widgets xml
19
		qmake:build sql svg webkit widgets xml
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/x11-fonts/fontobene/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE Link Here
11
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
11
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
12
12
13
USES=		cmake compiler:c++11-lang qt:5
13
USES=		cmake compiler:c++11-lang qt:5
14
USE_QT=		core buildtools_build qmake_build # core is needed for build to be checked by cmake, and for run because it is included from the headers
14
USE_QT=		core buildtools:build qmake:build # core is needed for build to be checked by cmake, and for run because it is included from the headers
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_PROJECT=	${PORTNAME}-qt5
17
GH_PROJECT=	${PORTNAME}-qt5
(-)b/x11-fonts/oxygen-fonts/Makefile (-2 / +2 lines)
Lines 15-25 BUILD_DEPENDS= fontforge:print/fontforge Link Here
15
15
16
USES=		cmake fonts:none kde:5 qt:5 tar:xz
16
USES=		cmake fonts:none kde:5 qt:5 tar:xz
17
17
18
USE_KDE=	ecm_build
18
USE_KDE=	ecm:build
19
KDE_PLASMA_VERSION=	${DISTVERSION}
19
KDE_PLASMA_VERSION=	${DISTVERSION}
20
KDE_PLASMA_BRANCH=	Attic
20
KDE_PLASMA_BRANCH=	Attic
21
21
22
USE_QT=	buildtools_build qmake_build
22
USE_QT=	buildtools:build qmake:build
23
23
24
NO_ARCH=	yes
24
NO_ARCH=	yes
25
25
(-)b/x11-themes/Kvantum/Makefile (-1 / +1 lines)
Lines 19-25 USE_GL= gl Link Here
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USE_KDE=	windowsystem
20
USE_KDE=	windowsystem
21
USE_QT=		core gui svg widgets x11extras \
21
USE_QT=		core gui svg widgets x11extras \
22
		buildtools_build linguisttools_build
22
		buildtools:build linguisttools:build
23
USE_XORG=	x11 xext
23
USE_XORG=	x11 xext
24
24
25
WRKSRC_SUBDIR=	${PORTNAME}
25
WRKSRC_SUBDIR=	${PORTNAME}
(-)b/x11-themes/adwaita-qt5/Makefile (-1 / +1 lines)
Lines 25-31 _qt_version?= 5 Link Here
25
_qt5_qt6_on=	OFF
25
_qt5_qt6_on=	OFF
26
_qt6_qt6_on=	ON
26
_qt6_qt6_on=	ON
27
_qt5_use=	core dbus gui widgets x11extras \
27
_qt5_use=	core dbus gui widgets x11extras \
28
		buildtools_build qmake_build
28
		buildtools:build qmake:build
29
_qt6_use=	base
29
_qt6_use=	base
30
_qt5_plist_sub=	QT_VERSION_SUFFIX=
30
_qt5_plist_sub=	QT_VERSION_SUFFIX=
31
_qt6_plist_sub=	QT_VERSION_SUFFIX=6
31
_qt6_plist_sub=	QT_VERSION_SUFFIX=6
(-)b/x11-themes/kf5-breeze-icons/Makefile (-2 / +2 lines)
Lines 12-19 BUILD_DEPENDS= bash:shells/bash \ Link Here
12
		${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
12
		${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
13
13
14
USES=		compiler:c++11-lang cmake kde:5 python:3.5+,build qt:5 shebangfix tar:xz
14
USES=		compiler:c++11-lang cmake kde:5 python:3.5+,build qt:5 shebangfix tar:xz
15
USE_KDE=	ecm_build
15
USE_KDE=	ecm:build
16
USE_QT=		buildtools_build qmake_build testlib_build
16
USE_QT=		buildtools:build qmake:build testlib:build
17
17
18
SHEBANG_FILES=	 svg-xml-script-template.py generate-24px-versions.py
18
SHEBANG_FILES=	 svg-xml-script-template.py generate-24px-versions.py
19
19
(-)b/x11-themes/kf5-kemoticons/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 library to convert emoticons Link Here
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	archive config coreaddons service \
9
USE_KDE=	archive config coreaddons service \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core dbus gui widgets xml \
11
USE_QT=		core dbus gui widgets xml \
12
		buildtools_build qmake_build 
12
		buildtools:build qmake:build 
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/x11-themes/kf5-kiconthemes/Makefile (-3 / +3 lines)
Lines 8-20 COMMENT= KF5 library for handling icons in applications Link Here
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	archive auth codecs config configwidgets coreaddons \
9
USE_KDE=	archive auth codecs config configwidgets coreaddons \
10
		i18n itemviews widgetsaddons \
10
		i18n itemviews widgetsaddons \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core dbus gui script svg widgets xml \
12
USE_QT=		concurrent core dbus gui script svg widgets xml \
13
		buildtools_build qmake_build 
13
		buildtools:build qmake:build 
14
14
15
OPTIONS_DEFINE=	ICONS
15
OPTIONS_DEFINE=	ICONS
16
OPTIONS_DEFAULT=	ICONS
16
OPTIONS_DEFAULT=	ICONS
17
ICONS_DESC=	Install Breeze Icons
17
ICONS_DESC=	Install Breeze Icons
18
ICONS_USE=	KDE=breeze-icons_run
18
ICONS_USE=	KDE=breeze-icons:run
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/x11-themes/kf5-oxygen-icons5/Makefile (-2 / +2 lines)
Lines 6-19 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	The Oxygen icon theme for KDE
6
COMMENT=	The Oxygen icon theme for KDE
7
7
8
USES=		cmake kde:5 qt:5 tar:xz
8
USES=		cmake kde:5 qt:5 tar:xz
9
USE_KDE=	ecm_build  # We only install icons.
9
USE_KDE=	ecm:build  # We only install icons.
10
10
11
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
11
# The qmake dependency is only needed so that kf5-e-c-m can query qmake for
12
# some installation directories.
12
# some installation directories.
13
# We explicitly prevent it from looking for qt5-core and specify qmake's path
13
# We explicitly prevent it from looking for qt5-core and specify qmake's path
14
# to avoid needlessly depending on qt5-core; we're just installing a ton of
14
# to avoid needlessly depending on qt5-core; we're just installing a ton of
15
# icon files and do not even use the paths queried from qmake.
15
# icon files and do not even use the paths queried from qmake.
16
USE_QT=		buildtools_build qmake_build
16
USE_QT=		buildtools:build qmake:build
17
17
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
19
(-)b/x11-themes/kf5-qqc2-desktop-style/Makefile (-2 / +2 lines)
Lines 8-15 COMMENT= Qt QuickControl2 style for KDE Link Here
8
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
8
USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
9
USE_KDE=	auth codecs config configwidgets coreaddons iconthemes \
9
USE_KDE=	auth codecs config configwidgets coreaddons iconthemes \
10
		kirigami2 widgetsaddons \
10
		kirigami2 widgetsaddons \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core gui declarative network widgets xml \
12
USE_QT=		core gui declarative network widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/x11-themes/lumina-themes/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= BSD2CLAUSE CC0-1.0 Link Here
10
LICENSE_COMB=	multi
10
LICENSE_COMB=	multi
11
11
12
USES=	qmake qt:5
12
USES=	qmake qt:5
13
USE_QT=		qmake_build
13
USE_QT=		qmake:build
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	trueos
16
GH_ACCOUNT=	trueos
(-)b/x11-themes/plasma5-breeze-gtk/Makefile (-1 / +1 lines)
Lines 16-22 USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python:3.4+ \ Link Here
16
USE_GNOME=	gdkpixbuf2
16
USE_GNOME=	gdkpixbuf2
17
USE_KDE=	breeze ecm
17
USE_KDE=	breeze ecm
18
USE_QT=		core \
18
USE_QT=		core \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
CMAKE_ARGS=	-DPython3_EXECUTABLE:PATH=${PYTHON_CMD}
20
CMAKE_ARGS=	-DPython3_EXECUTABLE:PATH=${PYTHON_CMD}
21
21
22
BINARY_ALIAS=	python3=${PYTHON_CMD}
22
BINARY_ALIAS=	python3=${PYTHON_CMD}
(-)b/x11-themes/plasma5-breeze/Makefile (-1 / +1 lines)
Lines 16-22 USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \ Link Here
16
		kcmutils plasma-framework service wayland widgetsaddons \
16
		kcmutils plasma-framework service wayland widgetsaddons \
17
		windowsystem
17
		windowsystem
18
USE_QT=		core dbus declarative gui network widgets x11extras xml \
18
USE_QT=		core dbus declarative gui network widgets x11extras xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_XORG=	xcb
20
USE_XORG=	xcb
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/x11-themes/plasma5-kde-gtk-config/Makefile (-2 / +2 lines)
Lines 18-26 USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 gtk30 Link Here
18
USE_KDE=	archive attica auth codecs completion config configwidgets \
18
USE_KDE=	archive attica auth codecs completion config configwidgets \
19
		coreaddons dbusaddons decoration guiaddons i18n iconthemes \
19
		coreaddons dbusaddons decoration guiaddons i18n iconthemes \
20
		jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui \
20
		jobwidgets kcmutils kio newstuff service widgetsaddons xmlgui \
21
		ecm_build
21
		ecm:build
22
USE_QT=		concurrent core dbus gui network svg widgets xml \
22
USE_QT=		concurrent core dbus gui network svg widgets xml \
23
		buildtools_build qmake_build testlib_build
23
		buildtools:build qmake:build testlib:build
24
USE_XORG=	xcursor
24
USE_XORG=	xcursor
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/x11-themes/plasma5-oxygen/Makefile (-1 / +1 lines)
Lines 15-21 USE_KDE= auth codecs completion config configwidgets coreaddons \ Link Here
15
		decoration ecm frameworkintegration guiaddons i18n kcmutils \
15
		decoration ecm frameworkintegration guiaddons i18n kcmutils \
16
		service wayland widgetsaddons windowsystem
16
		service wayland widgetsaddons windowsystem
17
USE_QT=		core dbus declarative gui network widgets x11extras xml \
17
USE_QT=		core dbus declarative gui network widgets x11extras xml \
18
		buildtools_build qmake_build
18
		buildtools:build qmake:build
19
USE_XORG=	xcb
19
USE_XORG=	xcb
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)b/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile (-2 / +2 lines)
Lines 12-19 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL3 Link Here
12
12
13
USES=		cmake 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 \
15
USE_QT=		buildtools:build \
16
		qmake_build
16
		qmake:build
17
17
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
19
(-)b/x11-themes/qgnomeplatform/Makefile (-1 / +1 lines)
Lines 16-22 LIB_DEPENDS= libwayland-client.so:graphics/wayland \ Link Here
16
USES=		compiler:c++11-lang gl gnome pkgconfig qmake:outsource qt:5 xorg
16
USES=		compiler:c++11-lang gl gnome pkgconfig qmake:outsource qt:5 xorg
17
USE_GL=		gl
17
USE_GL=		gl
18
USE_GNOME=	gtk30 cairo gdkpixbuf2
18
USE_GNOME=	gtk30 cairo gdkpixbuf2
19
USE_QT=		buildtools_build core gui widgets dbus wayland
19
USE_QT=		buildtools:build core gui widgets dbus wayland
20
USE_XORG=	x11
20
USE_XORG=	x11
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
(-)b/x11-themes/qt5-style-plugins/Makefile (-1 / +1 lines)
Lines 20-26 USE_GITHUB= yes Link Here
20
GH_ACCOUNT=	qt
20
GH_ACCOUNT=	qt
21
GH_PROJECT=	qtstyleplugins
21
GH_PROJECT=	qtstyleplugins
22
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
22
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
23
USE_QT=		core dbus gui widgets buildtools_build
23
USE_QT=		core dbus gui widgets buildtools:build
24
USE_GL=		gl
24
USE_GL=		gl
25
USE_XORG=	x11 xext
25
USE_XORG=	x11 xext
26
26
(-)b/x11-themes/qtcurve/Makefile (-8 / +8 lines)
Lines 53-60 PLIST= ${PKGDIR}/pkg-plist.${QTCURVE_SLAVE} Link Here
53
.if ${QTCURVE_SLAVE} == "utils"
53
.if ${QTCURVE_SLAVE} == "utils"
54
PKGNAMESUFFIX=	-utils
54
PKGNAMESUFFIX=	-utils
55
USES+=		gettext-runtime kde:5 qt:5
55
USES+=		gettext-runtime kde:5 qt:5
56
USE_KDE+=	i18n_build
56
USE_KDE+=	i18n:build
57
USE_QT+=	buildtools_build qmake_build
57
USE_QT+=	buildtools:build qmake:build
58
USE_LDCONFIG=	yes
58
USE_LDCONFIG=	yes
59
BUILD_WRKSRC=	${WRKSRC}
59
BUILD_WRKSRC=	${WRKSRC}
60
.else
60
.else
Lines 65-72 LIB_DEPENDS+= libqtcurve-utils.so:x11-themes/qtcurve-utils Link Here
65
PKGNAMEPREFIX=	gtk2-
65
PKGNAMEPREFIX=	gtk2-
66
PKGNAMESUFFIX=	-theme
66
PKGNAMESUFFIX=	-theme
67
USES+=		gettext-runtime gnome kde:5 qt:5
67
USES+=		gettext-runtime gnome kde:5 qt:5
68
USE_KDE=	i18n_build
68
USE_KDE=	i18n:build
69
USE_QT+=	buildtools_build qmake_build
69
USE_QT+=	buildtools:build qmake:build
70
USE_GNOME=	cairo gdkpixbuf2 gtk20 pango
70
USE_GNOME=	cairo gdkpixbuf2 gtk20 pango
71
USE_LDCONFIG=	yes
71
USE_LDCONFIG=	yes
72
72
Lines 83-91 USES+= kde:5 qt:5 Link Here
83
USE_KDE=	archive completion config configwidgets coreaddons \
83
USE_KDE=	archive completion config configwidgets coreaddons \
84
		frameworkintegration guiaddons i18n iconthemes \
84
		frameworkintegration guiaddons i18n iconthemes \
85
		init kdelibs4support kio widgetsaddons windowsystem xmlgui \
85
		init kdelibs4support kio widgetsaddons windowsystem xmlgui \
86
		doctools_build ecm_build
86
		doctools:build ecm:build
87
USE_QT=		core dbus gui printsupport svg widgets x11extras \
87
USE_QT=		core dbus gui printsupport svg widgets x11extras \
88
		buildtools_build qmake_build
88
		buildtools:build qmake:build
89
BUILD_WRKSRC=	${WRKSRC}/qt5
89
BUILD_WRKSRC=	${WRKSRC}/qt5
90
.endif
90
.endif
91
91
Lines 93-101 BUILD_WRKSRC= ${WRKSRC}/qt5 Link Here
93
CONFLICTS_INSTALL=	kf5-style-qtcurve
93
CONFLICTS_INSTALL=	kf5-style-qtcurve
94
PKGNAMEPREFIX=	qt5-style-
94
PKGNAMEPREFIX=	qt5-style-
95
USES+=		kde:5 qt:5
95
USES+=		kde:5 qt:5
96
USE_KDE=	i18n_build
96
USE_KDE=	i18n:build
97
USE_QT=		core dbus gui svg widgets x11extras \
97
USE_QT=		core dbus gui svg widgets x11extras \
98
		buildtools_build qmake_build
98
		buildtools:build qmake:build
99
PLIST_FILES=	${QT_PLUGINDIR_REL}/styles/qtcurve.so
99
PLIST_FILES=	${QT_PLUGINDIR_REL}/styles/qtcurve.so
100
.endif
100
.endif
101
101
(-)b/x11-toolkits/color-widgets-qt5/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= LGPL3 Link Here
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
USES=		cmake compiler:c++11-lang pkgconfig qt:5
12
USES=		cmake compiler:c++11-lang pkgconfig qt:5
13
USE_QT=		core gui widgets buildtools_build qmake_build
13
USE_QT=		core gui widgets buildtools:build qmake:build
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
SUFFIX=		-qt5
16
SUFFIX=		-qt5
(-)b/x11-toolkits/ctk/Makefile (-1 / +1 lines)
Lines 14-20 USES= cmake compiler:c++11-lib qt:5 Link Here
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	commontk
15
GH_ACCOUNT=	commontk
16
USE_QT=		concurrent core designer gui opengl sql widgets xml xmlpatterns \
16
USE_QT=		concurrent core designer gui opengl sql widgets xml xmlpatterns \
17
		buildtools_build uitools_build qmake_build testlib_build # see CMake/ctkMacroSetupQt.cmake
17
		buildtools:build uitools:build qmake:build testlib:build # see CMake/ctkMacroSetupQt.cmake
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
20
CMAKE_ARGS=	-DCTK_QT_VERSION=5
20
CMAKE_ARGS=	-DCTK_QT_VERSION=5
(-)b/x11-toolkits/kf5-attica/Makefile (-2 / +2 lines)
Lines 11-18 LICENSE= LGPL21 LGPL3 Link Here
11
LICENSE_COMB=	dual
11
LICENSE_COMB=	dual
12
12
13
USES=		cmake 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=	ecm_build
14
USE_KDE=	ecm:build
15
USE_QT=		core network \
15
USE_QT=		core network \
16
		buildtools_build qmake_build testlib_build 
16
		buildtools:build qmake:build testlib:build 
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-kcompletion/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 text completion helpers and widgets Link Here
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	config widgetsaddons \
9
USE_KDE=	config widgetsaddons \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core gui linguisttools widgets xml \
11
USE_QT=		core gui linguisttools widgets xml \
12
		buildtools_build qmake_build 
12
		buildtools:build qmake:build 
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-kconfigwidgets/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KF5 widgets for configuration dialogs Link Here
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz
9
USE_KDE=	auth codecs config coreaddons guiaddons \
9
USE_KDE=	auth codecs config coreaddons guiaddons \
10
		i18n widgetsaddons \
10
		i18n widgetsaddons \
11
		doctools_build ecm_build
11
		doctools:build ecm:build
12
USE_QT=		core dbus gui widgets xml \
12
USE_QT=		core dbus gui widgets xml \
13
		buildtools_build qmake_build
13
		buildtools:build qmake:build
14
14
15
SHEBANG_FILES=	src/preparetips5
15
SHEBANG_FILES=	src/preparetips5
16
16
(-)b/x11-toolkits/kf5-kdesignerplugin/Makefile (-2 / +2 lines)
Lines 10-18 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
10
		coreaddons i18n iconthemes itemviews \
10
		coreaddons i18n iconthemes itemviews \
11
		jobwidgets kdewebkit kio plotting service solid sonnet \
11
		jobwidgets kdewebkit kio plotting service solid sonnet \
12
		textwidgets widgetsaddons xmlgui \
12
		textwidgets widgetsaddons xmlgui \
13
		doctools_build ecm_build
13
		doctools:build ecm:build
14
USE_QT=		concurrent core dbus designer gui linguisttools \
14
USE_QT=		concurrent core dbus designer gui linguisttools \
15
		network webkit widgets xml \
15
		network webkit widgets xml \
16
		buildtools_build qmake_build 
16
		buildtools:build qmake:build 
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-kguiaddons/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= KF5 addons to QtGui Link Here
7
7
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
9
USE_KDE=	plasma-wayland-protocols \
9
USE_KDE=	plasma-wayland-protocols \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core gui wayland widgets x11extras \
11
USE_QT=		core gui wayland widgets x11extras \
12
		buildtools_build qmake_build testlib_build
12
		buildtools:build qmake:build testlib:build
13
USE_XORG=	ice sm x11 xcb xext
13
USE_XORG=	ice sm x11 xcb xext
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-kirigami2/Makefile (-2 / +2 lines)
Lines 7-15 COMMENT= QtQuick based components set Link Here
7
7
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	kdeclarative \
9
USE_KDE=	kdeclarative \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core dbus declarative graphicaleffects gui linguisttools network \
11
USE_QT=		core dbus declarative graphicaleffects gui linguisttools network \
12
		quickcontrols2 svg widgets \
12
		quickcontrols2 svg widgets \
13
		buildtools_build qmake_build testlib_build
13
		buildtools:build qmake:build testlib:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-kitemviews/Makefile (-2 / +2 lines)
Lines 6-13 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 widget addons for Qt Model/View
6
COMMENT=	KF5 widget addons for Qt Model/View
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core gui linguisttools uiplugin widgets \
10
USE_QT=		core gui linguisttools uiplugin widgets \
11
		buildtools_build qmake_build testlib_build
11
		buildtools:build qmake:build testlib:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-kjobwidgets/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 widgets for tracking KJob instance Link Here
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	coreaddons widgetsaddons \
9
USE_KDE=	coreaddons widgetsaddons \
10
		ecm_build
10
		ecm:build
11
USE_QT=		core dbus gui linguisttools widgets x11extras \
11
USE_QT=		core dbus gui linguisttools widgets x11extras \
12
		buildtools_build qmake_build 
12
		buildtools:build qmake:build 
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-ktextwidgets/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KF5 advanced text editing widgets Link Here
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	auth codecs completion config configwidgets \
9
USE_KDE=	auth codecs completion config configwidgets \
10
		coreaddons i18n service sonnet widgetsaddons \
10
		coreaddons i18n service sonnet widgetsaddons \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core gui widgets xml \
12
USE_QT=		concurrent core gui widgets xml \
13
		buildtools_build qmake_build 
13
		buildtools:build qmake:build 
14
14
15
OPTIONS_DEFINE=		AUDIO
15
OPTIONS_DEFINE=		AUDIO
16
OPTIONS_DEFAULT=	AUDIO
16
OPTIONS_DEFAULT=	AUDIO
(-)b/x11-toolkits/kf5-kwidgetsaddons/Makefile (-2 / +2 lines)
Lines 6-13 MAINTAINER= kde@FreeBSD.org Link Here
6
COMMENT=	KF5 addons to QtWidgets
6
COMMENT=	KF5 addons to QtWidgets
7
7
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz
9
USE_KDE=	ecm_build
9
USE_KDE=	ecm:build
10
USE_QT=		core gui linguisttools uiplugin uitools wayland widgets \
10
USE_QT=		core gui linguisttools uiplugin uitools wayland widgets \
11
		buildtools_build qmake_build testlib_build
11
		buildtools:build qmake:build testlib:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/x11-toolkits/kf5-kxmlgui/Makefile (-2 / +2 lines)
Lines 9-16 USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	attica5 auth codecs config configwidgets coreaddons \
9
USE_KDE=	attica5 auth codecs config configwidgets coreaddons \
10
		globalaccel guiaddons i18n iconthemes itemviews sonnet \
10
		globalaccel guiaddons i18n iconthemes itemviews sonnet \
11
		textwidgets widgetsaddons windowsystem \
11
		textwidgets widgetsaddons windowsystem \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus gui network printsupport widgets xml \
13
USE_QT=		core dbus gui network printsupport widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/x11-toolkits/kproperty/Makefile (-1 / +1 lines)
Lines 12-18 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 \ Link Here
12
			tar:xz
12
			tar:xz
13
USE_KDE=		ecm config coreaddons guiaddons i18n widgetsaddons
13
USE_KDE=		ecm config coreaddons guiaddons i18n widgetsaddons
14
USE_QT=			core declarative gui widgets xml \
14
USE_QT=			core declarative gui widgets xml \
15
			buildtools_build qmake_build
15
			buildtools:build qmake:build
16
16
17
CONFLICTS_INSTALL=	calligra-2*
17
CONFLICTS_INSTALL=	calligra-2*
18
18
(-)b/x11-toolkits/plasma5-kdeplasma-addons/Makefile (-2 / +2 lines)
Lines 14-23 USE_KDE= activities archive attica auth bookmarks codecs completion \ Link Here
14
		parts plasma-framework plasma-workspace runner service solid \
14
		parts plasma-framework plasma-workspace runner service solid \
15
		sonnet textwidgets unitconversion widgetsaddons windowsystem \
15
		sonnet textwidgets unitconversion widgetsaddons windowsystem \
16
		xmlgui \
16
		xmlgui \
17
		ecm_build
17
		ecm:build
18
USE_QT=		concurrent core dbus declarative graphicaleffects gui location \
18
USE_QT=		concurrent core dbus declarative graphicaleffects gui location \
19
		network printsupport script webchannel widgets x11extras xml \
19
		network printsupport script webchannel widgets x11extras xml \
20
		buildtools_build qmake_build testlib_build
20
		buildtools:build qmake:build testlib:build
21
21
22
OPTIONS_DEFINE=	PURPOSE QTWEBENGINE
22
OPTIONS_DEFINE=	PURPOSE QTWEBENGINE
23
OPTIONS_DEFAULT=	PURPOSE
23
OPTIONS_DEFAULT=	PURPOSE
(-)b/x11-toolkits/py-qt5-chart/Makefile (-2 / +2 lines)
Lines 17-24 LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 Link Here
17
17
18
USES=		gl python:3.8+ pyqt:5 qt:5
18
USES=		gl python:3.8+ pyqt:5 qt:5
19
USE_GL=		gl
19
USE_GL=		gl
20
USE_PYQT=	sip_build pyqt5
20
USE_PYQT=	sip:build pyqt5
21
USE_PYTHON=	concurrent flavors py3kplist
21
USE_PYTHON=	concurrent flavors py3kplist
22
USE_QT=		charts core declarative gui qmake_build widgets
22
USE_QT=		charts core declarative gui qmake:build widgets
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)b/x11-toolkits/qml-box2d/Makefile (-1 / +1 lines)
Lines 11-17 USE_GITHUB= yes Link Here
11
GH_TAGNAME=	21e57f
11
GH_TAGNAME=	21e57f
12
USE_GL=		gl
12
USE_GL=		gl
13
USE_QT=		core declarative gui network \
13
USE_QT=		core declarative gui network \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_LDCONFIG=	${QT_QMLDIR}/Box2D.2.0/
15
USE_LDCONFIG=	${QT_QMLDIR}/Box2D.2.0/
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/x11-toolkits/qt5-charts/Makefile (-1 / +1 lines)
Lines 8-13 COMMENT= Qt 5 charts module Link Here
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5,charts tar:xz
9
USES=		compiler:c++11-lang qmake qt-dist:5,charts tar:xz
10
USE_QT=		core declarative network gui widgets designer \
10
USE_QT=		core declarative network gui widgets designer \
11
		buildtools_build qmake_build
11
		buildtools:build qmake:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/x11-toolkits/qt5-datavis3d/Makefile (-1 / +1 lines)
Lines 6-12 PKGNAMEPREFIX= qt5- Link Here
6
MAINTAINER=	kde@FreeBSD.org
6
MAINTAINER=	kde@FreeBSD.org
7
COMMENT=	Qt 5 3D data visualization module
7
COMMENT=	Qt 5 3D data visualization module
8
8
9
USE_QT=		core declarative network gui widgets designer buildtools_build
9
USE_QT=		core declarative network gui widgets designer buildtools:build
10
10
11
USES=		compiler:c++11-lang qmake qt-dist:5,datavis3d
11
USES=		compiler:c++11-lang qmake qt-dist:5,datavis3d
12
12
(-)b/x11-toolkits/qt5-declarative-test/Makefile (-1 / +1 lines)
Lines 11-17 USES= compiler:c++11-lang gl python:build qmake:norecursive \ Link Here
11
		qt-dist:5,declarative
11
		qt-dist:5,declarative
12
USE_GL=		gl
12
USE_GL=		gl
13
USE_QT=		core declarative gui network sql testlib widgets \
13
USE_QT=		core declarative gui network sql testlib widgets \
14
		buildtools_build
14
		buildtools:build
15
15
16
CONFLICTS=	qt5-declarative-render2d-* qt5-qml qt5-quick
16
CONFLICTS=	qt5-declarative-render2d-* qt5-qml qt5-quick
17
17
(-)b/x11-toolkits/qt5-declarative/Makefile (-1 / +1 lines)
Lines 10-16 USES= compiler:c++11-lang gl python:build qmake:norecursive \ Link Here
10
		qt-dist:5
10
		qt-dist:5
11
USE_GL=		gl
11
USE_GL=		gl
12
USE_QT=		core gui network sql widgets \
12
USE_QT=		core gui network sql widgets \
13
		buildtools_build
13
		buildtools:build
14
14
15
CONFLICTS=	qt5-declarative-render2d-* qt5-qml qt5-quick
15
CONFLICTS=	qt5-declarative-render2d-* qt5-qml qt5-quick
16
16
(-)b/x11-toolkits/qt5-gamepad/Makefile (-1 / +1 lines)
Lines 9-14 COMMENT= Qt 5 Gamepad Module Link Here
9
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
9
BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
10
10
11
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
11
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5,gamepad
12
USE_QT=		core declarative gui buildtools_build
12
USE_QT=		core declarative gui buildtools:build
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/x11-toolkits/qt5-gui/Makefile (-1 / +1 lines)
Lines 36-42 USES= compiler:c++11-lang gl gnome jpeg localbase \ Link Here
36
USE_GL=			egl gl
36
USE_GL=			egl gl
37
USE_GNOME=		glib20
37
USE_GNOME=		glib20
38
USE_PERL5=		extract
38
USE_PERL5=		extract
39
USE_QT=			core dbus network buildtools_build qmake_build
39
USE_QT=			core dbus network buildtools:build qmake:build
40
QT_BINARIES=		yes
40
QT_BINARIES=		yes
41
QT_CONFIG=		accessibility accessibility-atspi-bridge dbus \
41
QT_CONFIG=		accessibility accessibility-atspi-bridge dbus \
42
			fontconfig glib opengl png system-freetype system-jpeg \
42
			fontconfig glib opengl png system-freetype system-jpeg \
(-)b/x11-toolkits/qt5-quick3d/Makefile (-1 / +1 lines)
Lines 11-17 LIB_DEPENDS= libassimp.so:multimedia/assimp Link Here
11
11
12
USES=		compiler:c++11-lang qmake qt-dist:5
12
USES=		compiler:c++11-lang qmake qt-dist:5
13
USE_QT=		core declarative gui network opengl \
13
USE_QT=		core declarative gui network opengl \
14
		buildtools_build
14
		buildtools:build
15
15
16
QT_BINARIES=	yes
16
QT_BINARIES=	yes
17
17
(-)b/x11-toolkits/qt5-quickcontrols/Makefile (-1 / +1 lines)
Lines 10-15 BROKEN_armv6= fails to install: pkg-static: Unable to access file ApplicationWi Link Here
10
10
11
USES=		compiler:c++11-lang qmake qt-dist:5,quickcontrols
11
USES=		compiler:c++11-lang qmake qt-dist:5,quickcontrols
12
USE_QT=		core declarative gui widgets \
12
USE_QT=		core declarative gui widgets \
13
		buildtools_build
13
		buildtools:build
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/x11-toolkits/qt5-quickcontrols2/Makefile (-1 / +1 lines)
Lines 10-16 BROKEN_armv6= fails to install: pkg-static: Unable to access file DayOfWeekRow. Link Here
10
10
11
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5
11
USES=		compiler:c++11-lang qmake:norecursive qt-dist:5
12
USE_QT=		core declarative gui widgets \
12
USE_QT=		core declarative gui widgets \
13
		buildtools_build
13
		buildtools:build
14
QT_DIST=	${PORTNAME}
14
QT_DIST=	${PORTNAME}
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/x11-toolkits/qt5-quicktimeline/Makefile (-1 / +1 lines)
Lines 8-13 COMMENT= Set of controls for building complete interfaces in Qt Quick Timeline Link Here
8
8
9
USES=		compiler:c++11-lang qmake qt-dist:5
9
USES=		compiler:c++11-lang qmake qt-dist:5
10
USE_QT=		core declarative quickcontrols \
10
USE_QT=		core declarative quickcontrols \
11
		buildtools_build
11
		buildtools:build
12
12
13
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)b/x11-toolkits/qt5-uiplugin/Makefile (-1 / +1 lines)
Lines 9-15 COMMENT= Custom Qt widget plugin interface for Qt Designer Link Here
9
USES=		compiler:c++17-lang perl5 qmake qt-dist:5,tools
9
USES=		compiler:c++17-lang perl5 qmake qt-dist:5,tools
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core gui widgets \
11
USE_QT=		core gui widgets \
12
		buildtools_build # syncqt
12
		buildtools:build # syncqt
13
13
14
BUILD_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
14
BUILD_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
15
INSTALL_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
15
INSTALL_WRKSRC=	${WRKSRC}/src/designer/src/${PORTNAME}
(-)b/x11-toolkits/qt5-virtualkeyboard/Makefile (-1 / +1 lines)
Lines 9-15 COMMENT= Qt 5 Virtual Keyboard Module Link Here
9
LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
9
LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell
10
10
11
USES=		compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard
11
USES=		compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard
12
USE_QT=		core declarative network gui widgets svg buildtools_build
12
USE_QT=		core declarative network gui widgets svg buildtools:build
13
13
14
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
14
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
15
# stuff.
15
# stuff.
(-)b/x11-toolkits/qt5-widgets/Makefile (-1 / +1 lines)
Lines 8-14 COMMENT= Qt C++ widgets module Link Here
8
8
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base xorg
9
USES=		compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base xorg
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core gui qmake_build buildtools_build
11
USE_QT=		core gui qmake:build buildtools:build
12
USE_XORG=	x11
12
USE_XORG=	x11
13
HAS_CONFIGURE=	yes
13
HAS_CONFIGURE=	yes
14
14
(-)b/x11-toolkits/qt5pas/Makefile (-1 / +1 lines)
Lines 8-14 MAINTAINER= acm@FreeBSD.org Link Here
8
COMMENT=	Qt5 binding for FreePascal
8
COMMENT=	Qt5 binding for FreePascal
9
9
10
USES=		compiler:c++11-lang qmake qt:5
10
USES=		compiler:c++11-lang qmake qt:5
11
USE_QT=		buildtools_build core gui network printsupport x11extras
11
USE_QT=		buildtools:build core gui network printsupport x11extras
12
USE_LDCONFIG=	yes
12
USE_LDCONFIG=	yes
13
13
14
QT5_VER_MIN=	5.6.1
14
QT5_VER_MIN=	5.6.1
(-)b/x11-toolkits/qtermwidget/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
USES=	cmake compiler:c++11-lang gettext-runtime lxqt \
12
USES=	cmake compiler:c++11-lang gettext-runtime lxqt \
13
	pkgconfig qt:5 tar:xz
13
	pkgconfig qt:5 tar:xz
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
USE_QT=		buildtools_build core gui qmake_build linguisttools widgets
15
USE_QT=		buildtools:build core gui qmake:build linguisttools widgets
16
USE_LXQT=	buildtools
16
USE_LXQT=	buildtools
17
17
18
CMAKE_ARGS+=	-DQTERMWIDGET_USE_UTEMPTER=ON
18
CMAKE_ARGS+=	-DQTERMWIDGET_USE_UTEMPTER=ON
(-)b/x11-toolkits/qwt5-qt5/Makefile (-1 / +1 lines)
Lines 6-12 MAINTAINER= makc@FreeBSD.org Link Here
6
COMMENT=	Qt Widgets for Technical Applications
6
COMMENT=	Qt Widgets for Technical Applications
7
7
8
USES=		cmake compiler:c++17-lang qt:5
8
USES=		cmake compiler:c++17-lang qt:5
9
USE_QT=		core gui printsupport svg widgets buildtools_build qmake_build
9
USE_QT=		core gui printsupport svg widgets buildtools:build qmake:build
10
USE_LDCONFIG=	yes
10
USE_LDCONFIG=	yes
11
11
12
USE_GITHUB=	yes
12
USE_GITHUB=	yes
(-)b/x11-toolkits/qwt6/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= Qt Widgets for Technical Applications Link Here
10
10
11
USES=		compiler:c++11-lang gl gmake qmake qt:5 tar:bzip2
11
USES=		compiler:c++11-lang gl gmake qmake qt:5 tar:bzip2
12
USE_GL=		gl
12
USE_GL=		gl
13
USE_QT=		buildtools_build widgets gui core designer gui opengl svg xml printsupport concurrent
13
USE_QT=		buildtools:build widgets gui core designer gui opengl svg xml printsupport concurrent
14
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
14
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
15
15
16
DOCSDIR=	${PREFIX}/share/doc/qwt6-qt5
16
DOCSDIR=	${PREFIX}/share/doc/qwt6-qt5
(-)b/x11-wm/kwinft/Makefile (-4 / +4 lines)
Lines 29-42 CONFLICTS_INSTALL= plasma5-kwin # bin/kwin_wayland Link Here
29
USES=		cmake:testing gl kde:5 pkgconfig python:run qt:5 shebangfix xorg
29
USES=		cmake:testing gl kde:5 pkgconfig python:run qt:5 shebangfix xorg
30
USE_GITLAB=	yes
30
USE_GITLAB=	yes
31
USE_GL=		egl
31
USE_GL=		egl
32
USE_KDE=	ecm_build auth completion config configwidgets \
32
USE_KDE=	ecm:build auth completion config configwidgets \
33
		coreaddons crash dbusaddons decoration globalaccel i18n \
33
		coreaddons crash dbusaddons decoration globalaccel i18n \
34
		idletime kcmutils kdeclarative kio kscreenlocker newstuff \
34
		idletime kcmutils kdeclarative kio kscreenlocker newstuff \
35
		notifications package plasma-framework service textwidgets \
35
		notifications package plasma-framework service textwidgets \
36
		widgetsaddons windowsystem xmlgui
36
		widgetsaddons windowsystem xmlgui
37
USE_LDCONFIG=	yes
37
USE_LDCONFIG=	yes
38
USE_QT=		qmake_build buildtools_build core dbus declarative gui \
38
USE_QT=		qmake:build buildtools:build core dbus declarative gui \
39
		multimedia_run quickcontrols2_run widgets x11extras
39
		multimedia:run quickcontrols2:run widgets x11extras
40
USE_XORG=	pixman x11 xcb xi
40
USE_XORG=	pixman x11 xcb xi
41
SHEBANG_FILES=	kconf_update/*.py kconf_update/*.pl
41
SHEBANG_FILES=	kconf_update/*.py kconf_update/*.pl
42
GL_COMMIT=	022f157ce4bd14fbe069ab6fe41647b70d20f004
42
GL_COMMIT=	022f157ce4bd14fbe069ab6fe41647b70d20f004
Lines 50-56 BREEZE_DESC= Default window decoration plugin Link Here
50
BREEZE_USE=		KDE=breeze
50
BREEZE_USE=		KDE=breeze
51
BREEZE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Breeze
51
BREEZE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Breeze
52
52
53
DOCS_USE=		KDE=doctools_build
53
DOCS_USE=		KDE=doctools:build
54
DOCS_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KF5DocTools
54
DOCS_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KF5DocTools
55
55
56
QA11Y_DESC=		Accessibility (focus tracking) for Zoom effect
56
QA11Y_DESC=		Accessibility (focus tracking) for Zoom effect
(-)b/x11-wm/lxqt-panel/Makefile (-1 / +1 lines)
Lines 19-25 RUN_DEPENDS= lxmenu-data>=0.1.2:x11/lxmenu-data Link Here
19
19
20
USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \
20
USES=	cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \
21
	localbase:ldflags lxqt pkgconfig tar:xz xorg
21
	localbase:ldflags lxqt pkgconfig tar:xz xorg
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 concurrent
23
	x11extras xml concurrent
24
USE_KDE=	windowsystem
24
USE_KDE=	windowsystem
25
USE_LXQT=	buildtools lxqt globalkeys qtxdg
25
USE_LXQT=	buildtools lxqt globalkeys qtxdg
(-)b/x11-wm/lxqt-session/Makefile (-1 / +1 lines)
Lines 12-18 BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs Link Here
12
12
13
USES=	cmake compiler:c++14-lang kde:5 lxqt qt:5 \
13
USES=	cmake compiler:c++14-lang kde:5 lxqt qt:5 \
14
	pkgconfig tar:xz xorg gnome
14
	pkgconfig tar:xz xorg gnome
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
18
USE_LXQT=	buildtools lxqt qtxdg
18
USE_LXQT=	buildtools lxqt qtxdg
(-)b/x11-wm/obconf-qt/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libobt.so:x11-wm/openbox \ Link Here
17
USES=		cmake compiler:c++11-lang gettext-runtime localbase qt:5 \
17
USES=		cmake compiler:c++11-lang gettext-runtime localbase qt:5 \
18
		gnome lxqt pkgconfig tar:xz xorg
18
		gnome lxqt pkgconfig tar:xz xorg
19
19
20
USE_QT=		buildtools_build qmake_build core gui linguisttools \
20
USE_QT=		buildtools:build qmake:build core gui linguisttools \
21
		widgets x11extras
21
		widgets x11extras
22
22
23
USE_LXQT=	buildtools
23
USE_LXQT=	buildtools
(-)b/x11-wm/plasma5-kdecoration/Makefile (-2 / +2 lines)
Lines 10-17 LICENSE= LGPL21 Link Here
10
USES=		cmake 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_LDCONFIG=	yes
11
USE_LDCONFIG=	yes
12
USE_KDE=	coreaddons i18n \
12
USE_KDE=	coreaddons i18n \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core gui \
14
USE_QT=		core gui \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/x11-wm/plasma5-kwin/Makefile (-3 / +3 lines)
Lines 39-50 USE_KDE= activities attica auth breeze codecs completion config \ Link Here
39
		notifications package plasma-framework \
39
		notifications package plasma-framework \
40
		plasma-wayland-protocols runner service sonnet textwidgets \
40
		plasma-wayland-protocols runner service sonnet textwidgets \
41
		wayland widgetsaddons windowsystem xmlgui \
41
		wayland widgetsaddons windowsystem xmlgui \
42
		doctools_build ecm_build
42
		doctools:build ecm:build
43
USE_LDCONFIG=	yes
43
USE_LDCONFIG=	yes
44
USE_QT=		concurrent core dbus declarative gui multimedia network script \
44
USE_QT=		concurrent core dbus declarative gui multimedia network script \
45
		sensors uiplugin uitools widgets x11extras xml \
45
		sensors uiplugin uitools widgets x11extras xml \
46
		buildtools_build qmake_build testlib_build \
46
		buildtools:build qmake:build testlib:build \
47
		quickcontrols2_run virtualkeyboard_run
47
		quickcontrols2:run virtualkeyboard:run
48
USE_XORG=	ice sm x11 xcb xext xi
48
USE_XORG=	ice sm x11 xcb xext xi
49
SHEBANG_FILES=	kconf_update/*.py \
49
SHEBANG_FILES=	kconf_update/*.py \
50
		kconf_update/*.pl
50
		kconf_update/*.pl
(-)b/x11/antimicro/Makefile (-1 / +1 lines)
Lines 19-25 LDFLAGS+= -L${LOCALBASE}/lib Link Here
19
USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig \
19
USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig \
20
		qt:5 sdl shared-mime-info xorg
20
		qt:5 sdl shared-mime-info xorg
21
USE_XORG=	x11 xi xtst
21
USE_XORG=	x11 xi xtst
22
USE_QT=		core gui linguisttools_build qmake_build buildtools_build widgets network
22
USE_QT=		core gui linguisttools:build qmake:build buildtools:build widgets network
23
USE_SDL=	sdl2
23
USE_SDL=	sdl2
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/x11/compton-conf/Makefile (-1 / +1 lines)
Lines 14-20 RUN_DEPENDS= compton:x11-wm/compton Link Here
14
14
15
USES=	cmake compiler:c++14-lang localbase:ldflags lxqt qt:5 \
15
USES=	cmake compiler:c++14-lang localbase:ldflags lxqt qt:5 \
16
	pkgconfig tar:xz
16
	pkgconfig tar:xz
17
USE_QT=	buildtools_build qmake_build core dbus gui linguisttools \
17
USE_QT=	buildtools:build qmake:build core dbus gui linguisttools \
18
	widgets
18
	widgets
19
USE_LXQT=	buildtools
19
USE_LXQT=	buildtools
20
20
(-)b/x11/cool-retro-term/Makefile (-3 / +3 lines)
Lines 16-24 GH_SUBDIR= ${GH_PROJECT} Link Here
16
16
17
USES=		compiler:c++11-lang gl gmake qmake qt:5
17
USES=		compiler:c++11-lang gl gmake qmake qt:5
18
USE_GL=		gl
18
USE_GL=		gl
19
USE_QT=		qmake_build buildtools_build core declarative gui \
19
USE_QT=		qmake:build buildtools:build core declarative gui \
20
		network sql widgets graphicaleffects_run \
20
		network sql widgets graphicaleffects:run \
21
		quickcontrols_run sql-sqlite3_run
21
		quickcontrols:run sql-sqlite3:run
22
22
23
post-patch:
23
post-patch:
24
	@${REINPLACE_CMD} -e '/DEFINES +=/s,^macx:,,' \
24
	@${REINPLACE_CMD} -e '/DEFINES +=/s,^macx:,,' \
(-)b/x11/coreterminal/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget \ Link Here
14
RUN_DEPENDS=	coregarage:deskutils/coregarage
14
RUN_DEPENDS=	coregarage:deskutils/coregarage
15
15
16
USES=		cmake localbase:ldflags qt:5
16
USES=		cmake localbase:ldflags qt:5
17
USE_QT=		buildtools_build core gui qmake_build serialport widgets
17
USE_QT=		buildtools:build core gui qmake:build serialport widgets
18
USE_GITLAB=	yes
18
USE_GITLAB=	yes
19
19
20
GL_ACCOUNT=	CuboCore
20
GL_ACCOUNT=	CuboCore
(-)b/x11/disman/Makefile (-2 / +2 lines)
Lines 13-21 TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT} Link Here
13
13
14
USES=		cmake:testing kde:5 qt:5
14
USES=		cmake:testing kde:5 qt:5
15
USE_GITLAB=	yes
15
USE_GITLAB=	yes
16
USE_KDE=	ecm_build coreaddons
16
USE_KDE=	ecm:build coreaddons
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_QT=		qmake_build buildtools_build core dbus gui
18
USE_QT=		qmake:build buildtools:build core dbus gui
19
GL_ACCOUNT=	kwinft
19
GL_ACCOUNT=	kwinft
20
GL_COMMIT=	a8fc81af423ab14513c7096b405cec3f58943495
20
GL_COMMIT=	a8fc81af423ab14513c7096b405cec3f58943495
21
PLIST_SUB=	VERSION=${PORTVERSION}
21
PLIST_SUB=	VERSION=${PORTVERSION}
(-)b/x11/dsbautostart/Makefile (-1 / +1 lines)
Lines 13-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
13
USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz
14
14
15
USE_GL=		gl
15
USE_GL=		gl
16
USE_QT=		buildtools_build core gui linguisttools_build widgets
16
USE_QT=		buildtools:build core gui linguisttools:build widgets
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11/dsbxinput/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
12
RUN_DEPENDS=	xinput:x11/xinput
12
RUN_DEPENDS=	xinput:x11/xinput
13
13
14
USES=		pyqt:5 python:3.8+ qt:5
14
USES=		pyqt:5 python:3.8+ qt:5
15
USE_QT=		linguisttools_build
15
USE_QT=		linguisttools:build
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	mrclksr
17
GH_ACCOUNT=	mrclksr
18
GH_PROJECT=	DSBXinput
18
GH_PROJECT=	DSBXinput
(-)b/x11/glcapsviewer/Makefile (-1 / +1 lines)
Lines 17-23 GH_TAGNAME= 26e160c Link Here
17
17
18
USES=		cmake compiler:c++11-lang gl qt:5 xorg
18
USES=		cmake compiler:c++11-lang gl qt:5 xorg
19
USE_GL=		gl glew glu
19
USE_GL=		gl glew glu
20
USE_QT=		buildtools_build qmake_build core gui network widgets
20
USE_QT=		buildtools:build qmake:build core gui network widgets
21
USE_XORG=	ice sm x11 xext
21
USE_XORG=	ice sm x11 xext
22
22
23
PLIST_FILES=	bin/glcapsviewer ${DATADIR_REL}/capslist.xml \
23
PLIST_FILES=	bin/glcapsviewer ${DATADIR_REL}/capslist.xml \
(-)b/x11/kdisplay/Makefile (-2 / +2 lines)
Lines 16-25 TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT} Link Here
16
16
17
USES=		cmake:testing kde:5 qt:5
17
USES=		cmake:testing kde:5 qt:5
18
USE_GITLAB=	yes
18
USE_GITLAB=	yes
19
USE_KDE=	ecm_build config coreaddons dbusaddons globalaccel i18n \
19
USE_KDE=	ecm:build config coreaddons dbusaddons globalaccel i18n \
20
		kcmutils kdeclarative plasma-framework xmlgui
20
		kcmutils kdeclarative plasma-framework xmlgui
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
USE_QT=		qmake_build buildtools_build core dbus declarative gui \
22
USE_QT=		qmake:build buildtools:build core dbus declarative gui \
23
		sensors widgets
23
		sensors widgets
24
GL_ACCOUNT=	kwinft
24
GL_ACCOUNT=	kwinft
25
GL_COMMIT=	a4dcebd297fded753579c7aef5a874617d274b7f
25
GL_COMMIT=	a4dcebd297fded753579c7aef5a874617d274b7f
(-)b/x11/kf5-frameworkintegration/Makefile (-2 / +2 lines)
Lines 9-17 USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ Link Here
9
		qt:5 tar:xz xorg
9
		qt:5 tar:xz xorg
10
USE_KDE=	auth attica codecs config configwidgets coreaddons i18n \
10
USE_KDE=	auth attica codecs config configwidgets coreaddons i18n \
11
		iconthemes newstuff notifications widgetsaddons \
11
		iconthemes newstuff notifications widgetsaddons \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus gui network widgets xml \
13
USE_QT=		core dbus gui network widgets xml \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
USE_XORG=	xcb xcursor
15
USE_XORG=	xcb xcursor
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/x11/kf5-kactivities-stats/Makefile (-2 / +2 lines)
Lines 10-17 BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs Link Here
10
10
11
USES=		cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz
12
USE_KDE=	activities config \
12
USE_KDE=	activities config \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core dbus sql \
14
USE_QT=		core dbus sql \
15
		buildtools_build qmake_build 
15
		buildtools:build qmake:build 
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/x11/kf5-kactivities/Makefile (-2 / +2 lines)
Lines 10-17 BUILD_DEPENDS= boost-libs>1.53:devel/boost-libs Link Here
10
10
11
USES=		cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
11
USES=		cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
12
USE_KDE=	config coreaddons service \
12
USE_KDE=	config coreaddons service \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core dbus declarative gui network sql \
14
USE_QT=		core dbus declarative gui network sql \
15
		buildtools_build qmake_build
15
		buildtools:build qmake:build
16
16
17
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)b/x11/kf5-kded/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= KF5 extensible daemon for providing system level services Link Here
7
7
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
9
USE_KDE=	config coreaddons crash dbusaddons service \
9
USE_KDE=	config coreaddons crash dbusaddons service \
10
		doctools_build ecm_build
10
		doctools:build ecm:build
11
USE_QT=		core dbus gui widgets \
11
USE_QT=		core dbus gui widgets \
12
		buildtools_build qmake_build 
12
		buildtools:build qmake:build 
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/x11/kf5-kdelibs4support/Makefile (-4 / +4 lines)
Lines 14-25 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
14
		i18n iconthemes itemviews jobwidgets kded kio notifications \
14
		i18n iconthemes itemviews jobwidgets kded kio notifications \
15
		parts service solid textwidgets unitconversion \
15
		parts service solid textwidgets unitconversion \
16
		widgetsaddons windowsystem xmlgui \
16
		widgetsaddons windowsystem xmlgui \
17
		doctools_build ecm_build \
17
		doctools:build ecm:build \
18
		designerplugin_build designerplugin_run \
18
		designerplugin:build designerplugin:run \
19
		itemmodels_run
19
		itemmodels:run
20
USE_QT=		concurrent core dbus designer gui network \
20
USE_QT=		concurrent core dbus designer gui network \
21
		printsupport svg widgets x11extras xml \
21
		printsupport svg widgets x11extras xml \
22
		buildtools_build qmake_build testlib_build
22
		buildtools:build qmake:build testlib:build
23
USE_XORG=	ice sm x11 xext
23
USE_XORG=	ice sm x11 xext
24
24
25
SHEBANG_FILES=	src/kio/fileshareset
25
SHEBANG_FILES=	src/kio/fileshareset
(-)b/x11/kf5-kglobalaccel/Makefile (-2 / +2 lines)
Lines 10-18 LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms Link Here
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg
10
USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg
11
USE_KDE=	config coreaddons crash dbusaddons i18n service \
11
USE_KDE=	config coreaddons crash dbusaddons i18n service \
12
		windowsystem \
12
		windowsystem \
13
		ecm_build
13
		ecm:build
14
USE_QT=		core dbus gui linguisttools widgets x11extras \
14
USE_QT=		core dbus gui linguisttools widgets x11extras \
15
		buildtools_build qmake_build testlib_build
15
		buildtools:build qmake:build testlib:build
16
USE_XORG=	xcb
16
USE_XORG=	xcb
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11/kf5-kinit/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KF5 process launcher to speed up launching KDE applications Link Here
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
9
USE_KDE=	completion config coreaddons crash i18n \
9
USE_KDE=	completion config coreaddons crash i18n \
10
		jobwidgets kio service widgetsaddons windowsystem \
10
		jobwidgets kio service widgetsaddons windowsystem \
11
		doctools_build ecm_build 
11
		doctools:build ecm:build 
12
USE_QT=		concurrent core dbus gui network widgets \
12
USE_QT=		concurrent core dbus gui network widgets \
13
		buildtools_build qmake_build 
13
		buildtools:build qmake:build 
14
USE_XORG=	x11 xcb
14
USE_XORG=	x11 xcb
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/x11/kf5-krunner/Makefile (-2 / +2 lines)
Lines 8-15 COMMENT= KF5 parallelized query system Link Here
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
8
USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
9
USE_KDE=	config coreaddons i18n kio package plasma-framework \
9
USE_KDE=	config coreaddons i18n kio package plasma-framework \
10
		service solid threadweaver \
10
		service solid threadweaver \
11
		ecm_build
11
		ecm:build
12
USE_QT=		concurrent core dbus declarative gui network widgets \
12
USE_QT=		concurrent core dbus declarative gui network widgets \
13
		buildtools_build qmake_build 
13
		buildtools:build qmake:build 
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)b/x11/kf5-kwayland/Makefile (-2 / +2 lines)
Lines 16-23 LICENSE_COMB= dual Link Here
16
USES=		cmake compiler:c++11-lib gettext gl kde:5 pkgconfig \
16
USES=		cmake compiler:c++11-lib gettext gl kde:5 pkgconfig \
17
		qt:5 tar:xz
17
		qt:5 tar:xz
18
USE_GL=		egl
18
USE_GL=		egl
19
USE_KDE=	ecm_build
19
USE_KDE=	ecm:build
20
USE_QT=		concurrent core gui wayland \
20
USE_QT=		concurrent core gui wayland \
21
		buildtools_build qmake_build testlib_build
21
		buildtools:build qmake:build testlib:build
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)b/x11/kf5-kwindowsystem/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= KF5 library for access to the windowing system Link Here
8
LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms
8
LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms
9
9
10
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
10
USES=		cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg
11
USE_KDE=	ecm_build
11
USE_KDE=	ecm:build
12
USE_QT=		core gui linguisttools widgets x11extras \
12
USE_QT=		core gui linguisttools widgets x11extras \
13
		buildtools_build qmake_build testlib_build
13
		buildtools:build qmake:build testlib:build
14
USE_XORG=	ice sm x11 xcb xext xfixes xrender
14
USE_XORG=	ice sm x11 xcb xext xfixes xrender
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/x11/kf5-plasma-framework/Makefile (-2 / +2 lines)
Lines 8-18 COMMENT= KF5 plugin based UI runtime used to write user interfaces Link Here
8
USES=		cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 tar:xz xorg
8
USES=		cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 tar:xz xorg
9
USE_GL=		egl gl
9
USE_GL=		egl gl
10
USE_KDE=	activities archive auth codecs completion config \
10
USE_KDE=	activities archive auth codecs completion config \
11
		configwidgets coreaddons dbusaddons doctools_build globalaccel \
11
		configwidgets coreaddons dbusaddons doctools:build globalaccel \
12
		guiaddons i18n iconthemes jobwidgets kirigami2 kio package \
12
		guiaddons i18n iconthemes jobwidgets kirigami2 kio package \
13
		notifications service wayland windowsystem xmlgui kdeclarative \
13
		notifications service wayland windowsystem xmlgui kdeclarative \
14
		widgetsaddons
14
		widgetsaddons
15
USE_QT=		buildtools_build concurrent core dbus declarative gui network qmake_build \
15
USE_QT=		buildtools:build concurrent core dbus declarative gui network qmake:build \
16
		script sql svg widgets x11extras xml
16
		script sql svg widgets x11extras xml
17
USE_XORG=	ice sm x11 xcb xext xrandr
17
USE_XORG=	ice sm x11 xcb xext xrandr
18
18
(-)b/x11/konsole/Makefile (-2 / +2 lines)
Lines 19-28 USE_KDE= auth attica bookmarks codecs completion config configwidgets \ Link Here
19
		iconthemes init itemmodels jobwidgets kio \
19
		iconthemes init itemmodels jobwidgets kio \
20
		newstuff notifications notifyconfig parts pty service solid sonnet \
20
		newstuff notifications notifyconfig parts pty service solid sonnet \
21
		textwidgets widgetsaddons windowsystem xmlgui \
21
		textwidgets widgetsaddons windowsystem xmlgui \
22
		ecm_build
22
		ecm:build
23
USE_QT=		concurrent core dbus gui network printsupport script scripttools sql \
23
USE_QT=		concurrent core dbus gui network printsupport script scripttools sql \
24
		widgets xml \
24
		widgets xml \
25
		buildtools_build qmake_build
25
		buildtools:build qmake:build
26
26
27
OPTIONS_DEFINE=	DOCS
27
OPTIONS_DEFINE=	DOCS
28
28
(-)b/x11/libfm-qt/Makefile (-1 / +1 lines)
Lines 14-20 LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ Link Here
14
14
15
USES=	cmake compiler:c++14-lang gettext-runtime lxqt pkgconfig \
15
USES=	cmake compiler:c++14-lang gettext-runtime lxqt pkgconfig \
16
	qt:5 gnome shared-mime-info tar:xz xorg
16
	qt:5 gnome shared-mime-info tar:xz xorg
17
USE_QT=	buildtools_build qmake_build core gui linguisttools widgets \
17
USE_QT=	buildtools:build qmake:build core gui linguisttools widgets \
18
	x11extras
18
	x11extras
19
USE_GNOME=	glib20
19
USE_GNOME=	glib20
20
USE_XORG=	xcb
20
USE_XORG=	xcb
(-)b/x11/lumina-core/Makefile (-2 / +2 lines)
Lines 27-33 USES= compiler:c++11-lang gl qmake qt:5 xorg Link Here
27
USE_GL=		gl
27
USE_GL=		gl
28
USE_XORG=	x11 xdamage xcb
28
USE_XORG=	x11 xdamage xcb
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
USE_QT=		buildtools_build concurrent core dbus declarative gui \
30
USE_QT=		buildtools:build concurrent core dbus declarative gui \
31
		imageformats multimedia network svg widgets x11extras
31
		imageformats multimedia network svg widgets x11extras
32
USE_GITHUB=	yes
32
USE_GITHUB=	yes
33
GH_ACCOUNT=	lumina-desktop
33
GH_ACCOUNT=	lumina-desktop
Lines 45-51 TRUEOS_QMAKE_ON= DEFAULT_SETTINGS=TrueOS Link Here
45
MULTIMEDIA_USES=	gstreamer
45
MULTIMEDIA_USES=	gstreamer
46
MULTIMEDIA_USE=		GSTREAMER=core
46
MULTIMEDIA_USE=		GSTREAMER=core
47
47
48
NLS_USE=	QT=linguist_build
48
NLS_USE=	QT=linguist:build
49
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
49
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
50
50
51
WRKSRC_SUBDIR=	src-qt5/core
51
WRKSRC_SUBDIR=	src-qt5/core
(-)b/x11/lumina-coreutils/Makefile (-2 / +2 lines)
Lines 12-18 LICENSE_FILE= ${WRKSRC}/../../LICENSE Link Here
12
RUN_DEPENDS=	xrandr:x11/xrandr
12
RUN_DEPENDS=	xrandr:x11/xrandr
13
13
14
USES=		compiler:c++11-lang qmake qt:5
14
USES=		compiler:c++11-lang qmake qt:5
15
USE_QT=		buildtools_build concurrent core gui \
15
USE_QT=		buildtools:build concurrent core gui \
16
		imageformats multimedia network \
16
		imageformats multimedia network \
17
		svg widgets x11extras
17
		svg widgets x11extras
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
Lines 22-28 GH_PROJECT= lumina Link Here
22
OPTIONS_DEFINE=		NLS
22
OPTIONS_DEFINE=		NLS
23
OPTIONS_SUB=	yes
23
OPTIONS_SUB=	yes
24
24
25
NLS_USE=	QT=linguist_build
25
NLS_USE=	QT=linguist:build
26
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
26
NLS_QMAKE_ON=	CONFIG+=WITH_I18N
27
27
28
WRKSRC_SUBDIR=	src-qt5/core-utils
28
WRKSRC_SUBDIR=	src-qt5/core-utils
(-)b/x11/lxqt-about/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE= LGPL21+ Link Here
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5 gnome xorg
13
USES=		cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5 gnome xorg
14
USE_QT=		buildtools_build qmake_build core dbus gui svg widgets \
14
USE_QT=		buildtools:build qmake:build core dbus gui svg widgets \
15
		x11extras xml
15
		x11extras xml
16
USE_XORG=	x11
16
USE_XORG=	x11
17
USE_KDE=	windowsystem
17
USE_KDE=	windowsystem
(-)b/x11/lxqt-globalkeys/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= LGPL21+ Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
USES=		cmake compiler:c++14-lang kde:5 xorg lxqt pkgconfig qt:5 tar:xz gnome
12
USES=		cmake compiler:c++14-lang kde:5 xorg lxqt pkgconfig qt:5 tar:xz gnome
13
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
13
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
14
		svg widgets x11extras xml
14
		svg widgets x11extras xml
15
USE_KDE=	windowsystem
15
USE_KDE=	windowsystem
16
USE_LXQT=	buildtools lxqt
16
USE_LXQT=	buildtools lxqt
(-)b/x11/lxqt-runner/Makefile (-1 / +1 lines)
Lines 17-23 LIB_DEPENDS= libmuparser.so:math/muparser Link Here
17
17
18
USES=		cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
18
USES=		cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \
19
		gnome localbase lxqt pkgconfig tar:xz xorg
19
		gnome localbase lxqt pkgconfig tar:xz xorg
20
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
20
USE_QT=		buildtools:build qmake:build core dbus gui linguisttools \
21
		script svg widgets x11extras xml
21
		script svg widgets x11extras xml
22
USE_KDE=	windowsystem
22
USE_KDE=	windowsystem
23
USE_GNOME=	glib20
23
USE_GNOME=	glib20
(-)b/x11/pcdm/Makefile (-1 / +1 lines)
Lines 16-22 RUN_DEPENDS= xorg-minimal>=0:x11/xorg-minimal \ Link Here
16
16
17
USES=		compiler:c++11-lang gl qmake qt:5 xorg
17
USES=		compiler:c++11-lang gl qmake qt:5 xorg
18
USE_QT=		core gui network svg multimedia imageformats \
18
USE_QT=		core gui network svg multimedia imageformats \
19
		buildtools_build x11extras widgets concurrent linguisttools_build
19
		buildtools:build x11extras widgets concurrent linguisttools:build
20
USE_GL=		gl
20
USE_GL=		gl
21
USE_XORG=	x11
21
USE_XORG=	x11
22
22
(-)b/x11/plasma-wayland-protocols/Makefile (-1 / +1 lines)
Lines 11-17 LICENSE_FILE= ${WRKSRC}/COPYING.LIB Link Here
11
11
12
USES=		cmake kde:5 qt:5 tar:xz
12
USES=		cmake kde:5 qt:5 tar:xz
13
USE_KDE=	ecm
13
USE_KDE=	ecm
14
USE_QT=		buildtools_build qmake_build
14
USE_QT=		buildtools:build qmake:build
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
17
(-)b/x11/plasma5-kactivitymanagerd/Makefile (-1 / +1 lines)
Lines 13-18 USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ Link Here
13
		ecm globalaccel i18n kio service widgetsaddons windowsystem \
13
		ecm globalaccel i18n kio service widgetsaddons windowsystem \
14
		xmlgui
14
		xmlgui
15
USE_QT=		concurrent core dbus gui network sql widgets xml \
15
USE_QT=		concurrent core dbus gui network sql widgets xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11/plasma5-kgamma5/Makefile (-2 / +2 lines)
Lines 11-19 USE_KDE= auth bookmarks codecs completion config configwidgets \ Link Here
11
		itemmodels itemviews jobwidgets kio notifications parts \
11
		itemmodels itemviews jobwidgets kio notifications parts \
12
		service solid sonnet textwidgets unitconversion widgetsaddons \
12
		service solid sonnet textwidgets unitconversion widgetsaddons \
13
		windowsystem xmlgui \
13
		windowsystem xmlgui \
14
		doctools_build ecm_build
14
		doctools:build ecm:build
15
USE_QT=		core dbus gui network printsupport widgets x11extras xml \
15
USE_QT=		core dbus gui network printsupport widgets x11extras xml \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
USE_XORG=	ice sm x11 xext xxf86vm
17
USE_XORG=	ice sm x11 xext xxf86vm
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)b/x11/plasma5-kscreen/Makefile (-2 / +2 lines)
Lines 9-16 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
9
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
9
USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
10
		globalaccel i18n kcmutils kdeclarative libkscreen package \
10
		globalaccel i18n kcmutils kdeclarative libkscreen package \
11
		plasma-framework service widgetsaddons windowsystem xmlgui \
11
		plasma-framework service widgetsaddons windowsystem xmlgui \
12
		ecm_build
12
		ecm:build
13
USE_QT=		core dbus declarative gui network sensors widgets xml \
13
USE_QT=		core dbus declarative gui network sensors widgets xml \
14
		buildtools_build qmake_build testlib_build
14
		buildtools:build qmake:build testlib:build
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/x11/plasma5-kwayland-integration/Makefile (-1 / +1 lines)
Lines 13-18 BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ Link Here
13
USES=		cmake 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=	ecm guiaddons idletime plasma-wayland-protocols wayland windowsystem
14
USE_KDE=	ecm guiaddons idletime plasma-wayland-protocols wayland windowsystem
15
USE_QT=		core gui widgets \
15
USE_QT=		core gui widgets \
16
		buildtools_build qmake_build
16
		buildtools:build qmake:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11/plasma5-kwayland-server/Makefile (-1 / +1 lines)
Lines 17-22 USES= cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz Link Here
17
USE_GL=		egl
17
USE_GL=		egl
18
USE_KDE=	ecm wayland
18
USE_KDE=	ecm wayland
19
USE_QT=		concurrent core gui wayland \
19
USE_QT=		concurrent core gui wayland \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)b/x11/plasma5-layer-shell-qt/Makefile (-1 / +1 lines)
Lines 11-16 LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon Link Here
11
USES=		cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz
11
USES=		cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz
12
USE_KDE=	ecm
12
USE_KDE=	ecm
13
USE_QT=		core wayland \
13
USE_QT=		core wayland \
14
		buildtools_build qmake_build
14
		buildtools:build qmake:build
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/x11/plasma5-libkscreen/Makefile (-2 / +2 lines)
Lines 8-16 COMMENT= Plasma5 screen management library Link Here
8
USES=		cmake compiler:c++11-lib kde:5 pathfix pkgconfig qt:5 tar:xz \
8
USES=		cmake compiler:c++11-lib kde:5 pathfix pkgconfig qt:5 tar:xz \
9
		xorg
9
		xorg
10
USE_KDE=	plasma-wayland-protocols wayland \
10
USE_KDE=	plasma-wayland-protocols wayland \
11
		ecm_build
11
		ecm:build
12
USE_QT=		core dbus gui x11extras \
12
USE_QT=		core dbus gui x11extras \
13
		buildtools_build qmake_build testlib_build
13
		buildtools:build qmake:build testlib:build
14
USE_XORG=	x11 xcb xrandr
14
USE_XORG=	x11 xcb xrandr
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)b/x11/plasma5-plasma-desktop/Makefile (-4 / +4 lines)
Lines 38-49 USE_KDE= activities activities-stats archive attica auth baloo \ Link Here
38
		plasma-framework plasma-workspace runner service solid sonnet \
38
		plasma-framework plasma-workspace runner service solid sonnet \
39
		textwidgets unitconversion wallet widgetsaddons windowsystem \
39
		textwidgets unitconversion wallet widgetsaddons windowsystem \
40
		xmlgui \
40
		xmlgui \
41
		doctools_build ecm_build \
41
		doctools:build ecm:build \
42
		drkonqi_run infocenter_run kde-cli-tools_run kmenuedit_run \
42
		drkonqi:run infocenter:run kde-cli-tools:run kmenuedit:run \
43
		ksysguard_run polkit-kde-agent-1_run systemsettings_run
43
		ksysguard:run polkit-kde-agent-1:run systemsettings:run
44
USE_QT=		concurrent core dbus declarative gui network phonon4 \
44
USE_QT=		concurrent core dbus declarative gui network phonon4 \
45
		printsupport sql svg widgets x11extras xml \
45
		printsupport sql svg widgets x11extras xml \
46
		buildtools_build qmake_build
46
		buildtools:build qmake:build
47
USE_XORG=	ice sm x11 xcb xcursor xext xfixes xft xi xrender
47
USE_XORG=	ice sm x11 xcb xcursor xext xfixes xft xi xrender
48
48
49
CPE_VENDOR=	kde
49
CPE_VENDOR=	kde
(-)b/x11/plasma5-plasma-integration/Makefile (-2 / +2 lines)
Lines 13-22 USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ Link Here
13
		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
13
		coreaddons ecm i18n iconthemes itemviews jobwidgets kio \
14
		notifications service solid wayland widgetsaddons windowsystem \
14
		notifications service solid wayland widgetsaddons windowsystem \
15
		xmlgui \
15
		xmlgui \
16
		qqc2-desktop-style_run
16
		qqc2-desktop-style:run
17
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
17
USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
18
		widgets x11extras xml \
18
		widgets x11extras xml \
19
		buildtools_build qmake_build
19
		buildtools:build qmake:build
20
USE_XORG=	xcb xcursor
20
USE_XORG=	xcb xcursor
21
21
22
SHEBANG_FILES=	src/platformtheme/fonts_akregator.pl \
22
SHEBANG_FILES=	src/platformtheme/fonts_akregator.pl \
(-)b/x11/plasma5-plasma-workspace/Makefile (-5 / +5 lines)
Lines 38-51 USE_KDE= activities activities-stats activitymanagerd archive attica \ Link Here
38
		plasma-framework plasma-integration prison pty runner service \
38
		plasma-framework plasma-integration prison pty runner service \
39
		solid sonnet texteditor textwidgets unitconversion wallet \
39
		solid sonnet texteditor textwidgets unitconversion wallet \
40
		wayland widgetsaddons windowsystem xmlgui xmlrpcclient \
40
		wayland widgetsaddons windowsystem xmlgui xmlrpcclient \
41
		doctools_build ecm_build \
41
		doctools:build ecm:build \
42
		breeze-icons_run breeze_run kded_run kquickcharts_run \
42
		breeze-icons:run breeze:run kded:run kquickcharts:run \
43
		milou_run oxygen-icons5_run
43
		milou:run oxygen-icons5:run
44
USE_QT=		concurrent core dbus declarative graphicaleffects gui network \
44
USE_QT=		concurrent core dbus declarative graphicaleffects gui network \
45
		phonon4 printsupport qdbus script sql svg wayland webkit \
45
		phonon4 printsupport qdbus script sql svg wayland webkit \
46
		widgets x11extras xml \
46
		widgets x11extras xml \
47
		buildtools_build qmake_build testlib_build \
47
		buildtools:build qmake:build testlib:build \
48
		paths_run quickcontrols_run
48
		paths:run quickcontrols:run
49
USE_XORG=	ice sm x11 xau xcb xcomposite xcursor xext xfixes xft xkbfile xrender xtst
49
USE_XORG=	ice sm x11 xau xcb xcomposite xcursor xext xfixes xft xkbfile xrender xtst
50
50
51
CPE_VENDOR=	kde
51
CPE_VENDOR=	kde
(-)b/x11/plasma5-plasma/Makefile (-1 / +1 lines)
Lines 22-27 OPTIONS_DEFAULT= ${OPTIONS_DEFINE} Link Here
22
PHONON_DESC=	Include phonon-gstreamer, for sound output
22
PHONON_DESC=	Include phonon-gstreamer, for sound output
23
23
24
PHONON_RUN_DEPENDS=	${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer
24
PHONON_RUN_DEPENDS=	${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer
25
PULSEAUDIO_USE=	KDE=plasma-pa_run
25
PULSEAUDIO_USE=	KDE=plasma-pa:run
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)b/x11/qimageblitz/Makefile (-1 / +1 lines)
Lines 12-18 FETCH_DEPENDS= svn:devel/subversion Link Here
12
12
13
USES=		cmake compiler:c++11-lang qt:5
13
USES=		cmake compiler:c++11-lang qt:5
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
USE_QT=		core gui widgets qmake_build buildtools_build
15
USE_QT=		core gui widgets qmake:build buildtools:build
16
USE_CXXSTD=	gnu++98
16
USE_CXXSTD=	gnu++98
17
17
18
SVN_URL=	svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qimageblitz
18
SVN_URL=	svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qimageblitz
(-)b/x11/qt5-x11extras/Makefile (-1 / +1 lines)
Lines 9-14 COMMENT= Qt platform-specific features for X11-based systems Link Here
9
USES=		compiler:c++11-lang perl5 qmake qt-dist:5,x11extras perl5
9
USES=		compiler:c++11-lang perl5 qmake qt-dist:5,x11extras perl5
10
USE_PERL5=	extract
10
USE_PERL5=	extract
11
USE_QT=		core gui \
11
USE_QT=		core gui \
12
		buildtools_build # syncqt
12
		buildtools:build # syncqt
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/x11/qterminal/Makefile (-1 / +1 lines)
Lines 13-19 RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf Link Here
13
13
14
USES=	cmake compiler:c++11-lang gettext-runtime \
14
USES=	cmake compiler:c++11-lang gettext-runtime \
15
	localbase:ldflags lxqt pkgconfig qt:5 tar:xz xorg
15
	localbase:ldflags lxqt pkgconfig qt:5 tar:xz xorg
16
USE_QT=		buildtools_build core gui qmake_build dbus linguisttools \
16
USE_QT=		buildtools:build core gui qmake:build dbus linguisttools \
17
		widgets x11extras
17
		widgets x11extras
18
USE_XORG=	x11
18
USE_XORG=	x11
19
USE_LXQT=	buildtools
19
USE_LXQT=	buildtools
(-)b/x11/radare-cutter/Makefile (-1 / +1 lines)
Lines 22-28 GH_PROJECT= r2cutter Link Here
22
GH_TUPLE=	radareorg:cutter-translations:8e1d24b:translations/translations
22
GH_TUPLE=	radareorg:cutter-translations:8e1d24b:translations/translations
23
23
24
USE_QT=		core declarative gui linguist location network printsupport svg \
24
USE_QT=		core declarative gui linguist location network printsupport svg \
25
		webchannel widgets buildtools_build
25
		webchannel widgets buildtools:build
26
USE_GL=		gl
26
USE_GL=		gl
27
27
28
WRKSRC_SUBDIR=	src
28
WRKSRC_SUBDIR=	src
(-)b/x11/rsibreak/Makefile (-1 / +1 lines)
Lines 13-18 USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz Link Here
13
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
13
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
14
		iconthemes i18n idletime notifications notifyconfig \
14
		iconthemes i18n idletime notifications notifyconfig \
15
		sonnet textwidgets xmlgui widgetsaddons windowsystem
15
		sonnet textwidgets xmlgui widgetsaddons windowsystem
16
USE_QT=		core dbus gui widgets xml buildtools_build qmake_build
16
USE_QT=		core dbus gui widgets xml buildtools:build qmake:build
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)b/x11/sddm/Makefile (-2 / +2 lines)
Lines 27-35 RUN_DEPENDS= dbus-run-session:devel/dbus \ Link Here
27
USES=		cmake compiler:c++11-lang cpe kde:5 pkgconfig python:build qt:5 xorg
27
USES=		cmake compiler:c++11-lang cpe kde:5 pkgconfig python:build qt:5 xorg
28
CPE_VENDOR=	${PORTNAME}_project
28
CPE_VENDOR=	${PORTNAME}_project
29
USE_GITHUB=	yes
29
USE_GITHUB=	yes
30
USE_KDE=	ecm_build
30
USE_KDE=	ecm:build
31
USE_QT=		core declarative dbus gui network \
31
USE_QT=		core declarative dbus gui network \
32
		buildtools_build linguisttools_build qmake_build testlib_build
32
		buildtools:build linguisttools:build qmake:build testlib:build
33
USE_XORG=	xcb
33
USE_XORG=	xcb
34
34
35
CONFLICTS_INSTALL=	lightdm
35
CONFLICTS_INSTALL=	lightdm
(-)b/x11/yakuake/Makefile (-3 / +2 lines)
Lines 15-23 USE_KDE= attica auth archive codecs completion config configwidgets \ Link Here
15
		jobwidgets kio newstuff notifications notifyconfig parts \
15
		jobwidgets kio newstuff notifications notifyconfig parts \
16
		service solid sonnet textwidgets wayland widgetsaddons windowsystem \
16
		service solid sonnet textwidgets wayland widgetsaddons windowsystem \
17
		xmlgui \
17
		xmlgui \
18
		ecm_build
18
		ecm:build
19
USE_QT=		concurrent core dbus gui network widgets x11extras xml \
19
USE_QT=		concurrent core dbus gui network widgets x11extras xml \
20
		buildtools_build qmake_build
20
		buildtools:build qmake:build
21
USE_XORG=	x11
21
USE_XORG=	x11
22
22
23
OPTIONS_DEFINE=	DOCS
23
OPTIONS_DEFINE=	DOCS
24
- 

Return to bug 266034