Date: Wed, 19 Jul 2023 18:42:47 GMT From: Oleksii Samorukov <samm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 678018fb05a4 - main - comms/ebusd: add patch to fix compilation on 14-CURRENT Message-ID: <202307191842.36JIglIc048851@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by samm: URL: https://cgit.FreeBSD.org/ports/commit/?id=678018fb05a41fc56ff89a2b5c13275d55f0c659 commit 678018fb05a41fc56ff89a2b5c13275d55f0c659 Author: Oleksii Samorukov <samm@FreeBSD.org> AuthorDate: 2023-07-19 18:39:38 +0000 Commit: Oleksii Samorukov <samm@FreeBSD.org> CommitDate: 2023-07-19 18:41:32 +0000 comms/ebusd: add patch to fix compilation on 14-CURRENT Reported by: fallout --- comms/ebusd/files/patch-src_lib_ebus_message.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/comms/ebusd/files/patch-src_lib_ebus_message.h b/comms/ebusd/files/patch-src_lib_ebus_message.h new file mode 100644 index 000000000000..37800cbce71a --- /dev/null +++ b/comms/ebusd/files/patch-src_lib_ebus_message.h @@ -0,0 +1,10 @@ +--- src/lib/ebus/message.h.orig 2023-07-19 18:34:53 UTC ++++ src/lib/ebus/message.h +@@ -58,7 +58,6 @@ namespace ebusd { + * template class. + */ + +-using std::binary_function; + using std::priority_queue; + using std::deque; +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307191842.36JIglIc048851>