From owner-svn-doc-all@FreeBSD.ORG Fri Nov 22 22:25:41 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A13D8B9D; Fri, 22 Nov 2013 22:25:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90ED72278; Fri, 22 Nov 2013 22:25:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAMMPftO082877; Fri, 22 Nov 2013 22:25:41 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAMMPfxM082876; Fri, 22 Nov 2013 22:25:41 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311222225.rAMMPfxM082876@svn.freebsd.org> From: Rene Ladan Date: Fri, 22 Nov 2013 22:25:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43220 - 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.16 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: Fri, 22 Nov 2013 22:25:41 -0000 Author: rene Date: Fri Nov 22 22:25:41 2013 New Revision: 43220 URL: http://svnweb.freebsd.org/changeset/doc/43220 Log: Add a description for USES=display 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 Fri Nov 22 18:27:25 2013 (r43219) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Fri Nov 22 22:25:41 2013 (r43220) @@ -110,6 +110,20 @@ + display + (none), ARGS + + Set up a virtual display environment. If the environment + variable DISPLAY is not set, then + Xvfb is added as a build dependency, + and CONFIGURE_ENV is extended with the port + number of the currently running instance of + Xvfb. The ARGS + parameter defaults to install and controls the + phase around which to start and stop the virtual display. + + + dos2unix (none)