svn commit: r51219 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Fri Nov 24 18:44:02 UTC 2017
Author: mat
Date: Fri Nov 24 18:44:00 2017
New Revision: 51219
URL: https://svnweb.freebsd.org/changeset/doc/51219
Log:
Make a note of BROKEN_SSL* variables.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Fri Nov 24 16:51:05 2017 (r51218)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Fri Nov 24 18:44:00 2017 (r51219)
@@ -2884,6 +2884,16 @@ SHEBANG_FILES= scripts/foobar.pl scripts/*.sh</program
</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">
More information about the svn-doc-head
mailing list