[Bug 277922] Mk/bsd.default-versions.mk: Change default version of MySQL to MariaDB 10.11 (mysql=10.11m)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 May 2024 11:58:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277922

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhale@FreeBSD.org

--- Comment #15 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Antoine Brodin from comment #11)
Patch for databases/qt6-base_sqldriver@mysql:
--- databases/qt6-base_sqldriver/Makefile.orig
+++ databases/qt6-base_sqldriver/Makefile
@@ -31,7 +31,7 @@ sqlite_CMAKE_ON=      QT_FEATURE_system_sqlite
 ${FLAVOR}_PLIST=       ${.CURDIR}/pkg-plist.${FLAVOR}

 .if ${FLAVOR:U} == mysql
-IGNORE_WITH_MYSQL=     105m 106m 1011m
+CMAKE_ARGS+=   -DMySQL_LIBRARY=${LOCALBASE}/lib/mysql/libmariadb.so
 .endif

 .include <bsd.port.mk>

Build without errors on 13.3-p2 amd64 poudriere and live system.

-- 
You are receiving this mail because:
You are on the CC list for the bug.