CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/05/28 12:53:19
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Stop checking if the package is already installed when installing a package.
This was useless since the introduction of INSTALL_COOKIE some years
ago, and lead to a situation where you couldnt install a package with a
flavor when the unflavored package was already installed, even if they
explicitely didnt conflict.
Found out while working on qwt.. might speed up package installs a bit
during bulks, who knows.
went in a bulk without fallout, thanks aja@
ok espie@