diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-04-16 20:22:45 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-04-16 20:22:45 +0800 |
commit | c1613d5493ac977afee378bbf75579b269d7b74d (patch) | |
tree | f875b76ce722d84dbfbac567da8aa18023aacb4c /mail | |
parent | 8ece48e65df575afc1dfd260d5f5c5e766658196 (diff) | |
download | freebsd-ports-gnome-c1613d5493ac977afee378bbf75579b269d7b74d.tar.gz freebsd-ports-gnome-c1613d5493ac977afee378bbf75579b269d7b74d.tar.zst freebsd-ports-gnome-c1613d5493ac977afee378bbf75579b269d7b74d.zip |
Update to exim-4.03, including Cyrus SASL pwcheck daemon authentication
support (disabled by default).
Submitted by: mallet@efn.org (Suresh Ramasubramanian)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 12 | ||||
-rw-r--r-- | mail/exim-devel/distinfo | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index bc2bab5eb217..e862ecc7b0b8 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes MAN8= exim.8 -EXIM_VERSION= 4.01 +EXIM_VERSION= 4.03 EXIM_DOCVERSION= 4.00 PLIST_SUB+= EXIM_VERSION="${EXIM_VERSION}" @@ -41,11 +41,13 @@ MAKE_ENV+= OSTYPE=${OPSYS} ARCHTYPE=${MACHINE_ARCH} # Define WITH_TCP_WRAPPERS, WITH_LDAP, WITH_MYSQL, and WITH_PGSQL to # link against libwrap, an LDAP library (see below), liblibmysqlclient -# and libpq respectively. +# and libpq respectively. Define WITH_PWCHECK to link against libsasl +# for SMTP AUTH authentication via the Cyrus SASL pwcheck daemon. #WITH_TCP_WRAPPERS= yes #WITH_LDAP= yes #WITH_MYSQL= yes #WITH_PGSQL= yes +#WITH_PWCHECK= yes # Define WITHOUT_IPV6 to exclude IPv6 support from the compiled exim # binary. Exim compiled with IPv6 support will still operate on @@ -148,6 +150,12 @@ SEDLIST+= -e 's,XX_MYSQL_LIBS_XX,-L${LOCALBASE}/lib/mysql -lmysqlclient,' \ SEDLIST+= -e 's,XX_MYSQL_[^ ]*_XX,,' .endif +.if defined(WITH_PWCHECK) +LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl +SEDLIST+= -e 's,^\# SUPPORT_CYRUS_PWCHECK=,SUPPORT_CYRUS_PWCHECK=,' \ + -e 's,^\# CYRUS_PWCHECK_SOCKET=,CYRUS_PWCHECK_SOCKET=,' +.endif + .if !defined(WITHOUT_PAM) SEDLIST+= -e 's,XX_PAM_LIBS_XX,-lpam,' \ -e 's,^\# SUPPORT_PAM=,SUPPORT_PAM=,' diff --git a/mail/exim-devel/distinfo b/mail/exim-devel/distinfo index e8f5c4efc99c..76c9f914bce2 100644 --- a/mail/exim-devel/distinfo +++ b/mail/exim-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (exim-4.01.tar.bz2) = c911c286fab6f015106667fad9024cea +MD5 (exim-4.03.tar.bz2) = 60e0d1163ec44bda4a078f09ae919f5e MD5 (exim-texinfo-4.00.tar.bz2) = 18983a980fda2c4d375072c7efe3d994 |