Bug 258761 - converters/osm2pgrouting: The port does not need USES=pgsql
Summary: converters/osm2pgrouting: The port does not need USES=pgsql
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-09-28 14:12 UTC by Phil Krylov
Modified: 2022-01-07 06:34 UTC (History)
0 users

See Also:
lbartoletti: maintainer-feedback+


Attachments
Patch to remove extra dependency (618 bytes, patch)
2021-09-28 14:12 UTC, Phil Krylov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Krylov 2021-09-28 14:12:38 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-07 06:34:13 UTC
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(-)
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2022-01-07 06:34:32 UTC
Committed, thanks!