svn commit: r496814 - in head: net-im net-im/mtxclient net-im/mtxclient/files security security/olm

Alexey Dokuchaev danfe at freebsd.org
Fri Aug 7 13:03:22 UTC 2020


On Mon, Mar 25, 2019 at 10:40:42AM +0000, Adriaan de Groot wrote:
> New Revision: 496814
> URL: https://svnweb.freebsd.org/changeset/ports/496814
> 
> Log:
>   New ports security/olm and net-im/mtxclient
>   
>   These are support libraries for Matrix clients; Nheko in particular.
>   Until I wrap-up Nheko, they aren't used by anything.
> 
> Added: head/net-im/mtxclient/Makefile
> ...
> +
> +BUILD_DEPENDS=	nlohmann-json>=3:devel/nlohmann-json \
> +		spdlog>=1.3:devel/spdlog \ \

Ouch, `devel/googletest' in BUILD_DEPENDS, that's gross!  Would you
kindly consider dropping the hard dependency and adding CMAKE_ARGS=
-DBUILD_LIB_TESTS:BOOL=OFF instead?  Thanks,

./danfe


More information about the svn-ports-all mailing list