Date: Mon, 25 Jun 2007 04:21:58 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db Makefile distinfo Message-ID: <200706250421.l5P4Lwwl050926@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2007-06-25 04:21:58 UTC FreeBSD ports repository Modified files: databases/db Makefile distinfo Log: 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. Revision Changes Path 1.32 +2 -1 ports/databases/db/Makefile 1.14 +3 -3 ports/databases/db/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706250421.l5P4Lwwl050926>