svn commit: r50291 - head/en_US.ISO8859-1/books/porters-handbook/uses

Mathieu Arnold mat at FreeBSD.org
Mon May 29 13:57:39 UTC 2017


Author: mat
Date: Mon May 29 13:57:38 2017
New Revision: 50291
URL: https://svnweb.freebsd.org/changeset/doc/50291

Log:
  Catch up on ports/Mk/Uses.
  
  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	Sun May 28 00:55:25 2017	(r50290)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Mon May 29 13:57:38 2017	(r50291)
@@ -8,7 +8,7 @@
 
 <!--
 
-  Document up-to date with r439950 revision of the ports tree.
+  Document up-to date with r441983 revision of the ports tree.
 
   This file documents the values of the USES make variable.  The
   format is easy to grasp from the already-added entries below (or use
@@ -1138,6 +1138,17 @@ USE_GNOME=	gnomemenus3:build intlhack</p
       numbers.</para>
   </sect1>
 
+  <sect1 xml:id="uses-groff">
+    <title><literal>groff</literal></title>
+
+    <para>Possible arguments: <literal>build</literal>,
+      <literal>run</literal>, <literal>both</literal></para>
+
+    <para>Registers a dependency on <package
+	role="port">textproc/groff</package> if not present in the
+      base system.</para>
+  </sect1>
+
   <sect1 xml:id="uses-gssapi">
     <title><literal>gssapi</literal></title>
 
@@ -1892,8 +1903,8 @@ USE_MATE=	menus:build intlhack</programl
       <literal>55p</literal>, <literal>56</literal>,
       <literal>56p</literal>, <literal>56w</literal>,
       <literal>57</literal>, <literal>57p</literal>,
-      <literal>80</literal>,
-      <literal>100m</literal>, and <literal>101m</literal>.  The
+      <literal>80</literal>, <literal>100m</literal>,
+      <literal>101m</literal>, and <literal>102m</literal>.  The
       <literal>m</literal> and <literal>p</literal> suffixes are for
       the <application>MariaDB</application> and
       <application>Percona</application> variants of


More information about the svn-doc-head mailing list