From crees@FreeBSD.org  Sun Dec  4 13:48:00 2011
Return-Path: <crees@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 727BB106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Dec 2011 13:48:00 +0000 (UTC)
	(envelope-from crees@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 61A438FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Dec 2011 13:48:00 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pB4DlxIw065311
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 4 Dec 2011 13:47:59 GMT
	(envelope-from crees@freefall.freebsd.org)
Received: (from crees@localhost)
	by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pB4DlxTN065310;
	Sun, 4 Dec 2011 13:47:59 GMT
	(envelope-from crees)
Message-Id: <201112041347.pB4DlxTN065310@freefall.freebsd.org>
Date: Sun, 4 Dec 2011 13:47:59 GMT
From: Chris Rees <crees@physics.org>
Reply-To: Chris Rees <crees@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Portbuild article: Gives wrong location for scripts
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         163058
>Category:       docs
>Synopsis:       Portbuild article: Gives wrong location for scripts
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    manolis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 04 13:50:08 UTC 2011
>Closed-Date:    Sun Dec 04 14:37:45 UTC 2011
>Last-Modified:  Sun Dec  4 17:30:14 UTC 2011
>Originator:     Chris Rees
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #5 r227907: Wed Nov 23 21:55:50 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
	Update location of portbuild scripts.  While here, label <filename> elements as directories.
>How-To-Repeat:
	
>Fix:

	

--- portbuild-article-location.diff begins here ---
Index: article.sgml
===================================================================
RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v
retrieving revision 1.77
diff -u -r1.77 article.sgml
--- article.sgml	27 Oct 2011 09:05:07 -0000	1.77
+++ article.sgml	4 Dec 2011 13:45:39 -0000
@@ -72,9 +72,9 @@
     </note>
 
     <para>The scripts that control all of this live in
-      <filename>/var/portbuild/scripts/</filename>.  These are the
-      checked-out copies from
-      <filename>/usr/ports/Tools/portbuild/scripts/</filename>.</para>
+      <filename class="directory">/var/portbuild/scripts/</filename>.
+      These are the checked-out copies from the Subversion repository
+      <filename class="directory">base/projects/portbuild/scripts/</filename>.</para>
 
     <para>Typically, incremental builds are done that use previous
       packages as dependencies; this takes less time, and puts less
--- portbuild-article-location.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->manolis 
Responsible-Changed-By: manolis 
Responsible-Changed-When: Sun Dec 4 14:19:33 UTC 2011 
Responsible-Changed-Why:  
I'll take care of this 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/163058: commit references a PR
Date: Sun,  4 Dec 2011 14:29:08 +0000 (UTC)

 manolis     2011-12-04 14:29:00 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/articles/portbuild article.sgml 
   Log:
   Update the scripts directory location and source repository
   in portbuild article
   
   PR:             docs/163058
   Submitted by:   crees
   
   Revision  Changes    Path
   1.78      +3 -3      doc/en_US.ISO8859-1/articles/portbuild/article.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: manolis 
State-Changed-When: Sun Dec 4 14:37:24 UTC 2011 
State-Changed-Why:  
Change committed, thanks! 

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

From: Glen Barber <gjb@FreeBSD.org>
To: Chris Rees <crees@FreeBSD.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/163058: Portbuild article: Gives wrong location for scripts
Date: Sun, 4 Dec 2011 12:21:41 -0500

 --UugvWAfsgieZRqgk
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Sun, Dec 04, 2011 at 01:47:59PM +0000, Chris Rees wrote:
 > >Description:
 > 	Update location of portbuild scripts.  While here, label <filename> elem=
 ents as directories.
 > >How-To-Repeat:
 > =09
 > >Fix:
 >=20
 > =09
 >=20
 > --- portbuild-article-location.diff begins here ---
 > Index: article.sgml
 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 > RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v
 > retrieving revision 1.77
 > diff -u -r1.77 article.sgml
 > --- article.sgml	27 Oct 2011 09:05:07 -0000	1.77
 > +++ article.sgml	4 Dec 2011 13:45:39 -0000
 > @@ -72,9 +72,9 @@
 >      </note>
 > =20
 >      <para>The scripts that control all of this live in
 > -      <filename>/var/portbuild/scripts/</filename>.  These are the
 > -      checked-out copies from
 > -      <filename>/usr/ports/Tools/portbuild/scripts/</filename>.</para>
 > +      <filename class=3D"directory">/var/portbuild/scripts/</filename>.
 > +      These are the checked-out copies from the Subversion repository
 > +      <filename class=3D"directory">base/projects/portbuild/scripts/</fi=
 lename>.</para>
 > =20
 >      <para>Typically, incremental builds are done that use previous
 >        packages as dependencies; this takes less time, and puts less
 > --- portbuild-article-location.diff ends here ---
 >=20
 >=20
 
 Hi Chris,
 
 This patch looks fine.  Can you please commit it?
 
 Glen
 
 
 --UugvWAfsgieZRqgk
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (FreeBSD)
 
 iQEcBAEBCAAGBQJO26wlAAoJEFJPDDeguUajXB8IAI+Hwd09G69KRKM+1diOQmP+
 kvxmLVNy56VJ8AQ7GMoJA1+c9fk+VaG/hSJBK+43j6+bXaCHvagaY0Lgfy2tIdiV
 3UTi2T8FE14fpId8bif/JO+4uUJJRUvxsHwdbwT+NGqfasEnKRAo07+B5lhTs40Z
 OFhXkpmUe0WD3zubXlqv5u+5aeObXQUbjEFX9M9EO3s/6ToTExAObNkJvJFIWaIi
 XC3CwNRM+jZVJGu+lIUb9g82H3Z76P9HNYbk+f6WekagBlsH9MWC40P+mnXy22Bj
 rfPgrzBLafGyXiDGt55C3ner6gcO3UFYaa4Imeu3x+ru7BbHp24iOoCzfxCDGZE=
 =1SlR
 -----END PGP SIGNATURE-----
 
 --UugvWAfsgieZRqgk--

From: Glen Barber <gjb@FreeBSD.org>
To: Chris Rees <crees@FreeBSD.org>
Cc: bug-followup@freebsd.org
Subject: Re: docs/163058: Portbuild article: Gives wrong location for scripts
Date: Sun, 4 Dec 2011 12:22:57 -0500

 --pvezYHf7grwyp3Bc
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Sun, Dec 04, 2011 at 12:21:41PM -0500, Glen Barber wrote:
 > Hi Chris,
 >=20
 > This patch looks fine.  Can you please commit it?
 >=20
 
 Whoops, seems fetchmail wasn't done.  Sorry.
 
 Glen
 
 
 --pvezYHf7grwyp3Bc
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (FreeBSD)
 
 iQEcBAEBCAAGBQJO26xxAAoJEFJPDDeguUaj48wIALF5uAhlCUS5ZyPBgtcSMcXh
 I4nqBQdKU31GNfA8wJQxAhe3FYajmp/nejeurhI7SmFRb5pwCMKflawMGOVGJcwF
 2N6010agF+EHsER1zssTEbNsl/es9ZqyjOyD+V1jfBySHTX/K+2ozTfNh0oxj0dT
 jzPUFje19eGe+Oz3T1DoPTZ0oa5Po1cQ56GDlmm378js+dMq9ydvdETSqpMKOcOW
 XidMNqGYJ8KOufXpjYUJwYFYDZKX0yqNkUiUsM9GK72gd/s4aYveR+Y2uukNDfKX
 wndJxhhwv2XbMW467yen5/Hd0FkRJFsvyEf18Mk7bbHnifYCg9k4HM18Ins9j6E=
 =Vgec
 -----END PGP SIGNATURE-----
 
 --pvezYHf7grwyp3Bc--
>Unformatted:
