Commit graph

83 commits

Author SHA1 Message Date
Oliver Lehmann
75060586cf Add an install-configure target to update existing configuration
files (recommended).
2004-05-24 15:23:12 +00:00
Oliver Lehmann
bb55933e9b update to 3.0.4 2004-05-16 19:04:25 +00:00
Oliver Lehmann
1b50808b26 bump PORTREVISION to represent the last commit 2004-04-28 20:55:42 +00:00
Oliver Lehmann
f0f740aa39 depend on devel/fam in case it is installed (because the port detects it automatically)
Noted By:	Jim Trigg <jtrigg@spamcop.net>
PR:		66011
2004-04-28 18:07:18 +00:00
Oliver Lehmann
0ba3cbed07 fixed filename
Pointed Out By:	kris
2004-04-02 13:03:47 +00:00
Oliver Lehmann
54070e4993 update to 3.0.3 2004-04-02 08:05:46 +00:00
Oliver Lehmann
e91379b20c update to 3.0.2 2004-03-17 16:11:17 +00:00
Oliver Lehmann
7609f3e5a7 fix build in case WITH_LDAP is specified
Noted By:	Damir Horvat <damir@x-si.org>, sudv@protek37.kem.ru
2004-03-16 18:51:29 +00:00
Oliver Lehmann
2cb3f21351 update to 3.0.1 2004-03-12 19:47:54 +00:00
Oliver Lehmann
739dfa3098 updating courier-imap to 3.0.0
Don't forget to add MAILDIRPATH=Maildir to your imapd config file (or just
  recycle your own with the deployed imapd.dist). Otherwise courier-imap won't
  find your INBOX and so on...
2004-03-08 20:36:23 +00:00
Ade Lovett
790f3f78ff Fix a subtle configure problem where, if gdbm libraries are present on the
system at build time, they are silently chosen in preference to the
standard system db ver1 code.  This tends to break a multitude of things
that expect the user* databases to be in db1 format.

Discovered whilst hunting down a really wierd operational bug with exim
using the imappw entry for SMTP AUTH.

Add an explicit WITH_GDBM knob to turn on the use of gdbm files, since the
code is present in the source, but default to off, forcing the use of
system libraries

Submitted by:	ade
Approved by:	maintainer timeout
2004-02-25 02:04:04 +00:00
Oliver Lehmann
d260313719 Add a note about missing pam.conf pam.d/imap entries in case the user would
like to use authpam.

Submitted By:	Bernhard Valenti <bernhard.valenti@gmx.net>
2004-02-07 07:52:11 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Oliver Lehmann
46d45c1f21 Add DRAC support for courier-imap
Submitted By:	nork
2004-01-28 21:21:42 +00:00
Oliver Lehmann
74a9a2648e fix pkg-plist when WITHOUT_PAM is defined 2003-12-31 00:45:55 +00:00
Oliver Lehmann
1e8db95ec1 fix build in case devel/fam is installed
Noted By:	Mike Harding <mvh@ix.netcom.com>
2003-12-07 19:01:11 +00:00
Oliver Lehmann
513f419001 update courier-imap to 2.2.1
fix gdbm build [1]

PR:		ports/58741 [1]
Submitted By:	Lucas Madar <lucascrt@negaverse.org> [1]
2003-12-06 17:33:28 +00:00
Oliver Lehmann
62fa20bc40 too much options removed in the last commit 2003-11-21 23:10:25 +00:00
Oliver Lehmann
13c5a064e4 utilize USE_OPENLDAP 2003-11-21 22:47:14 +00:00
Oliver Lehmann
388177dc87 update courier-imap to 2.2.0 2003-10-30 21:30:30 +00:00
Oliver Lehmann
c75b1bc6be - introduce the make option WITH_TRASHQUOTA
include deleted mails in the quota and prevent the users to use the
   thrash for extra storage.
- bump PORTREVISION

PR:		ports/55730
Submitted By:	Henri Michelon <hmichelon@e-cml.org>
2003-10-19 09:32:55 +00:00
Oliver Lehmann
268ce96a86 use the USE_MYSQL var instead of manually seting DEPENDS to mysql323 [1]
update courier-imap to 2.1.2

PR:		ports/56676
Submitted by:	YazzY <yazzy@yazzy.org> [1]
		Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
2003-09-24 14:27:17 +00:00
Dirk Meyer
42007bf760 - don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by:	oliver
2003-09-01 14:51:03 +00:00
Oliver Lehmann
3fcf9a2d27 update courier-imap to 2.1.1 which fixes the issue why the port was backed out
from 2.1.0 to 2.0.0
2003-08-20 11:20:21 +00:00
Oliver Lehmann
3eb7d58982 bump PORTEPOCH
Noted by:	kris
2003-08-18 22:34:10 +00:00
Oliver Lehmann
2597df852b backout 2.1.0 update, and downgrade it to 2.0.0.
It seems to be impossible to move or delete an email with 2.1.0 (CPU
utilizaztion grows up to 100%, and nothing gets done)
2003-08-18 15:40:30 +00:00
Oliver Lehmann
a871b081ff update courier-imap to 2.1.0 2003-08-17 18:52:35 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Oliver Lehmann
d00d0cf3e6 add a WITHOUT_AUTHDAEMON knob 2003-07-22 10:42:46 +00:00
Oliver Lehmann
d5ec615b54 Install manpages with INSTALL_MAN
Noticed by:	Roman Neuhauser <roman@bellavista.cz>
2003-07-20 12:37:08 +00:00
Oliver Lehmann
0131c76e88 install additional authlib modules 2003-07-10 07:55:11 +00:00
Oliver Lehmann
59c782ed6a fix building on an nfs-share
force using fcntl locking method and disabling the locking test during
  configure
2003-07-09 16:46:53 +00:00
Oliver Lehmann
0de56ccb1a missed to take the maintainership 2003-07-08 13:32:36 +00:00
Oliver Lehmann
aa61ef57a9 update courier-imap to 2.0.0
install ssl rc scripts [1]
install authuserdb binary [2]
take maintainership [3]

PR:		52949 [1], 82947 [2]
Approved by:	nbm [3]
2003-07-07 09:09:48 +00:00
Neil Blakey-Milner
cf47d271a1 Upgrade to version 1.7.1.
1) Fix mysql build
2) Fix unwanted changes to /etc/pam.d
3) Allow openldap 2.0 and 2.1 options
4) Use libfam for IDLE command

PR:		49956 (1), 46960 (2), 48622 (3), 46924 (4)
Submitted by:	Erwin Lansing <erwin@lansing.dk> (1)
Submitted by:	Philip Paeps <philip@paeps.cx> (2)
Submitted by:	Christian Kratzer <ck@cksoft.de> (3)
Submitted by:	Tod McQuillin <devin@distalzou.net> (4)
2003-03-24 15:34:32 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
Edwin Groothuis
f71e429079 Point dependencies on net/openldap to net/openldap12 2003-02-24 02:26:55 +00:00
Sean Chittenden
d9927d40f8 Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.

Submitted by:	kris/bento[1]
2003-01-18 22:50:06 +00:00
Neil Blakey-Milner
2bb8fb3192 Update mail/courier-imap to 1.6.1
PR:		45762
Submitted by:	Sergei Kolobov <sergei@kolobov.com>>
2003-01-09 17:24:37 +00:00
Edwin Groothuis
21054912cf Found a way to do the strange perl-replace by a REINPLACE_CMD.
Thanks to Adam Weinberger <adamw@FreeBSD.org>
Noticed by: bento

Submitted by:	Adam Weinberger <adamw@FreeBSD.org>
2002-11-05 12:51:43 +00:00
Edwin Groothuis
d6d671f8b8 (I can't work out how to replace that PERL RE to a SED RE -> USE_PERL5=yes)
Noticed on: bento
2002-11-05 02:49:47 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Kris Kennaway
01494743d7 Add missing files 2002-09-14 23:11:48 +00:00
Neil Blakey-Milner
1a4f0850d3 Upgrade to 1.5.3, fixing a bug in TLS. (1)
Enable Unicode (2)

PR:		41335 (2)
Submitted by:	Thomas Vogt <thomas.vogt@bsdunix.ch> (1), Kimura Fuyuki <fuyuki@hadaly.org> (2)
2002-08-12 19:19:54 +00:00
Neil Blakey-Milner
b6e94ed40d Fix a typo I was too silly to test.
Submitted by:	Dan Langille <dan@langille.org>
2002-08-04 20:52:21 +00:00
Neil Blakey-Milner
eba61de8f0 Have an option for authcram support
PR:		40482
Submitted by:	Tadashi Yanagihara <willow@ht.sfc.keio.ac.jp>
2002-08-04 20:38:48 +00:00
Neil Blakey-Milner
1d995049a3 Install the authtest binary.
PR:		39717
Submitted by:	Scott Lambert <lambert@lambertfam.org>
2002-08-04 20:32:58 +00:00
Neil Blakey-Milner
f17ef8c919 Upgrade to courier-imap 1.5.2 2002-08-04 19:20:10 +00:00
Jacques Vidrine
e8f57bd0fd Fix DoS. 2002-06-20 12:19:21 +00:00