Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 18:06:58 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e4b88776b9f - main - net-im/telegram-desktop: mark BROKEN_SSL
Message-ID:  <202306031806.353I6w5g018835@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306031806.353I6w5g018835>