diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-26 09:33:17 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-26 09:33:17 +0800 |
commit | 840d81906eff19ccd69a957015a848f14bb990ba (patch) | |
tree | ef63d7d5e9bdd1e4fac7aa64a54a34630678ee66 /net | |
parent | b0726f1e220f112556c4c8fc8c29c1395be1b8b7 (diff) | |
download | freebsd-ports-gnome-840d81906eff19ccd69a957015a848f14bb990ba.tar.gz freebsd-ports-gnome-840d81906eff19ccd69a957015a848f14bb990ba.tar.zst freebsd-ports-gnome-840d81906eff19ccd69a957015a848f14bb990ba.zip |
Add --with-pam to fix samba bug with non-pam and md5 passwords
Bump PORTREVISION
PR: 30074,30078
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-devel/Makefile | 4 | ||||
-rw-r--r-- | net/samba3/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 94fe355d7f29..f73ce95b170f 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -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> diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 94fe355d7f29..f73ce95b170f 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -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> |