From danger@tomas.elvandar.org  Sat Feb  4 21:50:29 2006
Return-Path: <danger@tomas.elvandar.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A209216A422
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 21:50:19 +0000 (GMT)
	(envelope-from danger@tomas.elvandar.org)
Received: from tomas.elvandar.org (tomas.elvandar.org [217.148.169.60])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC06C43D58
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Feb 2006 21:50:14 +0000 (GMT)
	(envelope-from danger@tomas.elvandar.org)
Received: by tomas.elvandar.org (Postfix, from userid 1002)
	id 76D4348450F; Sat,  4 Feb 2006 21:50:13 +0000 (UTC)
Message-Id: <20060204215013.76D4348450F@tomas.elvandar.org>
Date: Sat,  4 Feb 2006 21:50:13 +0000 (UTC)
From: Daniel Gerzo <danger@rulez.sk>
Reply-To: Daniel Gerzo <danger@rulez.sk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] update porters-handbook according what USE_APACHE2 really does
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92824
>Category:       docs
>Synopsis:       [patch] update porters-handbook according what USE_APACHE2 really does
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jcamou
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 04 22:00:15 GMT 2006
>Closed-Date:    Fri Feb 10 20:34:01 GMT 2006
>Last-Modified:  Fri Feb 10 20:34:01 GMT 2006
>Originator:     Daniel Gerzo
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
rulez.sk
>Environment:
System: FreeBSD 6.0-RELEASE #3: Fri Nov 4 21:58:23 CET 2005 i386
>Description:
USE_APACHE2 uses www/apache20 port intead of www/apache13, fix the handbook.
>How-To-Repeat:
>Fix:
Here is the diff:

--- pbook.diff begins here ---
--- /usr/home/danger/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml~	Wed Feb  1 17:33:40 2006
+++ /usr/home/danger/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml	Sat Feb  4 21:42:16 2006
@@ -3709,9 +3709,9 @@
 		  <entry><makevar>WITH_APACHE2</makevar></entry>
 
 		  <entry>If set, use
-		    <filename role="package">www/apache2</filename>
+		    <filename role="package">www/apache20</filename>
 		    instead of the default of
-		    <filename role="package">www/apache</filename>.</entry>
+		    <filename role="package">www/apache13</filename>.</entry>
 	        </row>
 
 	        <row>
--- pbook.diff ends here ---
>Release-Note:
>Audit-Trail:

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: clement@FreeBSD.org
Cc: freebsd-gnats-submit@FreeBSD.org, Daniel Gerzo <danger@rulez.sk>
Subject: Re: docs/92824: [patch] update porters-handbook according what USE_APACHE2 really does
Date: Sun, 5 Feb 2006 16:45:10 +0100

 --pZs/OQEoSSbxGlYw
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hey,
 
 Can you confirm that this change is correct?
 
 Thanks.
 
 ----- Forwarded message from Daniel Gerzo <danger@rulez.sk> -----
 
 >Number:         92824
 >Category:       docs
 >Synopsis:       [patch] update porters-handbook according what USE_APACHE2=
  really does
 >Description:
 USE_APACHE2 uses www/apache20 port intead of www/apache13, fix the handbook.
 >How-To-Repeat:
 >Fix:
 Here is the diff:
 
 --- pbook.diff begins here ---
 --- /usr/home/danger/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml~	=
 Wed Feb  1 17:33:40 2006
 +++ /usr/home/danger/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml	S=
 at Feb  4 21:42:16 2006
 @@ -3709,9 +3709,9 @@
  		  <entry><makevar>WITH_APACHE2</makevar></entry>
 =20
  		  <entry>If set, use
 -		    <filename role=3D"package">www/apache2</filename>
 +		    <filename role=3D"package">www/apache20</filename>
  		    instead of the default of
 -		    <filename role=3D"package">www/apache</filename>.</entry>
 +		    <filename role=3D"package">www/apache13</filename>.</entry>
  	        </row>
 =20
  	        <row>
 --- pbook.diff ends here ---
 >Release-Note:
 >Audit-Trail:
 >Unformatted:
 _______________________________________________
 freebsd-doc@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-doc
 To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
 
 ----- End forwarded message -----
 
 --=20
 Simon L. Nielsen
 
 --pZs/OQEoSSbxGlYw
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 
 iD8DBQFD5h2Gh9pcDSc1mlERAg5xAJ0WZmJ6i9uAOdPpALU4Uo+4A+/ILwCfQ4yS
 /Y0ErTsDDsBvYdOfOACPrSU=
 =pVoj
 -----END PGP SIGNATURE-----
 
 --pZs/OQEoSSbxGlYw--

From: Daniel Gerzo <danger@rulez.sk>
To: "Simon L. Nielsen" <simon@FreeBSD.org>
Cc: clement@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org
Subject: Re[2]: docs/92824: [patch] update porters-handbook according what USE_APACHE2 really does
Date: Sun, 5 Feb 2006 19:17:37 +0100

 Hello Simon,
 
 Sunday, February 5, 2006, 4:45:10 PM, you wrote:
 
 > Hey,
 
 > Can you confirm that this change is correct?
 
 sure :-) see ports/Mk/bsd.apache.mk:
 
 .   if defined(WITH_APACHE2)
 APACHE_PORT?=   www/apache20
 .   else
 APACHE_PORT?=   www/apache13
 .   endif
 
 > Thanks.
 
 -- 
 Sincerely,
    Daniel Gerzo
 
State-Changed-From-To: open->closed  
State-Changed-By: jcamou 
State-Changed-When: Fri Feb 10 20:33:21 UTC 2006 
State-Changed-Why:  
Patch committed, thanks. 


Responsible-Changed-From-To: freebsd-doc->jcamou  
Responsible-Changed-By: jcamou 
Responsible-Changed-When: Fri Feb 10 20:33:21 UTC 2006 
Responsible-Changed-Why:  
To me. 

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