diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-29 15:07:52 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-29 15:14:59 +0000 |
commit | 20eb03b88d48a2565569f39a3fc16a3e7b68ed4b (patch) | |
tree | 1c4c836b12e108fcab650167931720a32dfc2876 | |
parent | 9793dcb865fa88355b5842e069da9a397e6d6b7b (diff) | |
download | ports-20eb03b88d48a2565569f39a3fc16a3e7b68ed4b.tar.gz ports-20eb03b88d48a2565569f39a3fc16a3e7b68ed4b.zip |
audio/mumble: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON
- There are more recent version available on upstream site and might
have these fixed
Approved by: portmgr (blanket)
-rw-r--r-- | audio/mumble/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index fa996ad9871d..5f93ad019308 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS+= libspeex.so:audio/speex \ libopus.so:audio/opus USES= compiler:c++11-lang cpe desktop-file-utils gl gmake gnome pkgconfig python:build qmake qt:5 ssl xorg +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON PATCHVERSION= ${PORTVERSION} MINORVERSION= ${PORTVERSION:R} |