Bug 195549

Summary: Porter's handbook 6.25. Using Databases refers to removed versions
Product: Documentation Reporter: Bernard Spil <brnrd>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Some People CC: brd
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bernard Spil freebsd_committer freebsd_triage 2014-12-01 09:04:56 UTC
USE_BDB	
If variable is set to yes, add dependency on databases/db41 port. The variable may also be set to values: 40, 41, 42, 43, 44, 46, 47, 48, or 51. It is possible to declare a range of acceptable values, USE_BDB=42+ will find the highest installed version, and fall back to 42 if nothing else is installed.

UPDATING 20140821
  The older databases/db4* ports providing versions 4.0 to 4.7
  inclusively have been removed, and 4.8 has been deprecated.

There's 
  databases/db48 (deprecated)
  databases/db5 (Oracle Berkeley DB, revision 5.3)
  databases/db6 (Oracle Berkeley DB, revision 6.1)

Whilst there, please update the mysql section as well, include the percona and mariadb versions 55p 55m etc. There are MySQL versions in there that no longer exist as well I think

Kind regards,
Bernard
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-05 21:49:22 UTC
A commit references this bug:

Author: brd
Date: Thu Mar  5 21:48:22 UTC 2015
New revision: 46319
URL: https://svnweb.freebsd.org/changeset/doc/46319

Log:
  Sync up the databases section with reality.

  PR:		195549

Changes:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
Comment 2 Brad Davis freebsd_committer freebsd_triage 2015-03-05 21:53:16 UTC
Updated, thanks for letting us know!