I have postgresql-client 9.0 and it claims that it needs 9.0+, but you have 9.0 and fails... World of paralogic!)) 11-current i386
over to maintainer group...
The same error with postgresql-client 9.3 on CURRENT amd64: ===>>> This port is marked IGNORE ===>>> cannot install: the port wants postgresql-client version 9.0 9.1 9.2 9.3 9.4 and you have version 9.3 installed
I successfully built the port (on 10.0) after replacing the line PGSQL_USES= pgsql:90+ with USE_PGSQL= yes WANT_PGSQL_VER= 90+ Although not tested, changing the same line to USES+= pgsql:90+ should likewise work, and might even be preferable.
(In reply to Martin Neubauer from comment #3) > I successfully built the port (on 10.0) after replacing the line > > PGSQL_USES= pgsql:90+ > > with > > USE_PGSQL= yes > WANT_PGSQL_VER= 90+ > > Although not tested, changing the same line to > > USES+= pgsql:90+ > > should likewise work, and might even be preferable. With USES+= pgsql:90+ doesn't build, the same error.
> > With > > USES+= pgsql:90+ > > doesn't build, the same error. So it looks like the new USES config mechanism isn't quite ironed out yet. For the time being, reverting the change by revision 359048 should get the build done (at least it did for me.)