docs/169712: [patch] porters-handbook zh_TW.Big5 apache section
Olli Hauer
ohauer at FreeBSD.org
Sun Jul 8 13:30:10 UTC 2012
>Number: 169712
>Category: docs
>Synopsis: [patch] porters-handbook zh_TW.Big5 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:30:09 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/zh_TW.Big5.diff
--- zh_TW.Big5.diff begins here ---
Index: zh_TW.Big5/books/porters-handbook/book.sgml
===================================================================
--- zh_TW.Big5/books/porters-handbook/book.sgml (revision 39183)
+++ zh_TW.Big5/books/porters-handbook/book.sgml (working copy)
@@ -6123,18 +6123,22 @@
<entry>The port requires Apache. Possible values:
<literal>yes</literal> (gets any version),
- <literal>1.3</literal>, <literal>2.0</literal>,
- <literal>2.2</literal>, <literal>2.0+</literal>,
- etc. Default dependency is on version
- <literal>1.3</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>The port requires Apache 2.0. Without this variable,
- the port will depend on Apache 1.3. This variable is
- deprecated and should not be used anymore.</entry>
+ <entry>This variable is deprecated and should
+ not be used any more.</entry>
</row>
<row>
@@ -6157,8 +6161,8 @@
<entry>The version of present Apache installation (read-only
variable). This variable is only available after inclusion
of <filename>bsd.port.pre.mk</filename>. Possible values:
- <literal>13</literal>, <literal>20</literal>,
- <literal>22</literal>.</entry>
+ <literal>20</literal>, <literal>22</literal>.
+ </entry>
</row>
<row>
--- zh_TW.Big5.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list