summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-06 22:53:18 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-07 09:25:07 +0200
commit842fc2718bed1dc7dbdc9effa6b5226be460733b (patch)
tree6be562aa96cfdc7985bd80baca71eedd467b5337 /mail/exim/Makefile
parentdevel/git-modes: Mark MAKE_JOBS_UNSAFE (diff)
mail/exim: Unmark BROKEN for openssl30
New version 4.96 comes with support for OpenSSL 3.0.X which has been tested however support with 3.1.X has not yet been tested. It maybe the case that while I was marking ports BROKEN the MAINTAINER was updating the port and missed this snippet causing a mid air collission. PR: 265098 Tested by: i.dani@outlook.com
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 45d5209d7a2a..93a6336c072d 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -305,7 +305,7 @@ SEDLIST+= -e 's,^\# (EXIM_MONITOR=),\1,'
USES+= ssl
SEDLIST+= -e 's,^\# (USE_OPENSSL=),\1,'
SEDLIST+= -e 's,^\# (TLS_LIBS=.*-lssl[[:space:]]),\1,'
-BROKEN_SSL= openssl30 openssl31
+BROKEN_SSL= openssl31
BROKEN_SSL_REASON= error: token is not a valid binary operator in a preprocessor subexpression
.else
SEDLIST+= -e 's,^\# (USE_GNUTLS=),\1,'