Open bdrewery opened 12 years ago
None of the py-
ports or postgresql-client
was installed before running portinstall devel/buildbot
This has impact on #58 as well. The problem is portinstall
lamely does not lookup dependencies. It just lets ports install missing dependencies.
cbc17d2ee41b3ca0a6ce01e14583a6fd67890e96 causes this. Note also #15
There is a catch here. Portinstall does track the dependencies and Portupgrade does not. The case of not tracking them allows #62 to work correctly since the ports framework will handle installing dependencies. Not tracking dependencies though leads to incorrect counts, estimations and result lists.