summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Beaudouin <kiwi@FreeBSD.org>2025-07-01 13:53:21 +0200
committerXavier Beaudouin <kiwi@FreeBSD.org>2025-07-01 15:30:32 +0200
commit624248b83c77da36be069d334492bbeb540bb057 (patch)
treee4b5eb4456b1c58d83ca6d5cf306649499801bbf
parentwww/dooble: Update 2025.06.10 => 2025.06.30 (diff)
net/samba420: Fix missing build dependency of bison
Bison is no longer an optional dependency in Samba 4.20, so enable it by default. The bison dependency comes from the Windows Search support implemented in Samba 4.20. PR: 285180 Approved by: 0mp (mentor) Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D51104
-rw-r--r--net/samba420/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/samba420/Makefile b/net/samba420/Makefile
index fccfdd3cfa93..42e525f6bb3f 100644
--- a/net/samba420/Makefile
+++ b/net/samba420/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ${SAMBA4_BASENAME}420
PORTVERSION= ${SAMBA4_VERSION}
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES?= net
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc
DISTNAME= ${SAMBA4_DISTNAME}
@@ -99,7 +99,7 @@ CONFIGURE_ENV= PTHREAD_LDFLAGS="-lpthread" \
PYTHONHASHSEED=1
MAKE_ENV= PYTHONHASHSEED=1
-USES= compiler:c++11-lang iconv localbase:ldflags \
+USES= bison compiler:c++11-lang iconv localbase:ldflags \
perl5 pkgconfig shebangfix waf gettext-runtime
USE_PERL5= build
USE_LDCONFIG= ${SAMBA4_LIBDIR}
@@ -368,7 +368,6 @@ GPGME_CONFIGURE_WITH= gpgme
GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme
GPGME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gpg>=2.0.0:security/py-gpg@${PY_FLAVOR}
-GSSAPI_BUILTIN_USES= bison
GSSAPI_BUILTIN_BUILD_DEPENDS= p5-JSON>=4.0:converters/p5-JSON
GSSAPI_MIT_CONFIGURE_ON= --with-system-mitkrb5 ${GSSAPIBASEDIR} \