summaryrefslogtreecommitdiff
path: root/databases
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 /databases
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 'databases')
-rw-r--r--databases/akonadi/Makefile12
-rw-r--r--databases/cutelyst-asql/Makefile2
-rw-r--r--databases/kbibtex/Makefile4
-rw-r--r--databases/kdb/Makefile2
-rw-r--r--databases/kexi/Makefile4
-rw-r--r--databases/opendbviewer/Makefile2
-rw-r--r--databases/pgmodeler/Makefile2
-rw-r--r--databases/qt5-sql/Makefile2
-rw-r--r--databases/redisdesktopmanager/Makefile2
-rw-r--r--databases/sqlitebrowser/Makefile2
-rw-r--r--databases/sqlitestudio/Makefile4
-rw-r--r--databases/symphytum/Makefile2
12 files changed, 20 insertions, 20 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile
index 407721504445..dbcd0057c215 100644
--- a/databases/akonadi/Makefile
+++ b/databases/akonadi/Makefile
@@ -20,10 +20,10 @@ USE_GNOME= libxml2
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons guiaddons i18n iconthemes itemmodels itemviews \
kio service windowsystem widgetsaddons xmlgui \
- designerplugin_build ecm_build \
- designerplugin_run
+ designerplugin:build ecm:build \
+ designerplugin:run
USE_QT= concurrent core dbus designer gui network sql testlib widgets xml \
- buildtools_build qmake_build
+ buildtools:build qmake:build
USE_XORG= x11
CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include"
@@ -37,7 +37,7 @@ OPTIONS_DEFAULT= MYSQL
MYSQL_DESC= Install MySQL Qt plugin and server
MYSQL_USES= mysql:server qt:5
-MYSQL_USE= QT=sql-mysql_run
+MYSQL_USE= QT=sql-mysql:run
MYSQL_CMAKE_BOOL= AKONADI_BUILD_MYSQL
PGSQL_DESC= Install PostgreSQL Qt plugin
@@ -46,12 +46,12 @@ PGSQL_DESC= Install PostgreSQL Qt plugin
# remote server.
#PGSQL_USE= PGSQL=server
PGSQL_USES= qt:5
-PGSQL_USE= QT=sql-pgsql_run
+PGSQL_USE= QT=sql-pgsql:run
PGSQL_CMAKE_BOOL= AKONADI_BUILD_PGSQL
SQLITE_DESC= Enable SQLite backend
SQLITE_USES= qt:5 sqlite:3
-SQLITE_USE= QT=sql-sqlite3_run
+SQLITE_USE= QT=sql-sqlite3:run
SQLITE_CMAKE_BOOL= AKONADI_BUILD_QSQLITE
.include <bsd.port.options.mk>
diff --git a/databases/cutelyst-asql/Makefile b/databases/cutelyst-asql/Makefile
index 097577bd7423..35fc6c1b8758 100644
--- a/databases/cutelyst-asql/Makefile
+++ b/databases/cutelyst-asql/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang localbase pgsql qt:5
USE_GITHUB= yes
USE_LDCONFIG= yes
-USE_QT= qmake_build buildtools_build \
+USE_QT= qmake:build buildtools:build \
core
GH_ACCOUNT= cutelyst
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile
index 8d9c8cdbfefe..cccd0ab634d0 100644
--- a/databases/kbibtex/Makefile
+++ b/databases/kbibtex/Makefile
@@ -20,10 +20,10 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm i18n iconthemes itemviews jobwidgets \
kio parts service solid sonnet syntaxhighlighting texteditor \
textwidgets wallet widgetsaddons windowsystem xmlgui \
- doctools_build
+ doctools:build
USE_QT= concurrent core dbus declarative gui location network \
printsupport webchannel widgets xml xmlpatterns \
- buildtools_build qmake_build
+ buildtools:build qmake:build
USE_XORG= x11
USE_LDCONFIG= yes
diff --git a/databases/kdb/Makefile b/databases/kdb/Makefile
index ef6f8a6727c5..cb0a4f575dbe 100644
--- a/databases/kdb/Makefile
+++ b/databases/kdb/Makefile
@@ -18,7 +18,7 @@ USES= cmake compiler:c++11-lang kde:5 \
python qt:5 tar:xz
USE_KDE= coreaddons ecm i18n
USE_QT= core gui network widgets xml \
- buildtools_build qmake_build
+ buildtools:build qmake:build
# In the future, these options will be moved into slave ports
OPTIONS_DEFINE= SQLITE MYSQL PGSQL
diff --git a/databases/kexi/Makefile b/databases/kexi/Makefile
index 79b39db61239..1f6bdb34a7df 100644
--- a/databases/kexi/Makefile
+++ b/databases/kexi/Makefile
@@ -21,9 +21,9 @@ USE_KDE= auth bookmarks codecs completion config \
configwidgets coreaddons crash ecm guiaddons i18n \
iconthemes itemviews jobwidgets kio parts service \
solid sonnet syntaxhighlighting texteditor textwidgets \
- widgetsaddons windowsystem xmlgui breeze-icons_build
+ widgetsaddons windowsystem xmlgui breeze-icons:build
USE_QT= concurrent core dbus declarative gui network printsupport webkit widgets xml \
- buildtools_build qmake_build testlib_build
+ buildtools:build qmake:build testlib:build
USE_XORG= x11
CONFLICTS_INSTALL= calligra-2*
diff --git a/databases/opendbviewer/Makefile b/databases/opendbviewer/Makefile
index fb4b019ec969..1ac6954af671 100644
--- a/databases/opendbviewer/Makefile
+++ b/databases/opendbviewer/Makefile
@@ -14,7 +14,7 @@ USES= cmake compiler:c++11-lang magick:6,build qt:5
USE_GITHUB= yes
GH_ACCOUNT= Jet1oeil
USE_QT= core gui network sql sql-sqlite3 testlib widgets \
- buildtools_build linguisttools_build qmake_build
+ buildtools:build linguisttools:build qmake:build
OPTIONS_DEFINE= DOCS PGSQL MYSQL
OPTIONS_DEFAULT= PGSQL
diff --git a/databases/pgmodeler/Makefile b/databases/pgmodeler/Makefile
index 34ad425ee924..076f4d856447 100644
--- a/databases/pgmodeler/Makefile
+++ b/databases/pgmodeler/Makefile
@@ -17,7 +17,7 @@ USE_GITHUB= yes
USE_GNOME= libxml2
USE_GL= gl
USE_QT= core gui network printsupport sql svg widgets testlib uitools \
- buildtools_build
+ buildtools:build
USE_XORG= x11 xext
USE_LDCONFIG= yes
diff --git a/databases/qt5-sql/Makefile b/databases/qt5-sql/Makefile
index 673754c7b302..fa1f1ed8cbff 100644
--- a/databases/qt5-sql/Makefile
+++ b/databases/qt5-sql/Makefile
@@ -8,7 +8,7 @@ COMMENT= Qt SQL database integration module
USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base
USE_PERL5= extract
-USE_QT= core qmake_build buildtools_build
+USE_QT= core qmake:build buildtools:build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-gui -no-xcb
diff --git a/databases/redisdesktopmanager/Makefile b/databases/redisdesktopmanager/Makefile
index 1152369be8e5..7ab1b1e04230 100644
--- a/databases/redisdesktopmanager/Makefile
+++ b/databases/redisdesktopmanager/Makefile
@@ -40,7 +40,7 @@ GH_TUPLE= uglide:RedisDesktopManager:${PORTVERSION}:DEFAULT/RedisDesktopManager
redis:hiredis:6850306:hiredis/3rdparty/qredisclient/3rdparty/hiredis \
simdjson:simdjson:3bd8b0b:simdjson/3rdparty/simdjson
USE_QT= charts concurrent core declarative gui network \
- quickcontrols svg widgets buildtools_build qmake_build
+ quickcontrols svg widgets buildtools:build qmake:build
QMAKE_ARGS+= SYSTEM_BROTLI=1 SYSTEM_LZ4=1 SYSTEM_SNAPPY=1 \
SYSTEM_ZSTD=1 VERSION=${PORTVERSION}
BINARY_ALIAS= python3-config=${PYTHON_CMD}-config \
diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile
index 3d359272b6fc..a4a07ac9f409 100644
--- a/databases/sqlitebrowser/Makefile
+++ b/databases/sqlitebrowser/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
USES= compiler:c++11-lang cmake desktop-file-utils gnome qt:5 sqlite
CMAKE_ARGS+= -DQT_INCLUDE_DIR=${QT_INCDIR} -DQT_LIBRARY_DIR=${QT_LIBDIR}
USE_QT= core concurrent gui network printsupport testlib widgets \
- buildtools_build linguisttools_build qmake_build xml
+ buildtools:build linguisttools:build qmake:build xml
USE_GITHUB= yes
PORTSCOUT= ignore:1
diff --git a/databases/sqlitestudio/Makefile b/databases/sqlitestudio/Makefile
index bf3eed5625b7..e60e1e9cb178 100644
--- a/databases/sqlitestudio/Makefile
+++ b/databases/sqlitestudio/Makefile
@@ -29,8 +29,8 @@ PLUGIN_PRINTING_USE= QT=printsupport
USES= compiler:c++17-lang gl gmake ncurses qmake qt:5 readline sqlite
USE_GITHUB= yes
GH_ACCOUNT= pawelsalawa
-USE_QT= core concurrent gui network script sql sql-sqlite3_run svg widgets xml \
- uitools buildtools_build linguisttools_build
+USE_QT= core concurrent gui network script sql sql-sqlite3:run svg widgets xml \
+ uitools buildtools:build linguisttools:build
USE_GL= gl
WRKSRC_SUBDIR= SQLiteStudio3
diff --git a/databases/symphytum/Makefile b/databases/symphytum/Makefile
index 780ce640077f..ca1c0f9a8b55 100644
--- a/databases/symphytum/Makefile
+++ b/databases/symphytum/Makefile
@@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= qmake qt:5
-USE_QT= buildtools_build \
+USE_QT= buildtools:build \
core gui network printsupport sql svg widgets
USE_GITHUB= yes
GH_ACCOUNT= giowck