From owner-svn-ports-head@freebsd.org Thu Nov 14 00:43:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 344BD1C26C9; Thu, 14 Nov 2019 00:43:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47D2lj0k1bz4WHw; Thu, 14 Nov 2019 00:43:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F16F420613; Thu, 14 Nov 2019 00:43:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAE0hSdi095112; Thu, 14 Nov 2019 00:43:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAE0hSZv095110; Thu, 14 Nov 2019 00:43:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201911140043.xAE0hSZv095110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 14 Nov 2019 00:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517543 - head/games/freeorion X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/freeorion X-SVN-Commit-Revision: 517543 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2019 00:43:29 -0000 Author: jbeich Date: Thu Nov 14 00:43:28 2019 New Revision: 517543 URL: https://svnweb.freebsd.org/changeset/ports/517543 Log: 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::value' "( ::boost::mpl::is_sequence::value )" BOOST_STATIC_ASSERT(( ::boost::mpl::is_sequence::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' requested here class any_image : public make_variant_over::type ^ GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image' 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' using parent_t = typename make_variant_over::type; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image' 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' template using mp_size = typename detail::mp_size_impl::type; ^~~~~ /usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here template class F, class... L> using mp_transform = typename mp_if...>, detail::mp_transform_impl, 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; ^ /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>; ^ GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image' 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' template using mp_size = typename detail::mp_size_impl::type; ^~~~~ /usr/local/include/boost/mp11/algorithm.hpp:121:50: note: in instantiation of template type alias 'mp_size' requested here template class F, class... L> using mp_transform = typename mp_if...>, detail::mp_transform_impl, 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; ^ /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>; ^ GG/src/Texture.cpp:247:15: note: in instantiation of template class 'boost::gil::any_image' requested here ImageType image; ^ 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 Thu Nov 14 00:43:21 2019 (r517542) +++ head/games/freeorion/Makefile Thu Nov 14 00:43:28 2019 (r517543) @@ -21,6 +21,7 @@ PATCHFILES+= 78b7a1994b8b.patch:-p1 PATCHFILES+= ff8c06a6685f.patch:-p1 PATCHFILES+= 4a7b8833cb8d.patch:-p1 # rebased from 7513ede6b03c PATCHFILES+= 17caf5a174d3.patch:-p1 +PATCHFILES+= 5ad3f175925d.patch:-p1 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Turn-based space empire and galactic conquest game Modified: head/games/freeorion/distinfo ============================================================================== --- head/games/freeorion/distinfo Thu Nov 14 00:43:21 2019 (r517542) +++ head/games/freeorion/distinfo Thu Nov 14 00:43:28 2019 (r517543) @@ -27,3 +27,5 @@ SHA256 (4a7b8833cb8d.patch) = 5da2609567124e1f1f5e52f7 SIZE (4a7b8833cb8d.patch) = 1057 SHA256 (17caf5a174d3.patch) = 81f6070e5eb247df34a80857c828fb4a1efa7645a1718f3a44f547a3b04ef3c0 SIZE (17caf5a174d3.patch) = 1037 +SHA256 (5ad3f175925d.patch) = 5da61872d446e5e8d8d48abec1b1ab997d0227224c92b26450ce3dcc4122452e +SIZE (5ad3f175925d.patch) = 2396