diff --git a/net-mgmt/metronome/Makefile b/net-mgmt/metronome/Makefile index b0893f092915..65b921ec6a34 100644 --- a/net-mgmt/metronome/Makefile +++ b/net-mgmt/metronome/Makefile @@ -1,32 +1,32 @@ PORTNAME= metronome DISTVERSION= 0.9.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net-mgmt dns MAINTAINER= krion@FreeBSD.org COMMENT= Client-side java script to render graphs w/o depending on graphite WWW= https://github.com/ahupowerdns/metronome LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= autoreconf:build compiler:c++11-lang eigen:3 libtool:build \ pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= ahupowerdns GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes SUB_FILES= pkg-message INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS pre-configure: (cd ${WRKSRC}; ./bootstrap ) .include diff --git a/net-mgmt/metronome/files/patch-iputils.hh b/net-mgmt/metronome/files/patch-iputils.hh new file mode 100644 index 000000000000..4f23138c8ca1 --- /dev/null +++ b/net-mgmt/metronome/files/patch-iputils.hh @@ -0,0 +1,11 @@ +--- 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 ++ struct addressOnlyLessThan: public std::__binary_function + { + bool operator()(const ComboAddress& a, const ComboAddress& b) const + {