Bug 236594

Summary: games/freeorion: fails to build with boost 1.70
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me CC: amdmi3
Priority: --- Keywords: needs-patch
Version: LatestFlags: bugzilla: maintainer-feedback? (amdmi3)
Hardware: Any   
OS: Any   
See Also: https://github.com/freeorion/freeorion/issues/2409
Bug Depends on:    
Bug Blocks: 235956    

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