Deleted Added
full compact
ports.7 (175543) ports.7 (175563)
1.\"
2.\" Copyright (c) 1997 David E. O'Brien
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 9 unchanged lines hidden (view full) ---

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1997 David E. O'Brien
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 9 unchanged lines hidden (view full) ---

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man7/ports.7 175543 2008-01-21 19:52:15Z brueffer $
26.\" $FreeBSD: head/share/man/man7/ports.7 175563 2008-01-22 12:23:30Z trhodes $
27.\"
27.\"
28.Dd January 21, 2008
28.Dd January 22, 2008
29.Dt PORTS 7
30.Os
31.Sh NAME
32.Nm ports
33.Nd contributed applications
34.Sh DESCRIPTION
35The
36.Fx

--- 69 unchanged lines hidden (view full) ---

106.Cm install
107target.
108.Bl -tag -width ".Cm configure"
109.It Cm config
110Configure
111.Va OPTIONS
112for this port using
113.Xr dialog 1 .
29.Dt PORTS 7
30.Os
31.Sh NAME
32.Nm ports
33.Nd contributed applications
34.Sh DESCRIPTION
35The
36.Fx

--- 69 unchanged lines hidden (view full) ---

106.Cm install
107target.
108.Bl -tag -width ".Cm configure"
109.It Cm config
110Configure
111.Va OPTIONS
112for this port using
113.Xr dialog 1 .
114.It Cm config-recursive
115Configure
116.Va OPTIONS
117for this port and all its dependencies using
118.Xr dialog 1 .
119.It Cm fetch
120Fetch all of the files needed to build this port from the sites
121listed in
122.Va MASTER_SITES
123and
124.Va PATCH_SITES .
125See
126.Va FETCH_CMD , MASTER_SITE_OVERRIDE

--- 57 unchanged lines hidden (view full) ---

184.It Cm rmconfig-recursive
185Remove
186.Va OPTIONS
187config for this port and all its dependencies.
188.It Cm config-conditional
189Skip the ports which have already had their
190.Va OPTIONS
191configured.
114.It Cm fetch
115Fetch all of the files needed to build this port from the sites
116listed in
117.Va MASTER_SITES
118and
119.Va PATCH_SITES .
120See
121.Va FETCH_CMD , MASTER_SITE_OVERRIDE

--- 57 unchanged lines hidden (view full) ---

179.It Cm rmconfig-recursive
180Remove
181.Va OPTIONS
182config for this port and all its dependencies.
183.It Cm config-conditional
184Skip the ports which have already had their
185.Va OPTIONS
186configured.
187.It Cm config-recursive
188Configure
189.Va OPTIONS
190for this port and all its dependencies using
191.Xr dialog 1 .
192.It Cm fetch-list
193Show list of files to be fetched in order to build the port.
194.It Cm fetch-recursive
195Fetch the distfiles of the port and all its dependencies.
196.It Cm fetch-recursive-list
197Show list of files that would be retrieved by
198.Cm fetch-recursive .
192.It Cm fetch-list
193Show list of files to be fetched in order to build the port.
194.It Cm fetch-recursive
195Fetch the distfiles of the port and all its dependencies.
196.It Cm fetch-recursive-list
197Show list of files that would be retrieved by
198.Cm fetch-recursive .
199.It Cm all-depends-list
200Print a list of all dependencies for the port.
199.It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
200Print a list of all the compile and run dependencies, and dependencies
201of those dependencies.
202.It Cm missing
203Print a list of missing dependencies to be installed for the port.
204.It Cm clean
205Remove the expanded source code.
206This recurses to dependencies unless

--- 332 unchanged lines hidden ---
201.It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
202Print a list of all the compile and run dependencies, and dependencies
203of those dependencies.
204.It Cm missing
205Print a list of missing dependencies to be installed for the port.
206.It Cm clean
207Remove the expanded source code.
208This recurses to dependencies unless

--- 332 unchanged lines hidden ---