summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Update to 2.2.12, i.e. copy the contents of mail/cyrus-imapd22 here.wiz27-398/+363
2004-12-29Use VARBASE.minskim1-2/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep1-1/+3
Georg Schwarz.
2004-04-25Unused.wiz1-31/+0
2004-04-25Add.wiz1-0/+23
2004-04-25Convert to bl3.wiz1-6/+6
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-02-14Whitespace fix.snj1-1/+2
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj2-11/+4
Okayed by wiz.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-15Note the common tls_* options that need to be set in order for the serverjlam1-1/+8
to listen to IMAPS requests.
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-2/+5
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-22/+19
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-28Make the cyrus-imapd package install the html versions of its manatatat2-2/+30
pages. Normally I wouldn't care, except (a) there don't seem to be "plaintext" versions and (b) the html that *does* get installed links to it. Or them, rather. Bump PKGREVISION accordingly. Reviewed by jlam.
2003-02-21Add missing buildlink2.mk filesrh1-0/+30
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-17Readd checksum and size of optional IPv6 patch.tron1-1/+3
2002-12-17Fix problem patch file. Problem noted by David Edmondson on IRC.tron2-12/+3
2002-12-06Update cyrus-imapd to 2.0.17. Main changes are:chris3-10/+10
Fixed some potential buffer overflows in the sieve code, as well as a pre-login buffer overflow in the IMAP parsing code. Backport of a fix for an (unrelated) problem with the strlcpy implementation.
2002-11-04Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk:seb1-2/+3
use perl5/module.mk with PERL5_CONFIGURE=NO.
2002-11-04Add dependency on autoconf and have auto{header,conf} run at pre-configureseb3-160/+10
stage: this is need to avoid conflict between the distribution patch file for IPv6 support and patches/patch-af (now removed) and patches/patch-ak. Bump PKGREVISION (again).
2002-11-04Bump PKGREVISION after patch-ao addition.seb2-3/+4
And regen overlooked distinfo.
2002-11-04More fix for PR pkg/16089.seb1-0/+22
Libisieve also need to be composed of relocatable objects.
2002-11-01If we are building with perl, then create libcyrus.a, libacap.a, andjlam6-7/+83
libsieve.a from relocatable objects so that when the Perl modules are linked against these libraries, they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. This should fix pkg/16089.
2002-10-21Ensure that everything that is linked against libsasl is also linkedjlam4-4/+172
against its dependent libraries by using the output of "sasl-config --libs" if sasl-config is present.
2002-10-09buildlink1 -> buildlink2.wiz3-33/+13
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-11/+1
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-4/+1
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-07-31Give some further hints about what will need to be done before Cyrus IMAPjlam1-2/+4
can be used.
2002-07-31Add a cyrus rc.d script that will generate the directories needed beforejlam3-2/+94
starting the Cyrus master process.
2002-07-31Change example imapd.conf file to default to "saslauthd" authenticationjlam1-4/+4
for plaintext password authentication. It's the better version of pwcheck.
2002-07-30Clarify that this is the "Cyrus" IMAP server.jlam1-2/+2
2002-06-15Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"cjep1-2/+2
which the basesrc USE_KERBEROS variable. Discussed on packages@ This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by FUKAUMI Naoki on a Japanese NetBSD mailing list.