From owner-freebsd-doc@FreeBSD.ORG Tue Apr 23 06:50:00 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.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 9B6C83B4 for ; Tue, 23 Apr 2013 06:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 81F7C1B9A for ; Tue, 23 Apr 2013 06:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3N6o0l0033825 for ; Tue, 23 Apr 2013 06:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3N6o00v033824; Tue, 23 Apr 2013 06:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 23 Apr 2013 06:50:00 GMT Resent-Message-Id: <201304230650.r3N6o00v033824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CAFE9288; Tue, 23 Apr 2013 06:43:51 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ACCD01B67; Tue, 23 Apr 2013 06:43:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3N6hpXY033637; Tue, 23 Apr 2013 06:43:51 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3N6hpbr033636; Tue, 23 Apr 2013 06:43:51 GMT (envelope-from jgh) Message-Id: <201304230643.r3N6hpbr033636@freefall.freebsd.org> Date: Tue, 23 Apr 2013 06:43:51 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: docs/178073: [patch][porters-handbook]: add pkgconfig to USES, and drop USE_PKGCONFIG Cc: bapt@FreeBSD.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Helfman List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 06:50:00 -0000 >Number: 178073 >Category: docs >Synopsis: [patch][porters-handbook]: add pkgconfig to USES, and drop USE_PKGCONFIG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 23 06:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r249172: Sat Apr 6 00:40:01 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: add USES= pkgconfig to handbook, and drop USE_PKGCONFIG >How-To-Repeat: >Fix: Index: porters-handbook/book.xml =================================================================== --- porters-handbook/book.xml (revision 41472) +++ porters-handbook/book.xml (working copy) @@ -5775,52 +5775,6 @@ - - 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> Index: porters-handbook/uses.xml =================================================================== --- porters-handbook/uses.xml (revision 41472) +++ porters-handbook/uses.xml (working copy) @@ -72,6 +72,19 @@ + pkgconfig + none, build, run, + both + Implies that the port uses devel/pkgconf in one way or another. By + default, 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 >Release-Note: >Audit-Trail: >Unformatted: