Bug 228944 - textproc/htmldoc: Fails to build with OpenSSL 1.1
Summary: textproc/htmldoc: Fails to build with OpenSSL 1.1
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks: 228865
  Show dependency treegraph
 
Reported: 2018-06-12 14:33 UTC by Bernard Spil
Modified: 2018-08-25 10:03 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2018-06-12 14:33:27 UTC
> variable has incomplete type 'BIO_METHOD'

During BSDCan 2018 the intention to update OpenSSL in base to 1.1.x branch was documented.

Intention is to update 12-STABLE to current 1.1.0 and subsequently update it to 1.1.1 when that is released.
Comment 1 Nathan 2018-08-25 02:25:39 UTC
OpenSSL is not supported in htmldoc, according to upstream:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223721
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-08-25 02:40:33 UTC
Closing, per upstream comment that openssl is not supported (reaD: only gnutls is supported).

Latest patch in 223721 removes BROKEN_SSL which is a red herring, as USES=ssl is a noop, and the port will still build with GnuTLS even with other ssl libraries installed
Comment 4 Bernard Spil freebsd_committer freebsd_triage 2018-08-25 10:03:46 UTC
The OpenSSL configure options were removed in a later version.

Please update the port to the latest version and switch to using GnuTLS.