Hi,
I've have installed openconnect (version v9.12-unknown) with the ports. I configured openconnect to compile it with GnuTLS instead of OpenSSL.
If I type pkg update && pkg upgrade, pkg tries to reinstall openconnect.
But I don't want to reinstall openconnect because pkg will install surely the binary version that is compiled with OpenSSL.
Why pkg program does not ignore openconnect that is already installed from the ports?
Regards
I've have installed openconnect (version v9.12-unknown) with the ports. I configured openconnect to compile it with GnuTLS instead of OpenSSL.
Bash:
# openconnect -V
OpenConnect version v9.12-unknown
Using GnuTLS 3.8.9. Features present: PKCS#11, HOTP software token, TOTP software token, System keys, DTLS, ESP
Supported protocols: anyconnect (default), nc, gp, pulse, f5, fortinet, array
Default vpnc-script (override with --script): /usr/local/sbin/vpnc-script
If I type pkg update && pkg upgrade, pkg tries to reinstall openconnect.
Bash:
# pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (96 candidates): 100%
Processing candidates (96 candidates): 100%
The following 3 package(s) will be affected (of 0 checked):
Installed packages to be REINSTALLED:
openconnect-9.12_1 (options changed)
py311-libxml2-2.11.9_1 (provided shared library changed)
texinfo-7.1_8,1 (required shared library changed)
Number of packages to be reinstalled: 3
2 MiB to be downloaded.
Proceed with this action? [y/N]:
But I don't want to reinstall openconnect because pkg will install surely the binary version that is compiled with OpenSSL.
Why pkg program does not ignore openconnect that is already installed from the ports?
Regards