svn commit: r463537 - in head/games/spring: . files

Jan Beich jbeich at FreeBSD.org
Sat Mar 3 22:40:29 UTC 2018


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 <w.schwarzenfeld at utanet.at>
  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 <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 */


More information about the svn-ports-head mailing list