svn commit: r41877 - head/en_US.ISO8859-1/books/porters-handbook

Sergey Kandaurov pluknet at FreeBSD.org
Sat Jun 8 15:43:44 UTC 2013


Author: pluknet
Date: Sat Jun  8 15:43:43 2013
New Revision: 41877
URL: http://svnweb.freebsd.org/changeset/doc/41877

Log:
  - Adjust apache versions
  - Remove deprecated (and dead) USE_APACHE2
  
  PR:		docs/177484
  Submitted by:	ohauer

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sat Jun  8 15:31:51 2013	(r41876)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sat Jun  8 15:43:43 2013	(r41877)
@@ -7373,8 +7373,8 @@ USE_QT4=	moc_build qmake_build rcc_build
 		<entry><makevar>USE_APACHE</makevar></entry>
 		<entry>The port requires Apache.  Possible values:
 		  <literal>yes</literal> (gets any version),
-		  <literal>20</literal>, <literal>22</literal>,
-		  <literal>20-22</literal>, <literal>20+</literal>,
+		  <literal>22</literal>, <literal>24</literal>,
+		  <literal>22-24</literal>, <literal>22+</literal>,
 		  etc.  The default APACHE version is
 		  <literal>22</literal>.  More details are available
 		  in <filename>ports/Mk/bsd.apache.mk</filename> and
@@ -7383,12 +7383,6 @@ USE_QT4=	moc_build qmake_build rcc_build
 	      </row>
 
 	      <row>
-		<entry><makevar>WITH_APACHE2</makevar></entry>
-		<entry>This variable is deprecated and should
-		  not be used any more.</entry>
-	      </row>
-
-	      <row>
 		<entry><makevar>APXS</makevar></entry>
 		<entry>Full path to the <command>apxs</command>
 		  binary.  Can be overridden in your port.</entry>
@@ -7406,8 +7400,8 @@ USE_QT4=	moc_build qmake_build rcc_build
 		  (read-only variable).  This variable is only
 		  available after inclusion of
 		  <filename>bsd.port.pre.mk</filename>.  Possible
-		  values: <literal>20</literal>,
-		  <literal>22</literal>.</entry>
+		  values: <literal>22</literal>,
+		  <literal>24</literal>.</entry>
 	      </row>
 
 	      <row>


More information about the svn-doc-head mailing list