Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 19:40:24 -0400
From:      "Jason E. Hale" <jhale@freebsd.org>
To:        Axel Rau <Axel.Rau@chaos1.de>
Cc:        ports@freebsd.org
Subject:   Re: Mk/Uses/pgsql.mk wants 9.3 but 9.3.5 is installed
Message-ID:  <CAJE75NG_L5GnFe8_NB7WOurqLscNVCxWBk28BFV1Wze=n%2BzeaQ@mail.gmail.com>
In-Reply-To: <230DF1D9-B022-4DEF-9BD9-57C14463BD47@Chaos1.DE>
References:  <230DF1D9-B022-4DEF-9BD9-57C14463BD47@Chaos1.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
You probably need to add:

DEFAULT_VERSIONS=3D 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@chaos1.de> wrote:
> Hi all,
>
> I have
> USES=3D           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  =E2=98=80 +49 151 2300 9283  =E2=98=80 computing @ chao=
s claudius
>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJE75NG_L5GnFe8_NB7WOurqLscNVCxWBk28BFV1Wze=n%2BzeaQ>