aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-imap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* update to 3.0.7Oliver Lehmann2004-08-081-2/+2
| | | | Notes: svn path=/head/; revision=115611
* drac patch got synced with the new courier-imap versionOliver Lehmann2004-07-241-2/+2
| | | | | | | | | Bump PORTREVISION Noted by: Nate Silva <nate@northwe.st> Notes: svn path=/head/; revision=114588
* update to 3.0.6Oliver Lehmann2004-07-201-2/+2
| | | | Notes: svn path=/head/; revision=114305
* Fix imapd's incorrectly calculation of maildir quotas due to missuse ofOliver Lehmann2004-06-191-1/+1
| | | | | | | | | | | pointer to off_t (64bit) vs pointer to long (32 bit). Bump PORTREVISION PR: 68094 Submitted By: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=111818
* DRAC patch got synced with 3.0.5Oliver Lehmann2004-06-171-2/+2
| | | | | | | | Submitted By: Mamoru KOMACHI <usata@usata.org> Noted By: nork Notes: svn path=/head/; revision=111691
* update to 3.0.5Oliver Lehmann2004-06-131-2/+2
| | | | | | | | | | update DRAC patch to 3.0.4 [1] Submitted By: Mamoru KOMACHI <usata@usata.org> [1] Noted By: nork [1] Notes: svn path=/head/; revision=111397
* Add an install-configure target to update existing configurationOliver Lehmann2004-05-241-1/+6
| | | | | | | files (recommended). Notes: svn path=/head/; revision=109873
* update to 3.0.4Oliver Lehmann2004-05-161-3/+4
| | | | Notes: svn path=/head/; revision=109277
* bump PORTREVISION to represent the last commitOliver Lehmann2004-04-281-1/+1
| | | | Notes: svn path=/head/; revision=107879
* depend on devel/fam in case it is installed (because the port detects it ↵Oliver Lehmann2004-04-281-2/+3
| | | | | | | | | | automatically) Noted By: Jim Trigg <jtrigg@spamcop.net> PR: 66011 Notes: svn path=/head/; revision=107839
* update to 3.0.3Oliver Lehmann2004-04-021-1/+1
| | | | Notes: svn path=/head/; revision=105954
* update to 3.0.2Oliver Lehmann2004-03-171-1/+1
| | | | Notes: svn path=/head/; revision=104305
* fix build in case WITH_LDAP is specifiedOliver Lehmann2004-03-161-2/+2
| | | | | | | Noted By: Damir Horvat <damir@x-si.org>, sudv@protek37.kem.ru Notes: svn path=/head/; revision=104194
* update to 3.0.1Oliver Lehmann2004-03-121-1/+1
| | | | Notes: svn path=/head/; revision=103807
* updating courier-imap to 3.0.0Oliver Lehmann2004-03-081-3/+3
| | | | | | | | | 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... Notes: svn path=/head/; revision=103335
* Fix a subtle configure problem where, if gdbm libraries are present on theAde Lovett2004-02-251-1/+13
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=102021
* Add a note about missing pam.conf pam.d/imap entries in case the user wouldOliver Lehmann2004-02-071-0/+6
| | | | | | | | | like to use authpam. Submitted By: Bernhard Valenti <bernhard.valenti@gmx.net> Notes: svn path=/head/; revision=100229
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add DRAC support for courier-imapOliver Lehmann2004-01-281-1/+13
| | | | | | | Submitted By: nork Notes: svn path=/head/; revision=99346
* fix pkg-plist when WITHOUT_PAM is definedOliver Lehmann2003-12-311-0/+2
| | | | Notes: svn path=/head/; revision=96977
* fix build in case devel/fam is installedOliver Lehmann2003-12-071-0/+1
| | | | | | | Noted By: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=95283
* update courier-imap to 2.2.1Oliver Lehmann2003-12-061-1/+5
| | | | | | | | | | fix gdbm build [1] PR: ports/58741 [1] Submitted By: Lucas Madar <lucascrt@negaverse.org> [1] Notes: svn path=/head/; revision=95191
* too much options removed in the last commitOliver Lehmann2003-11-211-0/+5
| | | | Notes: svn path=/head/; revision=94680
* utilize USE_OPENLDAPOliver Lehmann2003-11-211-24/+2
| | | | Notes: svn path=/head/; revision=94679
* update courier-imap to 2.2.0Oliver Lehmann2003-10-301-2/+2
| | | | Notes: svn path=/head/; revision=92657
* - introduce the make option WITH_TRASHQUOTAOliver Lehmann2003-10-191-1/+6
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=91646
* use the USE_MYSQL var instead of manually seting DEPENDS to mysql323 [1]Oliver Lehmann2003-09-241-3/+3
| | | | | | | | | | | update courier-imap to 2.1.2 PR: ports/56676 Submitted by: YazzY <yazzy@yazzy.org> [1] Clement Laforet <sheepkiller@cultdeadsheep.org> [1] Notes: svn path=/head/; revision=89232
* - don't clobber any given LDFLAGSDirk Meyer2003-09-011-1/+2
| | | | | | | | resolves conflitcs with bsd.openssl.mk Approved by: oliver Notes: svn path=/head/; revision=88287
* update courier-imap to 2.1.1 which fixes the issue why the port was backed outOliver Lehmann2003-08-201-4/+4
| | | | | | | from 2.1.0 to 2.0.0 Notes: svn path=/head/; revision=87376
* bump PORTEPOCHOliver Lehmann2003-08-181-0/+1
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=87235
* backout 2.1.0 update, and downgrade it to 2.0.0.Oliver Lehmann2003-08-181-2/+2
| | | | | | | | 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) Notes: svn path=/head/; revision=87212
* update courier-imap to 2.1.0Oliver Lehmann2003-08-171-2/+2
| | | | Notes: svn path=/head/; revision=87136
* Fix non-default dependency on openldap2[012] which is broken by splitting.Jun Kuriyama2003-08-151-4/+4
| | | | | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento... Notes: svn path=/head/; revision=86964
* add a WITHOUT_AUTHDAEMON knobOliver Lehmann2003-07-221-10/+19
| | | | Notes: svn path=/head/; revision=85355
* Install manpages with INSTALL_MANOliver Lehmann2003-07-201-2/+2
| | | | | | | Noticed by: Roman Neuhauser <roman@bellavista.cz> Notes: svn path=/head/; revision=85233
* install additional authlib modulesOliver Lehmann2003-07-101-2/+4
| | | | Notes: svn path=/head/; revision=84575
* fix building on an nfs-shareOliver Lehmann2003-07-091-3/+7
| | | | | | | | force using fcntl locking method and disabling the locking test during configure Notes: svn path=/head/; revision=84534
* missed to take the maintainershipOliver Lehmann2003-07-081-1/+1
| | | | Notes: svn path=/head/; revision=84477
* update courier-imap to 2.0.0Oliver Lehmann2003-07-071-3/+11
| | | | | | | | | | | | install ssl rc scripts [1] install authuserdb binary [2] take maintainership [3] PR: 52949 [1], 82947 [2] Approved by: nbm [3] Notes: svn path=/head/; revision=84375
* Upgrade to version 1.7.1.Neil Blakey-Milner2003-03-241-5/+24
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=77398
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76346
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76344
* Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.Sean Chittenden2003-01-181-1/+3
| | | | | | | | | | This should be the last of the PostgreSQL updates and everything should support the POSTGRESQL_PORT tunable. Submitted by: kris/bento[1] Notes: svn path=/head/; revision=73443
* Update mail/courier-imap to 1.6.1Neil Blakey-Milner2003-01-091-40/+40
| | | | | | | | PR: 45762 Submitted by: Sergei Kolobov <sergei@kolobov.com>> Notes: svn path=/head/; revision=72816
* Found a way to do the strange perl-replace by a REINPLACE_CMD.Edwin Groothuis2002-11-051-2/+3
| | | | | | | | | | Thanks to Adam Weinberger <adamw@FreeBSD.org> Noticed by: bento Submitted by: Adam Weinberger <adamw@FreeBSD.org> Notes: svn path=/head/; revision=69525
* (I can't work out how to replace that PERL RE to a SED RE -> USE_PERL5=yes)Edwin Groothuis2002-11-051-2/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69505
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+3
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Upgrade to 1.5.3, fixing a bug in TLS. (1)Neil Blakey-Milner2002-08-121-2/+3
| | | | | | | | | | Enable Unicode (2) PR: 41335 (2) Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> (1), Kimura Fuyuki <fuyuki@hadaly.org> (2) Notes: svn path=/head/; revision=64439
* Fix a typo I was too silly to test.Neil Blakey-Milner2002-08-041-1/+1
| | | | | | | Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=64002