Bug 236668 - games/frogatto: fails to build with boost 1.70
Summary: games/frogatto: fails to build with boost 1.70
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords: needs-patch
Depends on:
Blocks: 235956
  Show dependency treegraph
 
Reported: 2019-03-20 15:40 UTC by Jan Beich
Modified: 2019-03-22 12:09 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (fiziologus)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2019-03-20 15:40:25 UTC
While preparing for Boost upgrade this port failed to build. Can you help to avoid marking it as BROKEN?

$ fetch -qo- 'https://reviews.freebsd.org/D19303?download=true' |
  patch -Efsp0 -d /usr/ports
$ make all deinstall install clean -C/usr/ports/devel/boost-jam
$ make all deinstall install clean -C/usr/ports/devel/boost-libs
$ make -C/usr/ports/games/frogatto
[...]
src/http_server.cpp:34:46: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
        socket_ptr socket(new tcp::socket(acceptor_.get_io_service()));
                                          ~~~~~~~~~ ^
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-22 12:07:12 UTC
A commit references this bug:

Author: jbeich
Date: Fri Mar 22 12:06:21 UTC 2019
New revision: 496558
URL: https://svnweb.freebsd.org/changeset/ports/496558

Log:
  games/frogatto: unbreak with boost 1.70

  PR:		236668

Changes:
  head/games/frogatto/files/patch-boost-1.70
Comment 2 Jan Beich freebsd_committer freebsd_triage 2019-03-22 12:09:25 UTC
Not clue if frogatto-server actually works with boost 1.70 but at least it builds. Reopen or file another bug if you have a better fix.