Hello,
when I update/upgrade freebsd with pkg,
pkg would install the postgresql93-client,
but postgresql* version 9.6 is installed.
What's going wrong?
Have someoen a solution?
I get the following messages:
% pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date
On Tue, 28 Mar 2017, m...@ft-c.de wrote:
Hello,
when I update/upgrade freebsd with pkg,
pkg would install the postgresql93-client,
but postgresql* version 9.6 is installed.
What's going wrong?
Have someoen a solution?
I get the following messages:
% pkg upgrade
Updating FreeBSD repository
Hello,
[cc'ing to ports mailing list since it seems more appropriate there]
On 3/28/17 10:25 AM, m...@ft-c.de wrote:
Hello,
when I update/upgrade freebsd with pkg,
pkg would install the postgresql93-client,
but postgresql* version 9.6 is installed.
It appears as though $something that you a
Try setting DEFAULT_VERSIONS=pgsql=9.6 in /etc/make.conf. Then any
ports that use postgres will have to be rebuilt from ports instead of
installed through pkg.
-Alan
On Tue, Mar 28, 2017 at 12:24 PM, Jim Ohlstein wrote:
> Hello,
>
> [cc'ing to ports mailing list since it seems more appropriate t
Hello,
> On Mar 28, 2017, at 2:48 PM, Alan Somers wrote:
>
> Try setting DEFAULT_VERSIONS=pgsql=9.6 in /etc/make.conf. Then any
> ports that use postgres will have to be rebuilt from ports instead of
> installed through pkg.
> -Alan
I believe he's using packages.
>
>> On Tue, Mar 28, 2017 a