freebsd-ports/databases/db
Edwin Groothuis 9fd848146f Go back to 1.14 which seems to work better that 1.15:
$ db hash name.hash.db josk
    db: Error reading key `josk': Invalid argument
    $ db hash name.hash.db joska
    db: Error reading key `joska': Invalid argument
    $ db btree name.btree.db josk
    db: Unknown key `josk'
    $ db btree name.btree.db joska
    db: Unknown key `joska'

It seems to happen due to the new design of db_get() in db.c, which
I will try to decypher later on.
2007-06-25 04:21:58 +00:00
..
files
distinfo Go back to 1.14 which seems to work better that 1.15: 2007-06-25 04:21:58 +00:00
Makefile Go back to 1.14 which seems to work better that 1.15: 2007-06-25 04:21:58 +00:00
pkg-descr