git: a5e48c4187d6 - main - net/lavinmq: Mark BROKEN with OpenSSL 3 and later
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 19:42:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5e48c4187d6e7e7531eeb6b221a1863d943a43e commit a5e48c4187d6e7e7531eeb6b221a1863d943a43e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-18 17:44:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-18 19:42:05 +0000 net/lavinmq: Mark BROKEN with OpenSSL 3 and later Fails to compile with: ld: error: undefined symbol: EVP_MD_size Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net/lavinmq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lavinmq/Makefile b/net/lavinmq/Makefile index bf6c119b8173..fffdeaed1d08 100644 --- a/net/lavinmq/Makefile +++ b/net/lavinmq/Makefile @@ -41,7 +41,7 @@ SHARDS_ENV= --time --verbose --production --release --no-color --stats \ .include <bsd.port.options.mk> .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} -CXXFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L +BROKEN= fails to compile: undefined symbol: EVP_MD_size .endif post-extract: