FreeBSD Bugzilla – Attachment 248201 Details for
Bug 276835
net/samba416: FLAVORify ldb dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add noldb flavor for Samba.
samba416.diff (text/plain), 966 bytes, created by
Xavier Beaudouin
on 2024-02-05 10:17:40 UTC
(
hide
)
Description:
add noldb flavor for Samba.
Filename:
MIME Type:
Creator:
Xavier Beaudouin
Created:
2024-02-05 10:17:40 UTC
Size:
966 bytes
patch
obsolete
>--- ../samba416.old/Makefile 2024-02-05 10:10:58 >+++ Makefile 2024-01-24 13:58:27 >@@ -1,6 +1,6 @@ > PORTNAME= ${SAMBA4_BASENAME}416 > PORTVERSION= ${SAMBA4_VERSION} >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES?= net > MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc > DISTNAME= ${SAMBA4_DISTNAME} >@@ -103,6 +103,9 @@ > WAF_CMD= buildtools/bin/waf > CONFIGURE_LOG= bin/config.log > >+FLAVORS= default noldb >+noldb_PKGNAMESUFFIX= -noldb >+ > # Make sure that the right version of Python is used by the tools > # https://bugzilla.samba.org/show_bug.cgi?id=7305 > SHEBANG_FILES= ${PATCH_WRKSRC}/source4/scripting/bin/* ${PATCH_WRKSRC}/selftest/* >@@ -197,7 +200,11 @@ > SAMBA4_BUNDLED_TALLOC?= no > SAMBA4_BUNDLED_TEVENT?= no > SAMBA4_BUNDLED_TDB?= no >+.if ${FLAVOR:U} != noldb > SAMBA4_BUNDLED_LDB?= yes >+.else >+SAMBA4_BUNDLED_LDB?= no >+.endif > # cmocka > .if defined(SAMBA4_BUNDLED_CMOCKA) && ${SAMBA4_BUNDLED_CMOCKA} == yes > SAMBA4_BUNDLED_LIBS+= cmocka
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276835
: 248201