https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227813
--- Comment #15 from [email protected] --- A commit references this bug: Author: tcberner Date: Sat May 5 20:05:09 UTC 2018 New revision: 469165 URL: https://svnweb.freebsd.org/changeset/ports/469165 Log: databases/qt4-mysql-plugin & databases/qt5-sqldrivers-mysql: fix build against mysql >= 8.0.1. From the mysql release notes [1]: Incompatible Change: The my_bool type is no longer used in MySQL source code. Any third-party code that used this type to represent C boolean variables should use the bool or int C type instead. Note The change from my_bool to bool means that the mysql.h header file now requires a C++ or C99 compiler to compile. (Bug #25597667) -- [1] https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html PR: 227813 Reported by: [email protected] Changes: head/databases/qt4-mysql-plugin/Makefile head/databases/qt4-mysql-plugin/files/ head/databases/qt4-mysql-plugin/files/patch-src_sql_drivers_mysql_qsql__mysql.cpp head/databases/qt5-sqldrivers-mysql/Makefile head/databases/qt5-sqldrivers-mysql/files/ head/databases/qt5-sqldrivers-mysql/files/patch-src_plugins_sqldrivers_mysql_qsql__mysql.cpp -- You are receiving this mail because: You are the assignee for the bug.
