Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 01:30:05 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: 551118aae6f7 - main - net/jose: Mark BROKEN_SSL
Message-ID:  <202305030130.3431U5RA074258@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=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



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