Date: Fri, 7 Feb 2025 15:59:13 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 499a9dff5a - main - phb: Document new samba.mk variables Message-ID: <202502071559.517FxD91035989@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=499a9dff5abbc6a98c2dde7a007412f564c5abfd commit 499a9dff5abbc6a98c2dde7a007412f564c5abfd Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2025-02-07 15:57:47 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2025-02-07 15:57:47 +0000 phb: Document new samba.mk variables SAMBA_TALLOC_PORT, SAMBA_TDB_PORT, and SAMBA_TEVENT_PORT. Sponsored by: Klara, Inc. --- .../content/en/books/porters-handbook/uses/_index.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index b9f797b576..5222973750 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -2029,6 +2029,18 @@ The directory where the Samba shared libraries are available. The origin of the ldb port used by the selected Samba version (e.g., package:databases/ldb28[]). It should be used if a port needs to depend on the same ldb version as the selected Samba version. +`SAMBA_TALLOC_PORT`:: +The origin of the talloc port used by the selected Samba version. +It should be used if a port needs to depend on the same talloc version as the selected Samba version. + +`SAMBA_TDB_PORT`:: +The origin of the TDB port used by the selected Samba version. +It should be used if a port needs to depend on the same TDB version as the selected Samba version. + +`SAMBA_TEVENT_PORT`:: +The origin of the tevent port used by the selected Samba version. +It should be used if a port needs to depend on the same tevent version as the selected Samba version. + [[uses-scons]] == `scons`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502071559.517FxD91035989>