git: 98b17d313edc - main - www/wt: unbreak build with boost-1.85

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 03 Oct 2024 10:27:36 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98b17d313edc8efa3bb35ad0979668c96515b5a6

commit 98b17d313edc8efa3bb35ad0979668c96515b5a6
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-02 23:50:55 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:00 +0000

    www/wt: unbreak build with boost-1.85
    
    With hat:       office
    Sponsored by:   Future Crew, LLC
---
 www/wt/Makefile                        |  1 +
 www/wt/files/patch-src_web_FileUtils.C | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/www/wt/Makefile b/www/wt/Makefile
index 368d46020879..f67b83307a4e 100644
--- a/www/wt/Makefile
+++ b/www/wt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wt
 DISTVERSION=	4.10.4
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	info@babaei.net
diff --git a/www/wt/files/patch-src_web_FileUtils.C b/www/wt/files/patch-src_web_FileUtils.C
new file mode 100644
index 000000000000..ca964aab5236
--- /dev/null
+++ b/www/wt/files/patch-src_web_FileUtils.C
@@ -0,0 +1,10 @@
+--- src/web/FileUtils.C.orig	2024-03-06 10:25:31 UTC
++++ src/web/FileUtils.C
+@@ -6,6 +6,7 @@
+ 
+ #include "web/FileUtils.h"
+ 
++#include <boost/filesystem/directory.hpp>
+ #include <boost/filesystem/operations.hpp>
+ 
+ #include "web/WebUtils.h"