diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-11-28 03:56:43 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-11-28 03:56:43 +0800 |
commit | ef2f74c7e1def57c1fa6af581e8aa92ce11a5cf9 (patch) | |
tree | 6d7b975169f01b00149125f8313cd3884fa05057 /games | |
parent | 4a6034550da2e11d03eac858f081e05f5612a47a (diff) | |
download | freebsd-ports-gnome-ef2f74c7e1def57c1fa6af581e8aa92ce11a5cf9.tar.gz freebsd-ports-gnome-ef2f74c7e1def57c1fa6af581e8aa92ce11a5cf9.tar.zst freebsd-ports-gnome-ef2f74c7e1def57c1fa6af581e8aa92ce11a5cf9.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/freeorion/Makefile | 1 | ||||
-rw-r--r-- | games/freeorion/distinfo | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 4c091c28b812..81d05dca48a8 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -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 diff --git a/games/freeorion/distinfo b/games/freeorion/distinfo index e4d8c7562c95..41decc9d2708 100644 --- a/games/freeorion/distinfo +++ b/games/freeorion/distinfo @@ -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 |