From b178f485e8d896d1a6046e8ec9a9594cbca135ad Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Mon, 27 Oct 2025 22:05:49 +0100 Subject: mail/cone: Update to 1.17 to fix build Update of devel/courier-unicode to 2.4.0 caused this port to break. Updated version fixes it. Reported by: eduardo Approved by: Fixit, eduardo (maintainer) --- mail/cone/files/patch-libs_rfc2045_testsuitecpp2.C | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mail/cone/files/patch-libs_rfc2045_testsuitecpp2.C (limited to 'mail/cone/files/patch-libs_rfc2045_testsuitecpp2.C') diff --git a/mail/cone/files/patch-libs_rfc2045_testsuitecpp2.C b/mail/cone/files/patch-libs_rfc2045_testsuitecpp2.C new file mode 100644 index 000000000000..353465b17a71 --- /dev/null +++ b/mail/cone/files/patch-libs_rfc2045_testsuitecpp2.C @@ -0,0 +1,29 @@ +--- libs/rfc2045/testsuitecpp2.C.orig 2025-09-10 09:00:05 UTC ++++ libs/rfc2045/testsuitecpp2.C +@@ -217,7 +217,7 @@ void test3() + auto b=std::istreambuf_iterator{ss}; + auto e=std::istreambuf_iterator{}; + +- typename rfc2045::entity::line_iter::iter< ++ typename rfc2045::entity::line_iter::template iter< + std::istreambuf_iterator, + std::istreambuf_iterator + > iter{b, e}; +@@ -310,7 +310,7 @@ void test4() + auto b=std::istreambuf_iterator{ss}; + auto e=std::istreambuf_iterator{}; + +- typename rfc2045::entity::line_iter::iter< ++ typename rfc2045::entity::line_iter::template iter< + std::istreambuf_iterator, + std::istreambuf_iterator + > iter{b, e}; +@@ -488,7 +488,7 @@ void test5() + auto b=std::istreambuf_iterator{ss}; + auto e=std::istreambuf_iterator{}; + +- typename rfc2045::entity::line_iter::iter< ++ typename rfc2045::entity::line_iter::template iter< + std::istreambuf_iterator, + std::istreambuf_iterator + > iter{b, e}; -- cgit v1.2.3