summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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-03-28Make the cyrus-imapd package install the html versions of its manatatat1-1/+4
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-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-06Update cyrus-imapd to 2.0.17. Main changes are:chris1-4/+3
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-configureseb1-2/+9
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.seb1-2/+2
And regen overlooked distinfo.
2002-10-21Ensure that everything that is linked against libsasl is also linkedjlam1-3/+1
against its dependent libraries by using the output of "sasl-config --libs" if sasl-config is present.
2002-10-09buildlink1 -> buildlink2.wiz1-12/+12
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-31Add a cyrus rc.d script that will generate the directories needed beforejlam1-1/+14
starting the Cyrus master process.
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.
2001-12-06Added optional IPv6 support for Cyrus.martti1-1/+7
2001-12-03Fix hardcoded /etc/cyrus.conf (should be ${PKG_SYSCONFDIR}/cyrus.conf)martti1-3/+3
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-2/+1
automatically, so no need to do it ourselves.
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-7/+7
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-24Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts.jlam1-39/+41
2001-11-21Install cyrusv2.mc too, following pkg/14670 from Hiramatsu Yoshifumi.wiz1-2/+2
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-15Rename the manpages {deliver,imapd,master,pop3d}.8 to cyrus-*.8 as well asjlam1-3/+19
changing all cross-references to them. This prevents name collisions with other packages' manpages. This addresses pkg/14245 by Kimmo Suominen <kim@tac.nyc.ny.us> (cyrus: master(8) conflicts).
2001-09-25Use PERL5_PACKLIST and remove LICENSE restriction.skrll1-3/+6
2001-09-25Make packages@ the maintainer of this packageskrll1-2/+2
2001-09-18Update to version 2.0.16skrll1-6/+8
Changes to numerous to mention see the changes.html file.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-04The license for cyrus-imapd is now in pkgsrc/licenses/.jtb1-1/+3
2001-04-12cyrus-imap depends on cyrus-sasl, which, if USE_KERBEROS is defined,wennmach1-5/+1
depends on kth-krb4, which used to conflict with ... cyrus-imap. kth-krb4 now no longer installs man/man5/krb.equiv.5 and the conflict is resolved.
2001-04-12Add a CONFLICTS entry for kth-krb4.wennmach1-1/+5
This was reported in PR 12505 and noted by pkgconflict. The conflict is only on one file, man/man5/krb.equiv.5, and should be resolved.
2001-03-12Fix typo (we don't want the INSTALL file to end up in /)wiz1-2/+2
2001-02-26kill some whitespacewiz1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-10imapd.8 -> cyrus-imapd.8 so as not to conflict with identically namedjlam1-1/+4
manpage from the UW IMAP package (imap-uw).
2000-12-10Update cyrus-imapd to 1.6.24nb1:jlam1-60/+55
* Update dependency on cyrus-sasl to >=1.5.24nb2. * Move creation of cyrus user and mail group to cyrus-sasl. * Install HTML documentation. * Install minimal imapd.conf configuration file defaulting to 'pwcheck' authentication. * Install mkimap perl script for creating cyrus imap directories. * Improvements to DEINSTALL/INSTALL scripts. * Make me the maintainer.
2000-10-25Do not depend on exact version of cyrus-sasl, 1.5.24nb1 works fine.rh1-2/+2
2000-08-30Update to use tcl-8.3.2jwise1-2/+2
2000-08-26s/USE_PERL/USE_PERL5/veego1-2/+2
2000-08-25DEPEND on ../../security/cyrus-sasl.jlam1-2/+2
2000-08-25This version is based on the one in pkgsrc/mail/cyrus but needs cyrus-saslveego1-0/+87
and works.