I tried to install the latest nvidia-driver-340 binary pkg for 11.2, but this crashes. So, I installed it from /usr/ports instead - which worked fine. However, when I try pkg upgrade, I get the binary version of nvidia wanting to install again:
How do I get rid of this binary version?
I've tried
but it still comes up in the upgrade.
TIA
Bash:
$ sudo pkg upgrade
Password:
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (6 candidates): 100%
Processing candidates (6 candidates): 100%
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be REINSTALLED:
nvidia-driver-340-340.107 (direct dependency changed: linux-c6-xorg-libs)
Number of packages to be reinstalled: 1
Proceed with this action? [y/N]:
How do I get rid of this binary version?
I've tried
sudo pkg delete nvidia-driver-340
but it still comes up in the upgrade.
TIA