summaryrefslogtreecommitdiff
path: root/mail/cyrus
AgeCommit message (Collapse)AuthorFilesLines
2000-01-09RCS tags addedwiz1-0/+1
2000-01-09(re)genwiz1-0/+3
1999-12-18Standardise PKGNAME versions (should start with a number)abs1-1/+2
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-12/+10
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-3/+7
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS
1999-06-12Now uses the pkg Tcl as it should.kim2-5/+17
1999-05-03Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifiestv1-3/+3
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-03-07This should work.kim1-2/+3
1999-03-07Use ${ECHO} and ${SED}. Note that this package is not ready for use.kim1-2/+11
1999-03-07Cyrus: the Andrew IMAP serverkim6-0/+171