diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-10 09:45:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-10 09:45:32 +0000 |
commit | 0cdaa1219884aa5bcf3e28d581b681b13f473abe (patch) | |
tree | ad93154f7fd85643e4d139ce62cd70ba6134004e /mail/cyrus-imapd/patches/patch-ac | |
parent | 4890f5ad3c51aa446c383b55b015b9e5a2d358e8 (diff) | |
download | pkgsrc-0cdaa1219884aa5bcf3e28d581b681b13f473abe.tar.gz |
Update cyrus-imapd to 1.6.24nb1:
* Update dependency on cyrus-sasl to >=1.5.24nb2.
* Move creation of cyrus user and mail group to cyrus-sasl.
* Install HTML documentation.
* Install minimal imapd.conf configuration file defaulting to 'pwcheck'
authentication.
* Install mkimap perl script for creating cyrus imap directories.
* Improvements to DEINSTALL/INSTALL scripts.
* Make me the maintainer.
Diffstat (limited to 'mail/cyrus-imapd/patches/patch-ac')
-rw-r--r-- | mail/cyrus-imapd/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/patches/patch-ac b/mail/cyrus-imapd/patches/patch-ac new file mode 100644 index 00000000000..ed51016a313 --- /dev/null +++ b/mail/cyrus-imapd/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2000/12/10 09:46:13 jlam Exp $ + +--- timsieved/Makefile.in.orig Thu Nov 11 13:30:04 1999 ++++ timsieved/Makefile.in +@@ -34,7 +34,7 @@ + CYRUS_GROUP=@cyrus_group@ + + DEFS = @DEFS@ @LOCALDEFS@ +-CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../sieve -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @CPPFLAGS@ ++CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)/../sieve -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@ + CFLAGS = @CFLAGS@ + LDFLAGS = @LDFLAGS@ + |