Created attachment 243017 [details] Fix build on 14.0-CURRENT (+ OpenSSL 3.0.9) This fixes the way OpenSSL is detected (it now uses a non-deprecated function), which is not available anymore on 14.0-CURRENT. Doesn't change anything for previous versions of FreeBSD.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8b64e6dbb7b56c298a9e38ecc84aa7b1761fe1b commit f8b64e6dbb7b56c298a9e38ecc84aa7b1761fe1b Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2023-06-28 10:06:14 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-06-29 11:42:24 +0000 dns/powerdns: fix build on 14.0-CURRENT (+ OpenSSL 3.0.9) This fixes the way OpenSSL is detected (it now uses a non-deprecated function), which is not available anymore on 14.0-CURRENT. Doesn't change anything for previous versions of FreeBSD. PR: 272231 Reported by: tremere@cainites.net (maintainer) dns/powerdns/files/patch-m4_pdns__check__libcrypto.m4 | 11 ++++++++++- dns/powerdns/files/patch-pdns_auth-main.cc | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-)