I have updated my system from 8.3 to 8.4; in that process I used
Now step 6,
Now I am confused as to how to proceed. And is
pk2ng to convert my port database. Then I followed the procedure described in the man page of portmaster,
Code:
Using portmaster to do a complete reinstallation of all your ports:
1. portmaster --list-origins > ~/installed-port-list
2. Update your ports tree
3. portmaster -ty --clean-distfiles
4. portmaster --check-port-dbdir
5. portmaster -Faf
6. pkg_delete -a
7. rm -rf /usr/local/lib/compat/pkg
8. Back up any files in /usr/local you wish to save,
such as configuration files in /usr/local/etc
9. Manually check /usr/local and /var/db/pkg
to make sure that they are really empty
10. Re-install portmaster
11. portmaster `cat ~/installed-port-list`
Now step 6,
pkg_delete -a. As I have used pkg2ng I fear I should not use pkg_delete. But rather pkg delete -a. But that warns me that I will uninstall pkg itself:
Code:
pkg: You are about to delete 'ports-mgmt/pkg' which is really dangerous. You can't do that without specifying -f
Now I am confused as to how to proceed. And is
pkg_delete now obsolete with PKGNG?