From culot@FreeBSD.org  Fri Feb 22 17:23:08 2013
Return-Path: <culot@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 45474798
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Feb 2013 17:23:08 +0000 (UTC)
	(envelope-from culot@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87])
	by mx1.freebsd.org (Postfix) with ESMTP id 371B3D4B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Feb 2013 17:23:08 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1MHN8D9064270
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 22 Feb 2013 17:23:08 GMT
	(envelope-from culot@freefall.freebsd.org)
Received: (from culot@localhost)
	by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1MHN8e0064269;
	Fri, 22 Feb 2013 17:23:08 GMT
	(envelope-from culot)
Message-Id: <201302221723.r1MHN8e0064269@freefall.freebsd.org>
Date: Fri, 22 Feb 2013 17:23:08 GMT
From: Frederic Culot <culot@FreeBSD.org>
Reply-To: Frederic Culot <culot@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Improve SUB_LIST description in porter's handbook
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         176351
>Category:       docs
>Synopsis:       Improve SUB_LIST description in porter's handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 17:30:00 UTC 2013
>Closed-Date:    Fri Feb 22 19:52:22 UTC 2013
>Last-Modified:  Fri Feb 22 20:00:00 UTC 2013
>Originator:     Frederic Culot
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
FreeBSD
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64
>Description:
Section 8.6 "Making use of SUB_FILES and SUB_LIST" is not accurate when
describing the substitutions that are automatically performed when using
the SUB_LIST macro. The attached patch adds the missing WWWDIR and ETCDIR
to the list.
>How-To-Repeat:
>Fix:
--- porters-handbook.diff begins here ---
Index: book.xml
===================================================================
--- book.xml	(revision 41031)
+++ book.xml	(working copy)
@@ -10270,7 +10270,8 @@
 	<makevar>SUB_FILES</makevar>.  Several common pairs are
 	automatically defined: <makevar>PREFIX</makevar>,
 	<makevar>LOCALBASE</makevar>, <makevar>DATADIR</makevar>,
-	<makevar>DOCSDIR</makevar>, <makevar>EXAMPLESDIR</makevar>.
+    <makevar>DOCSDIR</makevar>, <makevar>EXAMPLESDIR</makevar>,
+    <makevar>WWWDIR</makevar>, and <makevar>ETCDIR</makevar>.
 	Any line beginning with <literal>@comment</literal> will be
 	deleted from resulting files after a variable
 	substitution.</para>
--- porters-handbook.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->rene 
Responsible-Changed-By: rene 
Responsible-Changed-When: Fri Feb 22 17:37:00 UTC 2013 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176351 
State-Changed-From-To: open->closed 
State-Changed-By: rene 
State-Changed-When: Fri Feb 22 19:51:37 UTC 2013 
State-Changed-Why:  
Committed, thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176351: commit references a PR
Date: Fri, 22 Feb 2013 19:52:05 +0000 (UTC)

 Author: rene
 Date: Fri Feb 22 19:51:57 2013
 New Revision: 41032
 URL: http://svnweb.freebsd.org/changeset/doc/41032
 
 Log:
   Mention WWWDIR and ETCDIR in the section describing the automatic
   substitutions done for SUB_LIST.
   
   PR:		docs/176351
   Submitted by:	culot
   Approved by:	remko (mentor)
 
 Modified:
   head/en_US.ISO8859-1/books/porters-handbook/book.xml
 
 Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Fri Feb 22 15:30:21 2013	(r41031)
 +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Fri Feb 22 19:51:57 2013	(r41032)
 @@ -10270,7 +10270,8 @@ etc/orbit.conf.sample
  	<makevar>SUB_FILES</makevar>.  Several common pairs are
  	automatically defined: <makevar>PREFIX</makevar>,
  	<makevar>LOCALBASE</makevar>, <makevar>DATADIR</makevar>,
 -	<makevar>DOCSDIR</makevar>, <makevar>EXAMPLESDIR</makevar>.
 +	<makevar>DOCSDIR</makevar>, <makevar>EXAMPLESDIR</makevar>,
 +	<makevar>WWWDIR</makevar>, and <makevar>ETCDIR</makevar>.
  	Any line beginning with <literal>@comment</literal> will be
  	deleted from resulting files after a variable
  	substitution.</para>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
>Unformatted:
