Created attachment 228230 [details] Patch to fix libpq.pc /usr/local/libdata/pkgconfig/libpq.pc unconditionally (even when built with base OpenSSL) required libssl and libcrypto pkgconfig files, which are only available from the openssl port. Patch attached. The patched line appears only in version 14+, so the old versions are not affected.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=59611d61d70a85f4418f3f701db1b7baf58560ba commit 59611d61d70a85f4418f3f701db1b7baf58560ba Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2021-09-29 09:36:43 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2021-09-29 09:39:17 +0000 databases/postgresql14-server: fix openssl dependency libpq.pc should not require openssl from ports when built with base -lssl PR: 258760 databases/postgresql14-server/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Committed. Thanks!