From nobody@FreeBSD.org  Tue Sep  4 02:10:25 2007
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 157C916A417
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Sep 2007 02:10:25 +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 0A1EE13C480
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  4 Sep 2007 02:10:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l842AOmG033309
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 4 Sep 2007 02:10:24 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l842AOdQ033308;
	Tue, 4 Sep 2007 02:10:24 GMT
	(envelope-from nobody)
Message-Id: <200709040210.l842AOdQ033308@www.freebsd.org>
Date: Tue, 4 Sep 2007 02:10:24 GMT
From: Chess Griffin <chess.griffin@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add "make config" and "make rmconfig" info to Handbook section on ports
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116068
>Category:       docs
>Synopsis:       [patch] Add "make config" and "make rmconfig" info to Handbook section on ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 04 02:20:00 GMT 2007
>Closed-Date:    Fri Dec 21 21:57:10 UTC 2007
>Last-Modified:  Fri Dec 21 21:57:10 UTC 2007
>Originator:     Chess Griffin
>Release:        7.0-CURRENT
>Organization:
>Environment:
FreeBSD bsdbob.localdomain 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jul 30 06:25:50 EDT 2007     root@bsdbob.localdomain:/usr/obj/usr/src/sys/CNG  i386

>Description:
Here is a diff to add some information about using "make config" and
"make rmconfig" to reconfigure ports in the Handbook's section on Ports
after 4.5.2.2:

--- chapter.sgml.old	2007-09-03 21:48:01.000000000 -0400
+++ chapter.sgmledit	2007-09-03 22:01:31.000000000 -0400
@@ -1117,6 +1117,25 @@
 	  job.</para>
 
       </sect3>
+
+      <sect3>
+	<title>Reconfiguring Ports</title>
+
+	<para>When building certain ports, you may be presented with a
+	ncurses-based menu from which you can select certain build
+	options.  It is not uncommon for users to wish to revisit this
+	menu to add, remove, or change these options after a port has
+	been built.  There are many ways to do this.  One option is to
+	go into the directory containing the port and type
+	<command>make config</command>, which will simply present the
+	menu again with the same options selected.  Another option is
+	to use the command <command>make showconfig</command> which
+	will show you all the configuration options for the port.  Yet
+	another option is to type <command>make rmconfig</command>
+	which will remove all selected options and allow you to start
+	over.  All of these options, and others, are explained in
+	great detail in in the man page for &man.ports.7;.</para>
+    </sect3>
     </sect2>
 
     <sect2 id="ports-removing">
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Chess Griffin <chess@chessgriffin.com>
To: bug-followup@FreeBSD.org, chess.griffin@gmail.com
Cc:  
Subject: Re: docs/116068: [patch] Add "make config" and "make rmconfig" info
 to Handbook section on ports
Date: Fri, 7 Sep 2007 21:52:46 -0400

 --Signature=_Fri__7_Sep_2007_21_52_46_-0400_AJax.WxmxZeitPSS
 Content-Type: text/plain; charset=US-ASCII
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Based on feedback I received from Remko, I have updated the diff to fix the=
  indentation after <para>.  I hope it is correct now.  :-)
 
 --- chapter.sgml.old	2007-09-03 21:48:01.000000000 -0400
 +++ chapter.sgml	2007-09-07 21:48:13.000000000 -0400
 @@ -1117,6 +1117,26 @@
  	  job.</para>
 =20
        </sect3>
 +
 +      <sect3>
 +	<title>Reconfiguring Ports</title>
 +
 +	<para>When building certain ports, you may be presented with a
 +	  ncurses-based menu from which you can select certain build
 +	  options.  It is not uncommon for users to wish to revisit
 +	  this menu to add, remove, or change these options after a
 +	  port has been built.  There are many ways to do this.  One
 +	  option is to go into the directory containing the port and
 +	  type <command>make config</command>, which will simply
 +	  present the menu again with the same options selected.
 +	  Another option is to use the command <command>make
 +	  showconfig</command> which will show you all the
 +	  configuration options for the port.  Yet another option is
 +	  to type <command>make rmconfig</command> which will remove
 +	  all selected options and allow you to start over.  All of
 +	  these options, and others, are explained in great detail in
 +	  in the man page for &man.ports.7;.</para>
 +      </sect3>
      </sect2>
 =20
      <sect2 id=3D"ports-removing">
 
 --=20
 Chess Griffin
 GPG Public Key:  0x0C7558C3
 http://www.chessgriffin.com
 
 
 
 --Signature=_Fri__7_Sep_2007_21_52_46_-0400_AJax.WxmxZeitPSS
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQFG4gBuKzd9mAx1WMMRAvxlAJ0cn1fN8TjYmfHrePRAYy/Ot9JJIACfVdnq
 2Ne6GLuszlWCYZVkhM36taE=
 =iiKb
 -----END PGP SIGNATURE-----
 
 --Signature=_Fri__7_Sep_2007_21_52_46_-0400_AJax.WxmxZeitPSS--

From: Chess Griffin <chess@chessgriffin.com>
To: bug-followup@FreeBSD.org, chess.griffin@gmail.com
Cc:  
Subject: Re: docs/116068: [patch] Add "make config" and "make rmconfig" info
 to Handbook section on ports
Date: Fri, 7 Sep 2007 22:51:39 -0400

 --Signature=_Fri__7_Sep_2007_22_51_39_-0400_SszOBiW4asaLmiFi
 Content-Type: text/plain; charset=US-ASCII
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 It looks like the diff formatting is not coming through by email -- it look=
 s like there is no identation after <para> but in my diff it's there.  Shou=
 ld I send the diff as an attachment?
 
 --=20
 Chess Griffin
 GPG Public Key:  0x0C7558C3
 http://www.chessgriffin.com
 
 
 
 --Signature=_Fri__7_Sep_2007_22_51_39_-0400_SszOBiW4asaLmiFi
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD4DBQFG4g47Kzd9mAx1WMMRAo41AJiXFPMUjfJ+dy1/Mdew2qNPzjJdAJ9yAn6C
 nyD7r1mLPi4Wrj5kpTok6A==
 =2nnL
 -----END PGP SIGNATURE-----
 
 --Signature=_Fri__7_Sep_2007_22_51_39_-0400_SszOBiW4asaLmiFi--
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Fri Dec 21 15:34:22 UTC 2007 
Responsible-Changed-Why:  
Take. 

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

From: Gabor Kovesdan <gabor@FreeBSD.org>
To: bug-followup@FreeBSD.org, chess.griffin@gmail.com
Cc:  
Subject: Re: docs/116068: [patch] Add "make config" and "make rmconfig" info
 to Handbook section on ports
Date: Fri, 21 Dec 2007 16:34:09 +0100

 Please send it to me in private mail.
 
 Thanks,
 
 -- 
 Gabor Kovesdan
 FreeBSD Volunteer
 
 EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org
 WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org
 

From: Chess Griffin <chess@chessgriffin.com>
To: Gabor Kovesdan <gabor@FreeBSD.org>
Cc: bug-followup@FreeBSD.org, chess.griffin@gmail.com
Subject: Re: docs/116068: [patch] Add "make config" and "make rmconfig" info
 to Handbook section on ports
Date: Fri, 21 Dec 2007 11:52:26 -0500

 --Sig_/Srk1C44.LGJSBUDGnK=punv
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 
 On Fri, 21 Dec 2007 16:34:09 +0100
 Gabor Kovesdan <gabor@FreeBSD.org> wrote:
 
 > Please send it to me in private mail.
 >=20
 > Thanks,
 >=20
 
 Hi, Gabor, thanks for reviewing my patch!  I'm traveling right now
 until the 26th, but upon my return, I will send you the patch via
 email.  Thanks!
 
 Chess
 
 --=20
 Chess Griffin
 GPG Public Key:  0x0C7558C3
 http://www.chessgriffin.com
 
 --Sig_/Srk1C44.LGJSBUDGnK=punv
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.4 (FreeBSD)
 
 iD8DBQFHa+9NKzd9mAx1WMMRAjkTAJ9GbD9+HNEB7ErhEI3Xgx0xGuo7YgCbBwLA
 iaisymIYamfdXJ5Y/ZrZKAQ=
 =+FbM
 -----END PGP SIGNATURE-----
 
 --Sig_/Srk1C44.LGJSBUDGnK=punv--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/116068: commit references a PR
Date: Fri, 21 Dec 2007 21:14:23 +0000 (UTC)

 gabor       2007-12-21 21:14:20 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/ports chapter.sgml 
   Log:
   - Document how to reconfigure a port
   
   PR:             docs/116068
   Submitted by:   Chess Griffin <chess.griffin@gmail.com>
   
   Revision  Changes    Path
   1.269     +20 -0     doc/en_US.ISO8859-1/books/handbook/ports/chapter.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: gabor 
State-Changed-When: Fri Dec 21 21:56:13 UTC 2007 
State-Changed-Why:  
Committed, thanks! You will see the change some hours later, when our 
doc set has been rebuilt from sources. 
I fixed the alignment by hand, so you don't need to send the patch any more. 
Have a nice holiday instead! :) 

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