aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2026-01-19 16:42:21 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2026-01-19 18:01:43 +0000
commit51c110327357bad7f2d862d8cdbe9b3ea356aa8c (patch)
tree0dd7bea2b8597e9830bcb22663ede266857a722a
parentf68a2e1ea9d1033ad52577e3be2f757e524b1c1c (diff)
[phb][Uses]: Update gssapi
-rw-r--r--documentation/content/en/books/porters-handbook/uses/_index.adoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index cd62973227..191763816b 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -1112,12 +1112,13 @@ Registers a dependency on package:textproc/groff[] if not present in the base sy
[[uses-gssapi]]
== `gssapi`
-Possible arguments: (none), `base` (default), `heimdal`, `mit`, `flags`, `bootstrap`
+Possible arguments: (none), `base` (default), `heimdal`, `mit`, `mit-devel`, `flags`, `bootstrap`
Handle dependencies needed by consumers of the GSS-API.
Only libraries that provide the Kerberos mechanism are available.
By default, or set to `base`, the GSS-API library from the base system is used.
-Can also be set to `heimdal` to use package:security/heimdal[], or `mit` to use package:security/krb5[].
+Can also be set to `heimdal` to use package:security/heimdal[], `mit` to use
+package:security/krb5[], or `mit-devel` to use package:security/krb5-devel[].
When the local Kerberos installation is not in `LOCALBASE`, set `HEIMDAL_HOME` (for `heimdal`) or `KRB5_HOME` (for `krb5`) to the location of the Kerberos installation.
@@ -1131,7 +1132,7 @@ These variables are exported for the ports to use:
* `GSSAPILIBS`
* `GSSAPI_CONFIGURE_ARGS`
-The `flags` option can be given alongside `base`, `heimdal`, or `mit` to automatically add `GSSAPICPPFLAGS`, `GSSAPILDFLAGS`, and `GSSAPILIBS` to `CFLAGS`, `LDFLAGS`, and `LDADD`, respectively.
+The `flags` option can be given alongside `base`, `heimdal`, `mit`, or `mit-devel` to automatically add `GSSAPICPPFLAGS`, `GSSAPILDFLAGS`, and `GSSAPILIBS` to `CFLAGS`, `LDFLAGS`, and `LDADD`, respectively.
For example, use `base,flags`.
The `bootstrap` option is a special prefix only for use by package:security/krb5[] and package:security/heimdal[].