https://bugs.kde.org/show_bug.cgi?id=462736
caulier.gil...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/digikam/commit/88138b3 | |12e3236319918ad10fefb8718d8 | |11b067 Status|REPORTED |RESOLVED Version Fixed In| |7.10.0 Resolution|--- |FIXED --- Comment #64 from caulier.gil...@gmail.com --- Git commit 88138b312e3236319918ad10fefb8718d811b067 by Gilles Caulier. Committed on 11/03/2023 at 10:26. Pushed by cgilles into branch 'qt5-maintenance'. use current mariadb version from macports instead a specific version as qtsql module fail to use the network to communicate. Sound like a bug in Qt (currently 5.15.8). BUGS: 462736 FIXED-IN: 7.10.0 M +4 -2 project/bundles/macports/config.sh https://invent.kde.org/graphics/digikam/commit/88138b312e3236319918ad10fefb8718d811b067 diff --git a/project/bundles/macports/config.sh b/project/bundles/macports/config.sh index c452400cfff..8b6f312e902 100644 --- a/project/bundles/macports/config.sh +++ b/project/bundles/macports/config.sh @@ -97,8 +97,10 @@ DK_KF5_VERSION="5.102" # Qt version to use in bundle and provided by Macports. DK_QTVERSION="5.15" -# Mariadb version to install for Qt QSL plugin -DK_MARIADB_VERSION="10.5" +# Mariadb version to install for Qt QSL plugin. +# Left empty to use current 5.x from Macports +DK_MARIADB_VERSION="" +#DK_MARIADB_VERSION="10.5" if [[ ! -z "$DK_MARIADB_VERSION" ]] ; then MP_MARIADB_VARIANT="+mariadb$DK_MARIADB_VERSION" -- You are receiving this mail because: You are watching all bug changes.