Bug 137723

Summary: [patch] share/man/man5/make.conf.5 : document WWWSUPFILE
Product: Documentation Reporter: Sofian Brabez <sbrabez>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sofian Brabez 2009-08-13 11:30:07 UTC
This patch document the WWWSUPFILE variable in make.conf man. It's related to previous www/137564 pr.

Fix: Patch attached with submission follows:
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2009-08-13 12:29:42 UTC
Responsible Changed
From-To: freebsd-doc->remko

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-02 12:03:16 UTC
Author: remko
Date: Mon Nov  2 12:03:04 2009
New Revision: 198787
URL: http://svn.freebsd.org/changeset/base/198787

Log:
  Document the WWWSUPFILE variable.
  
  PR:		137723
  Submitted by:	Sofian Brabez <sbrabez at gmail dot com>
  Approved by:	imp (mentor, implicit)
  MFC after:	3 days
  Facilitated by:	Snow B.V.

Modified:
  head/share/man/man5/make.conf.5

Modified: head/share/man/man5/make.conf.5
==============================================================================
--- head/share/man/man5/make.conf.5	Mon Nov  2 11:07:42 2009	(r198786)
+++ head/share/man/man5/make.conf.5	Mon Nov  2 12:03:04 2009	(r198787)
@@ -318,6 +318,14 @@ Set this to use
 .Xr cvsup 1
 to update your ports with
 .Dq Li "make update" .
+.It Va WWWSUPFILE
+.Pq Vt str
+The www
+.Ar supfile
+to use when doing a
+.Dq Li "make update"
+This defaults to
+.Pa /usr/share/examples/cvsup/www\-supfile .
 .El
 .Ss "BUILDING THE KERNEL"
 The following list provides a name and short description for variables
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2009-11-02 12:03:42 UTC
State Changed
From-To: open->patched

Patched in head..
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-01-27 19:11:18 UTC
Author: remko
Date: Thu Jan 27 19:11:11 2011
New Revision: 217959
URL: http://svn.freebsd.org/changeset/base/217959

Log:
  MFC r198787
  
    Document the WWWSUPFILE variable.
  
    PR:	 137723
    Submitted by:	Sofian Brabez <sbrabez at gmail dot com>
    Approved by:	imp (mentor, implicit)
    MFC after:	3 days
    Facilitated by:	Snow B.V.
  
  PR:		137723

Modified:
  stable/8/share/man/man5/make.conf.5
Directory Properties:
  stable/8/share/man/man5/   (props changed)

Modified: stable/8/share/man/man5/make.conf.5
==============================================================================
--- stable/8/share/man/man5/make.conf.5	Thu Jan 27 19:10:24 2011	(r217958)
+++ stable/8/share/man/man5/make.conf.5	Thu Jan 27 19:11:11 2011	(r217959)
@@ -318,6 +318,14 @@ Set this to use
 .Xr cvsup 1
 to update your ports with
 .Dq Li "make update" .
+.It Va WWWSUPFILE
+.Pq Vt str
+The www
+.Ar supfile
+to use when doing a
+.Dq Li "make update"
+This defaults to
+.Pa /usr/share/examples/cvsup/www\-supfile .
 .El
 .Ss "BUILDING THE KERNEL"
 The following list provides a name and short description for variables
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-01-27 19:11:18 UTC
Author: remko
Date: Thu Jan 27 19:11:11 2011
New Revision: 217959
URL: http://svn.freebsd.org/changeset/base/217959

Log:
  MFC r198787
  
    Document the WWWSUPFILE variable.
  
    PR:	 137723
    Submitted by:	Sofian Brabez <sbrabez at gmail dot com>
    Approved by:	imp (mentor, implicit)
    MFC after:	3 days
    Facilitated by:	Snow B.V.
  
  PR:		137723

Modified:
  stable/8/share/man/man5/make.conf.5
Directory Properties:
  stable/8/share/man/man5/   (props changed)

Modified: stable/8/share/man/man5/make.conf.5
==============================================================================
--- stable/8/share/man/man5/make.conf.5	Thu Jan 27 19:10:24 2011	(r217958)
+++ stable/8/share/man/man5/make.conf.5	Thu Jan 27 19:11:11 2011	(r217959)
@@ -318,6 +318,14 @@ Set this to use
 .Xr cvsup 1
 to update your ports with
 .Dq Li "make update" .
+.It Va WWWSUPFILE
+.Pq Vt str
+The www
+.Ar supfile
+to use when doing a
+.Dq Li "make update"
+This defaults to
+.Pa /usr/share/examples/cvsup/www\-supfile .
 .El
 .Ss "BUILDING THE KERNEL"
 The following list provides a name and short description for variables
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-01-27 19:12:08 UTC
Author: remko
Date: Thu Jan 27 19:12:04 2011
New Revision: 217960
URL: http://svn.freebsd.org/changeset/base/217960

Log:
  MFC r198787
  
  Document the WWWSUPFILE variable.
  
    PR:	 137723
    Submitted by:	Sofian Brabez <sbrabez at gmail dot com>
    Approved by:	imp (mentor, implicit)
    MFC after:	3 days
    Facilitated by:	Snow B.V.
  
  PR:		137723

Modified:
  stable/7/share/man/man5/make.conf.5
Directory Properties:
  stable/7/share/man/man5/   (props changed)

Modified: stable/7/share/man/man5/make.conf.5
==============================================================================
--- stable/7/share/man/man5/make.conf.5	Thu Jan 27 19:11:11 2011	(r217959)
+++ stable/7/share/man/man5/make.conf.5	Thu Jan 27 19:12:04 2011	(r217960)
@@ -318,6 +318,14 @@ Set this to use
 .Xr cvsup 1
 to update your ports with
 .Dq Li "make update" .
+.It Va WWWSUPFILE
+.Pq Vt str
+The www
+.Ar supfile
+to use when doing a
+.Dq Li "make update"
+This defaults to
+.Pa /usr/share/examples/cvsup/www\-supfile .
 .El
 .Ss "BUILDING THE KERNEL"
 The following list provides a name and short description for variables
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-01-27 19:12:09 UTC
Author: remko
Date: Thu Jan 27 19:12:04 2011
New Revision: 217960
URL: http://svn.freebsd.org/changeset/base/217960

Log:
  MFC r198787
  
  Document the WWWSUPFILE variable.
  
    PR:	 137723
    Submitted by:	Sofian Brabez <sbrabez at gmail dot com>
    Approved by:	imp (mentor, implicit)
    MFC after:	3 days
    Facilitated by:	Snow B.V.
  
  PR:		137723

Modified:
  stable/7/share/man/man5/make.conf.5
Directory Properties:
  stable/7/share/man/man5/   (props changed)

Modified: stable/7/share/man/man5/make.conf.5
==============================================================================
--- stable/7/share/man/man5/make.conf.5	Thu Jan 27 19:11:11 2011	(r217959)
+++ stable/7/share/man/man5/make.conf.5	Thu Jan 27 19:12:04 2011	(r217960)
@@ -318,6 +318,14 @@ Set this to use
 .Xr cvsup 1
 to update your ports with
 .Dq Li "make update" .
+.It Va WWWSUPFILE
+.Pq Vt str
+The www
+.Ar supfile
+to use when doing a
+.Dq Li "make update"
+This defaults to
+.Pa /usr/share/examples/cvsup/www\-supfile .
 .El
 .Ss "BUILDING THE KERNEL"
 The following list provides a name and short description for variables
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 8 Remko Lodder freebsd_committer freebsd_triage 2011-01-27 19:12:19 UTC
State Changed
From-To: patched->closed

Finally merged, thanks for waiting :-)