Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2012 12:57:10 GMT
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/169708: [patch] porters-handbook apache section
Message-ID:  <201207081257.q68CvAZK089473@freefall.freebsd.org>
Resent-Message-ID: <201207081300.q68D0Jxs089590@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207081257.q68CvAZK089473>