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

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 16 01:26:01 UTC 2013


Author: bdrewery (ports committer)
Date: Sat Mar 16 01:26:00 2013
New Revision: 41240
URL: http://svnweb.freebsd.org/changeset/doc/41240

Log:
  Document USES=qmail
  
  Approved by:	gjb (via IRC)

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/uses.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sat Mar 16 01:12:09 2013	(r41239)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sat Mar 16 01:26:00 2013	(r41240)
@@ -46,3 +46,16 @@
     sources and fix common paths to make sure they respect the &os;
     hierarchy.</entry>
 </row>
+
+<row>
+  <entry><literal>qmail</literal></entry>
+  <entry>none, <literal>build</literal>, <literal>run</literal>,
+    <literal>both</literal>, <literal>vars</literal></entry>
+  <entry>Implies that the port uses <filename
+      role="package">mail/qmail</filename> in one way or another.  With
+    the <literal>build</literal> argument, it implies <command>qmail</command>
+    as a build-time dependency.  <literal>run</literal> implies a run-time
+    dependency.  Using no argument or the <literal>both</literal> argument
+    implies both run-time and build-time dependencies.  <literal>vars</literal>
+    will only set QMAIL variables for the port to use.</entry>
+</row>


More information about the svn-doc-all mailing list