git: d18df85cced3 - 2025Q4 - net/openldap2[56]-server: Do not build SMBPWD overlay on FreeBSD 16.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Oct 2025 21:00:52 UTC
The branch 2025Q4 has been updated by delphij:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d18df85cced3f3a65644f4f72bcd145f49071b98
commit d18df85cced3f3a65644f4f72bcd145f49071b98
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2025-10-15 05:43:25 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2025-10-23 21:00:29 +0000
net/openldap2[56]-server: Do not build SMBPWD overlay on FreeBSD 16.
The overlay is contributed code and requires Heimdal Kerberos 5.
(cherry picked from commit 4eb9fd5ce07f7207c4cd521ee72fa39216fc79df)
---
net/openldap25-server/Makefile | 1 +
net/openldap26-server/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile
index 0deaa6d39afb..350269ff8694 100644
--- a/net/openldap25-server/Makefile
+++ b/net/openldap25-server/Makefile
@@ -116,6 +116,7 @@ OPTIONS_DEFINE+= ARGON2
OPTIONS_DEFINE+= LLOADD
OPTIONS_EXCLUDE_FreeBSD_15= SMBPWD # Only works with Heimdal
+OPTIONS_EXCLUDE_FreeBSD_16= SMBPWD # Only works with Heimdal
OPTIONS_DEFAULT+= ${BKNDS_DEFAULTS}
OPTIONS_DEFAULT+= ${OPTIONS_GROUP_OVLYS}
diff --git a/net/openldap26-server/Makefile b/net/openldap26-server/Makefile
index b05c13c76075..cc3ece50f521 100644
--- a/net/openldap26-server/Makefile
+++ b/net/openldap26-server/Makefile
@@ -117,6 +117,7 @@ OPTIONS_DEFINE+= ARGON2
OPTIONS_DEFINE+= LLOADD
OPTIONS_EXCLUDE_FreeBSD_15= SMBPWD # Only works with Heimdal
+OPTIONS_EXCLUDE_FreeBSD_16= SMBPWD # Only works with Heimdal
OPTIONS_DEFAULT+= ${BKNDS_DEFAULTS}
OPTIONS_DEFAULT+= ${OPTIONS_GROUP_OVLYS}