Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2018 22:42:24 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r463539 - in branches/2018Q1/games/spring: . files
Message-ID:  <201803032242.w23MgOQq002317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Mar  3 22:42:24 2018
New Revision: 463539
URL: https://svnweb.freebsd.org/changeset/ports/463539

Log:
  MFH: r463537
  
  games/spring: unbreak with boost 1.65
  
  PR:		220762
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  Approved by:	maintainer timeout (3 months)
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q1/games/spring/Makefile
  branches/2018Q1/games/spring/files/patch-math
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/games/spring/Makefile
==============================================================================
--- branches/2018Q1/games/spring/Makefile	Sat Mar  3 22:40:56 2018	(r463538)
+++ branches/2018Q1/games/spring/Makefile	Sat Mar  3 22:42:24 2018	(r463539)
@@ -14,8 +14,6 @@ COMMENT=	Project aiming to create a new and versatile 
 
 LICENSE=	GPLv2
 
-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 \
 		libIL.so:graphics/devil \

Modified: branches/2018Q1/games/spring/files/patch-math
==============================================================================
--- branches/2018Q1/games/spring/files/patch-math	Sat Mar  3 22:40:56 2018	(r463538)
+++ branches/2018Q1/games/spring/files/patch-math	Sat Mar  3 22:42:24 2018	(r463539)
@@ -5,6 +5,16 @@
 +#include <cmath>
  #include <list>
  #include <SDL_events.h>
++++ rts/lib/streflop/SMath.h
+@@ -16,6 +16,8 @@
+ #ifndef STREFLOP_MATH_H
+ #define STREFLOP_MATH_H
+ 
++#include <cmath>
++
+ // 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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803032242.w23MgOQq002317>