Opened 6 years ago
Closed 5 years ago
#60514 closed enhancement (fixed)
qt5-mysql-plugin: add variant for mariadb 10.2
| Reported by: | ctreleaven (Craig Treleaven) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.2 |
| Keywords: | Cc: | ||
| Port: | qt5-mysql-plugin |
Description
Please add a variant to allow qt5-mysql-plugin to access MariaDB v10.2 databases. I believe all that is required is to add the following block around line 809 in the qt5 portfile:
{
"mariadb10_2"
"port:mariadb-10.2"
"${prefix}/include/mariadb-10.2/mysql"
"${prefix}/lib/mariadb-10.2/mysql"
"-lmysqlclient_r"
""
}
I'm working on a port for MythTV 29.x and I would like to upgrade to MariaDB 10.2 and as such need this variant.
Why 10.2? Lacking a current port for MariaDB 10.3, 10.2 is the latest we offer. Also, MariaDB 10.4 suffers from a bug that causes crashes when used with MythTV.
Change History (2)
comment:1 Changed 6 years ago by ctreleaven (Craig Treleaven)
| Owner: | set to MarcusCalhoun-Lopez |
|---|
comment:2 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

This was fixed in https://github.com/macports/macports-ports/commit/28c2cf4d8c5ed14c07513da72d9b1e53536c821c.