Bug 286679 - databases/mysql84-client does not build with LibreSSL
Summary: databases/mysql84-client does not build with LibreSSL
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jochen Neumeister
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-08 21:07 UTC by Dave Hayes
Modified: 2025-05-09 00:04 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (joneum)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hayes 2025-05-08 21:07:21 UTC
FreeBSD 13.5-STABLE trying to build mysql84-client has the following (and failed to build):

[00:00:37] In file included from /wrkdirs/usr/ports/databases/mysql84-client/work/mysql-8.4.3/vio/viosslfactories.cc:45:
[00:00:37] /wrkdirs/usr/ports/databases/mysql84-client/work/mysql-8.4.3/include/dh_ecdh_config.h:265:26: error: use of undeclared identifier 'NID_ffdhe2048'
[00:00:37]   265 |       dh = DH_new_by_nid(NID_ffdhe2048);
[00:00:37]       |                          ^
[00:00:37] /wrkdirs/usr/ports/databases/mysql84-client/work/mysql-8.4.3/include/dh_ecdh_config.h:268:26: error: use of undeclared identifier 'NID_ffdhe3072'
[00:00:37]   268 |       dh = DH_new_by_nid(NID_ffdhe3072);
[00:00:37]       |                          ^
[00:00:37] /wrkdirs/usr/ports/databases/mysql84-client/work/mysql-8.4.3/include/dh_ecdh_config.h:271:26: error: use of undeclared identifier 'NID_ffdhe8192'
[00:00:37]   271 |       dh = DH_new_by_nid(NID_ffdhe8192);
[00:00:37]       |                          ^
[00:00:37] 3 errors generated.