Skip to content

Commit

Permalink
mail/exim: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
5u623l20 committed May 4, 2023
1 parent 986abf6 commit a2e1cfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mail/exim/Makefile
Expand Up @@ -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,'
Expand Down

0 comments on commit a2e1cfa

Please sign in to comment.