larryvc said:In each subdirectory of /var/db/pkg/ there is only the file distfiles and they were all created byportmaster. Am I missing some thing here? As I built everything from ports would I even have any packages?
Because the subdirectories are still there the old tools think they're installed. And because they're not complete you get the error messages. Each of those subdirectories should be removed.larryvc said:In each subdirectory of /var/db/pkg/ there is only the file distfiles and they were all created byportmaster. Am I missing some thing here?
A port actually builds a package and it's this package that gets installed. Ports and packages aren't that different. A package is nothing more than a pre-compiled port.As I built everything from ports would I even have any packages?
What you both have explained about ports and packages was what I thought, before I confused myself. I understood it right to begin with. I deleted the subdirectories and nowSirDice said:... And because they're not complete you get the error messages. Each of those subdirectories should be removed.
pkg_version returned
pkg_version: no packages installed
pkgng store its data? Is there a document I can read that will explain pkgng? The handbook is a bit lean in what it explains about it. pkg update, it's a copy of the repository database. portmaster and it created the folders with the distfiles files in them. They are identical to the folders that I had before and upon running pkg_version I got the same output that I indicated above. I believe that I could have left those directories in place and that pkg2ng had already converted the packages to the pkgng format correctly. No biggie, I moved them back, except for the new ones that were created by the update, and will not use the old package commands any longer.