php83-pgsql conflicts

Code:
root@fbzabpql:~ # pkg ins php83-pgsql
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (2 conflicting)
  - postgresql15-client-15.4 conflicts with postgresql16-client-16.0 on /usr/local/bin/clusterdb
  - postgresql15-client-15.4 conflicts with postgresql16-client-16.0 on /usr/local/bin/clusterdb
Checking integrity... done (0 conflicting)
The following 5 package(s) will be affected (of 0 checked):

Installed packages to be REMOVED:
    postgresql16-client: 16.0
    postgresql16-server: 16.0

New packages to be INSTALLED:
    php83-pgsql: 8.3.0.r3
    postgresql15-client: 15.4

Installed packages to be REINSTALLED:
    pkg-1.20.8

Number of packages to be removed: 2
Number of packages to be installed: 2
Number of packages to be reinstalled: 1

The operation will free 51 MiB.

Proceed with this action? [y/N]: y
[1/5] Deinstalling postgresql16-server-16.0...
[1/5] Deleting files for postgresql16-server-16.0: 100%
==> You should manually remove the "postgres" user. 
==> You should manually remove the "postgres" group 
[2/5] Deinstalling postgresql16-client-16.0...
[2/5] Deleting files for postgresql16-client-16.0: 100%
[3/5] Installing postgresql15-client-15.4...
[3/5] Extracting postgresql15-client-15.4: 100%
[4/5] Installing php83-pgsql-8.3.0.r3...
[4/5] Extracting php83-pgsql-8.3.0.r3: 100%
[5/5] Reinstalling pkg-1.20.8...
[5/5] Extracting pkg-1.20.8: 100%
=====
Message from postgresql15-client-15.4:

--
The PostgreSQL port has a collection of "side orders":

postgresql-docs
  For all of the html documentation

p5-Pg
  A perl5 API for client access to PostgreSQL databases.

postgresql-tcltk
  If you want tcl/tk client support.

postgresql-jdbc
  For Java JDBC support.

postgresql-odbc
  For client access from unix applications using ODBC as access
  method. Not needed to access unix PostgreSQL servers from Win32
  using ODBC. See below.

ruby-postgres, py-psycopg2
  For client access to PostgreSQL databases using the ruby & python
  languages.

postgresql-plperl, postgresql-pltcl & postgresql-plruby
  For using perl5, tcl & ruby as procedural languages.

postgresql-contrib
  Lots of contributed utilities, postgresql functions and
  datatypes. There you find pg_standby, pgcrypto and many other cool
  things.

etc...
=====
Message from php83-pgsql-8.3.0.r3:

--
This file has been added to automatically load the installed extension:
/usr/local/etc/php/ext-20-pgsql.ini.sample
 
The default PostgreSQL version is 15. The FreeBSD packages are all going to depend on that.
 
Back
Top