From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 19:10:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCD416A4BF for ; Tue, 2 Sep 2003 19:10:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB91244001 for ; Tue, 2 Sep 2003 19:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h832AIUp079862 for ; Tue, 2 Sep 2003 19:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h832AIpS079861; Tue, 2 Sep 2003 19:10:18 -0700 (PDT) Resent-Date: Tue, 2 Sep 2003 19:10:18 -0700 (PDT) Resent-Message-Id: <200309030210.h832AIpS079861@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F0E16A4BF for ; Tue, 2 Sep 2003 19:03:32 -0700 (PDT) Received: from mag.barnet.com.au (mag.barnet.com.au [218.185.88.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A2643FAF for ; Tue, 2 Sep 2003 19:03:31 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from extmail.barnet.com.au (tim.direct.int.barnet.com.au [10.10.10.2]) by mag.barnet.com.au (Postfix) with ESMTP id 4FC1B3693 for ; Wed, 3 Sep 2003 12:03:27 +1000 (EST) Received: from k7.mavetju (tim.barnet.com.au [218.185.88.1]) by extmail.barnet.com.au (Postfix) with ESMTP id E305C1E0C for ; Wed, 3 Sep 2003 12:03:25 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id E96906A7103; Wed, 3 Sep 2003 12:03:24 +1000 (EST) Message-Id: <20030903020324.E96906A7103@k7.mavetju> Date: Wed, 3 Sep 2003 12:03:24 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/56355: [patch] add more info about "Default targets and their behaviors" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 02:10:22 -0000 >Number: 56355 >Category: ports >Synopsis: [patch] add more info about "Default targets and their behaviors" >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 02 19:10:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.8-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sun Aug 17 16:04:25 EST 2003 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 >Description: The "Default targets and their behaviors:" of bsd.port.mk is not complete (not even after this patch, but this patch has the commands I consider important in it. >How-To-Repeat: make depends-list make depend-list make list-depends make list-depend make list-depends-all make list-depen-all less /usr/ports/Mk/bsd.port.mk make all-depends-list >Fix: Index: bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.466 diff -u -r1.466 bsd.port.mk --- bsd.port.mk 29 Aug 2003 02:26:02 -0000 1.466 +++ bsd.port.mk 3 Sep 2003 02:02:57 -0000 @@ -590,6 +590,14 @@ # fetch-required - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined), # for port and dependencies that are not already installed # into ${DISTDIR}. +# all-depends-list - Show all directories which are dependencies +# for this port. +# build-depends-list - Show all directories which are build-dependencies +# for this port. +# package-depends-list - Show all directories which are +# package-dependencies for this port. +# run-depends-list - Show all directories which are run-dependencies +# for this port. # extract - Unpacks ${DISTFILES} into ${WRKDIR}. # patch - Apply any provided patches to the source. # configure - Runs either GNU configure, one or more local configure >Release-Note: >Audit-Trail: >Unformatted: