Date: Fri, 7 Jan 2022 06:33:43 GMT From: =?utf-8?Q?Lo=C3=AFc Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2bc774f905f0 - main - converters/osm2pgrouting: The port does not need USES=pgsql Message-ID: <202201070633.2076XhbI074300@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201070633.2076XhbI074300>