pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/poppassd Explicitly disable use of PAM as before ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f19728a3db3a
branches:  trunk
changeset: 495563:f19728a3db3a
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Jun 14 06:24:39 2005 +0000

description:
Explicitly disable use of PAM as before qpopper/Makefile.common
related changes.

diffstat:

 mail/poppassd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0ad3cd5b423 -r f19728a3db3a mail/poppassd/Makefile
--- a/mail/poppassd/Makefile    Tue Jun 14 05:20:05 2005 +0000
+++ b/mail/poppassd/Makefile    Tue Jun 14 06:24:39 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/06/13 16:57:02 taca Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/14 06:24:39 taca Exp $
 #
 
 DISTNAME=              qpopper${VERSION}
@@ -16,7 +16,7 @@
 
 .include "../qpopper/Makefile.common"
 
-CONFIGURE_ARGS+=       --enable-poppassd
+CONFIGURE_ARGS+=       --enable-poppassd --without-pam
 CONFIGURE_ENV+=        CDEFS='-DSMBPASSWD_BINARY=\"${LOCALBASE}/bin/smbpasswd\"'
 MAKE_ENV+=     ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}
 



Home | Main Index | Thread Index | Old Index