freebsd-ports/games/freeorion/distinfo
Jan Beich 29d77e9e77 games/freeorion: unbreak with boost 1.72
GG/src/Texture.cpp:232:25: error: no template named 'vector4' in namespace 'boost::mpl'
    typedef boost::mpl::vector4<
            ~~~~~~~~~~~~^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:17:
In file included from /usr/local/include/boost/variant.hpp:17:
/usr/local/include/boost/variant/variant.hpp:2416:5: error: static_assert failed due to requirement '::boost::mpl::is_sequence<int>::value' "( ::boost::mpl::is_sequence<Types>::value )"
    BOOST_STATIC_ASSERT(( ::boost::mpl::is_sequence<Types>::value ));
    ^                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/static_assert.hpp:70:41: note: expanded from macro 'BOOST_STATIC_ASSERT'
 #     define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
                                         ^             ~~~~~~~~~~~
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:88:26: note: in instantiation of template class 'boost::make_variant_over<int>' requested here
class any_image : public make_variant_over<Images>::type
                         ^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
    ImageType image;
              ^
In file included from GG/src/Texture.cpp:32:
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:90:58: error: no type named 'type' in 'boost::make_variant_over<int>'
    using parent_t = typename make_variant_over<Images>::type;
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
    ImageType image;
              ^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:12:
In file included from /usr/local/include/boost/gil/image.hpp:11:
In file included from /usr/local/include/boost/gil/algorithm.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_iterator.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_reference.hpp:12:
In file included from /usr/local/include/boost/gil/pixel.hpp:12:
In file included from /usr/local/include/boost/gil/channel.hpp:11:
In file included from /usr/local/include/boost/gil/utilities.hpp:11:
In file included from /usr/local/include/boost/gil/detail/mp11.hpp:12:
In file included from /usr/local/include/boost/mp11.hpp:11:
/usr/local/include/boost/mp11/list.hpp:45:19: error: no type named 'type' in 'boost::mp11::detail::mp_size_impl<int>'
template<class L> using mp_size = typename detail::mp_size_impl<L>::type;
                  ^~~~~
/usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here
template<template<class...> class F, class... L> using mp_transform = typename mp_if<mp_same<mp_size<L>...>, detail::mp_transform_impl<F, L...>, detail::list_size_mismatch>::type;
                                                 ^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:33:1: note: in instantiation of template type alias 'mp_transform' requested here
using images_get_views_t = mp11::mp_transform<get_view_t, Images>;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:92:43: note: in instantiation of template type alias 'images_get_views_t' requested here
    using view_t = any_image_view<detail::images_get_views_t<Images>>;
                                          ^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
    ImageType image;
              ^
In file included from GG/src/Texture.cpp:32:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:11:
In file included from /usr/local/include/boost/gil/extension/dynamic_image/any_image_view.hpp:12:
In file included from /usr/local/include/boost/gil/image.hpp:11:
In file included from /usr/local/include/boost/gil/algorithm.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_iterator.hpp:11:
In file included from /usr/local/include/boost/gil/bit_aligned_pixel_reference.hpp:12:
In file included from /usr/local/include/boost/gil/pixel.hpp:12:
In file included from /usr/local/include/boost/gil/channel.hpp:11:
In file included from /usr/local/include/boost/gil/utilities.hpp:11:
In file included from /usr/local/include/boost/gil/detail/mp11.hpp:12:
In file included from /usr/local/include/boost/mp11.hpp:11:
/usr/local/include/boost/mp11/list.hpp:45:19: error: no type named 'type' in 'boost::mp11::detail::mp_size_impl<int>'
template<class L> using mp_size = typename detail::mp_size_impl<L>::type;
                  ^~~~~
/usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here
template<template<class...> class F, class... L> using mp_transform = typename mp_if<mp_same<mp_size<L>...>, detail::mp_transform_impl<F, L...>, detail::list_size_mismatch>::type;
                                                 ^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:39:1: note: in instantiation of template type alias 'mp_transform' requested here
using images_get_const_views_t = mp11::mp_transform<get_const_view_t, Images>;
^
/usr/local/include/boost/gil/extension/dynamic_image/any_image.hpp:93:49: note: in instantiation of template type alias 'images_get_const_views_t' requested here
    using const_view_t = any_image_view<detail::images_get_const_views_t<Images>>;
                                                ^
GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image<int>' requested here
    ImageType image;
              ^

Obtained from:	upstream
2019-11-14 00:43:28 +00:00

31 lines
1.9 KiB
Text

TIMESTAMP = 1535717925
SHA256 (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 1dac72c40bb9b881699423c98b14a9cd71b3f88cd2ec3433d5456cdd8dfa9621
SIZE (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 106232267
SHA256 (fd05b34fcc68.patch) = 8c30408d22a9b25f1e67417aa7162523f92660d83e67a95d5da47fe8e018709f
SIZE (fd05b34fcc68.patch) = 2788
SHA256 (35863f31210b.patch) = 54fb8495a7383246788705c1cf70037856a14141fdb2ad16ce0f69f2c9dacc2a
SIZE (35863f31210b.patch) = 2258
SHA256 (9313aa4b98cc.patch) = 533a6f8a55146eefd09426f5fcea30fc00e67145bfa3ff9b90b7d0bea09796c3
SIZE (9313aa4b98cc.patch) = 668
SHA256 (31d04b0c66d3.patch) = d530430d24445624afe2619502bf1984fae24f13b350531d2a42281b1710fbe8
SIZE (31d04b0c66d3.patch) = 15224
SHA256 (0318fe967d2b.patch) = 1d9786fd72bba0791b398593dc12ef9dee6b8ceaf67d34c163d3802a33ccfdb0
SIZE (0318fe967d2b.patch) = 1303
SHA256 (fc4486b30299.patch) = be324aadf6f8a7a03f3aa6786c7dfe49e4e66087fc8e757a07bd736d81023ea8
SIZE (fc4486b30299.patch) = 1125
SHA256 (eff31a5ef564.patch) = 93a3da43f58ab484c47ebfbf3b59aee97642a86c4433d975cb368ca84228c2f3
SIZE (eff31a5ef564.patch) = 2053
SHA256 (38ce15b0f89c.patch) = 7203ff030f7b45b3242b2b6adffbbb3c4451cd3c0b28ae9b48a2bbd76da2bed0
SIZE (38ce15b0f89c.patch) = 1272
SHA256 (d28d9662bd81.patch) = 63e6e79fcae2313900b65eb18647bf4a1147feedf1a451a4278fe83322463ed8
SIZE (d28d9662bd81.patch) = 939
SHA256 (78b7a1994b8b.patch) = d6ec58f0503421061a09fc885db83149203303acbf92cae6797c8d1aaf30c2ba
SIZE (78b7a1994b8b.patch) = 1705
SHA256 (ff8c06a6685f.patch) = badab4b650884cecc3e0043d15c4c41cb90222f09bc2f49aebfd83eef2461e0d
SIZE (ff8c06a6685f.patch) = 2022
SHA256 (4a7b8833cb8d.patch) = 5da2609567124e1f1f5e52f70e7dffc3b9047aafb65867f06c075e27cd7595be
SIZE (4a7b8833cb8d.patch) = 1057
SHA256 (17caf5a174d3.patch) = 81f6070e5eb247df34a80857c828fb4a1efa7645a1718f3a44f547a3b04ef3c0
SIZE (17caf5a174d3.patch) = 1037
SHA256 (5ad3f175925d.patch) = 5da61872d446e5e8d8d48abec1b1ab997d0227224c92b26450ce3dcc4122452e
SIZE (5ad3f175925d.patch) = 2396