From afc48c275f2331a4540759ee73b820df7dfd0fbf Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 27 Jan 2021 10:55:34 +0000 Subject: 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. --- net-im/mtxclient/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-im/mtxclient') 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 \ -- cgit v1.2.3