aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-01-27 10:55:34 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-01-27 10:55:34 +0000
commitafc48c275f2331a4540759ee73b820df7dfd0fbf (patch)
tree5784daaed47c8636c1cafa260925011d417102b1 /net-im
parent82b52ebc16388e719e958ac01561e6fb0e1313f3 (diff)
downloadports-afc48c275f2331a4540759ee73b820df7dfd0fbf.tar.gz
ports-afc48c275f2331a4540759ee73b820df7dfd0fbf.zip
Mark net-im/mtxclient unsupported on FreeBSD 11
This is a bit hairy, since 11.4 is supported until 2021-09-30. With only one consumer in the tree, which has good alternatives, I don't think it is worth the effort to chase. At issue is SSL support: mtxclient needs SSL 1.1, which base doesn't supply. However, it **also** needs to be compatible with the SSL used in the rest of the stack (Qt in particular), so I can't push a ports SSL here without also chasing that all over and potentially breaking other parts of the stack. No PORTREVISION bump since the package doesn't change, and it never built on 11 anyway.
Notes
Notes: svn path=/head/; revision=563040
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mtxclient/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile
index b63ef0bcb23a..7de6e93b99ee 100644
--- a/net-im/mtxclient/Makefile
+++ b/net-im/mtxclient/Makefile
@@ -11,6 +11,8 @@ COMMENT= Client API library for the Matrix protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+IGNORE_FreeBSD_11= unsupported SSL in base
+
BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json
LIB_DEPENDS= libsodium.so:security/libsodium \
libboost_date_time.so:devel/boost-libs \