| Summary: | [patch] porters-handbook apache section | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Olli Hauer <ohauer> | ||||
| Component: | Books & Articles | Assignee: | Glen Barber <gjb> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Olli Hauer
2012-07-08 14:00:19 UTC
Responsible Changed From-To: freebsd-doc->gjb I'll take it. Author: gjb Date: Sun Jul 8 13:28:10 2012 New Revision: 39184 URL: http://svn.freebsd.org/changeset/doc/39184 Log: - Update _APACHE examples with erroneous '.' in version number. - Reference bsd.apache.mk and the Wiki page. PR: 169708 Submitted by: ohauer Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Fri Jul 6 23:54:47 2012 (r39183) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sun Jul 8 13:28:10 2012 (r39184) @@ -6987,10 +6987,14 @@ QT_COMPONENTS= moc_build qmake_build rcc <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. The default APACHE version is + <literal>22</literal>.</entry> + <entry>More details are available in + <filename>ports/Mk/bsd.apache.mk</filename> and at + <ulink + url="http://wiki.freebsd.org/Apache/">.</ulink></entry> </row> <row> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! Author: gjb Date: Sun Jul 8 13:28:37 2012 New Revision: 39185 URL: http://svn.freebsd.org/changeset/doc/39185 Log: Wrap line, followup from previous commit. Translators, please ignore. PR: 169708 Submitted by: ohauer Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sun Jul 8 13:28:10 2012 (r39184) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sun Jul 8 13:28:37 2012 (r39185) @@ -7000,8 +7000,7 @@ QT_COMPONENTS= moc_build qmake_build rcc <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> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" |