aboutsummaryrefslogtreecommitdiff
path: root/games/stuntrally
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-25 00:05:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-25 00:05:05 +0000
commit7e21a6476a66bd0d11b88a9d798624831fee469c (patch)
tree38af65c6adad16dba1e13346ecb52295abff07e6 /games/stuntrally
parenta38219861723215d3c7d044cc973c09fd60c0646 (diff)
downloadports-7e21a6476a66bd0d11b88a9d798624831fee469c.tar.gz
ports-7e21a6476a66bd0d11b88a9d798624831fee469c.zip
devel/boost-*: enable C++11 features
PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
Notes
Notes: svn path=/head/; revision=450557
Diffstat (limited to 'games/stuntrally')
-rw-r--r--games/stuntrally/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/stuntrally/Makefile b/games/stuntrally/Makefile
index 4d60023b12bf..6ede8cad05cf 100644
--- a/games/stuntrally/Makefile
+++ b/games/stuntrally/Makefile
@@ -3,6 +3,7 @@
PORTNAME= stuntrally
PORTVERSION= 2.6
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
@@ -11,6 +12,8 @@ COMMENT= 3D racing game based on VDrift and OGRE with track editor
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