Bug 286903 - devel/websocketpp: boost 1.87 compatibility patch
Summary: devel/websocketpp: boost 1.87 compatibility patch
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 286905
  Show dependency treegraph
 
Reported: 2025-05-18 14:36 UTC by Jan-Espen Oversand
Modified: 2025-06-02 15:11 UTC (History)
1 user (show)

See Also:


Attachments
Patch for boost 1.87 compatibility, cpp-files/implementation may be omitted since the port is hdr only (25.82 KB, patch)
2025-05-18 14:36 UTC, Jan-Espen Oversand
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan-Espen Oversand 2025-05-18 14:36:34 UTC
Created attachment 260504 [details]
Patch for boost 1.87 compatibility, cpp-files/implementation may be omitted since the port is hdr only

Websocketpp 0.8.2 is not compatible with boost 1.87. The FreeBSD-port is done as a headers only, so it's probably fine to only patch the headers. I've included everything I patched to have the github-project work reasonably with boost 1.87.

Since the port is done as a headers only the build and install is not broken, but the headers don't actually work.

I guess upstream will sooner or later have a fix for boost 1.87 - there is at least a pull request at this time.
Comment 1 John Hein 2025-06-02 15:11:48 UTC
See also https://github.com/zaphoyd/websocketpp/issues/1157