From walt@relnor.com  Tue Sep 23 14:02:58 2008
Return-Path: <walt@relnor.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E499C1065672
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <walt@relnor.com>
Reply-To: Walter Venable <walt@relnor.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update to ports (7) as it is missing a few make targets
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127575
>Category:       docs
>Synopsis:       [patch] Update to ports (7) as it is missing a few make targets
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 23 14:10:02 UTC 2008
>Closed-Date:    Mon Jan 26 14:00:33 UTC 2009
>Last-Modified:  Mon Jan 26 14:00:33 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-doc->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Wed Jan 21 16:02:06 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127575 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/127575: commit references a PR
Date: Wed, 21 Jan 2009 21:29:18 +0000 (UTC)

 Author: tabthorpe (ports committer)
 Date: Wed Jan 21 21:29:00 2009
 New Revision: 187573
 URL: http://svn.freebsd.org/changeset/base/187573
 
 Log:
   - Document targets run-depends-list and build-depends-list
   
   PR:		docs/127575
   Submitted by:	Walter Venable <walt relnor.com>
   Approved by:	keramida
   MFC after:	3 days
 
 Modified:
   head/share/man/man7/ports.7
 
 Modified: head/share/man/man7/ports.7
 ==============================================================================
 --- head/share/man/man7/ports.7	Wed Jan 21 21:28:21 2009	(r187572)
 +++ head/share/man/man7/ports.7	Wed Jan 21 21:29:00 2009	(r187573)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd January 22, 2008
 +.Dd January 21, 2009
  .Dt PORTS 7
  .Os
  .Sh NAME
 @@ -196,11 +196,14 @@ Fetch the distfiles of the port and all 
  .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 all-depends-list
  Print a list of all dependencies for the port.
  .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
 @@ -251,6 +254,8 @@ and
  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 .
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Jan 21 21:30:43 UTC 2009 
State-Changed-Why:  
MFC reminder 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127575 
State-Changed-From-To: patched->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Mon Jan 26 14:00:32 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127575 
>Unformatted:
