diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2005-02-03 03:55:00 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2005-02-03 03:55:00 +0000 |
commit | c7c86a6de30c66bd0806b55a5ecfb87f344f9e34 (patch) | |
tree | feae7da72593055d57aa9b9a10fe01d02fd9dfb4 /mail/exim/options | |
parent | Update to OpenLDAP 2.2.23: (diff) |
- update SA-Exim to 4.2
- add support for Berkeley DB 4.3
Thanks to Sergey Matveychuk <sem@FreeBSD.org> for committing PR 76273.
Notes
Notes:
svn path=/head/; revision=127953
Diffstat (limited to 'mail/exim/options')
-rw-r--r-- | mail/exim/options | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/options b/mail/exim/options index bc811becab62..3a8d5dc9b128 100644 --- a/mail/exim/options +++ b/mail/exim/options @@ -13,10 +13,10 @@ #WITHOUT_SA_EXIM # SA-Exim support (<http://marc.merlins.org/linux/exim/sa.html>) -#WITH_BDB_VER= 1, 4, 41, 42 +#WITH_BDB_VER= 1, 4, 41, 42, 43 # BDB_VER is the version of the Berkeley DB library to use, and # may be 1, which corresponds to version 1.85 in the base system, 4, -# 41 or 42 which depends on the databases/db4[12] ports. +# 41, 42 or 43 which depends on the databases/db4[123] ports. #WITH_DEFAULT_CHARSET= ISO-8859-1, * # When Exim is decoding MIME "words" in header lines it converts any foreign @@ -30,10 +30,10 @@ #! lookup types #WITHOUT_OPENLDAP -#WITH_OPENLDAP_VER= auto, 21, 22 +#WITH_OPENLDAP_VER= auto, 21, 22, 23 # Link against libldap. # Define OPENLDAP_VER to specify a particular version of -# OpenLDAP to use. Valid values are currently auto, 21 and 22. +# OpenLDAP to use. Valid values are currently auto, 21, 22 and 23. # The use of `auto' is recommended to avoid conflicting with # other ports that use the OpenLDAP client libraries. # Exim also supports NETSCAPE and SOLARIS7 lookup types, but no |