From owner-svn-doc-all@freebsd.org Thu Jul 23 14:14:12 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 468569A9242; Thu, 23 Jul 2015 14:14:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12BBE1C4E; Thu, 23 Jul 2015 14:14:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NEEBuE083734; Thu, 23 Jul 2015 14:14:11 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NEEBVa083733; Thu, 23 Jul 2015 14:14:11 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507231414.t6NEEBVa083733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 23 Jul 2015 14:14:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47054 - head/en_US.ISO8859-1/books/porters-handbook/uses 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.20 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: Thu, 23 Jul 2015 14:14:12 -0000 Author: mat Date: Thu Jul 23 14:14:11 2015 New Revision: 47054 URL: https://svnweb.freebsd.org/changeset/doc/47054 Log: Document USES=libarchive, libedit and localbase. Approved by: wblock (mentor) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3136 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 Thu Jul 23 03:47:44 2015 (r47053) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Jul 23 14:14:11 2015 (r47054) @@ -781,6 +781,28 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa .lzh + + libarchive + + (none) + + Registers a dependency on archivers/libarchive. Any ports + depending on libarchive must + include USES=libarchive. + + + + libedit + + (none) + + Registers a dependency on devel/libedit. Any ports + depending on libedit must + include USES=libedit. + + libtool @@ -798,6 +820,19 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa dependency. + + localbase + + (none) + + Ensures that libraries from dependencies in + LOCALBASE are used instead of the ones + from the base system. Ports that depend on libraries that + are also present in the base system should use this. It + is also used internally by a few other + USES. + + lua