git: 7b384b1aaa95 - main - net/samba422: Finish removal of the LIBZFS option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Dec 2025 22:31:09 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b384b1aaa95a95cc95b7bd8dd6a89b919803605
commit 7b384b1aaa95a95cc95b7bd8dd6a89b919803605
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-12-10 22:26:53 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-12-10 22:29:56 +0000
net/samba422: Finish removal of the LIBZFS option
The option is no longer present in the port, so remove any lingering
variables we no longer need.
---
net/samba422/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net/samba422/Makefile b/net/samba422/Makefile
index 4214d4878947..db89699d14e5 100644
--- a/net/samba422/Makefile
+++ b/net/samba422/Makefile
@@ -135,7 +135,6 @@ GLUSTERFS_DESC= GlusterFS support
GPGME_DESC= GpgME support
GSSAPI_BUILTIN_DESC= GSSAPI support via bundled Heimdal
LDAP_DESC= LDAP client
-LIBZFS_DESC= LibZFS
MEMORY_DEBUG_DESC= Debug memory allocator
PICKY_DEVELOPER_DESC= Treat compiler warnings as errors(implies DEVELOPER)
PROFILE_DESC= Profiling data
@@ -362,9 +361,6 @@ LDAP_CONFIGURE_OFF= --without-ldap
LDAP_CONFIGURE_WITH= ldap
LDAP_VARS= SAMBA4_MODULES+=idmap_ldap
-LIBZFS_CONFIGURE_WITH= libzfs
-LIBZFS_VARS= SAMBA4_MODULES+=vfs_zfs_space
-
MANPAGES_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \
xsltproc:textproc/libxslt
MANPAGES_CONFIGURE_ENV_OFF= XSLTPROC="false"