- Adjust apache versions

- Remove deprecated (and dead) USE_APACHE2

PR:		docs/177484
Submitted by:	ohauer
This commit is contained in:
Sergey Kandaurov 2013-06-08 15:43:43 +00:00
parent 29e272b0b9
commit bab8eb1330
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41877

View file

@ -7373,8 +7373,8 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
<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
@ -7382,12 +7382,6 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
url="http://wiki.freebsd.org/Apache/">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>
</row>
<row>
<entry><makevar>APXS</makevar></entry>
<entry>Full path to the <command>apxs</command>
@ -7406,8 +7400,8 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
(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>