Document USES=php.

Reviewed by:	wblock
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6932
This commit is contained in:
Mathieu Arnold 2016-06-24 10:44:46 +00:00
parent 1201b34495
commit f97fdfedee
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48999
2 changed files with 20 additions and 8 deletions

View file

@ -3425,19 +3425,25 @@ do-install:
<important> <important>
<para>Use <varname>WWWOWN</varname> and <para>Use <varname>WWWOWN</varname> and
<varname>WWWGRP</varname>, with parsimony, and remember that <varname>WWWGRP</varname> sparingly. Remember that every
every file the web server can write to is a security risk file the web server can write to is a security risk waiting
waiting to happen.</para> to happen.</para>
</important> </important>
<para>Do not depend on Apache unless the web app explicitly <para>Do not depend on Apache unless the web app explicitly
needs Apache. Respect that users may wish to run a web needs Apache. Respect that users may wish to run a web
app on different web server than Apache.</para> application on a web server other than
<application>Apache</application>.</para>
</sect2> </sect2>
<sect2 xml:id="php-variables"> <sect2 xml:id="php-variables">
<title>PHP</title> <title>PHP</title>
<para><application>PHP</application> web applications declare
their dependency on it with <literal>USES=php</literal>.
Variables are used to specify which
<application>PHP</application> modules are required.</para>
<table frame="none" xml:id="using-php-variables"> <table frame="none" xml:id="using-php-variables">
<title>Variables for Ports That Use PHP</title> <title>Variables for Ports That Use PHP</title>
@ -3445,10 +3451,7 @@ do-install:
<tbody> <tbody>
<row> <row>
<entry><varname>USE_PHP</varname></entry> <entry><varname>USE_PHP</varname></entry>
<entry>The port requires PHP. The value <entry>The list of required PHP extensions. Example:
<literal>yes</literal> adds a dependency on PHP.
The list of required PHP extensions can be specified
instead. Example:
<literal>pcre xml gettext</literal></entry> <literal>pcre xml gettext</literal></entry>
</row> </row>

View file

@ -1722,6 +1722,15 @@ USE_MATE= menus:build intlhack</programlisting>
_USE_PGSQL_DEP</command>.</para> _USE_PGSQL_DEP</command>.</para>
</sect1> </sect1>
<sect1 xml:id="uses-php">
<title><literal>php</literal></title>
<para>Possible arguments: (none)</para>
<para>Provide support for <application>PHP</application>. See
<xref linkend="php-variables"/> for more information.</para>
</sect1>
<sect1 xml:id="uses-pkgconfig"> <sect1 xml:id="uses-pkgconfig">
<title><literal>pkgconfig</literal></title> <title><literal>pkgconfig</literal></title>