From owner-svn-ports-all@freebsd.org Sat Mar 3 22:40:29 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 513D2F42775; Sat, 3 Mar 2018 22:40: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.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 D50687A2B3; Sat, 3 Mar 2018 22:40:28 +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 CBFB54B93; Sat, 3 Mar 2018 22:40: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 w23MeS7Z098018; Sat, 3 Mar 2018 22:40:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23MeSkg098016; Sat, 3 Mar 2018 22:40:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803032240.w23MeSkg098016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 22:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463537 - in head/games/spring: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games/spring: . files X-SVN-Commit-Revision: 463537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 03 Mar 2018 22:40:29 -0000 Author: jbeich Date: Sat Mar 3 22:40:28 2018 New Revision: 463537 URL: https://svnweb.freebsd.org/changeset/ports/463537 Log: games/spring: unbreak with boost 1.65 PR: 220762 Submitted by: Walter Schwarzenfeld Approved by: maintainer timeout (3 months) Modified: head/games/spring/Makefile (contents, props changed) head/games/spring/files/patch-math (contents, props changed) Modified: head/games/spring/Makefile ============================================================================== --- head/games/spring/Makefile Sat Mar 3 21:29:29 2018 (r463536) +++ head/games/spring/Makefile Sat Mar 3 22:40:28 2018 (r463537) @@ -15,7 +15,6 @@ COMMENT= Project aiming to create a new and versatile LICENSE= GPLv2 BROKEN= fails to build with boost 1.66, see bug 224124 -BROKEN_FreeBSD_10= fails to build with boost 1.65, see bug 220762 LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_thread.so:devel/boost-libs \ Modified: head/games/spring/files/patch-math ============================================================================== --- head/games/spring/files/patch-math Sat Mar 3 21:29:29 2018 (r463536) +++ head/games/spring/files/patch-math Sat Mar 3 22:40:28 2018 (r463537) @@ -5,6 +5,16 @@ +#include #include #include ++++ rts/lib/streflop/SMath.h +@@ -16,6 +16,8 @@ + #ifndef STREFLOP_MATH_H + #define STREFLOP_MATH_H + ++#include ++ + // just in case, should already be included + #include "streflop.h" + +++ rts/Sim/Weapons/LaserCannon.cpp 2015-04-07 20:49:52 -0400 @@ -1,4 +1,6 @@ /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */