diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-07-14 10:45:58 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-07-14 10:45:58 +0000 |
commit | 350b1f9e58655fb370cb04a9556de3e41d856672 (patch) | |
tree | 2ce3f464b1a905860ec9522d63010af403a06909 /mail/exim | |
parent | cd9c96961e04b2ccd2fd30c5376106f8dd79fe0e (diff) | |
download | ports-350b1f9e58655fb370cb04a9556de3e41d856672.tar.gz ports-350b1f9e58655fb370cb04a9556de3e41d856672.zip |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 6 | ||||
-rw-r--r-- | mail/exim/options | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 4be6a04fe96a..2be832cf4285 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -3,7 +3,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} MASTER_SITE_SUBDIR= exim4/:exim @@ -427,10 +427,6 @@ SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \ LIB_DEPENDS+= libsrs2.so:${PORTSDIR}/mail/libsrs2 SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DSRS,' \ -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs2,' -.elif ${PORT_OPTIONS:MSRS_ALT} -LIB_DEPENDS+= libsrs_alt.so:${PORTSDIR}/mail/libsrs_alt -SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS,' \ - -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,' .else SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \ -e 's,XX_SRS_LIBS_XX,,' diff --git a/mail/exim/options b/mail/exim/options index cde86962d3b9..1df7e6e9e3e5 100644 --- a/mail/exim/options +++ b/mail/exim/options @@ -17,7 +17,6 @@ OPTIONS_DEFINE+= ALT_CONFIG_PREFIX \ READLINE \ SPF \ SRS \ - SRS_ALT \ SUID \ TCP_WRAPPERS \ WISHLIST \ @@ -104,7 +103,6 @@ SO_1024_DESC= Build with Spamooborona-1024 local scan SPF_DESC= Enable Sender Policy Framework checking SQLITE_DESC= Enable SQLite lookups SRS_DESC= Enable Sender Rewriting Scheme -SRS_ALT_DESC= Enable alternative SRS library SUID_DESC= Install the exim binary suid root TCP_WRAPPERS_DESC= Enable /etc/hosts.allow access control GNUTLS_DESC= Use GnuTLS instead of OpenSSL for TLS |