svn commit: r48884 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Wed Jun 1 14:17:38 UTC 2016
Author: mat
Date: Wed Jun 1 14:17:36 2016
New Revision: 48884
URL: https://svnweb.freebsd.org/changeset/doc/48884
Log:
Document the new client argument to USES=mysql.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Wed Jun 1 09:47:30 2016 (r48883)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Wed Jun 1 14:17:36 2016 (r48884)
@@ -1529,7 +1529,8 @@ USE_MATE= menus:build intlhack</programl
<para>Possible arguments: (none),
<literal><replaceable>version</replaceable></literal>,
- <literal>server</literal>, <literal>embedded</literal></para>
+ <literal>client</literal> (default), <literal>server</literal>,
+ <literal>embedded</literal></para>
<para>Provide support for <application>MySQL</application>. If no
version is given, try to find the current installed version.
@@ -1543,7 +1544,10 @@ USE_MATE= menus:build intlhack</programl
<application>Percona</application> variants of
<application>MySQL</application>. <literal>server</literal> and
<literal>embedded</literal> add a build- and run-time dependency
- on the <application>MySQL</application> server. A port can set
+ on the <application>MySQL</application> server. When using
+ <literal>server</literal> or <literal>embedded</literal>, add
+ <literal>client</literal> to also add a dependency on
+ <filename>libmysqlclient.so</filename>. A port can set
<varname>IGNORE_WITH_MYSQL</varname> if some versions are not
supported.</para>
More information about the svn-doc-head
mailing list