From owner-freebsd-doc@FreeBSD.ORG Tue Sep 23 14:10:02 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A31311065670 for ; Tue, 23 Sep 2008 14:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 812238FC12 for ; Tue, 23 Sep 2008 14:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8NEA222063102 for ; Tue, 23 Sep 2008 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8NEA2cK063101; Tue, 23 Sep 2008 14:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 23 Sep 2008 14:10:02 GMT Resent-Message-Id: <200809231410.m8NEA2cK063101@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, Walter Venable Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E499C1065672 for ; Tue, 23 Sep 2008 14:02:58 +0000 (UTC) (envelope-from walt@relnor.com) Received: from relnor.com (c-68-50-11-66.hsd1.md.comcast.net [68.50.11.66]) by mx1.freebsd.org (Postfix) with ESMTP id BE3A68FC15 for ; Tue, 23 Sep 2008 14:02:58 +0000 (UTC) (envelope-from walt@relnor.com) Received: from relnor.com (localhost [127.0.0.1]) by relnor.com (8.14.2/8.14.2) with ESMTP id m8NE2vpa057891 for ; Tue, 23 Sep 2008 10:02:57 -0400 (EDT) (envelope-from walt@relnor.com) Received: (from walt@localhost) by relnor.com (8.14.2/8.14.2/Submit) id m8NE2vcA057890; Tue, 23 Sep 2008 10:02:57 -0400 (EDT) (envelope-from walt) Message-Id: <200809231402.m8NE2vcA057890@relnor.com> Date: Tue, 23 Sep 2008 10:02:57 -0400 (EDT) From: Walter Venable To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/127575: Update to ports (7) as it is missing a few make targets X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Walter Venable List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2008 14:10:02 -0000 >Number: 127575 >Category: docs >Synopsis: Update to ports (7) as it is missing a few make targets >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 Sep 23 14:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Walter Venable >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD relnor.com 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Wed Sep 3 18:20:26 EDT 2008 root@relnor.com:/usr/obj/usr/src/sys/RELNKERN7 amd64 >Description: I noticed that a few make targets were missing from man 7 ports, so I have added them with this patch. >How-To-Repeat: Apply the patch below. It was generated with "diff -ruN ports.7 ports.7.new": >Fix: --- ports.7 2008-09-23 09:56:24.000000000 -0400 +++ ports.7.new 2008-09-23 09:53:30.000000000 -0400 @@ -196,9 +196,12 @@ .It Cm fetch-recursive-list Show list of files that would be retrieved by .Cm fetch-recursive . +.It Cm run-depends-list , build-depends-list +Print a list of all the compile and run dependencies, and dependencies +of those dependencies, by port directory. .It Cm pretty-print-run-depends-list , pretty-print-build-depends-list Print a list of all the compile and run dependencies, and dependencies -of those dependencies. +of those dependencies, by port name and version. .It Cm missing Print a list of missing dependencies to be installed for the port. .It Cm clean @@ -249,6 +252,8 @@ Like .Cm package , but makes a package for each depending port as well. +.It Cm package-name +Prints the name with version of the port. .It Cm readmes Create a port's .Pa README.html . >Release-Note: >Audit-Trail: >Unformatted: