From fb97d1d104464a9d58479dce989a48e46c1fa29e Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Fri, 23 Mar 2001 03:04:16 +0000 Subject: * Update the imap-uw port to use PAM again, as it used to. We do have imap by default in /etc/pam.conf, so it must be better to compile imap-uw with PAM authentication too no? * Changed the PAM service name for the POP3 daemon from pop to pop3 as that is what we have in our default pam.conf. * Update the port with optional DRAC support. Approved by Maintainer PR: 24135 Submitted by: Anders Nordby --- mail/imap-uw/files/patch-ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mail/imap-uw/files/patch-ac') diff --git a/mail/imap-uw/files/patch-ac b/mail/imap-uw/files/patch-ac index 21998e76287e..283763ab2dfe 100644 --- a/mail/imap-uw/files/patch-ac +++ b/mail/imap-uw/files/patch-ac @@ -20,11 +20,17 @@ +#CCLIENTLIB = $C/c-client.a CC = `cat $C/CCTYPE` -CFLAGS = -I$C `cat $C/CFLAGS` $(EXTRACFLAGS) -DANOFILE=\"$(ANO)\" \ ++.if defined(WITH_DRAC) ++CFLAGS = `cat $C/CFLAGS` -DANOFILE=\"$(ANO)\" -DETC_DIR=\"$(PREFIX)/etc\" \ ++ -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" -DDRAC_AUTH ++LDFLAGS = $(EXTRALDFLAGS) `cat $C/LDFLAGS` -ldrac ++.else +CFLAGS = `cat $C/CFLAGS` -DANOFILE=\"$(ANO)\" \ -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` + +LDFLAGS = $(EXTRALDFLAGS) `cat $C/LDFLAGS` ++.endif all: imapd -- cgit v1.2.3