git: a2e1cfa6d7c8 - main - mail/exim: Mark BROKEN_SSL

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 04 May 2023 15:00:19 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a2e1cfa6d7c88e66b6d48873496c21e8c560932b

commit a2e1cfa6d7c88e66b6d48873496c21e8c560932b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-04 13:34:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-04 15:00:13 +0000

    mail/exim: Mark BROKEN_SSL
    
    - Fails to build with error: token is not a valid binary operator in a
      preprocessor subexpression
    - There is an upstream release more recent than the one in the tree
      which supports OpenSSL 3.0.0
    
    Approved by:    portmgr (blanket)
---
 mail/exim/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index a6529bad7a26..ad06672afa63 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -295,6 +295,8 @@ 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_REASON=	error: token is not a valid binary operator in a preprocessor subexpression
 .else
 SEDLIST+=	-e 's,^\# (USE_GNUTLS=),\1,'
 SEDLIST+=	-e 's,^\# (TLS_LIBS=.*-lgnutls[[:space:]]),\1,'