aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-06 20:53:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-07 07:25:07 +0000
commit842fc2718bed1dc7dbdc9effa6b5226be460733b (patch)
tree6be562aa96cfdc7985bd80baca71eedd467b5337
parent78384c5fabef5d96a08c0fda69108883c9e9b845 (diff)
downloadports-842fc2718bed1dc7dbdc9effa6b5226be460733b.tar.gz
ports-842fc2718bed1dc7dbdc9effa6b5226be460733b.zip
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
-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,'