diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 03:04:16 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 03:04:16 +0000 |
commit | fb97d1d104464a9d58479dce989a48e46c1fa29e (patch) | |
tree | e01191821de5f7e3319f02df728a5fea936d9222 /mail/imap-uw/files/patch-ac | |
parent | Upgrade to 0.2. (diff) |
* 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 <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=40240
Diffstat (limited to 'mail/imap-uw/files/patch-ac')
-rw-r--r-- | mail/imap-uw/files/patch-ac | 6 |
1 files changed, 6 insertions, 0 deletions
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 |