I recently upgraded to release 9.0. I used portmanager to upgrade most of my ports after fetching the latest ports using portsnap. I could not however upgrade xorg and emacs. So I tried removing these leaf packages and reinstalling them using pkg_add. However I get the following error message:
When I ran
Is this expected behavior and besides using the -f option is there any other way to fix it?
Code:
pkg_add: package 'perl5.12.4_3' conflicts with perl-5.10.1_7
Please use -f to force installation or pkg_delete to remove conflicting package.
When I ran
pkg_info -rR perl-5.10.1_7
I noticed I have a lot of packages that depend on perl-5.10.1_7.Is this expected behavior and besides using the -f option is there any other way to fix it?