git: 7e4b88776b9f - main - net-im/telegram-desktop: mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 18:06:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e4b88776b9f0a3b7606ef0dfcccf8a1f51f7cbe commit 7e4b88776b9f0a3b7606ef0dfcccf8a1f51f7cbe Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-03 16:41:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-03 18:03:22 +0000 net-im/telegram-desktop: mark BROKEN_SSL - BROKEN_SSL for openssl 3.0.0 and later as it fails to build with undefined symbol: ERR_load_BIO_strings --- net-im/telegram-desktop/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index e92d0bdd0a6f..b401dc9986e4 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= does not build, webrtc related +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= undefined symbol: ERR_load_BIO_strings NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe NOT_FOR_ARCHS_REASON= Only little endian is supported