Bug 46181

Summary: "make fetch-recursive" target description is missing in the ports manpage.
Product: Documentation Reporter: Igor Karpov <jc>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ports.7.diff none

Description Igor Karpov 2002-12-11 09:40:01 UTC
	
	manpage on "ports" should contain "make fetch-recursive" target description.

Fix: 

It would be good to add "make fetch-recursive" target description into the man page on ports. There are too many questions from newbies on this matter.
How-To-Repeat: 	
	man ports
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-12-11 10:15:14 UTC
On 2002-12-11 11:38, Igor Karpov <jc@minjust.gov.ua> wrote:
> manpage on "ports" should contain "make fetch-recursive" target
> description.  It would be good to add "make fetch-recursive" target
> description into the man page on ports. There are too many questions
> from newbies on this matter.

I'll try to make the necessary changes and have them reviewed by
freebsd-ports and/or portmgr.  The ports.7 manpage contains a lot of
the stuff that /usr/ports/Mk/bsd.port.mk includes in comments.  There
are other things that could be added too. The following is a list, in
case someone is faster doing this and beats me to it:

: target descriptions missing from:
:
: ports.7                 bsd.port.mk
: -------------------------------------------------------
: checkpatch              depends
: checksum-recursive      describe
: makesum                 distclean
: clean-depends           index
: fetch-recursive-list    pretty-print-run-depends-list
:                         pretty-print-build-depends-list
:                         readmes
:                         search
Comment 2 Murray Stokely freebsd_committer freebsd_triage 2003-04-26 08:56:44 UTC
On Wed, Dec 11, 2002 at 02:20:02AM -0800, Giorgos Keramidas wrote:
>  I'll try to make the necessary changes and have them reviewed by
>  freebsd-ports and/or portmgr.  The ports.7 manpage contains a lot of
>  the stuff that /usr/ports/Mk/bsd.port.mk includes in comments.  There
>  are other things that could be added too. The following is a list, in
>  case someone is faster doing this and beats me to it:

Does anyone have a patch for this yet?  It would be nice to update
ports.7.  Can the original submitter at least propose some exact text
to be added if not a patch?

      - Murray
Comment 3 Sergey Matveychuk 2003-08-18 16:31:30 UTC
Murray Stokely wrote:
> Does anyone have a patch for this yet?  It would be nice to update
>  ports.7.  Can the original submitter at least propose some exact text
>  to be added if not a patch?

I've wrote some little patch for new targets. Check it.

----
Sem.
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2003-11-12 08:06:50 UTC
State Changed
From-To: open->closed

I have committed the Sergey's patch from the followup. 
Thanks to both of you.