git: d044c8a0c6 - main - [phb]: Sync Uses=bdb with actual code

Fernando Apesteguía <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=d044c8a0c634b4c27434735188ff677c9dbac53e

commit d044c8a0c634b4c27434735188ff677c9dbac53e
Author:     Fernando Apesteguía <[email protected]>
AuthorDate: 2025-02-04 16:57:45 +0000
Commit:     Fernando Apesteguía <[email protected]>
CommitDate: 2025-02-21 16:03:56 +0000

    [phb]: Sync Uses=bdb with actual code
    
    bdb6 was rcmoved long ago.
---
 documentation/content/en/books/porters-handbook/uses/_index.adoc | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 4bbe502f70..61a2de96b4 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -137,12 +137,13 @@ Adds dependencies on Blas / Lapack libraries.
 [[uses-bdb]]
 == `bdb`
 
-Possible arguments: (none), `48`, `5` (default), `6`
+Possible arguments: (none), `5` (default), `18`
 
 Add dependency on the Berkeley DB library.
 Default to package:databases/db5[].
-It can also depend on package:databases/db48[] when using the `:48` argument or package:databases/db6[] with `:6`.
-It is possible to declare a range of acceptable values, `:48+` finds the highest installed version, and falls back to 4.8 if nothing else is installed.
+It can also depend on package:databases/db18[] when using the `:18` argument.
+It is possible to declare a range of acceptable values, `:5+` finds the highest
+installed version, and falls back to 5 if nothing else is installed.
 `INVALID_BDB_VER` can be used to specify versions which do not work with this port.
 The framework exposes the following variables to the port:
 
@@ -164,7 +165,7 @@ For example, when using package:databases/db5[], it contains `${LOCALBASE}/lib`.
 
 `BDB_VER`::
 The detected Berkeley DB version.
-For example, if using `USES=bdb:48+` and Berkeley DB 5 is installed, it contains `5`.
+For example, if using `USES=bdb:5+` and Berkeley DB 18 is installed, it contains `18`.
 
 [IMPORTANT]
 ====
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.