====> Compressing man pages (compress-man)
===> Installing for libXfixes-5.0.3
===> Checking if libXfixes already installed
===> libXfixes-5.0.3 is already installed
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of libXfixes
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** Error code 1
Stop.
make: stopped in /usr/ports/x11/libXfixes
The old pkg_* tools have been deprecated a long time ago. They don't work any more and 10.0 and higher don't even have them.# pkg_version -v | grep need
so i tried to compile and install libXfixes, the result:
so it is already installed.Code:====> Compressing man pages (compress-man) ===> Installing for libXfixes-5.0.3 ===> Checking if libXfixes already installed ===> libXfixes-5.0.3 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of libXfixes without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop. make: stopped in /usr/ports/x11/libXfixes
make clean
make reinstall clean
oh sorryThe old pkg_* tools have been deprecated a long time ago. They don't work any more and 10.0 and higher don't even have them.
Easily fixed:so it is already installed.
# make deinstall reinstall clean
.Just continue to use pkg, ignore the above. That was mention of a tool which was used prior to pkg.ok cool what tools should i use instead?