git: ee9305d0b3a6 - main - mail/archiveopteryx: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:23 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee9305d0b3a6ae111bacf063944e20de2e0ec82d
commit ee9305d0b3a6ae111bacf063944e20de2e0ec82d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-03 15:10:02 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-03 16:19:59 +0000
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)
---
mail/archiveopteryx/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile
index c3b176484a9f..b5f2435a0a92 100644
--- a/mail/archiveopteryx/Makefile
+++ b/mail/archiveopteryx/Makefile
@@ -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