H
Hanky-panky
Guest
With the old package/ports management system
automagically was able to fix any wrong/missing dependencies.
Now with pkg system I got:
How can I automatically fix all this like with the old port/pkg management?
Code:
portmaster --check-depends
automagically was able to fix any wrong/missing dependencies.
Now with pkg system I got:
Code:
>>> Missing package dependencies were detected.
>>> Found 25 issue(s) in the package database.
pkg: No packages matching 'lang/perl5.12' available in the repositories
pkg: No packages matching 'x11/qt4-opengl' available in the repositories
pkg: No packages matching 'devel/qt4-declarative' available in the repositories
pkg: No packages matching 'www/qt4-webkit' available in the repositories
pkg: No packages matching 'textproc/qt4-clucene' available in the repositories
pkg: No packages matching 'devel/qt4-qtestlib' available in the repositories
pkg: No packages matching 'misc/kde4-shared-mime-info' available in the repositories
pkg: No packages matching 'devel/kdebindings4-python-pykdeuic4' available in the repositories
pkg: No packages matching 'devel/kdebindings4-python-pykde4' available in the repositories
pkg: No packages matching 'graphics/py-clutter' available in the repositories
pkg: No packages matching 'lang/ruby18' available in the repositories
How can I automatically fix all this like with the old port/pkg management?