mail/archiveopteryx: Mark BROKEN_SSL
- Fails to build with OpenSSL 3.0.0 and later with error: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated - mail/archiveopteryx-devel builds fine with OpenSSL 3.0.0 and later. Considering using that. Approved by: portmgr (blanket)
This commit is contained in:
parent
f0951423cc
commit
ee9305d0b3
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ WWW= https://www.archiveopteryx.org/
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
BROKEN_SSL= openssl30 openssl31
|
||||
BROKEN_SSL_REASON= error: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated
|
||||
|
||||
BUILD_DEPENDS= jam:devel/jam
|
||||
|
||||
USES= compiler perl5 ssl tar:bzip2
|
||||
|
|
Loading…
Reference in a new issue