Created attachment 228232 [details] Patch to remove extra dependency The port is not directly dependent on libpq, the dependency is through databases/libpqxx and is handled there. The attached patch removes USES=pgsql and WANT_PGSQL=client to lower the dependency burden.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bc774f905f0bed1869557c7e03e4aeb272b1a6a commit 2bc774f905f0bed1869557c7e03e4aeb272b1a6a Author: Phil Krylov <phil@krylov.eu> AuthorDate: 2022-01-07 05:30:43 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-01-07 05:32:47 +0000 converters/osm2pgrouting: The port does not need USES=pgsql The port is not directly dependent on libpq, the dependency is through databases/libpqxx and is handled there. PR: 258761 Reported by: Phil Krylov <phil@krylov.eu> converters/osm2pgrouting/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Committed, thanks!