From owner-svn-ports-all@freebsd.org Tue Nov 27 19:56:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABD03115A360; Tue, 27 Nov 2018 19:56:44 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51CA76A70D; Tue, 27 Nov 2018 19:56:44 +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 15CA92003C; Tue, 27 Nov 2018 19:56:44 +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 wARJuhFp043189; Tue, 27 Nov 2018 19:56:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARJuhSm043188; Tue, 27 Nov 2018 19:56:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811271956.wARJuhSm043188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 27 Nov 2018 19:56:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486056 - head/games/freeorion X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/freeorion X-SVN-Commit-Revision: 486056 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 51CA76A70D X-Spamd-Result: default: False [1.42 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.22)[0.223,0]; NEURAL_SPAM_MEDIUM(0.69)[0.687,0]; NEURAL_SPAM_LONG(0.51)[0.511,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2018 19:56:44 -0000 Author: jbeich Date: Tue Nov 27 19:56:43 2018 New Revision: 486056 URL: https://svnweb.freebsd.org/changeset/ports/486056 Log: 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, std::__1::allocator >' 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, std::__1::allocator >' { 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 Modified: head/games/freeorion/Makefile (contents, props changed) head/games/freeorion/distinfo (contents, props changed) Modified: head/games/freeorion/Makefile ============================================================================== --- head/games/freeorion/Makefile Tue Nov 27 19:53:11 2018 (r486055) +++ head/games/freeorion/Makefile Tue Nov 27 19:56:43 2018 (r486056) @@ -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 Modified: head/games/freeorion/distinfo ============================================================================== --- head/games/freeorion/distinfo Tue Nov 27 19:53:11 2018 (r486055) +++ head/games/freeorion/distinfo Tue Nov 27 19:56:43 2018 (r486056) @@ -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