git: 56757792de24 - 2023Q4 - net-mgmt/metronome: Revert "Fix build with clang-16.x"

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sat, 18 Nov 2023 20:24:59 UTC
The branch 2023Q4 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56757792de2487fcee64817fc6d073e21ef8a0be

commit 56757792de2487fcee64817fc6d073e21ef8a0be
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-17 17:10:19 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-18 20:24:40 +0000

    net-mgmt/metronome: Revert "Fix build with clang-16.x"
    
    This reverts commit 0ff8163865567ad705b0f465a00ba72c8fa6ba3e.
    
    The underlying issue was correctly fixed by 2ba2bf91fc27.
    This additional fix just breaks the build on FreeBSD 13.2.
    
    See also:       2ba2bf91fc27fe173fe990f3711410087adecb50
    Approved by:    portmgr (build fix blanket)
    MFH:            2023Q4
    
    (cherry picked from commit 8aa7a2d9b9d511573728a66ae1986c35599401c7)
---
 net-mgmt/metronome/files/patch-iputils.hh | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/net-mgmt/metronome/files/patch-iputils.hh b/net-mgmt/metronome/files/patch-iputils.hh
deleted file mode 100644
index 4f23138c8ca1..000000000000
--- a/net-mgmt/metronome/files/patch-iputils.hh
+++ /dev/null
@@ -1,11 +0,0 @@
---- iputils.hh.orig	2023-07-20 17:03:02 UTC
-+++ iputils.hh
-@@ -89,7 +89,7 @@ union ComboAddress {
-       return memcmp(&sin6.sin6_addr.s6_addr, &rhs.sin6.sin6_addr.s6_addr, 16) > 0;
-   }
- 
--  struct addressOnlyLessThan: public std::binary_function<string, string, bool>
-+  struct addressOnlyLessThan: public std::__binary_function<string, string, bool>
-   {
-     bool operator()(const ComboAddress& a, const ComboAddress& b) const
-     {