From owner-svn-doc-all@FreeBSD.ORG Sat Mar 16 01:26:01 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 053C2EB6; Sat, 16 Mar 2013 01:26:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E1BA898C; Sat, 16 Mar 2013 01:26:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2G1Q04U048066; Sat, 16 Mar 2013 01:26:00 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2G1Q0hx048065; Sat, 16 Mar 2013 01:26:00 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201303160126.r2G1Q0hx048065@svn.freebsd.org> From: Bryan Drewery Date: Sat, 16 Mar 2013 01:26:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41240 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 01:26:01 -0000 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. + + + qmail + none, build, run, + both, vars + Implies that the port uses mail/qmail in one way or another. With + the build argument, it implies qmail + as a build-time dependency. run implies a run-time + dependency. Using no argument or the both argument + implies both run-time and build-time dependencies. vars + will only set QMAIL variables for the port to use. +