/devel/gcc-6811/

e.cpp:467:53: error: no viable conversion from 'const boost::tribool' to 'bool' v.emplace_back("auto_hflip=" + utils::bool_string(auto_hflip_)); ^~~~~~~~~~~ src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here std::string bool_string(const bool value); ^ src/units/frame.cpp:471:56: error: no viable conversion from 'const boost::tribool' to 'bool' v.emplace_back("primary_frame=" + utils::bool_string(primary_frame_)); ^~~~~~~~~~~~~~ src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here std::string bool_string(const bool value); ^ src/units/frame.cpp:775:13: error: no viable conversion from 'boost::logic::tribool' to 'const bool' const bool primary = result.primary_frame == true || boost::logic::indeterminate(result.primary_frame); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 232525
src/units/frame.cpp:463:53: error: no viable conversion from 'const boost::tribool' to 'bool'
                v.emplace_back("auto_vflip=" + utils::bool_string(auto_vflip_));
                                                                  ^~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
                                   ^
src/units/frame.cpp:467:53: error: no viable conversion from 'const boost::tribool' to 'bool'
                v.emplace_back("auto_hflip=" + utils::bool_string(auto_hflip_));
                                                                  ^~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
                                   ^
src/units/frame.cpp:471:56: error: no viable conversion from 'const boost::tribool' to 'bool'
                v.emplace_back("primary_frame=" + utils::bool_string(primary_frame_));
                                                                     ^~~~~~~~~~~~~~
src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here
std::string bool_string(const bool value);
                                   ^
src/units/frame.cpp:775:13: error: no viable conversion from 'boost::logic::tribool' to 'const bool'
        const bool primary = result.primary_frame == true || boost::logic::indeterminate(result.primary_frame);
                   ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		232525
- Update Battle of Wesnoth to 1.14.3 release 2018-07-25T03:43:54+00:00 fluffy fluffy@FreeBSD.org 2018-07-25T03:43:54+00:00 1e6b2d8fd7c2cda22df01ebcbc712f9826b12526 PR: 228984 (based on) Submitted by: Maik Fischer
PR:		228984 (based on)
Submitted by:	Maik Fischer
- Fix build with TEST enabled 2015-11-05T20:34:17+00:00 amdmi3 amdmi3@FreeBSD.org 2015-11-05T20:34:17+00:00 03ffa295fc4d6ede153bf2336e9cf943a9850e05 Approved by: portmgr blanket
Approved by:	portmgr blanket
games/wesnoth: Upgrade version 1.10.7 => 1.12.0, change maintainers 2015-02-06T13:44:06+00:00 marino marino@FreeBSD.org 2015-02-06T13:44:06+00:00 52fcfb38fac340e3824cc289d9dbfe422ca19062 With the blessing of the former maintainer, the submitter of the PR takes over the maintainership of Wesnoth. PR: 196721 Submitted by: Torsten Zuehlsdorff
With the blessing of the former maintainer, the submitter of the PR
takes over the maintainership of Wesnoth.

PR:		196721
Submitted by:	Torsten Zuehlsdorff