git: 2bc774f905f0 - main - converters/osm2pgrouting: The port does not need USES=pgsql
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jan 2022 06:33:43 UTC
The branch main has been updated by lbartoletti:
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(-)
diff --git a/converters/osm2pgrouting/Makefile b/converters/osm2pgrouting/Makefile
index cad9e563cb9a..7f13521e2bf2 100644
--- a/converters/osm2pgrouting/Makefile
+++ b/converters/osm2pgrouting/Makefile
@@ -13,12 +13,10 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libexpat.so:textproc/expat2 \
libpqxx.so:databases/postgresql-libpqxx
-USES= cmake compiler:c++17-lang pgsql
+USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
-WANT_PGSQL= client
-
OPTIONS_DEFINE= DOCS
PORTDOCS= README.md