docs/46181: "make fetch-recursive" target description ismissing in the ports manpage.

Sergey Matveychuk sem at ciam.ru
Mon Aug 18 15:40:17 UTC 2003


The following reply was made to PR docs/46181; it has been noted by GNATS.

From: Sergey Matveychuk <sem at ciam.ru>
To: freebsd-gnats-submit at FreeBSD.org, jc at minjust.gov.ua,
	keramida at freebsd.org
Cc:  
Subject: Re: docs/46181: "make fetch-recursive" target description is missing
 in the ports manpage.
Date: Mon, 18 Aug 2003 19:31:30 +0400

 This is a multi-part message in MIME format.
 --------------030608060508080804080103
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 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.
 
 --------------030608060508080804080103
 Content-Type: text/plain;
  name="ports.7.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="ports.7.diff"
 
 --- ports.7.orig	Mon Aug 18 18:47:00 2003
 +++ ports.7	Mon Aug 18 19:24:05 2003
 @@ -161,6 +161,11 @@
  .Bl -tag -width ".Cm fetch-list"
  .It Cm fetch-list
  Show list of files needed to be fetched in order to build the port.
 +.It Cm fetch-recursive
 +Retrieves all of the files needed to build this port and dependencies.
 +.It Cm fetch-recursive-list
 +Show list of files that would be retrieved by
 +.Cm fetch-recursive .
  .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.
 @@ -189,6 +194,11 @@
  .It Cm deinstall
  Remove an installed port from the system, similar to
  .Xr pkg_delete 1 .
 +.It Cm deinstall-all
 +Remove an installed ports from the system with the same
 +.Va PKGORIGIN .
 +They could be a different versions or installed with different
 +.Va PREFIX .
  .It Cm package
  Make a binary package for the port.
  The port will be installed if it has not already been.
 @@ -204,6 +214,8 @@
  .Va PKGREPOSITORY
  and
  .Va PKGFILE .
 +.It Cm package-recursive
 +Make binary packages for this port and ports it's depended.
  .It Cm readmes
  Create a port's
  .Pa README.html .
 
 --------------030608060508080804080103--
 
 



More information about the freebsd-doc mailing list