The port fails to compile/link against OpenSSL 3 because it's using deprecated OpenSSL APIs. There's a newer version upstream which seems to support OpenSSL 3. It's 4.1.0+ according to the changelog: https://github.com/NagiosEnterprises/nrpe/blob/master/CHANGELOG.md#410---2022-07-18 A log with the build failure is attached (from https://pkg.bofh.network/data/MAIN-default-openssl3/2023-05-03_02h33m48s/logs/errors/nrpe3-3.2.1.log originally).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=498e86d310cbc76dde46e6f9a4ddd1f4e0469437 commit 498e86d310cbc76dde46e6f9a4ddd1f4e0469437 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 01:26:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 01:29:51 +0000 net-mgmt/nrpe3: Mark DEPRECATED - Fails to build with OpenSSL 3.0.0 and later - This version has been released in 2018 and since then there has more recent versions released. - Use net-mgmt/nrpe which is the latest release from the upstream Approved by: portmgr (blanket) PR: 271220 Reported by: ngie net-mgmt/nrpe3/Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-)
Check net-mgmt/nrpe.