Add Samba 4.11 as a possible default version.
This commit is contained in:
parent
786d66495b
commit
0d0dc86f42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533306
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ IGNORE= USES=samba has invalid arguments: ${samba_ARGS:Nbuild:Nenv:Nlib:Nrun}
|
|||
|
||||
SAMBAPORT= net/samba${SAMBA_DEFAULT:S/.//}
|
||||
SAMBAINCLUDES= ${LOCALBASE}/include/samba4
|
||||
.if ${SAMBA_DEFAULT} == 4.10
|
||||
.if ${SAMBA_DEFAULT} == 4.10 || ${SAMBA_DEFAULT} == 4.11
|
||||
SAMBALIBS= ${LOCALBASE}/lib/samba4
|
||||
.else
|
||||
IGNORE= Invalid version of samba: ${SAMBA_DEFAULT}
|
||||
|
|
|
@ -96,7 +96,7 @@ PYTHON3_DEFAULT?= 3.7
|
|||
RUBY_DEFAULT?= 2.6
|
||||
# Possible values: rust, rust-nightly
|
||||
RUST_DEFAULT?= rust
|
||||
# Possible values: 4.10
|
||||
# Possible values: 4.10, 4.11
|
||||
SAMBA_DEFAULT?= 4.10
|
||||
# Possible values: base, openssl, libressl, libressl-devel
|
||||
.if !defined(SSL_DEFAULT)
|
||||
|
|
Loading…
Reference in a new issue