Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2025 16:13:05 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: d044c8a0c6 - main - [phb]: Sync Uses=bdb with actual code
Message-ID:  <202502211613.51LGD5qH076608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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

commit d044c8a0c634b4c27434735188ff677c9dbac53e
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-02-04 16:57:45 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
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]
 ====



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502211613.51LGD5qH076608>