cvs commit: ports/mail/exim Makefile distinfo pkg-install
pkg-plist ports/mail/exim/files POST-INSTALL-NOTES
patch-src::EDITME patch-src::auths::pwcheck.c wishlist-eqi.patch
ports/mail/exim-ldap Makefile ports/mail/exim-ldap2 Makefile
Sheldon Hearn
sheldonh at FreeBSD.org
Mon Sep 29 04:42:47 PDT 2003
sheldonh 2003/09/29 04:42:46 PDT
FreeBSD ports repository
Modified files:
mail/exim Makefile distinfo pkg-install pkg-plist
mail/exim/files POST-INSTALL-NOTES patch-src::EDITME
mail/exim-ldap2 Makefile
Removed files:
mail/exim/files patch-src::auths::pwcheck.c
wishlist-eqi.patch
mail/exim-ldap Makefile
Log:
WARNING: See caution at the end of this bullet list.
* Update to exim-4.24 (bugfix release).
* Wishlist patch for "eqi" incorporated.
* Mark exim-{ldap2,mysql,postgresql,} as conflicting.
* Substitute PORTREVISION for build number so that the version string
hints at which version of the port the binary comes from.
* Clean up POST-INSTALL-NOTES.
* Install example scripts, especially upgrade converters, now that exim-old
has been retired.
* Enable DNSDB-style lookup support by default; it can be disabled with
WITHOUT_DNSDB.
* Simplify LDAP support, using various versions of OpenLDAP only.
The old WITH_OPENLDAP[0-9][0-9] options are now invalid; use
WITH_OPENLDAP and/or WITH_OPENLDAP_VER instead.
* Retired exim-ldap port; OpenLDAP 1.2 is ancient.
* Allow the operator to specify preferred MySql version with
WITH_MYSQL_VER.
* Allow the operator to specify preferred Berkeley DB version with
WITH_BDB_VER; the old DB_LIB_VERSION option is now invalid.
* Respect bsd.ports.mk defaults of MySQL 4.0 and OpenLDAP 2.1.
* Allow the operator to specify default charset for header conversions,
with WITH_DEFAULT_CHARSET.
* Limit configure files to ${PREFIX}/etc/exim by default for security
reasons; the operator may override this behaviour with
WITHOUT_ALT_CONFIG_PREFIX.
!!!WARNING!!!
Some of these changes may cause trouble for folks who have a bunch of
exim port tweaks in make.conf and pkgtools.conf. The ALT_CONFIG_PREFIX
change may break existing deployments.
PR: ports/57098
Submitted by: Oliver Eikemeier <eikemeier at fillmore-labs.com>
PR: ports/56117
Submitted by: Pat Lashley <patl+freebsd at volant.org>
PR: ports/57099
Reported by: Mark Foster <mark at foster.cc>
Revision Changes Path
1.5 +0 -13 ports/mail/exim-ldap/Makefile (dead)
1.2 +2 -2 ports/mail/exim-ldap2/Makefile
1.156 +125 -86 ports/mail/exim/Makefile
1.60 +2 -2 ports/mail/exim/distinfo
1.11 +19 -10 ports/mail/exim/files/POST-INSTALL-NOTES
1.13 +32 -15 ports/mail/exim/files/patch-src::EDITME
1.2 +0 -12 ports/mail/exim/files/patch-src::auths::pwcheck.c (dead)
1.3 +0 -90 ports/mail/exim/files/wishlist-eqi.patch (dead)
1.8 +3 -3 ports/mail/exim/pkg-install
1.33 +6 -2 ports/mail/exim/pkg-plist
More information about the cvs-all
mailing list