[Bug 206998] databases/mysql57-{server,client}: Update to 5.7.11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 9 11:34:57 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206998
--- Comment #7 from Markus Kohlmeyer <rootservice at gmail.com> ---
Some short explanations of my suggested changes:
* DISTNAME, WRKSRC and -DWITH_BOOST see
http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-11.html#mysqld-5-7-11-compiling
* -DINSTALL_LAYOUT is strictly not needed because it's currently default but
that may change in future, so just to be safe
* -DWITH_LIBEVENT, -DWITH_ZLIB, -DWITH_LIBEDIT should be system because the
bundled ones are outdated, buggy and possibly insecure
* readline is not used (bundled) by mysql itself anymore, but libedit is, so
libedit is the right way to go
* See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198812 and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206215 for more explanations
why we should use system libs/headers instead of bundled ones
* boost is the only lib/headers where we should use the bundled one, since the
current version in ports (1.55) as well as the upcoming version (1.60) are
currently incompatible with mysql
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list