Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2026 18:42:58 +0000
Message-ID:  <695ea932.3bf30.5546d946@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ad823adbe28e85856f12c2941502ac64185f68b

commit 3ad823adbe28e85856f12c2941502ac64185f68b
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-07 18:42:28 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-07 18:42:28 +0000

    net/samba416: fix build with python 3.12
    
    PR:             285957
---
 net/samba416/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/samba416/Makefile b/net/samba416/Makefile
index f7192df306e9..a39c8296069b 100644
--- a/net/samba416/Makefile
+++ b/net/samba416/Makefile
@@ -460,6 +460,7 @@ SAMBA4_MODULES+=		auth_skel pdb_test gpext_security gpext_registry \
 				vfs_nfs4acl_xattr vfs_error_inject vfs_delay_inject
 .endif
 # Python bindings
+BUILD_DEPENDS+=			${PY_SETUPTOOLS}
 .if ! ${PORT_OPTIONS:MPYTHON3} || defined(NO_PYTHON)
 USES+=				python:build,test,3.11-3.12
 CONFIGURE_ARGS+=		--disable-python


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695ea932.3bf30.5546d946>