svn commit: r450559 - head/games/stuntrally

Jan Beich jbeich at FreeBSD.org
Mon Sep 25 00:05:48 UTC 2017


Author: jbeich
Date: Mon Sep 25 00:05:47 2017
New Revision: 450559
URL: https://svnweb.freebsd.org/changeset/ports/450559

Log:
  games/stuntrally: switch to C++11 for Boost
  
  PR:		222189

Modified:
  head/games/stuntrally/Makefile   (contents, props changed)
  head/games/stuntrally/distinfo   (contents, props changed)

Modified: head/games/stuntrally/Makefile
==============================================================================
--- head/games/stuntrally/Makefile	Mon Sep 25 00:05:32 2017	(r450558)
+++ head/games/stuntrally/Makefile	Mon Sep 25 00:05:47 2017	(r450559)
@@ -9,17 +9,19 @@ CATEGORIES=	games
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	3D racing game based on VDrift and OGRE with track editor
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	f7703d8d3f30.patch:-p1
+
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/License.txt
 
-BROKEN=		fails to build against Boost with C++11 features, see bug 222189
-
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
 USE_GITHUB=	yes
 GH_TUPLE=	stuntrally:tracks:${PORTVERSION}:tracks/data/tracks
 
-USES=		cmake:outsource dos2unix pkgconfig
+USES=		compiler:c++11-lib cmake:outsource dos2unix pkgconfig
+USE_CXXSTD=	gnu++11
 DOS2UNIX_FILES=	source/ogre/BaseApp_Create.cpp
 CMAKE_ARGS=	-DSHARE_INSTALL="${DATADIR_REL}" \
 		-DBULLET_ROOT="${LOCALBASE}"

Modified: head/games/stuntrally/distinfo
==============================================================================
--- head/games/stuntrally/distinfo	Mon Sep 25 00:05:32 2017	(r450558)
+++ head/games/stuntrally/distinfo	Mon Sep 25 00:05:47 2017	(r450559)
@@ -3,3 +3,5 @@ SHA256 (stuntrally-stuntrally-2.6_GH0.tar.gz) = 8cc309
 SIZE (stuntrally-stuntrally-2.6_GH0.tar.gz) = 651577187
 SHA256 (stuntrally-tracks-2.6_GH0.tar.gz) = 4bce700516a2a178ac04cfbf7df2887ba42225802f5a3e670f770ea01345687b
 SIZE (stuntrally-tracks-2.6_GH0.tar.gz) = 355793120
+SHA256 (f7703d8d3f30.patch) = 25d881ab7e21b438cfedd2a9c7c813e93c7143e87b7a99ef734025d998444282
+SIZE (f7703d8d3f30.patch) = 5343


More information about the svn-ports-all mailing list