Date: Tue, 23 Sep 2008 10:02:57 -0400 (EDT) From: Walter Venable <walt@relnor.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/127575: Update to ports (7) as it is missing a few make targets Message-ID: <200809231402.m8NE2vcA057890@relnor.com> Resent-Message-ID: <200809231410.m8NEA2cK063101@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809231402.m8NE2vcA057890>