Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2021 10:55:34 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563040 - head/net-im/mtxclient
Message-ID:  <202101271055.10RAtYew096736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Wed Jan 27 10:55:34 2021
New Revision: 563040
URL: https://svnweb.freebsd.org/changeset/ports/563040

Log:
  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.

Modified:
  head/net-im/mtxclient/Makefile

Modified: head/net-im/mtxclient/Makefile
==============================================================================
--- head/net-im/mtxclient/Makefile	Wed Jan 27 10:32:16 2021	(r563039)
+++ head/net-im/mtxclient/Makefile	Wed Jan 27 10:55:34 2021	(r563040)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101271055.10RAtYew096736>