From nobody@FreeBSD.org  Thu Aug 13 10:23:30 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 312B1106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 13 Aug 2009 10:23:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 20C158FC5B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 13 Aug 2009 10:23:30 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DANTC4060938
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 13 Aug 2009 10:23:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n7DANT6f060937;
	Thu, 13 Aug 2009 10:23:29 GMT
	(envelope-from nobody)
Message-Id: <200908131023.n7DANT6f060937@www.freebsd.org>
Date: Thu, 13 Aug 2009 10:23:29 GMT
From: Sofian Brabez <sbrabez@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] share/man/man5/make.conf.5 : document WWWSUPFILE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137723
>Category:       docs
>Synopsis:       [patch] share/man/man5/make.conf.5 : document WWWSUPFILE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 13 10:30:07 UTC 2009
>Closed-Date:    Thu Jan 27 19:12:20 UTC 2011
>Last-Modified:  Thu Jan 27 19:20:14 UTC 2011
>Originator:     Sofian Brabez
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
FreeBSD freebsd.ifr.lan 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jul 2 23:42:18 CEST 2009 root@freebsd.ifr.lan:/usr/obj/usr/src/sys/FREEBSD i386
>Description:
This patch document the WWWSUPFILE variable in make.conf man. It's related to previous www/137564 pr.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- make.conf.5.orig	2009-08-13 10:10:01.000000000 +0200
+++ make.conf.5	2009-08-13 10:17:58.000000000 +0200
@@ -318,6 +318,14 @@
 .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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Thu Aug 13 11:29:42 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137723 
State-Changed-From-To: open->patched 
State-Changed-By: remko 
State-Changed-When: Mon Nov 2 12:03:42 UTC 2009 
State-Changed-Why:  
Patched in head.. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137723 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/137723: commit references a PR
Date: Mon,  2 Nov 2009 12:03:16 +0000 (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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Thu Jan 27 19:12:19 UTC 2011 
State-Changed-Why:  
Finally merged, thanks for waiting :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137723 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/137723: commit references a PR
Date: Thu, 27 Jan 2011 19:11:18 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/137723: commit references a PR
Date: Thu, 27 Jan 2011 19:11:18 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/137723: commit references a PR
Date: Thu, 27 Jan 2011 19:12:08 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/137723: commit references a PR
Date: Thu, 27 Jan 2011 19:12:09 +0000 (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"
 
>Unformatted:
