From owner-svn-doc-head@FreeBSD.ORG Fri Mar 8 12:11:15 2013 Return-Path: Delivered-To: svn-doc-head@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 487A039A; Fri, 8 Mar 2013 12:11:15 +0000 (UTC) (envelope-from pgj@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 22B7DD19; Fri, 8 Mar 2013 12:11:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r28CBFIr096885; Fri, 8 Mar 2013 12:11:15 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r28CBEBh096882; Fri, 8 Mar 2013 12:11:14 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201303081211.r28CBEBh096882@svn.freebsd.org> From: Gabor Pali Date: Fri, 8 Mar 2013 12:11:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41135 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2013 12:11:15 -0000 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 - USE_BISON - The port uses bison for - building. - - - USE_CDRTOOLS The port requires cdrecord 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 @@ --> + bison + none, build, run, + both + Implies that the port uses devel/bison in one way or another. By + default, with no arguments or with the build + argument, it implies bison as a build-time + dependency, run implies a run-time dependency, and + both implies both run-time and build-time + dependencies. + + + + fuse + none + Implies the port will depend on the FUSE library and handle the + the dependency on the kernel module depending on the version of + &os;. + + + + pathfix none Look for the Makefile.in and