Document the new client argument to USES=mysql.
Sponsored by: Absolight
This commit is contained in:
parent
2df6acb13b
commit
5639c8807c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48884
1 changed files with 6 additions and 2 deletions
|
|
@ -1529,7 +1529,8 @@ USE_MATE= menus:build intlhack</programlisting>
|
|||
|
||||
<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</programlisting>
|
|||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue