svn commit: r41135 - head/en_US.ISO8859-1/books/porters-handbook
Gabor Pali
pgj at FreeBSD.org
Fri Mar 8 12:11:15 UTC 2013
Author: pgj
Date: Fri Mar 8 12:11:14 2013
New Revision: 41135
URL: http://svnweb.freebsd.org/changeset/doc/41135
Log:
- Add new uses of USES.
Submitted by: bapt
Modified:
head/en_US.ISO8859-1/books/porters-handbook/book.xml
head/en_US.ISO8859-1/books/porters-handbook/uses.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Mar 8 09:33:05 2013 (r41134)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Fri Mar 8 12:11:14 2013 (r41135)
@@ -3864,12 +3864,6 @@ ALWAYS_KEEP_DISTFILES= yes
</row>
<row>
- <entry><makevar>USE_BISON</makevar></entry>
- <entry>The port uses <command>bison</command> for
- building.</entry>
- </row>
-
- <row>
<entry><makevar>USE_CDRTOOLS</makevar></entry>
<entry>The port requires
<application>cdrecord</application> either from
Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Fri Mar 8 09:33:05 2013 (r41134)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Fri Mar 8 12:11:14 2013 (r41135)
@@ -17,6 +17,28 @@
-->
<row>
+ <entry><literal>bison</literal></entry>
+ <entry>none, <literal>build</literal>, <literal>run</literal>,
+ <literal>both</literal></entry>
+ <entry>Implies that the port uses <filename
+ role="package">devel/bison</filename> in one way or another. By
+ default, with no arguments or with the <literal>build</literal>
+ argument, it implies <command>bison</command> as a build-time
+ dependency, <literal>run</literal> implies a run-time dependency, and
+ <literal>both</literal> implies both run-time and build-time
+ dependencies.</entry>
+</row>
+
+<row>
+ <entry><literal>fuse</literal></entry>
+ <entry>none</entry>
+ <entry>Implies the port will depend on the FUSE library and handle the
+ the dependency on the kernel module depending on the version of
+ &os;.
+ </entry>
+</row>
+
+<row>
<entry><literal>pathfix</literal></entry>
<entry>none</entry>
<entry>Look for the <filename>Makefile.in</filename> and
More information about the svn-doc-head
mailing list