| Summary: | Allow to use samba48 with USES=samba | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Vladimir Druzenko <vvd> |
| Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | 0mp, driesm |
| Priority: | --- | Keywords: | feature, patch |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Vladimir Druzenko
2018-04-05 21:36:19 UTC
Mk/Uses/samba.mk:
SAMBAPORT= net/samba${SAMBA_DEFAULT:S/.//}
SAMBAINCLUDES= ${LOCALBASE}/include/samba4
-.if ${SAMBA_DEFAULT} == 4.4 || ${SAMBA_DEFAULT} == 4.5 || ${SAMBA_DEFAULT} == 4.6 || ${SAMBA_DEFAULT} == 4.7
+.if ${SAMBA_DEFAULT} == 4.4 || ${SAMBA_DEFAULT} == 4.5 || ${SAMBA_DEFAULT} == 4.6 || ${SAMBA_DEFAULT} == 4.7 || ${SAMBA_DEFAULT} == 4.8
SAMBALIBS= ${LOCALBASE}/lib/samba4
.else
Mk/bsd.default-versions.mk:
PYTHON3_DEFAULT?= 3.6
# Possible values: 2.3, 2.4, 2.5
RUBY_DEFAULT?= 2.4
-# Possible values: 4.4, 4.5, 4.6, 4.7
+# Possible values: 4.4, 4.5, 4.6, 4.7, 4.8
SAMBA_DEFAULT?= 4.6
# Possible values: base, openssl, openssl-devel, libressl, libressl-devel
.if !defined(SSL_DEFAULT)
Can we get this in the tree? Samba48 has been out for some time now. This was committed 1 month ago. Ah I see where I got the confusion, https://svnweb.freebsd.org/ports/head/Mk/bsd.default-versions.mk?view=markup The possible values entry didn't get updated in Mk/bsd.default-versions.mk 87 # Possible values: 4.4, 4.5, 4.6, 4.7 88 SAMBA_DEFAULT?= 4.6 Altough Mk/Uses/samba.mk did receive the update commit. |