Make a note of BROKEN_SSL* variables.
Sponsored by: Absolight
This commit is contained in:
parent
01a2f6af15
commit
ef1c70059f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51219
1 changed files with 10 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue