summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2022-09-11 12:20:14 +0200
committerFelix Palmen <zirias@FreeBSD.org>2022-09-11 12:20:14 +0200
commitddae4e92d8313a1461145e3b4f0232fe463feaee (patch)
treee84ab3fcfdf00dbf560f8ef9ae031d0c2ed252f5 /net-p2p
parentx11-toolkits/gtk40: update to 4.8.0 (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 'net-p2p')
-rw-r--r--net-p2p/bitcoin/Makefile2
-rw-r--r--net-p2p/ktorrent/Makefile4
-rw-r--r--net-p2p/libktorrent/Makefile4
-rw-r--r--net-p2p/litecoin/Makefile2
-rw-r--r--net-p2p/namecoin/Makefile2
-rw-r--r--net-p2p/qbittorrent/Makefile2
-rw-r--r--net-p2p/retroshare/Makefile2
-rw-r--r--net-p2p/torrent-file-editor/Makefile2
-rw-r--r--net-p2p/transmission-qt/Makefile2
-rw-r--r--net-p2p/zetacoin/Makefile2
10 files changed, 12 insertions, 12 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 521c13f063e8..93689e888cd9 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -26,7 +26,7 @@ SLAVE_PORT?= no
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
USES+= desktop-file-utils
USE_QT= core gui network widgets \
- buildtools_build linguisttools_build qmake_build
+ buildtools:build linguisttools:build qmake:build
BUILD_DEPENDS+= protoc:devel/protobuf
LIB_DEPENDS+= libprotobuf.so:devel/protobuf
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile
index aafd7840a3ef..27b57fc019a8 100644
--- a/net-p2p/ktorrent/Makefile
+++ b/net-p2p/ktorrent/Makefile
@@ -22,10 +22,10 @@ USE_KDE= archive auth bookmarks codecs completion config configwidgets \
notifyconfig parts plotting service \
solid sonnet syndication textwidgets widgetsaddons \
windowsystem xmlgui \
- ecm_build
+ ecm:build
USE_QT= concurrent core dbus declarative gui location network phonon4 printsupport \
script webchannel widgets xml \
- buildtools_build qmake_build
+ buildtools:build qmake:build
USE_XORG= x11
OPTIONS_DEFINE= DOCS WORKSPACE
diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile
index 9fc374696681..7353cb5f9c36 100644
--- a/net-p2p/libktorrent/Makefile
+++ b/net-p2p/libktorrent/Makefile
@@ -13,9 +13,9 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
USES= cmake compiler:c++11-lang gettext kde:5 qca qt:5 tar:xz xorg
USE_KDE= archive completion config coreaddons crash i18n \
jobwidgets kio service solid widgetsaddons windowsystem \
- ecm_build
+ ecm:build
USE_QT= concurrent core dbus gui network widgets xml \
- buildtools_build qmake_build testlib_build
+ buildtools:build qmake:build testlib:build
USE_XORG= x11
OPTIONS_DEFINE= DOCS
diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile
index ee7b47b7351e..33517f0b2bdf 100644
--- a/net-p2p/litecoin/Makefile
+++ b/net-p2p/litecoin/Makefile
@@ -24,7 +24,7 @@ SLAVE_PORT?= no
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
USES+= desktop-file-utils
USE_QT= core gui network widgets \
- buildtools_build linguisttools_build qmake_build
+ buildtools:build linguisttools:build qmake:build
BUILD_DEPENDS+= protoc:devel/protobuf
LIB_DEPENDS+= libprotobuf.so:devel/protobuf
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile
index 468944d48fea..2fc0bb1c225a 100644
--- a/net-p2p/namecoin/Makefile
+++ b/net-p2p/namecoin/Makefile
@@ -26,7 +26,7 @@ SLAVE_PORT?= no
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
USES+= desktop-file-utils qt:5
-USE_QT= core buildtools gui linguisttools_build network qmake_build xml widgets
+USE_QT= core buildtools gui linguisttools:build network qmake:build xml widgets
BUILD_DEPENDS+= protoc:devel/protobuf \
svg2png:graphics/svg2png
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 02bf6d8b169a..161a364f2044 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -21,7 +21,7 @@ nox_PLIST= ${MASTERDIR}/pkg-plist-nox
USES= compiler:c++14-lang cpe pkgconfig qmake:no_env qt:5 ssl tar:xz
GNU_CONFIGURE= yes
-USE_QT= core network sql xml buildtools_build linguisttools_build qmake_build
+USE_QT= core network sql xml buildtools:build linguisttools:build qmake:build
DESTDIRNAME= INSTALL_ROOT
CONFIGURE_ENV+= openssl_CFLAGS="-I${OPENSSLINC}" openssl_LIBS="-L${OPENSSLLIB} -lssl"
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile
index bb490a545ab8..77661cf29b6b 100644
--- a/net-p2p/retroshare/Makefile
+++ b/net-p2p/retroshare/Makefile
@@ -29,7 +29,7 @@ RS_REVISION= 0e6d27a
USE_GNOME= libxml2 libxslt
USE_GL= gl
USE_QT= core gui multimedia printsupport network widgets xml \
- buildtools_build uitools_build
+ buildtools:build uitools:build
DOS2UNIX_FILES= retroshare-nogui/src/retroshare-nogui.pro \
retroshare-gui/src/gui/elastic/node.cpp
diff --git a/net-p2p/torrent-file-editor/Makefile b/net-p2p/torrent-file-editor/Makefile
index 34c0669a8da6..23ea32847f69 100644
--- a/net-p2p/torrent-file-editor/Makefile
+++ b/net-p2p/torrent-file-editor/Makefile
@@ -11,7 +11,7 @@ LICENSE= GPLv3+
USES= cmake compiler:c++11-lang desktop-file-utils qt:5
USE_GITHUB= yes
-USE_QT= buildtools_build linguisttools_build qmake_build \
+USE_QT= buildtools:build linguisttools:build qmake:build \
core gui widgets
CMAKE_ARGS= -DQT5_BUILD:BOOL=ON \
diff --git a/net-p2p/transmission-qt/Makefile b/net-p2p/transmission-qt/Makefile
index 2d87b5ad3725..40531b695402 100644
--- a/net-p2p/transmission-qt/Makefile
+++ b/net-p2p/transmission-qt/Makefile
@@ -6,7 +6,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= compiler:c++11-lang qt:5
NLS_USES= gettext-runtime:run qt:5
-USE_QT= buildtools_build linguisttools_build qmake_build \
+USE_QT= buildtools:build linguisttools:build qmake:build \
core dbus gui network widgets
CMAKE_ON= USE_QT
diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile
index 0baff5761e62..0ca9f0e14374 100644
--- a/net-p2p/zetacoin/Makefile
+++ b/net-p2p/zetacoin/Makefile
@@ -26,7 +26,7 @@ SLAVE_PORT?= no
.if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no"
USES+= desktop-file-utils qt:5
USE_QT= core gui network widgets \
- buildtools_build linguisttools_build qmake_build
+ buildtools:build linguisttools:build qmake:build
BUILD_DEPENDS+= protoc:devel/protobuf
LIB_DEPENDS+= libprotobuf.so:devel/protobuf