[MacPorts] #60514: qt5-mysql-plugin: add variant for mariadb 10.2

MacPorts noreply at macports.org
Mon May 18 18:29:08 UTC 2020


#60514: qt5-mysql-plugin: add variant for mariadb 10.2
-------------------------+------------------------------
 Reporter:  ctreleaven   |      Owner:  (none)
     Type:  enhancement  |     Status:  assigned
 Priority:  Normal       |  Milestone:
Component:  ports        |    Version:  2.6.2
 Keywords:               |       Port:  qt5-mysql-plugin
-------------------------+------------------------------
 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.

-- 
Ticket URL: <https://trac.macports.org/ticket/60514>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list