Created attachment 161892 [details] svn diff for security/softether softether will not build if OpenSSL was built without SSLv3 (--no-ssl3). LibreSSL 2.3.0 has removed SSLv3 support completely. - Fix build without SSLv3
This PR, the very first after the port was added, is timed out by the maintainer. Not a good sign... :(
I'll work on it.
Like in the other (newer) bug report, I've been busy in the real life. Well, the patch applies fine, if editing the Makefile adding Network.c to the list of dos2unix files. The patch will be submitted with the fix for the iconv problems.
And thanks of course for the patch.
carried over to bug 204184 closing...
A commit references this bug: Author: pi Date: Mon Nov 2 12:00:00 UTC 2015 New revision: 400650 URL: https://svnweb.freebsd.org/changeset/ports/400650 Log: security/softether: fixes - iconv build - build with No-SSLv3 - MAKE_JOBS_UNSAFE=yes unconditionally PR: 203688, 204184 Submitted by: net@arrishq.net (maintainer) Changes: head/security/softether/Makefile head/security/softether/files/patch-src__Mayaqua__Network.c