Mk/Uses/pgsql.mk wants 9.3 but 9.3.5 is installed

Jason E. Hale jhale at freebsd.org
Mon Sep 22 23:40:26 UTC 2014


You probably need to add:

DEFAULT_VERSIONS= pgsql:9.3

to your /etc/make.conf because pgsql 9.2 is the current default.
Mk/Uses/pgsql.mk compares your installed version with the default or
whatever you set as the default.  If they are not equal, you will get
an IGNORE message.  If you already have a DEFAULT_VERSIONS line in
/etc/make.conf, just append pgsql:9.3 to the end of the list.

On Sun, Sep 21, 2014 at 2:13 PM, Axel Rau <Axel.Rau at chaos1.de> wrote:
> Hi all,
>
> I have
> USES=           pgsql:9.0+
> in my Makefile and get the error
>         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 have postgresql93-client-9.3.5 installed.
> Any workarounds?
>
> Thanks, Axel
> ---
> PGP-Key:29E99DD6  ☀ +49 151 2300 9283  ☀ computing @ chaos claudius
>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"


More information about the freebsd-ports mailing list