[Bug 290448] devel/cpprestsdk: broken after boost update to 1.89

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 24 Oct 2025 00:42:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290448

--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=2dcd59d5daf211ebe2f0907ea295699cfdcb4b3d

commit 2dcd59d5daf211ebe2f0907ea295699cfdcb4b3d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-23 17:55:20 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-24 00:41:31 +0000

    devel/cpprestsdk: fix buils with Boost-1.89 (+)

    Project get strike from moved asio::deadline_timer.
    Follow the new placeholder for deadline_timer.

   
wrkdirs/usr/ports/devel/cpprestsdk/work/cpprestsdk-2.10.19/Release/src/http/client/http_client_asio.cpp:470:18:
error: no type named 'deadline_timer' in namespace 'boost::asio'
      470 |     boost::asio::deadline_timer m_pool_epoch_timer;
          |     ~~~~~~~~~~~~~^

    PR:     290448

 .../cpprestsdk/files/patch-src_http_client_http__client__asio.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.