svn commit: r45826 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Tue Oct 14 15:49:01 UTC 2014
Author: mat (ports committer)
Date: Tue Oct 14 15:49:00 2014
New Revision: 45826
URL: https://svnweb.freebsd.org/changeset/doc/45826
Log:
Use more correct english for dependency explanations.
Differential Revision: https://reviews.freebsd.org/D946
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 Tue Oct 14 14:58:57 2014 (r45825)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Tue Oct 14 15:49:00 2014 (r45826)
@@ -382,9 +382,10 @@
<entry>(none)</entry>
- <entry>Add a runtime dependency on
- <filename>libexecinfo.so</filename> depending on its
- presence in the base system.</entry>
+ <entry>Add a library dependency on <package
+ role="port">devel/libexecinfo</package> if
+ <filename>libexecinfo.so</filename> is not present in the
+ base system.</entry>
</row>
<row xml:id="uses-fam">
@@ -484,8 +485,9 @@
<entry>(none)</entry>
<entry>Add a buildtime dependency on <package
- role="port">devel/gperf</package> depending on its
- presence in the base system.</entry>
+ role="port">devel/gperf</package> if
+ <command>gperf</command> is not present in the base
+ system.</entry>
</row>
<row xml:id="uses-gssapi">
@@ -723,7 +725,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa
<literal>run</literal></entry>
<entry>Adds a dependency on <application>Lua</application>.
- By default this is a library undependency, unless
+ By default this is a library dependency, unless
overridden by the <literal>build</literal> or
<literal>run</literal> option. The default version is
5.2, unless set by the
@@ -984,10 +986,11 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa
<entry>(none), <literal>port</literal></entry>
- <entry>Uses <application>readline</application> as library
+ <entry>Uses <application>readline</application> as a library
dependency, and sets <varname>CPPFLAGS</varname> and
<varname>LDFLAGS</varname> as necessary. If the
- <literal>port</literal> argument is used, force the use of
+ <literal>port</literal> argument is used or if readline
+ is not present in the base system, add a dependency on
<package role="port">devel/readline</package></entry>
</row>
More information about the svn-doc-all
mailing list