Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 20:31:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 232525] devel/boost-all: Update to 1.69.0 (currently, develop snapshot)
Message-ID:  <bug-232525-25061-Fl4jjRUhvQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232525-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232525-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232525

--- Comment #12 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Mon Oct 22 20:31:03 UTC 2018
New revision: 482790
URL: https://svnweb.freebsd.org/changeset/ports/482790

Log:
  games/wesnoth: unbreak with boost 1.69

  src/units/frame.cpp:463:53: error: no viable conversion from 'const
boost::tribool' to 'bool'
                  v.emplace_back("auto_vflip=3D" +
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=3D" +
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=3D" +
utils::bool_string(primary_frame_));
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
^~~~~~~~~~~~~~
  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 =3D result.primary_frame =3D=3D true ||
boost::logic::indeterminate(result.primary_frame);
                     ^=20=20=20=20=20=20=20=20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~

  PR:           232525

Changes:
  head/games/wesnoth/files/patch-boost-1.69

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232525-25061-Fl4jjRUhvQ>