git: 551118aae6f7 - main - net/jose: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 01:30:05 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=551118aae6f7f68204a1b7f17376521142b98af5 commit 551118aae6f7f68204a1b7f17376521142b98af5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-02 18:40:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 01:29:49 +0000 net/jose: Mark BROKEN_SSL - Fails to build with lots of ld: error: undefined symbol: EVP_CIPHER_* Approved by: portmgr (blanket) --- net/jose/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/jose/Makefile b/net/jose/Makefile index 242dbfbd92ac..0bc90d72a860 100644 --- a/net/jose/Makefile +++ b/net/jose/Makefile @@ -13,6 +13,8 @@ BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libjansson.so:devel/jansson USES= compiler:c11 meson ninja pkgconfig ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to build with lots of ld: error: undefined symbol: EVP_CIPHER_* USE_GITHUB= yes GH_ACCOUNT= latchset GH_TAGNAME= v11