From linimon@lonesome.com  Tue Jun 17 13:39:43 2003
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CD7C637B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 17 Jun 2003 13:39:43 -0700 (PDT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0705943FA3
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 17 Jun 2003 13:39:43 -0700 (PDT)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP id 47DC4140CD
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 17 Jun 2003 15:39:42 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.3) with ESMTP id h5HKhtNa027305
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 17 Jun 2003 15:43:55 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.6/Submit) id h5HKhs1J027304;
	Tue, 17 Jun 2003 15:43:54 -0500 (CDT)
	(envelope-from linimon)
Message-Id: <200306172043.h5HKhs1J027304@lonesome.lonesome.com>
Date: Tue, 17 Jun 2003 15:43:54 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To:
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: [patch] rework of parts of Porter's Handbook part 2 of 5: whitespace fixes
X-Send-Pr-Version: 3.113.1
X-GNATS-Notify:

>Number:         53421
>Category:       docs
>Synopsis:       [patch] rework of parts of Porter's Handbook part 2 of 5: whitespace fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 17 13:40:04 PDT 2003
>Closed-Date:    Fri Nov 07 16:46:50 PST 2003
>Last-Modified:  Fri Nov 07 16:46:50 PST 2003
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	The Porter's Handbook is insufficiently clear in some places, and
	needs expanding in others.  As requested I have tried to break
	out the rework that I did into several pieces.  This second piece
	fixes whitespace issues; translators should be able to ignore.
>How-To-Repeat:
	n/a
>Fix:

--- book.sgml.style_only	Mon May 12 20:48:38 2003
+++ book.sgml	Mon May 12 21:54:56 2003
@@ -581,9 +582,9 @@
         <title>Patching</title>
 
         <para>In the preparation of the port, files that have been added or
-          changed can be picked up with a recursive &man.diff.1; for later feeding to
-          &man.patch.1;.  Each set of patches you wish to apply should be collected
-          into a file named
+          changed can be picked up with a recursive &man.diff.1;
+          for later feeding to &man.patch.1;.  Each set of patches you
+          wish to apply should be collected into a file named
           <filename>patch-<replaceable>*</replaceable></filename> where
           <replaceable>*</replaceable> denotes the sequence in which the
           patches will be applied &mdash; these are done in
@@ -726,7 +727,8 @@
 	    affects the content or structure of the derived
 	    package.</para>
 
-	  <para>Examples of when <makevar>PORTREVISION</makevar> should be bumped:</para>
+	  <para>Examples of when <makevar>PORTREVISION</makevar>
+	    should be bumped:</para>
 
 	  <itemizedlist>
 	    <listitem>
@@ -862,7 +864,8 @@
 	  <title>Example of <makevar>PORTREVISION</makevar> and
 	    <makevar>PORTEPOCH</makevar> usage</title>
 
-	  <para>The <literal>gtkmumble</literal> port, version <literal>0.10</literal>, is committed to the
+	  <para>The <literal>gtkmumble</literal> port,
+	    version <literal>0.10</literal>, is committed to the
 	    ports collection:</para>
 
 	  <programlisting>PORTNAME=	gtkmumble
@@ -4332,17 +4335,21 @@
         <title>Changing <filename>pkg-plist</filename> based on make
           variables</title>
 
-        <para>Some ports, particularly the <literal>p5-</literal> ports, need to change their
+        <para>Some ports, particularly the <literal>p5-</literal> ports,
+	  need to change their
           <filename>pkg-plist</filename> depending on what options they are
-          configured with (or version of <literal>perl</literal>, in the case of <literal>p5-</literal> ports).  To
+          configured with (or version of <literal>perl</literal>, in the case
+          of <literal>p5-</literal> ports).  To
           make this easy, any instances in the <filename>pkg-plist</filename> of
           <literal>%%OSREL%%</literal>, <literal>%%PERL_VER%%</literal>, and
           <literal>%%PERL_VERSION%%</literal> will be substituted for
           appropriately.  The value of <literal>%%OSREL%%</literal> is the
           numeric revision of the operating system (e.g.,
           <literal>2.2.7</literal>).  <literal>%%PERL_VERSION%%</literal> is
-          the full version number of <literal>perl</literal> (e.g., <literal>5.00502</literal>)
-          and <literal>%%PERL_VER%%</literal> is the <literal>perl</literal> version number minus
+          the full version number of <literal>perl</literal> (e.g.,
+          <literal>5.00502</literal>)
+          and <literal>%%PERL_VER%%</literal> is the <literal>perl</literal>
+          version number minus
           the patchlevel (e.g., <literal>5.005</literal>).</para>
 
         <para>If you need to make other substitutions, you can set the
@@ -4534,10 +4541,12 @@
 	  testing of your commits.</para>
 
 	<para>If you wish to use this service, all you need is a FreshPorts
-	  account.  If your registered email address is <literal>@FreeBSD.org</literal>,
+	  account.  If your registered email address is
+	  <literal>@FreeBSD.org</literal>,
 	  you'll see the opt-in link on the right hand side of the webpages.
 	  For those of you who already have a FreshPorts account, but are not
-	  using your <literal>@FreeBSD.org</literal> email address, just change your email to
+	  using your <literal>@FreeBSD.org</literal> email address,
+	  just change your email to
 	  <literal>@FreeBSD.org</literal>, subscribe, then change it back again.</para>
       </sect1>
   </chapter>
@@ -4666,7 +4678,8 @@
         <para>Do not write anything to files outside
           <makevar>WRKDIR</makevar>.  <makevar>WRKDIR</makevar> is the only
           place that is guaranteed to be writable during the port build (see
-          <ulink url="../handbook/ports-using.html#PORTS-CD">compiling ports from CDROM</ulink> for an
+          <ulink url="../handbook/ports-using.html#PORTS-CD">
+          compiling ports from CDROM</ulink> for an
           example of building ports from a read-only tree).  If you need to
           modify one of the <filename>pkg-<replaceable>*</replaceable></filename>
           files, do so by <link
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Wed Jun 18 16:19:04 PDT 2003 
Responsible-Changed-Why:  
Force myself to deal with these. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53421 
State-Changed-From-To: open->closed 
State-Changed-By: ceri 
State-Changed-When: Fri Nov 7 16:46:29 PST 2003 
State-Changed-Why:  
Committed in r1.337. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53421 
>Unformatted:
