Then, I'm taking a wild guess at what I think is happening. You have WITH_PKGNG=yes in /etc/make.conf Your portmaster is built without the PKGNG patch.
Would you go to /usr/ports/ports-mgmt/portmaster/ then issue 'make config' If I'm right, you're only missing the patch, tick the option and issue: make clean && make && make deinstall && make reinstall On Feb 20, 2013, at 8:22 PM, Craig Yoshida <[email protected]> wrote: > pkg_info lists no packages > > pkg info seems to list them all. > > > > ----------------------------------------------------------- > Craig Yoshioka, Ph.D. > (619) 623-2233 (cell) > The Scripps Research Institute > 10550 N. Torrey Pines Rd. > La Jolla, CA 92037 > > > > > > > > > On Feb 20, 2013, at 11:15 AM, Fleuriot Damien <[email protected]> wrote: > >> What about either of these 2 ? >> >> >> pkg_info >> >> pkg info >> >> >> >> >> On Feb 20, 2013, at 8:14 PM, Craig Yoshioka >> <[email protected]> wrote: >> >>> I was having problems with broken missing dependencies, etc. Long story >>> short I fixed it by wiping a lot of stuff and reinstalling it, but now >>> portmaster does not seem to be working. running portmaster -l lists none >>> of the installed ports. >>> >>> Any ideas on how to fix it? >>> >>> _______________________________________________ >>> [email protected] mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "[email protected]" >> >> _______________________________________________ >> [email protected] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
