Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2023 15:00:19 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a2e1cfa6d7c8 - main - mail/exim: Mark BROKEN_SSL
Message-ID:  <202305041500.344F0JCM095965@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305041500.344F0JCM095965>