diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-04 13:34:00 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-04 15:00:13 +0000 |
commit | a2e1cfa6d7c88e66b6d48873496c21e8c560932b (patch) | |
tree | 1050fdfde40cadb8a1a8ac63cee612ed5529a33e | |
parent | 986abf68b2d48c41d5ab726ae9d44bf3b7ec7400 (diff) |
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)
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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,' |