Date: Wed, 20 Nov 2024 12:13:09 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 02b2752bf421 - main - dns/powerdns-recursor: unbreak build with boost-1.86 Message-ID: <202411201213.4AKCD93Z066476@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=02b2752bf421543a44ae8deea359ca98ff364df9 commit 02b2752bf421543a44ae8deea359ca98ff364df9 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-20 12:12:35 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-20 12:12:57 +0000 dns/powerdns-recursor: unbreak build with boost-1.86 Sponsored by: Future Crew, LLC --- dns/powerdns-recursor/files/patch-uuid-utils.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dns/powerdns-recursor/files/patch-uuid-utils.cc b/dns/powerdns-recursor/files/patch-uuid-utils.cc new file mode 100644 index 000000000000..7c51d9a06ce0 --- /dev/null +++ b/dns/powerdns-recursor/files/patch-uuid-utils.cc @@ -0,0 +1,10 @@ +--- uuid-utils.cc.orig 2024-09-30 10:32:35 UTC ++++ uuid-utils.cc +@@ -31,6 +31,7 @@ + #endif /* BOOST_VERSION */ + + #include <boost/random/mersenne_twister.hpp> ++#include <boost/uuid/uuid.hpp> + #include <boost/uuid/uuid_generators.hpp> + + // The default of:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411201213.4AKCD93Z066476>