aboutsummaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd23
Commit message (Collapse)AuthorAgeFilesLines
* - Revert post-build: target because there are patch-*::Makefile.PLJun Kuriyama2010-02-071-4/+0
| | | | | | | | | | files for same purpose (but supported only old ExtUtils::MakaMaker, I updated them to work with 5.10.1 in previous commit). Discussed with: skv Notes: svn path=/head/; revision=249364
* - Unbreak with perl5.10.Jun Kuriyama2010-02-062-2/+2
| | | | | | | Approved by: ume Notes: svn path=/head/; revision=249326
* Do not update "perllocal.pod" (to make Tinderbox happy).Sergey Skvortsov2010-02-051-0/+4
| | | | | | | Approved by: pav (implicit) Notes: svn path=/head/; revision=249294
* Fix build with MySQL option is enabled.Hajimu UMEMOTO2009-12-241-1/+3
| | | | | | | Submitted by: Jonathan Frazier <jfrazier__at__purpleheartservices.com> Notes: svn path=/head/; revision=246534
* The patch to configure.in is required only when WITH_DRAC=YES andHajimu UMEMOTO2009-12-211-2/+4
| | | | | | | FreeBSD 8.X and later. Notes: svn path=/head/; revision=246373
* Update to 2.3.16.Hajimu UMEMOTO2009-12-216-27/+51
| | | | Notes: svn path=/head/; revision=246372
* - Remove support for ucd-snmp4 in ports, that also support net-snmp5.Pav Lucistnik2009-12-081-10/+2
| | | | | | | (ucd-snmp4 port is past expiration date) Notes: svn path=/head/; revision=245389
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* Update to 2.3.15.Hajimu UMEMOTO2009-09-095-84/+25
| | | | | | | Security: Potential buffer overflow in Sieve Notes: svn path=/head/; revision=241127
* Fix buffer size calculations for sieve actions_stringHajimu UMEMOTO2009-09-032-1/+74
| | | | | | | | Submitted by: Bron Gondwana <brong__at__fastmail.fm> Obtained from: Project Cyrus Notes: svn path=/head/; revision=240774
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-9/+3
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Remove dependency to p5-Pod-Parser and p5-File-Temp.Hajimu UMEMOTO2009-04-071-3/+1
| | | | Notes: svn path=/head/; revision=231788
* Update to 2.3.14.Hajimu UMEMOTO2009-03-253-34/+17
| | | | Notes: svn path=/head/; revision=230990
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-2/+1
| | | | Notes: svn path=/head/; revision=225300
* Update to 2.3.13.Hajimu UMEMOTO2008-10-206-44/+74
| | | | Notes: svn path=/head/; revision=221839
* Fix build on -CURRENT due to library shuffle.Robert Noland2008-10-012-1/+21
| | | | | | | Approved by: garga (mentor), maintainer timeout (2 weeks) Notes: svn path=/head/; revision=221091
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Mark BROKEN after recent kerberos importPav Lucistnik2008-06-221-0/+4
| | | | Notes: svn path=/head/; revision=215536
* The tarball was rerolled with actual fix for imapd.conf parsingHajimu UMEMOTO2008-04-262-4/+4
| | | | | | | problem. Notes: svn path=/head/; revision=212005
* Update to 2.3.12p2.Hajimu UMEMOTO2008-04-242-4/+4
| | | | | | | | The memory corruption problem was not fixed in 2.3.12p1, actually. It should be fixed now. Notes: svn path=/head/; revision=211893
* Update to 2.3.12p1.Hajimu UMEMOTO2008-04-242-4/+4
| | | | | | | | | The only change from 2.3.12 is a patch to fix a memory corruption in the imapd.conf parsing code which could cause segfaults on certain platforms. Notes: svn path=/head/; revision=211890
* Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,Hajimu UMEMOTO2008-04-241-0/+6
| | | | | | | | | | | | | | this will need to be set to skiplist else messages such as the following will result: "Fatal error: cyrusdb backend berkeley-nosync not supported" This patch just makes it a bit easier to find. PR: ports/122995 Submitted by: scf Notes: svn path=/head/; revision=211889
* Update to 2.3.12.Hajimu UMEMOTO2008-04-212-4/+4
| | | | Notes: svn path=/head/; revision=211718
* Chase shlib version bump of net-snmp.Hajimu UMEMOTO2008-03-271-1/+1
| | | | Notes: svn path=/head/; revision=209963
* Update to 2.3.11.Hajimu UMEMOTO2007-12-123-12/+13
| | | | Notes: svn path=/head/; revision=203081
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 2.3.9.Hajimu UMEMOTO2007-08-208-98/+10
| | | | | | | | | | | | Upgrading from 2.3.8 * The default value of the allowplaintext option has been changed to disabled (0). If you need to allow cleartext passwords on the wire, then you will have to explicitly enable the allowplaintext option in imapd.conf. Notes: svn path=/head/; revision=197965
* Add an option to not use Berkeley DB.Hajimu UMEMOTO2007-08-091-5/+11
| | | | | | | | PR: ports/101383 Submitted by: Sean Farley <sean-freebsd__at__farley.org> Notes: svn path=/head/; revision=197384
* Obey the default BDB version defined in bsd.database.mk.Hajimu UMEMOTO2007-08-071-130/+13
| | | | Notes: svn path=/head/; revision=197300
* Allow to build with db45 and db46 as well.Hajimu UMEMOTO2007-08-061-8/+42
| | | | Notes: svn path=/head/; revision=197226
* compatibility fix for DBENV->set_lk_max()Hajimu UMEMOTO2007-08-061-0/+20
| | | | | | | Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/cyrusdb_berkeley.c.diff?r1=1.17;r2=1.18 Notes: svn path=/head/; revision=197225
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.Jun Kuriyama2007-02-281-2/+2
| | | | Notes: svn path=/head/; revision=186174
* Update to 2.3.8.Hajimu UMEMOTO2007-02-104-4/+19
| | | | Notes: svn path=/head/; revision=184784
* Change the MASTER_SITES entries fromHajimu UMEMOTO2006-10-071-1/+1
| | | | | | | | | | | ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke <stb__at__lassitu.de> Notes: svn path=/head/; revision=174734
* Update to 2.3.7.Hajimu UMEMOTO2006-07-113-68/+4
| | | | | | | | PASS8BITHACK was deprecated, since munge8bit option was added for this purpose. Notes: svn path=/head/; revision=167467
* unquote BROKEN.Hajimu UMEMOTO2006-06-191-3/+3
| | | | Notes: svn path=/head/; revision=165773
* Update to 2.3.6 and unmark BROKEN.Hajimu UMEMOTO2006-05-252-6/+4
| | | | | | | | | If you ran 2.3.4 or 2.3.5, you need to reconstruct your mailboxes. Please refer /usr/local/share/doc/cyrus-imapd/install-upgrade.html for detail. Notes: svn path=/head/; revision=163382
* 2.3.5 still has critical problem. So, I've mark it BROKEN untilHajimu UMEMOTO2006-05-251-0/+2
| | | | | | | the problem is fixed. Notes: svn path=/head/; revision=163348
* Update to 2.3.5.Hajimu UMEMOTO2006-05-256-58/+24
| | | | Notes: svn path=/head/; revision=163337
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Make it buildable on 4.X without Kerberos5 stuff.Hajimu UMEMOTO2006-04-301-0/+5
| | | | | | | Reported by: Mark Edwards <mark__at__antsclimbtree.com> Notes: svn path=/head/; revision=160953
* Give sensible sentences for IGNORE.Hajimu UMEMOTO2006-04-181-1/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=159889
* Replace BROKEN with IGNORE.Hajimu UMEMOTO2006-04-181-1/+1
| | | | Notes: svn path=/head/; revision=159869
* Enable support for db-4.4.Hajimu UMEMOTO2006-04-161-19/+28
| | | | Notes: svn path=/head/; revision=159705
* Make it buildable with WITH_NNTP=yes.Hajimu UMEMOTO2006-04-142-1/+37
| | | | | | | Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.2.2.12&r2=1.2.2.13&f=u Notes: svn path=/head/; revision=159492
* The Project Cyrus web site is migrated to a new server.Hajimu UMEMOTO2006-04-011-1/+1
| | | | Notes: svn path=/head/; revision=158512
* Update to 2.3.3.Hajimu UMEMOTO2006-04-012-4/+4
| | | | Notes: svn path=/head/; revision=158511
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* The idled support could not be enabled. The configure option forHajimu UMEMOTO2006-02-031-13/+3
| | | | | | | | | | | idled was changed by 2.3.x. The WITH_IDLE_POLL was removed, and the WITH_ILDE_IDLED was changed to WITH_IDLED. Reported by: Forrest Aldrich <forrie__at__forrie.com> Notes: svn path=/head/; revision=155115