cvs commit: ports/databases/db Makefile distinfo

Edwin Groothuis edwin at FreeBSD.org
Mon Jun 25 04:21:59 UTC 2007


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


More information about the cvs-all mailing list