aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-30 17:57:34 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-30 18:33:30 +0000
commita6a95015a1a5b92cb7c67d66ac1a7c6096b038aa (patch)
treebf6497da495c91428aa02bdb1dbc4dd5b4ad715f
parent7677a7924175f3b004adf1ebdec0a8fcfedb2248 (diff)
downloadports-a6a95015a1a5b92cb7c67d66ac1a7c6096b038aa.tar.gz
ports-a6a95015a1a5b92cb7c67d66ac1a7c6096b038aa.zip
audio/murmur: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON Approved by: portmgr (blanket)
-rw-r--r--audio/murmur/Makefile2
1 files changed, 2 insertions, 0 deletions
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