Document USES=libarchive, libedit and localbase.
Approved by: wblock (mentor) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3136
This commit is contained in:
parent
52c9c5e4fd
commit
f1d754f94c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47054
1 changed files with 35 additions and 0 deletions
|
@ -781,6 +781,28 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
|
|||
<literal>.lzh</literal></entry>
|
||||
</row>
|
||||
|
||||
<row xml:id="uses-libarchive">
|
||||
<entry><literal>libarchive</literal></entry>
|
||||
|
||||
<entry>(none)</entry>
|
||||
|
||||
<entry>Registers a dependency on <package
|
||||
role="port">archivers/libarchive</package>. Any ports
|
||||
depending on <application>libarchive</application> must
|
||||
include <literal>USES=libarchive</literal>.</entry>
|
||||
</row>
|
||||
|
||||
<row xml:id="uses-libedit">
|
||||
<entry><literal>libedit</literal></entry>
|
||||
|
||||
<entry>(none)</entry>
|
||||
|
||||
<entry>Registers a dependency on <package
|
||||
role="port">devel/libedit</package>. Any ports
|
||||
depending on <application>libedit</application> must
|
||||
include <literal>USES=libedit</literal>.</entry>
|
||||
</row>
|
||||
|
||||
<row xml:id="uses-libtool">
|
||||
<entry><literal>libtool</literal></entry>
|
||||
|
||||
|
@ -798,6 +820,19 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
|
|||
dependency.</entry>
|
||||
</row>
|
||||
|
||||
<row xml:id="uses-localbase">
|
||||
<entry><literal>localbase</literal></entry>
|
||||
|
||||
<entry>(none)</entry>
|
||||
|
||||
<entry>Ensures that libraries from dependencies in
|
||||
<varname>LOCALBASE</varname> are used instead of the ones
|
||||
from the base system. Ports that depend on libraries that
|
||||
are also present in the base system should use this. It
|
||||
is also used internally by a few other
|
||||
<varname>USES</varname>.</entry>
|
||||
</row>
|
||||
|
||||
<row xml:id="uses-lua">
|
||||
<entry><literal>lua</literal></entry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue