git: a6a95015a1a5 - main - audio/murmur: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Apr 2023 18:35:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6a95015a1a5b92cb7c67d66ac1a7c6096b038aa commit a6a95015a1a5b92cb7c67d66ac1a7c6096b038aa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-30 17:57:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-30 18:33:30 +0000 audio/murmur: Mark BROKEN_SSL - Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON Approved by: portmgr (blanket) --- audio/murmur/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index 3ff5e48f10da..e286c33d451c 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -14,6 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs LIB_DEPENDS= libprotobuf.so:devel/protobuf USES= compiler:c++11-lang qmake pkgconfig python:build qt:5 ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON USE_CXXSTD= c++11 USE_QT= buildtools:build core network sql xml