Bug 236594 - games/freeorion: fails to build with boost 1.70
Summary: games/freeorion: 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-17 11:34 UTC by Jan Beich
Modified: 2019-03-28 18:49 UTC (History)
1 user (show)

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


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-17 11:34:11 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/freeorion
[...]
.../work/freeorion-0.4.8/network/ServerNetworking.cpp:676:42: error: no member named 'get_io_service' in 'boost::asio::basic_socket_acceptor<boost::asio::ip::tcp, boost::asio::executor>'
            m_player_connection_acceptor.get_io_service(),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-28 18:39:58 UTC
A commit references this bug:

Author: jbeich
Date: Thu Mar 28 18:39:07 UTC 2019
New revision: 497053
URL: https://svnweb.freebsd.org/changeset/ports/497053

Log:
  games/freeorion: unbreak with boost 1.70

  PR:		236594
  Obtained from:	upstream

Changes:
  head/games/freeorion/Makefile
  head/games/freeorion/distinfo