docs/169708: [patch] porters-handbook apache section

Olli Hauer ohauer at FreeBSD.org
Sun Jul 8 13:00:20 UTC 2012


>Number:         169708
>Category:       docs
>Synopsis:       [patch] porters-handbook apache section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 08 13:00:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer <ohauer at FreeBSD.org>
>Release:        
>Organization:
>Environment:

>Description:
Apache13 is gone, and bsd.apache.mk doesn't support values containing '.'

>How-To-Repeat:

>Fix:
http://people.freebsd.org/~ohauer/diffs/porters-handbook/en_US.ISO8859-1.diff


--- en_US.ISO8859-1.diff begins here ---
Index: en_US.ISO8859-1/books/porters-handbook/book.sgml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/book.sgml	(revision 39183)
+++ en_US.ISO8859-1/books/porters-handbook/book.sgml	(working copy)
@@ -6987,17 +6987,20 @@
 		<entry><makevar>USE_APACHE</makevar></entry>
 		<entry>The port requires Apache.  Possible values:
 		  <literal>yes</literal> (gets any version),
-		  <literal>2.0</literal>, <literal>2.2</literal>,
-		  <literal>2.0+</literal>, etc.
-		  Default dependency is on version
-		  <literal>2.2</literal>.</entry>
+		  <literal>20</literal>, <literal>22</literal>,
+		  <literal>20-22</literal>, <literal>20+</literal>,
+		  etc. Default APACHE version is
+		  <literal>22</literal>.</entry>
+		<entry>More details are available in
+		  <filename>bsd.apache.mk</filename> and on
+		  <ulink url="http://wiki.freebsd.org/Apache/"></ulink>
+		</entry>
 	      </row>
 
 	      <row>
 		<entry><makevar>WITH_APACHE2</makevar></entry>
 		<entry>This variable is deprecated and should
-		  not be used
-		  any more.</entry>
+		  not be used any more.</entry>
 	      </row>
 
 	      <row>
--- en_US.ISO8859-1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list