Date: Wed, 24 Jun 2026 20:12:18 +0000 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: b2761a16ca1a - main - net/kea: add missed #include <boost/static_assert.hpp> Message-ID: <6a3c3a22.4675d.100427ea@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2761a16ca1acc2fb4997acdcb3dc04a52240958 commit b2761a16ca1acc2fb4997acdcb3dc04a52240958 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2026-06-24 20:08:09 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2026-06-24 20:08:09 +0000 net/kea: add missed #include <boost/static_assert.hpp> This fixes build with boost-1.91+ Approved by: portmgr blanket --- net/kea/files/patch-src_lib_dns_rdataclass.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/net/kea/files/patch-src_lib_dns_rdataclass.cc b/net/kea/files/patch-src_lib_dns_rdataclass.cc new file mode 100644 index 000000000000..617898cbf99e --- /dev/null +++ b/net/kea/files/patch-src_lib_dns_rdataclass.cc @@ -0,0 +1,10 @@ +--- src/lib/dns/rdataclass.cc.orig 2026-03-13 15:55:30 UTC ++++ src/lib/dns/rdataclass.cc +@@ -41,6 +41,7 @@ + + #include <boost/lexical_cast.hpp> + #include <boost/shared_ptr.hpp> ++#include <boost/static_assert.hpp> + + using namespace isc::util; + using namespace isc::util::encode;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3c3a22.4675d.100427ea>
