From yuri.pankov@gmail.com  Thu Jan 10 05:18:53 2008
Return-Path: <yuri.pankov@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D43EE16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jan 2008 05:18:53 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1])
	by mx1.freebsd.org (Postfix) with ESMTP id A2D9313C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jan 2008 05:18:52 +0000 (UTC)
	(envelope-from yuri.pankov@gmail.com)
Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1])
	by darklight.org.ru (8.14.2/8.14.2) with ESMTP id m0A5IiVb058790
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jan 2008 08:18:45 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Received: (from yuri@localhost)
	by darklight.org.ru (8.14.2/8.14.2/Submit) id m0A5IiWj058789;
	Thu, 10 Jan 2008 08:18:44 +0300 (MSK)
	(envelope-from yuri.pankov@gmail.com)
Message-Id: <200801100518.m0A5IiWj058789@darklight.org.ru>
Date: Thu, 10 Jan 2008 08:18:44 +0300 (MSK)
From: Yuri Pankov <yuri.pankov@gmail.com>
Reply-To: Yuri Pankov <yuri.pankov@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Move `config-recursive' where it belongs; document `all-depends-list'
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119519
>Category:       docs
>Synopsis:       [PATCH] ports(7): Move `config-recursive' where it belongs; document `all-depends-list'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 10 05:20:02 UTC 2008
>Closed-Date:    Sun Jul 13 18:50:39 UTC 2008
>Last-Modified:  Sun Jul 13 18:50:39 UTC 2008
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD 8.0-CURRENT amd64
>Description:
- `config-recursive' isn't run during normal install process, move it where it belongs.
- Document `all-depends-list' target
>How-To-Repeat:
man 7 ports
>Fix:

--- ports.7.diff begins here ---
--- src/share/man/man7/ports.7.orig	2008-01-10 07:46:02.000000000 +0300
+++ src/share/man/man7/ports.7	2008-01-10 08:02:30.000000000 +0300
@@ -111,11 +111,6 @@
 .Va OPTIONS
 for this port using
 .Xr dialog 1 .
-.It Cm config-recursive
-Configure
-.Va OPTIONS
-for this port and all its dependencies using
-.Xr dialog 1 .
 .It Cm fetch
 Fetch all of the files needed to build this port from the sites
 listed in
@@ -189,6 +184,11 @@
 Skip the ports which have already had their
 .Va OPTIONS
 configured.
+.It Cm config-recursive
+Configure
+.Va OPTIONS
+for this port and all its dependencies using
+.Xr dialog 1 .
 .It Cm fetch-list
 Show list of files to be fetched in order to build the port.
 .It Cm fetch-recursive
@@ -196,6 +196,8 @@
 .It Cm fetch-recursive-list
 Show list of files that would be retrieved by
 .Cm fetch-recursive .
+.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.
--- ports.7.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Tue Jan 22 12:23:46 UTC 2008 
State-Changed-Why:  
Patch applied and committed to CURRENT, thanks for the submission. 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue Jan 22 12:23:46 UTC 2008 
Responsible-Changed-Why:  
Assign to me, MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/119519: commit references a PR
Date: Tue, 22 Jan 2008 12:23:37 +0000 (UTC)

 trhodes     2008-01-22 12:23:30 UTC
 
   FreeBSD src repository
 
   Modified files:
     share/man/man7       ports.7 
   Log:
   The config-recursive target is not run during the normal install process, move
   it down to where it belongs.
   
   Document 'all-depends-list' target and bump doc date.
   
   PR:             119519
   Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
   Reviewed by:    flz
   
   Revision  Changes    Path
   1.66      +8 -6      src/share/man/man7/ports.7
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/119519: commit references a PR
Date: Sat, 12 Jul 2008 08:01:37 +0000 (UTC)

 trhodes     2008-07-12 08:01:05 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     share/man/man7       ports.7 
   Log:
   SVN rev 180468 on 2008-07-12 08:01:05Z by trhodes
   
   MFC of SVN r175563:
   
   The config-recursive target is not run during the normal install process, move
   it down to where it belongs.
   
   Document 'all-depends-list' target and bump doc date.
   
   PR: 119519
   Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
   Reviewed by: flz
   
   Revision  Changes    Path
   1.61.2.3  +8 -6      src/share/man/man7/ports.7
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Sun Jul 13 18:48:43 UTC 2008 
State-Changed-Why:  
MFC to RELENG_7 and RELENG_6 has been completed, thanks! 

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