Add --with-pam to fix samba bug with non-pam and md5 passwords
Bump PORTREVISION PR: 30074,30078
This commit is contained in:
parent
777318c580
commit
40b63fd025
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46912
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= samba
|
||||
PORTVERSION= 2.2.1a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \
|
||||
ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \
|
||||
@ -37,7 +38,8 @@ USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
|
||||
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
|
||||
--with-sambabook=${PREFIX}/share/swat/using_samba \
|
||||
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE}
|
||||
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \
|
||||
--with-pam
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= samba
|
||||
PORTVERSION= 2.2.1a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \
|
||||
ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \
|
||||
@ -37,7 +38,8 @@ USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \
|
||||
--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
|
||||
--with-sambabook=${PREFIX}/share/swat/using_samba \
|
||||
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE}
|
||||
--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \
|
||||
--with-pam
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user