Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2022-09-11 13:20:14 +0300
committerFelix Palmen <zirias@FreeBSD.org>2022-09-11 13:20:14 +0300
commitddae4e92d8313a1461145e3b4f0232fe463feaee (patch)
treee84ab3fcfdf00dbf560f8ef9ae031d0c2ed252f5 /irc
parent51a360b7fe98be99d21134e5fe624ba12d596dd9 (diff)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
Diffstat (limited to 'irc')
-rw-r--r--irc/dxirc/Makefile2
-rw-r--r--irc/konversation/Makefile6
-rw-r--r--irc/kvirc/Makefile2
-rw-r--r--irc/quassel/Makefile10
4 files changed, 10 insertions, 10 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile
index 65aa9166d801..34f0a1250844 100644
--- a/irc/dxirc/Makefile
+++ b/irc/dxirc/Makefile
@@ -40,6 +40,6 @@ NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify
QT5_USES= qt:5
QT5_USE= QT=core,gui,multimedia,network,widgets \
- QT=buildtools_build,qmake_build
+ QT=buildtools:build,qmake:build
.include <bsd.port.mk>
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile
index 613f871a3282..97a31656c033 100644
--- a/irc/konversation/Makefile
+++ b/irc/konversation/Makefile
@@ -15,10 +15,10 @@ USE_KDE= archive attica auth bookmarks codecs completion config \
emoticons globalaccel i18n iconthemes idletime itemviews \
jobwidgets kio newstuff notifications notifyconfig parts service solid \
sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
- ecm_build \
- init_run
+ ecm:build \
+ init:run
USE_QT= concurrent core dbus gui multimedia network phonon4 widgets xml \
- buildtools_build qmake_build
+ buildtools:build qmake:build
USE_XORG= x11
SHEBANG_FILES= data/scripts/bug \
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile
index dc157b70e65d..caf1068666a8 100644
--- a/irc/kvirc/Makefile
+++ b/irc/kvirc/Makefile
@@ -21,7 +21,7 @@ USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \
service widgetsaddons windowsystem xmlgui
USE_QT= core dbus gui multimedia network phonon4 printsupport sql svg \
webkit widgets x11extras xml \
- buildtools_build qmake_build
+ buildtools:build qmake:build
USE_XORG= ice sm x11 xext xrender xscrnsaver
USE_LDCONFIG= yes
USE_GITHUB= yes
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index 5c1227e73197..2956b79bf7c6 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -18,7 +18,7 @@ USE_GITHUB= nodefault
#GH_ACCOUNT= ${PORTNAME}
#GH_PROJECT= ${PORTNAME}
USE_OPENLDAP= yes
-USE_QT= buildtools_build core network qmake_build
+USE_QT= buildtools:build core network qmake:build
CPE_VENDOR= quassel-irc
CPE_PRODUCT= quassel_irc
@@ -62,18 +62,18 @@ MONO_PREVENTS_MSG= Quassel core server should be installed via irc/quassel-core
KDE_DESC= Enable KDE integration for client / monolitic
KDE_CMAKE_BOOL= WITH_KDE
-KDE_USE= kde=configwidgets,coreaddons,notifications,notifyconfig,textwidgets,widgetsaddons,xmlgui,ecm_build
+KDE_USE= kde=configwidgets,coreaddons,notifications,notifyconfig,textwidgets,widgetsaddons,xmlgui,ecm:build
KDE_USES= kde:5
SPELL_DESC= Enable spellcheck in client / monolitic via KF5Sonnet
-SPELL_USE= kde=sonnet,ecm_build
+SPELL_USE= kde=sonnet,ecm:build
SPELL_USES= kde:5
-NLS_USE= QT=linguisttools_build
+NLS_USE= QT=linguisttools:build
PGSQL_USE= qt=sql-pgsql
-SQLITE3_USE= qt=sql-sqlite3_run
+SQLITE3_USE= qt=sql-sqlite3:run
_LIBVERSION= 0.14.0
PLIST_SUB= LIBVERSION=${_LIBVERSION}