svn commit: r245863 - stable/9/share/man/man5
Glen Barber
gjb at FreeBSD.org
Thu Jan 24 01:40:48 UTC 2013
Author: gjb (doc,ports committer)
Date: Thu Jan 24 01:40:47 2013
New Revision: 245863
URL: http://svnweb.freebsd.org/changeset/base/245863
Log:
MFC r240252, r241541, r241543, r245756:
r240252: (eadler)
- Remove documentation and www cvsup files as they are no longer
useful with the switch to subversion.
r241541: (joel)
- Minor mdoc improvements. Also remove unnecessary csup reference.
r241543: (eadler)
- Bump .Dd
r245756:
- Mark SUP_UPDATE as deprecated in make.conf(5), providing
instructions to use SVN_UPDATE or freebsd-update(8).
- While here, remove bogus NO_WWWUPDATE.
Modified:
stable/9/share/man/man5/make.conf.5
stable/9/share/man/man5/portindex.5
Directory Properties:
stable/9/share/man/man5/ (props changed)
Modified: stable/9/share/man/man5/make.conf.5
==============================================================================
--- stable/9/share/man/man5/make.conf.5 Thu Jan 24 01:32:17 2013 (r245862)
+++ stable/9/share/man/man5/make.conf.5 Thu Jan 24 01:40:47 2013 (r245863)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 02, 2012
+.Dd January 21, 2013
.Dt MAKE.CONF 5
.Os
.Sh NAME
@@ -200,14 +200,6 @@ value, use
.Dq Li +=
instead of
.Dq Li = .
-.It Va DOCSUPFILE
-.Pq Vt str
-The documentation
-.Ar supfile
-to use when doing a
-.Dq Li "make update" .
-For example,
-.Pa /usr/share/examples/cvsup/doc-supfile .
.It Va INSTALL
.Pq Vt str
the default install command.
@@ -263,10 +255,6 @@ Set this to not update the doc tree duri
.Pq Vt bool
Set this to not update the ports tree during
.Dq Li "make update" .
-.It Va NO_WWWUPDATE
-.Pq Vt bool
-Set this to not update the www tree during
-.Dq Li "make update" .
.It Va SUP
.Pq Vt str
The location of the
@@ -312,11 +300,16 @@ The hostname of the sup server to use wh
Set this to use
.Xr csup 1
to update your
-.Pa src , ports , doc
+.Pa src ,
and
-.Pa www
+.Pa ports
trees with
.Dq Li "make update" .
+This option is deprecated.
+Please use
+.Va SVN_UPDATE
+or
+.Xr freebsd-update 8 .
.It Va SVN_UPDATE
.Pq Vt bool
Set this to use
@@ -331,14 +324,6 @@ you will need to set
to the full path of a
.Xr svn 1
binary.
-.It Va WWWSUPFILE
-.Pq Vt str
-The www
-.Ar supfile
-to use when doing a
-.Dq Li "make update" .
-For example,
-.Pa /usr/share/examples/cvsup/www-supfile .
.El
.Ss "BUILDING THE KERNEL"
The following list provides a name and short description for variables
Modified: stable/9/share/man/man5/portindex.5
==============================================================================
--- stable/9/share/man/man5/portindex.5 Thu Jan 24 01:32:17 2013 (r245862)
+++ stable/9/share/man/man5/portindex.5 Thu Jan 24 01:40:47 2013 (r245863)
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 8, 2012
+.Dd October 14, 2012
.Dt PORTINDEX 5
.Os
.Sh NAME
@@ -48,7 +48,7 @@ branch, i.e.:
.Pa INDEX-7 ,
or
.Pa INDEX-8 .
-.Bl -tag -compact -width indent
+.Bl -tag -width XXXXXXXXXX
.It Cm \&name
The name of the package.
.It Cm \&path
@@ -77,7 +77,7 @@ Ports that may be required to patch this
Ports that may be required to fetch this port.
.El
.Sh FILES
-.Bl -tag -width /usr/ports/INDEX-8
+.Bl -tag -width /usr/ports/INDEX-8XX
.It Pa /usr/ports/INDEX- Ns Ar N
where
.Ar N
@@ -91,7 +91,6 @@ vim-6.3.15|/usr/ports/editors/vim|/usr/l
.Ed
.Sh SEE ALSO
.Xr build 7 ,
-.Xr csup 1 ,
.Xr ports 7
.Sh AUTHORS
.An -nosplit
More information about the svn-src-stable-9
mailing list