Make a note of BROKEN_SSL* variables.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-11-24 18:44:00 +00:00
parent 01a2f6af15
commit ef1c70059f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51219

View file

@ -2884,6 +2884,16 @@ SHEBANG_FILES= scripts/foobar.pl scripts/*.sh</programlisting>
</listitem>
</varlistentry>
</variablelist>
<tip>
<para>If a port does not build with an
<application>OpenSSL</application> flavor, set the
<varname>BROKEN_SSL</varname> variable, and possibly the
<varname>BROKEN_SSL_REASON_<replaceable>flavor</replaceable></varname>:</para>
<programlisting>BROKEN_SSL= libressl
BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL</programlisting>
</tip>
</sect1>
<sect1 xml:id="uses-tar">