On Monday 01 November 2004 08:36 pm, dave wrote: > Hello, > New install of a 5.2.1 system, ports tree cvsupped to the latest. I was > wondering if the problem with pkgdb core dumping with portupgrade is still > occurring? If so, is there another port maintence tool equivalent? I was > really not happy when the portindex port was withdrawn. > Thanks. > Dave. >
If you search ports@, you would have found a number of solutions such as the following on, which I have in /usr/local/etc/pkgtools.conf ENV['PKG_DBDRIVER'] = "bdb_hash" ENV['PORTS_DBDRIVER'] = "bdb_hash" You probably only need to set the one for the PORTS_* Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
