aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-09-02 08:44:01 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-09-02 08:44:01 +0000
commit342eaacdaef7c86b72b9865b2798bf45fe7346c4 (patch)
tree90bfacd13254394975477a473f632c7becead01b /en_US.ISO8859-1/books
parent615544d051406428d35ecc833eff6ccf108733d0 (diff)
downloaddoc-342eaacdaef7c86b72b9865b2798bf45fe7346c4.tar.gz
doc-342eaacdaef7c86b72b9865b2798bf45fe7346c4.zip
Minor wording fixes. (mainly igor -y)
Differential Revision: https://reviews.freebsd.org/D656 Reviewed by: wblock Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=45541
Diffstat (limited to 'en_US.ISO8859-1/books')
-rw-r--r--en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
index 2ab5ea30d0..dfac9729ad 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
@@ -77,13 +77,13 @@
<entry>(none)</entry>
<entry>Prevents the port from installing
- <filename>charset.alias</filename>. This should be
+ <filename>charset.alias</filename>. This must be
installed only by
<package role="port">converters/libiconv</package>.
<varname>CHARSETFIX_MAKEFILEIN</varname> can be set to a
path relative to <varname>WRKSRC</varname> if
<filename>charset.alias</filename> is not installed by
- <varname>WRKSRC</varname>/<filename>Makefile.in</filename>.</entry>
+ <filename>${WRKSRC}/Makefile.in</filename>.</entry>
</row>
<row xml:id="uses-cmake">
@@ -656,9 +656,9 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<literal>build</literal></entry>
<entry>Patches <command>libtool</command> scripts. This
- should be added to all ports that use
+ must be added to all ports that use
<command>libtool</command>. The <literal>keepla</literal>
- argument can be used to keep the <filename>.la</filename>
+ argument can be used to keep <filename>.la</filename>
files. Some ports do not ship with their own copy of
libtool and need a build time dependency on <package
role="port">devel/libtool</package>, use the
@@ -681,7 +681,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<literal>run</literal> option. The default version is
5.2, unless set by the
<literal><replaceable>XY</replaceable></literal> parameter
- (e.g., <literal>51</literal> or
+ (for example, <literal>51</literal> or
<literal>52+</literal>).</entry>
</row>
@@ -767,7 +767,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<entry>Uses <application>OpenAL</application>. The backend
can be specified, with the software implementation as the
default. The user can specify a preferred backend with
- the <varname>WANT_OPENAL</varname> knob. Valid values for
+ <varname>WANT_OPENAL</varname>. Valid values for
this knob are <literal>soft</literal> (default) and
<literal>si</literal>.</entry>
</row>
@@ -777,8 +777,8 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<entry>(none)</entry>
- <entry>Look for the <filename>Makefile.in</filename> and
- <filename>configure</filename> files in the port's
+ <entry>Look for <filename>Makefile.in</filename> and
+ <filename>configure</filename> in the port's
associated sources and fix common paths to make sure they
respect the &os; hierarchy. If the port uses
<command>automake</command>, set
@@ -836,7 +836,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<filename>Build.PL</filename> is required. If there
is a <filename>.packlist</filename> referencing
<varname>${STAGEDIR}</varname>, then
- <literal>fixpacklist</literal> should be used to
+ <literal>fixpacklist</literal> must be used to
patch it. It defaults to
<literal>build run</literal>.</para>
</listitem>
@@ -854,10 +854,10 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<entry>
<para>Provide support for PostgreSQL. Maintainer can
set version required. Minimum and maximum versions can
- be specified; e.g., 9.0-, 8.4+.</para>
+ be specified; for example, 9.0-, 8.4+.</para>
<para>Add PostgreSQL component dependency, using
- <literal>WANT_PGSQL=component[:target]</literal>. e.g.,
+ <literal>WANT_PGSQL=component[:target]</literal>. for example,
<literal>WANT_PGSQL=server:configure pltcl
plperl</literal> For the full list use
<command>make -V _USE_PGSQL_DEP</command>.</para>
@@ -1113,7 +1113,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<entry>Changes some default behavior (mostly variables) of
the build system to allow installing this port as a normal
- user. Try this in your port before adding
+ user. Try this in the port before adding
<literal>NEED_ROOT=yes</literal></entry>
</row>
@@ -1129,7 +1129,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
directories <varname>DOCSDIR</varname>,
<varname>EXAMPLESDIR</varname>,
<varname>DATADIR</varname>, <varname>WWWDIR</varname>,
- <varname>ETCDIR</varname>. The following variables are
+ <varname>ETCDIR</varname>. These variables are
available for ports:
<itemizedlist>