Bug 258760

Summary: databases/postgresql14-server: libpq.pc should not require openssl from ports when built with base -lssl
Product: Ports & Packages Reporter: Phil Krylov <phil>
Component: Individual Port(s)Assignee: pgsql
Status: Closed FIXED    
Severity: Affects Only Me CC: girgen
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (pgsql)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to fix libpq.pc none

Description Phil Krylov 2021-09-28 12:07:16 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-29 09:39:56 UTC
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(-)
Comment 2 Palle Girgensohn freebsd_committer freebsd_triage 2021-09-29 09:43:52 UTC
Committed. Thanks!