But that shouldn't be an issue, it never was...
From
/usr/ports/Mk/bsd.default-versions.mk:
Code:
# Possible values: 5, 6, 18
BDB_DEFAULT?= 5
See what I mean? Just use this in
/etc/make.conf, rebuild your ports which relied on
databases/db6 and you should be good to go. Hmm... from the top of my head:
pkg info -rx db6, that should help you to identify those ports.
Or better yet...
# portmaster -o databases/db5 db6, that should more or less automate the whole rebuild so that your ports use the older DB version. Of course this may cause a problem with the rebuild; I don't think you can downgrade the db files so you'd have to rebuild those from scratch. It shouldn't be an issue for MTA's like Postfix, but I can imagine that it could become an issue with other environments.
Anyway, that's what I would do / try.
Hope this can help a bit... oh right.... just to make sure:
portmaster isn't a default command but a port manager / script which I prefer to use:
ports-mgmt/portmaster. I'm sure other managers can handle this as well, but this is what I'm familiar with so I figured I'd share