Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Feb 2016 11:34:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206998] databases/mysql57-{server,client}: Update to 5.7.11
Message-ID:  <bug-206998-13-nqrhRYi4p1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206998-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206998-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206998

--- Comment #7 from Markus Kohlmeyer <rootservice@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=3D198812 and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206215 for more explana=
tions
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206998-13-nqrhRYi4p1>