Date: Tue, 27 Nov 2018 19:56:43 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486056 - head/games/freeorion Message-ID: <201811271956.wARJuhSm043188@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Nov 27 19:56:43 2018 New Revision: 486056 URL: https://svnweb.freebsd.org/changeset/ports/486056 Log: games/freeorion: unbreak with boost 1.69 (post-Beta1) In file included from combat/CombatEvent.cpp:1: combat/CombatEvent.h:42:25: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >' virtual std::string CombatLogDetails(int viewing_empire_id) const ^ /usr/include/c++/v1/iosfwd:193:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_string; ^ In file included from combat/CombatEvent.cpp:1: combat/CombatEvent.h:43:14: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >' { return std::string(""); } ^ /usr/include/c++/v1/iosfwd:193:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_string; ^ PR: 232525 Obtained from: upstream Modified: head/games/freeorion/Makefile (contents, props changed) head/games/freeorion/distinfo (contents, props changed) Modified: head/games/freeorion/Makefile ============================================================================== --- head/games/freeorion/Makefile Tue Nov 27 19:53:11 2018 (r486055) +++ head/games/freeorion/Makefile Tue Nov 27 19:56:43 2018 (r486056) @@ -10,6 +10,7 @@ CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= fd05b34fcc68.patch:-p1 PATCHFILES+= 35863f31210b.patch:-p1 +PATCHFILES+= 9313aa4b98cc.patch:-p1 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Turn-based space empire and galactic conquest game Modified: head/games/freeorion/distinfo ============================================================================== --- head/games/freeorion/distinfo Tue Nov 27 19:53:11 2018 (r486055) +++ head/games/freeorion/distinfo Tue Nov 27 19:56:43 2018 (r486056) @@ -1,7 +1,9 @@ TIMESTAMP = 1535717925 SHA256 (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 1dac72c40bb9b881699423c98b14a9cd71b3f88cd2ec3433d5456cdd8dfa9621 SIZE (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 106232267 -SHA256 (35863f31210b.patch) = 54fb8495a7383246788705c1cf70037856a14141fdb2ad16ce0f69f2c9dacc2a -SIZE (35863f31210b.patch) = 2258 SHA256 (fd05b34fcc68.patch) = 8c30408d22a9b25f1e67417aa7162523f92660d83e67a95d5da47fe8e018709f SIZE (fd05b34fcc68.patch) = 2788 +SHA256 (35863f31210b.patch) = 54fb8495a7383246788705c1cf70037856a14141fdb2ad16ce0f69f2c9dacc2a +SIZE (35863f31210b.patch) = 2258 +SHA256 (9313aa4b98cc.patch) = 533a6f8a55146eefd09426f5fcea30fc00e67145bfa3ff9b90b7d0bea09796c3 +SIZE (9313aa4b98cc.patch) = 668
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811271956.wARJuhSm043188>