Created attachment 178662 [details] patch does the add/fix
Over to tz@ for the php70-mysqli part of the fix.
A commit references this bug: Author: lifanov Date: Tue Jan 10 16:06:42 UTC 2017 New revision: 431098 URL: https://svnweb.freebsd.org/changeset/ports/431098 Log: add new includes for MySQL 8.0 client PR: 215903 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9100 Changes: head/databases/mysql80-client/Makefile head/databases/mysql80-client/files/patch-include_CMakeLists.txt head/databases/mysql80-client/pkg-plist
I committed the client change.
(In reply to Nikolai Lifanov from comment #4) Thanks :-)
Comment on attachment 178662 [details] patch does the add/fix Approved. :) Can you please check if databases/php70-pdo_mysql also need a patch?
I will commit the php-part of the patch if no patch for php70-pdo_mysql is needed.
(In reply to Torsten Zuehlsdorff from comment #6) Thanks for approval :) I've just checked `databases/php70-pdo_mysql` in a 12-current poudriere jail, it built fine without problem.
A commit references this bug: Author: tz Date: Thu Jan 12 13:54:46 UTC 2017 New revision: 431266 URL: https://svnweb.freebsd.org/changeset/ports/431266 Log: databases/php70-mysqli: Add patch to build fine with databases/mysql80-client Patch enables the port to build with databases/mysql80-client PR: 215903 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Changes: head/databases/php70-mysqli/Makefile head/databases/php70-mysqli/files/patch-mysqli.c
Its done; committed! :) Thanks!
(In reply to Torsten Zuehlsdorff from comment #10) Thanks :)