I'm trying to upgrade PERL on a 9.3-p9 system with:
but it's getting stuck registering pkg-1.4.7 since it's already installed:
I have the following in /etc/make.conf:
How do I get around this?
portmaster -o lang/perl5.18 lang/perl5.14but it's getting stuck registering pkg-1.4.7 since it's already installed:
Code:
===> Installing for pkg-1.4.7
===> Checking if pkg already installed
===> pkg-1.4.7 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 pkg
without deleting it first, set the variable "FORCE_PKG_REGISTER"
in your environment or the "make install" command line.
*** [check-already-installed] Error code 1
Stop in /usr/ports/ports-mgmt/pkg.
*** [/usr/ports/ports-mgmt/pkg/work/.install_done.pkg._usr_local] Error code 1
Stop in /usr/ports/ports-mgmt/pkg.
===>>> Installation of pkg-1.4.7 (ports-mgmt/pkg) failed
===>>> Aborting update
===>>> Update for ports-mgmt/pkg failed
===>>> Aborting update
Code:
PERL_VERSION=5.18.4
WITH_PKGNG=YES