|
Lines 1-6
Link Here
|
| 1 |
PORTNAME= ${SAMBA4_BASENAME}416 |
1 |
PORTNAME= ${SAMBA4_BASENAME}416 |
| 2 |
PORTVERSION= ${SAMBA4_VERSION} |
2 |
PORTVERSION= ${SAMBA4_VERSION} |
| 3 |
PORTREVISION= 3 |
3 |
PORTREVISION= 4 |
| 4 |
CATEGORIES?= net |
4 |
CATEGORIES?= net |
| 5 |
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc |
5 |
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc |
| 6 |
DISTNAME= ${SAMBA4_DISTNAME} |
6 |
DISTNAME= ${SAMBA4_DISTNAME} |
|
Lines 103-108
Link Here
|
| 103 |
WAF_CMD= buildtools/bin/waf |
103 |
WAF_CMD= buildtools/bin/waf |
| 104 |
CONFIGURE_LOG= bin/config.log |
104 |
CONFIGURE_LOG= bin/config.log |
| 105 |
|
105 |
|
|
|
106 |
FLAVORS= default noldb |
| 107 |
noldb_PKGNAMESUFFIX= -noldb |
| 108 |
|
| 106 |
# Make sure that the right version of Python is used by the tools |
109 |
# Make sure that the right version of Python is used by the tools |
| 107 |
# https://bugzilla.samba.org/show_bug.cgi?id=7305 |
110 |
# https://bugzilla.samba.org/show_bug.cgi?id=7305 |
| 108 |
SHEBANG_FILES= ${PATCH_WRKSRC}/source4/scripting/bin/* ${PATCH_WRKSRC}/selftest/* |
111 |
SHEBANG_FILES= ${PATCH_WRKSRC}/source4/scripting/bin/* ${PATCH_WRKSRC}/selftest/* |
|
Lines 197-203
Link Here
|
| 197 |
SAMBA4_BUNDLED_TALLOC?= no |
200 |
SAMBA4_BUNDLED_TALLOC?= no |
| 198 |
SAMBA4_BUNDLED_TEVENT?= no |
201 |
SAMBA4_BUNDLED_TEVENT?= no |
| 199 |
SAMBA4_BUNDLED_TDB?= no |
202 |
SAMBA4_BUNDLED_TDB?= no |
|
|
203 |
.if ${FLAVOR:U} != noldb |
| 200 |
SAMBA4_BUNDLED_LDB?= yes |
204 |
SAMBA4_BUNDLED_LDB?= yes |
|
|
205 |
.else |
| 206 |
SAMBA4_BUNDLED_LDB?= no |
| 207 |
.endif |
| 201 |
# cmocka |
208 |
# cmocka |
| 202 |
.if defined(SAMBA4_BUNDLED_CMOCKA) && ${SAMBA4_BUNDLED_CMOCKA} == yes |
209 |
.if defined(SAMBA4_BUNDLED_CMOCKA) && ${SAMBA4_BUNDLED_CMOCKA} == yes |
| 203 |
SAMBA4_BUNDLED_LIBS+= cmocka |
210 |
SAMBA4_BUNDLED_LIBS+= cmocka |