From mw@barfooze.de  Wed Jun 27 14:16:38 2012
Return-Path: <mw@barfooze.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2DC031065678
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jun 2012 14:16:38 +0000 (UTC)
	(envelope-from mw@barfooze.de)
Received: from furnace.wzff.de (furnace.wzff.de [IPv6:2a01:4f8:150:63e2::9])
	by mx1.freebsd.org (Postfix) with ESMTP id BECF88FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jun 2012 14:16:37 +0000 (UTC)
Received: from mw by furnace.wzff.de with local (Exim 4.77 (FreeBSD))
	(envelope-from <mw@barfooze.de>)
	id 1Sjt2n-000BLs-30
	for FreeBSD-gnats-submit@freebsd.org; Wed, 27 Jun 2012 16:16:33 +0200
Message-Id: <E1Sjt2n-000BLs-30@furnace.wzff.de>
Date: Wed, 27 Jun 2012 16:16:33 +0200
From: Moritz Wilhelmy <mw@barfooze.de>
Reply-To: Moritz Wilhelmy <mw@barfooze.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Files mentioned in build(7) do not exist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169487
>Category:       docs
>Synopsis:       Files mentioned in build(7) do not exist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wblock
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 14:20:06 UTC 2012
>Closed-Date:    Wed Jun 27 18:06:33 UTC 2012
>Last-Modified:  Thu Jun 28 13:20:14 UTC 2012
>Originator:     Moritz Wilhelmy
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD furnace.wzff.de 9.0-STABLE FreeBSD 9.0-STABLE #2 r237143: Fri Jun 15 20:28:45 UTC 2012 root@host.wzff.de:/usr/obj/usr/src/sys/RCTL_ALTQ amd64


>Description:
	The following files are mentioned in the build(7) manpage on top of the
	FILES section:

	/usr/doc/Makefile
	/usr/doc/share/mk/doc.project.mk

	However, they do not exist. In fact, I could not find a file called anything
    like doc.project.mk on the entire system.
    I therefore assume that the information is outdated.

>How-To-Repeat:
	Search for FILES in build(7)
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->wblock 
Responsible-Changed-By: wblock 
Responsible-Changed-When: Wed Jun 27 16:46:06 UTC 2012 
Responsible-Changed-Why:  
Take. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/169487: commit references a PR
Date: Wed, 27 Jun 2012 17:51:24 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Wed Jun 27 17:51:09 2012
 New Revision: 237655
 URL: http://svn.freebsd.org/changeset/base/237655
 
 Log:
   Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
   exist until populated with csup(1) or svn(1).
   
   PR:		169487
   Submitted by:	Moritz Wilhelmy
   MFC after:	1 day
 
 Modified:
   head/share/man/man7/build.7
 
 Modified: head/share/man/man7/build.7
 ==============================================================================
 --- head/share/man/man7/build.7	Wed Jun 27 16:46:02 2012	(r237654)
 +++ head/share/man/man7/build.7	Wed Jun 27 17:51:09 2012	(r237655)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 29, 2011
 +.Dd June 27, 2012
  .Dt BUILD 7
  .Os
  .Sh NAME
 @@ -39,6 +39,10 @@ normally
  .Pa /usr/doc ,
  and
  .Pa /usr/ports .
 +These directories may be initially empty or non-existent until updated with
 +.Xr csup 1
 +or
 +.Xr svn 1 .
  Directory
  .Pa /usr/src
  contains the
 @@ -489,7 +493,7 @@ on built objects.
  .It Va NO_SHARE
  If set, the build does not descend into the
  .Pa /usr/src/share
 -subdirectory (i.e. manpages, locale data files, timezone data files and
 +subdirectory (i.e., manpages, locale data files, timezone data files and
  other
  .Pa /usr/src/share
  files will not be rebuild from their sources).
 @@ -594,8 +598,10 @@ make TARGET=sparc64 DESTDIR=/clients/spa
  .Ed
  .Sh SEE ALSO
  .Xr cc 1 ,
 +.Xr csup 1 ,
  .Xr install 1 ,
  .Xr make 1 ,
 +.Xr svn 1 ,
  .Xr make.conf 5 ,
  .Xr src.conf 5 ,
  .Xr ports 7 ,
 _______________________________________________
 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: open->closed 
State-Changed-By: wblock 
State-Changed-When: Wed Jun 27 18:05:06 UTC 2012 
State-Changed-Why:  
Update committed to share/man/man7/build.7.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/169487: commit references a PR
Date: Thu, 28 Jun 2012 13:10:48 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Thu Jun 28 13:10:36 2012
 New Revision: 237708
 URL: http://svn.freebsd.org/changeset/base/237708
 
 Log:
   MFC r237655:
   
   Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
   exist until populated with csup(1) or svn(1).
   
   PR:		169487
   Submitted by:	Moritz Wilhelmy
 
 Modified:
   stable/9/share/man/man7/build.7
 Directory Properties:
   stable/9/share/man/man7/   (props changed)
 
 Modified: stable/9/share/man/man7/build.7
 ==============================================================================
 --- stable/9/share/man/man7/build.7	Thu Jun 28 13:05:56 2012	(r237707)
 +++ stable/9/share/man/man7/build.7	Thu Jun 28 13:10:36 2012	(r237708)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 29, 2011
 +.Dd June 27, 2012
  .Dt BUILD 7
  .Os
  .Sh NAME
 @@ -39,6 +39,10 @@ normally
  .Pa /usr/doc ,
  and
  .Pa /usr/ports .
 +These directories may be initially empty or non-existent until updated with
 +.Xr csup 1
 +or
 +.Xr svn 1 .
  Directory
  .Pa /usr/src
  contains the
 @@ -489,7 +493,7 @@ on built objects.
  .It Va NO_SHARE
  If set, the build does not descend into the
  .Pa /usr/src/share
 -subdirectory (i.e. manpages, locale data files, timezone data files and
 +subdirectory (i.e., manpages, locale data files, timezone data files and
  other
  .Pa /usr/src/share
  files will not be rebuild from their sources).
 @@ -594,8 +598,10 @@ make TARGET=sparc64 DESTDIR=/clients/spa
  .Ed
  .Sh SEE ALSO
  .Xr cc 1 ,
 +.Xr csup 1 ,
  .Xr install 1 ,
  .Xr make 1 ,
 +.Xr svn 1 ,
  .Xr make.conf 5 ,
  .Xr src.conf 5 ,
  .Xr ports 7 ,
 _______________________________________________
 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/169487: commit references a PR
Date: Thu, 28 Jun 2012 13:11:54 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Thu Jun 28 13:11:34 2012
 New Revision: 237709
 URL: http://svn.freebsd.org/changeset/base/237709
 
 Log:
   MFC r237655:
   
   Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
   exist until populated with csup(1) or svn(1).
   
   PR:		169487
   Submitted by:	Moritz Wilhelmy
 
 Modified:
   stable/8/share/man/man7/build.7
 Directory Properties:
   stable/8/share/man/man7/   (props changed)
 
 Modified: stable/8/share/man/man7/build.7
 ==============================================================================
 --- stable/8/share/man/man7/build.7	Thu Jun 28 13:10:36 2012	(r237708)
 +++ stable/8/share/man/man7/build.7	Thu Jun 28 13:11:34 2012	(r237709)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 29, 2011
 +.Dd June 27, 2012
  .Dt BUILD 7
  .Os
  .Sh NAME
 @@ -39,6 +39,10 @@ normally
  .Pa /usr/doc ,
  and
  .Pa /usr/ports .
 +These directories may be initially empty or non-existent until updated with
 +.Xr csup 1
 +or
 +.Xr svn 1 .
  Directory
  .Pa /usr/src
  contains the
 @@ -455,7 +459,7 @@ on built objects.
  .It Va NO_SHARE
  If set, the build does not descend into the
  .Pa /usr/src/share
 -subdirectory (i.e. manpages, locale data files, timezone data files and
 +subdirectory (i.e., manpages, locale data files, timezone data files and
  other
  .Pa /usr/src/share
  files will not be rebuild from their sources).
 @@ -556,8 +560,10 @@ make TARGET=sparc64 DESTDIR=/clients/spa
  .Ed
  .Sh SEE ALSO
  .Xr cc 1 ,
 +.Xr csup 1 ,
  .Xr install 1 ,
  .Xr make 1 ,
 +.Xr svn 1 ,
  .Xr make.conf 5 ,
  .Xr src.conf 5 ,
  .Xr ports 7 ,
 _______________________________________________
 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/169487: commit references a PR
Date: Thu, 28 Jun 2012 13:12:44 +0000 (UTC)

 Author: wblock (doc committer)
 Date: Thu Jun 28 13:12:34 2012
 New Revision: 237710
 URL: http://svn.freebsd.org/changeset/base/237710
 
 Log:
   MFC r237655:
   
   Point out that /usr/src, /usr/doc, and /usr/ports may be empty or not
   exist until populated with csup(1) or svn(1).
   
   PR:		169487
   Submitted by:	Moritz Wilhelmy
 
 Modified:
   stable/7/share/man/man7/build.7
 Directory Properties:
   stable/7/share/man/man7/   (props changed)
 
 Modified: stable/7/share/man/man7/build.7
 ==============================================================================
 --- stable/7/share/man/man7/build.7	Thu Jun 28 13:11:34 2012	(r237709)
 +++ stable/7/share/man/man7/build.7	Thu Jun 28 13:12:34 2012	(r237710)
 @@ -24,7 +24,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 29, 2011
 +.Dd June 27, 2012
  .Dt BUILD 7
  .Os
  .Sh NAME
 @@ -39,6 +39,10 @@ normally
  .Pa /usr/doc ,
  and
  .Pa /usr/ports .
 +These directories may be initially empty or non-existent until updated with
 +.Xr csup 1
 +or
 +.Xr svn 1 .
  Directory
  .Pa /usr/src
  contains the
 @@ -422,7 +426,7 @@ on built objects.
  .It Va NO_SHARE
  If set, the build does not descend into the
  .Pa /usr/src/share
 -subdirectory (i.e. manpages, locale data files, timezone data files and
 +subdirectory (i.e., manpages, locale data files, timezone data files and
  other
  .Pa /usr/src/share
  files will not be rebuild from their sources).
 @@ -494,8 +498,10 @@ make TARGET_ARCH=sparc64 DESTDIR=/client
  .Ed
  .Sh SEE ALSO
  .Xr cc 1 ,
 +.Xr csup 1 ,
  .Xr install 1 ,
  .Xr make 1 ,
 +.Xr svn 1 ,
  .Xr make.conf 5 ,
  .Xr src.conf 5 ,
  .Xr ports 7 ,
 _______________________________________________
 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:
