summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-12-29 16:53:55 +0300
committerDima Panov <fluffy@FreeBSD.org>2021-12-29 16:53:55 +0300
commit03b2af65b2fd11c9e10ab7c27c5cec0ec2851cd4 (patch)
tree7275f96de84062f051630307f39d3a2fd4f740c3 /mail/exim
parentcomms/xastir: Update to 2.1.8 (diff)
mail/exim: switch to native SRS implementation (+)
Years before Exim used alternative SRS library. Since 4.95 release, SRS functions was implemented as native code, switch build process tu use it insteasd of outdated alternative PR: 260789 Tested by: Martin Waschbüsch Sponsored by: Netzkommune GmbH
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index efb374f816e3..83bfb5aec983 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -2,7 +2,7 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= mail
MASTER_SITES= EXIM:exim
MASTER_SITE_SUBDIR= /exim4/:exim \
@@ -493,9 +493,8 @@ SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \
.endif
.if ${PORT_OPTIONS:MSRS}
-LIB_DEPENDS+= libsrs_alt.so:mail/libsrs_alt
-SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS,' \
- -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,'
+SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DSUPPORT_SRS,' \
+ -e 's,XX_SRS_LIBS_XX,,'
.else
SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \
-e 's,XX_SRS_LIBS_XX,,'