Hi all,
Certain ports (
However, many of these ports are needed for the installation of many other ports, which means that they are installed-uninstalled-reinstalled-etc.
For example,
Now, if I would like to change
Or would it take more than that?
Thanks in advance,
Rob
Certain ports (
BUILD_DEPENDS
) are required to install other ports, but not to run them. This means that executing pkg autoremove
will uninstall these packages.However, many of these ports are needed for the installation of many other ports, which means that they are installed-uninstalled-reinstalled-etc.
For example,
devel/llvm10
just got installed for the Nth time. And this port takes quite some time to compile...Now, if I would like to change
llvm10
from being installed as a dependency to being installed explicitly, without having to make deinstall && make reinstall
, would it suffice to
Code:
# sqlite3 /var/db/pkg/local.sqlite 'update packages set automatic = 0 where origin = "devel/llvm10"'
Or would it take more than that?
Thanks in advance,
Rob