Created attachment 175146 [details] security/acme-client: Optional static linking of LibreSSL acme-client is only usable in a LibreSSL ports tree because it links LibreSSL dynamically. This patch adds an option to the port that, if enabled, statically links LibreSSL to acme-client. The option (STATIC_SSL) is enabled by default _if_ LibreSSL is not set as SSL_DEFAULT. Greets from EuroBSDCon 2016, Christian
A commit references this bug: Author: brnrd Date: Sat Oct 8 15:15:31 UTC 2016 New revision: 423513 URL: https://svnweb.freebsd.org/changeset/ports/423513 Log: security/acme-client: Add STATIC option - Allow static linking - Forego SSL runtime dependency - Add warning about deinstall libressl after build - Add extra patch for static option PR: 212980 Submitted by: Christian Schwarz <me@cschwarz.com> Changes: head/security/acme-client/Makefile head/security/acme-client/files/extra-patch-GNUmakefile