I'm guessing I've screwed up my package database (?) somehow. I've tried searching for similar problems but come up blank.
Of course, letting pkg install postgresql13-client would also remove postgres12-server and replace it with postgres13-server. I don't really want to version-chase postgres (though I will if I have to).
All tips gratefully received.
Of course, letting pkg install postgresql13-client would also remove postgres12-server and replace it with postgres13-server. I don't really want to version-chase postgres (though I will if I have to).
All tips gratefully received.
Code:
# pkg info -d sqlite3
sqlite3-3.35.5_3,1:
libedit-3.1.20210216,1
# pkg info -d libedit
libedit-3.1.20210216,1:
# pkg upgrade sqlite3
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 2 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
postgresql13-client: 13.5
Installed packages to be UPGRADED:
sqlite3: 3.35.5_3,1 -> 3.35.5_4,1
Number of packages to be installed: 1
Number of packages to be upgraded: 1
The process will require 12 MiB more space.
Proceed with this action? [y/N]:
# uname -a
FreeBSD nuck.lan 12.2-RELEASE-p12 FreeBSD 12.2-RELEASE-p12 GENERIC amd64
#