How do I know if I need to do the recent lmdb-related stuff mentioned in UPDATING?

I don't use pkg upgrade, so I'm not really sure.
Running pkg delete lmdb should remove both lmdb and libetpan.
After that, install libetpan and run pkg set -A 1 libetpan.
pkg set is used to mark libetpan for autoremoval.
 
I don't use pkg upgrade, so I'm not really sure.
Running pkg delete lmdb should remove both lmdb and libetpan.
After that, install libetpan and run pkg set -A 1 libetpan.
pkg set is used to mark libetpan for autoremoval.
Code:
pkg delete lmdb
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 11 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
        claws-mail: 4.4.0
        claws-mail-archive: 4.4.0
        claws-mail-clamd: 4.4.0
        claws-mail-fetchinfo: 4.4.0
        claws-mail-litehtml_viewer: 4.4.0
        claws-mail-mailmbox: 4.4.0
        claws-mail-pdf_viewer: 4.4.0_1
        claws-mail-pgp: 4.4.0
        claws-mail-vcalendar: 4.4.0
        libetpan: 1.10_1
        lmdb: 0.9.35,1

Number of packages to be removed: 11

The operation will free 18 MiB.

Proceed with deinstalling packages? [y/N]:
Or should Install:
Code:
New packages to be INSTALLED:
        lmdb0: 0.9.35 [FreeBSD-ports]

Installed packages to be UPGRADED:
        libetpan: 1.10_1 -> 1.10_2 [FreeBSD-ports]
        lmdb: 0.9.35,1 -> 1.0.0,1 [FreeBSD-ports]

Number of packages to be installed: 1
Number of packages to be upgraded: 2

And delete lmdb and run pkg set -A 1 libetpan.
 
Back
Top