git: 5a8ae7ef33 - main - [phb][special/uses] Add two new TCL_ variables

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Wed, 16 Oct 2024 17:55:56 UTC
The branch main has been updated by fernape:

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

commit 5a8ae7ef33ca97e37c76074d836bb3fc8dcd0d38
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2024-10-16 17:54:45 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-10-16 17:54:45 +0000

    [phb][special/uses] Add two new TCL_ variables
    
    Follow up for commit in ports:
    https://cgit.freebsd.org/ports/commit/?id=f1b6b49a6ab2faa4ce6190ef75db08f433cab235
---
 documentation/content/en/books/porters-handbook/special/_index.adoc | 6 ++++++
 documentation/content/en/books/porters-handbook/uses/_index.adoc    | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index fb63f30849..2799b2bf38 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -3688,6 +3688,12 @@ It is possible to specify the desired version of `tcl` by appending `:_xx_`, for
 |`TCL_INCLUDEDIR`
 | path of the Tcl C header files
 
+|`TCL_PKG_LIB_PREFIX`
+| Library prefix, as per TIP595
+
+|`TCL_PKG_STUB_POSTFIX`
+|Stub library postfix
+
 |`TK_VER`
 | chosen major.minor version of Tk
 
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 6c5dc918ea..ea41b8647d 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -2100,6 +2100,8 @@ After including [.filename]#bsd.port.pre.mk# the port can inspect the results us
 * `TCLSH`: full path of the Tcl interpreter
 * `TCL_LIBDIR`: path of the Tcl libraries
 * `TCL_INCLUDEDIR`: path of the Tcl C header files
+* `TCL_PKG_LIB_PREFIX`: Library prefix, as per TIP595
+* `TCL_PKG_STUB_POSTFIX`: Stub library postfix
 * `TK_VER`: chosen major.minor version of Tk
 * `WISH`: full path of the Tk interpreter
 * `TK_LIBDIR`: path of the Tk libraries