Created attachment 202955 [details] Tested patch for port When the default OpenSSL version is set to something other than base, the correct include path is not being used (so the package is compiled against the headers from the base version of OpenSSL, but linked against the ports version). This is clearly bogus, and causes build failures on FreeBSD 11.2 when DEFAULT_VERSIONS is set to ssl=openssl111. This bumps the PORTREVISION because even if it apparently compiles successfully with the wrong headers there could be some subtle breakage.
This supplies the OpenSSL base where the configure script expects it.
A commit references this bug: Author: swills Date: Tue Mar 19 15:04:33 UTC 2019 New revision: 496264 URL: https://svnweb.freebsd.org/changeset/ports/496264 Log: irc/bitchx: Use correct OpenSSL include path PR: 236617 Submitted by: caf@bitchx.org Approved by: BitchX FreeBSD <freebsd@bitchx.org> (maintainer) Changes: head/irc/bitchx/Makefile
Committed, thanks!