summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd
AgeCommit message (Collapse)AuthorFilesLines
2012-01-05Prefer system builtin com_err other than Linux.obache1-1/+4
fixes PR#45782.
2011-12-20Back to use builtin com_err if builtin krb5 is preferred.obache1-1/+14
2011-12-17Don't use a builtin libcom_err if not using kerberos.sbd1-14/+2
Builtin librarys like com_err should only be used if there is are proper buildlink3.mk and builtin.mk files for the library, otherwise part of the point of having the buildlink/builtin system is lost. There no point in having a buildlink/builtin files for com_err as currently only three packages use it by itself (mail/cyrus-imapd*) and using the package suppled library only adds 72K to the package size.
2011-12-09Revert commit:sbd1-7/+1
Module Name: pkgsrc Committed By: sbd Date: Wed Dec 7 20:39:19 UTC 2011 Modified Files: pkgsrc/mail/cyrus-imapd: Makefile pkgsrc/mail/cyrus-imapd23: Makefile pkgsrc/mail/cyrus-imapd24: Makefile Log Message: If a package Makefile is going to try and detect a builtin libraray it should honor the PREFER* variables.
2011-12-07If a package Makefile is going to try and detect a builtin libraray itsbd1-1/+7
should honor the PREFER* variables.
2011-10-15Fix compilation on perl 5.14, from cyrus-imapd-2.4 branch.obache2-1/+85
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2011-06-30Update HOMEPAGE.obache1-2/+2
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-09-16Revbump after updating databases/db5adam1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-06-02Fix building with db5; revision bump for db4 updateadam3-13/+58
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-09-10Update cyrus-imapd to 2.2.13p1.obache3-12/+11
Changes to the Cyrus IMAP Server since 2.2.13 * Fixed CERT VU#336053 - Potential buffer overflow in Sieve.
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-05-15Fixes `-n' option handling for fetchnews(1).obache3-15/+26
Patch provided by Jukka Salmi in PR 41432. While here, add DESTDIR support.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-07Bump PKGREVISION for db4 shlib name change (4.6 -> 4.7).wiz1-2/+2
Noted by OBATA Akio.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-12/+10
through PLIST_SUBST to the plist module.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-22Added 'ldap' optionadam2-3/+14
2007-11-21Need perl to build for generating man pages.obache1-1/+2
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+3
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-06-12Fix to build with db4>=4.5.obache2-1/+22
2007-06-08PKGREVISION bump for db4 shlib name change.wiz1-2/+2
Noted by OBATA Akio.
2007-03-09compatibility fix for SASL 2.1.22.obache3-11/+24
Taken from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imtest/imtest.c.diff?r1=1.107&r2=1.108 Bump PKGREVISION. Reported by Jukka Salmi in PR 35959.
2006-12-01Replace use of timezone (on BSDs traditionally a function, not ajoerg3-3/+43
variable) with the portable equivalent. Bump revision.
2006-11-03Fix problem that even if select gssapi option, configure detect butobache2-6/+19
isn't enabled. Reported by Jukka Salmi by PR 34917.
2006-10-26Since 2.2.13, authorization module is selected at run-time,obache1-4/+1
so remove from configure argments. Suggested by Jukka Salmi via PR 34916.
2006-10-09Add patch to imap/backend.c(r1.38), diff came from cyrus cvs repository.obache3-2/+84
r1.39: initialize err to revent segfault r1.40: only free() the backend struct if we allocated it (don't free cached connections) Bump PKGREVISION.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-10-04Update cyrus-imapd to 2.2.13.obache5-43/+12
Patch provided by Jukka Salmi via PR 33576. Changes to the Cyrus IMAP Server since 2.2.12 * Allow sieve scripts to be run on shared mailboxes (via sieve annotation). * Updated nntpd to be compliant with latest draft (soon to be RFC3977). * Updated IMAP UIDPLUS extension to be compliant with latest specification (RFC4315). * Performance improvements to quota utility. * Fixed possible race condition in IMAP IDLE. * Made ptloader runtime configurable. * Added more extensive output to arbitron. * Allow responses of any length from backend when proxing IMAP/POP3/NNTP traffic. * Added plaintextloginalert option. * Only allow mbpath to be run as Cyrus user. * Added berkeley_hash and berkeley_hash_nosync cyrusdb backends (seem to perform better under heavy loads). * Added lastpop mailbox annotation. * Added subscribe/unsubscribe support to cyradm. * Fixed miscellaneous bugs and build issues.
2006-05-07Adapt the db_err function to bdb 4.4.recht3-3/+17
Addresses PR 32739 by John Kohl. Bump PKGREVISION.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-8/+8
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-5/+5
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-19Added the patch from PR 32114 to make this package build with SunPro onrillig2-1/+17
Solaris. Fixes PR 32114.
2005-08-15Make this compile with gcc-4.x.rh2-3/+21
2005-08-08Fix package configuration so that the Perl modules are installed intojlam4-3/+31
the "vendor" directories. Bump the PKGREVISION.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-3/+3
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-21Make this compile on Darwin.rh1-0/+15
2005-05-21Make sure that the right libdb is actually picked up by the configurerh3-7/+18
script.
2005-05-21Make this compile on Darwin.rh4-1/+54
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.