From owner-svn-doc-head@FreeBSD.ORG Wed Apr 24 16:53:11 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 861D4815; Wed, 24 Apr 2013 16:53:11 +0000 (UTC) (envelope-from eadler@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 68CD71040; Wed, 24 Apr 2013 16:53:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3OGrBvO022302; Wed, 24 Apr 2013 16:53:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3OGrBM8022297; Wed, 24 Apr 2013 16:53:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201304241653.r3OGrBM8022297@svn.freebsd.org> From: Eitan Adler Date: Wed, 24 Apr 2013 16:53:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41488 - 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: Wed, 24 Apr 2013 16:53:11 -0000 Author: eadler Date: Wed Apr 24 16:53:10 2013 New Revision: 41488 URL: http://svnweb.freebsd.org/changeset/doc/41488 Log: Document the pkgconfig USES PR: docs/178073 Submitted by: jgh Reviewed by: bjk Approved by: bcr 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 Wed Apr 24 16:11:15 2013 (r41487) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Wed Apr 24 16:53:10 2013 (r41488) @@ -5775,52 +5775,6 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/subp - - Using <literal>pkg-config</literal> - - If your ports requires pkg-config, - just set USE_PKGCONFIG to the following - possible values: - - Values for <makevar>USE_PKGCONFIG</makevar> - - - - - Definition - Description - - - - - - USE_PKGCONFIG= yes - The ports uses pkg-config only at build - time - - - - USE_PKGCONFIG= build - The ports uses pkg-config only at build - time - - - - USE_PKGCONFIG= run - The ports uses pkg-config only at run - time - - - - USE_PKGCONFIG= both - The ports uses pkg-config both at build and run - time - - - -
-
- Using GNU <literal>gettext</literal> Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Wed Apr 24 16:11:15 2013 (r41487) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Wed Apr 24 16:53:10 2013 (r41488) @@ -72,6 +72,21 @@ + pkgconfig + + none, build, run, + both + + Implies that the port uses devel/pkgconf in one way or another. + With no arguments or with the build + argument, it implies pkg-config as a build-time + dependency; run implies a run-time dependency; + and both implies both run-time and build-time + dependencies. + + + qmail none, build, run, both, vars