svn commit: r47054 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Thu Jul 23 14:14:12 UTC 2015
Author: mat
Date: Thu Jul 23 14:14:11 2015
New Revision: 47054
URL: https://svnweb.freebsd.org/changeset/doc/47054
Log:
Document USES=libarchive, libedit and localbase.
Approved by: wblock (mentor)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3136
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 Thu Jul 23 03:47:44 2015 (r47053)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Jul 23 14:14:11 2015 (r47054)
@@ -781,6 +781,28 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa
<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-gssa
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>
More information about the svn-doc-all
mailing list