Date: Sun, 3 Dec 2023 20:53:54 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3662aa6f87da - main - net-im/mtxclient: Bump PORTREVISION to fix net-im/nheko build Message-ID: <202312032053.3B3Krsj7038933@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3662aa6f87da19f558e9f06822e742884f1c6e0b commit 3662aa6f87da19f558e9f06822e742884f1c6e0b Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2023-12-03 20:41:42 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2023-12-03 20:52:22 +0000 net-im/mtxclient: Bump PORTREVISION to fix net-im/nheko build After the devel/nlohmann-json update in 551e034565, net-im/nheko fails to build due to linking errors unless net-im/mtxclient is rebuilt. ld: error: undefined symbol: mtx::events::state::to_json(nlohmann::json_abi_v3_11_3::basic_json<std::__1::map, std::__1::vector, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, bool, long, unsigned long, double, std::__1::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::__1::vector<unsigned char, std::__1::allocator<unsigned char>>, void>&, mtx::events::state::Aliases const&) >>> referenced by EventStore.cpp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42886 --- net-im/mtxclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index be7acccc0652..ce2a06ef9ff0 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -1,7 +1,7 @@ PORTNAME= mtxclient DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312032053.3B3Krsj7038933>