From owner-svn-ports-all@freebsd.org Mon Sep 25 00:05:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CC94E04C7F; Mon, 25 Sep 2017 00:05:48 +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 mx1.freebsd.org (Postfix) with ESMTPS id 249C366F67; Mon, 25 Sep 2017 00:05:48 +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 v8P05l6S027101; Mon, 25 Sep 2017 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8P05lTw027099; Mon, 25 Sep 2017 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709250005.v8P05lTw027099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Sep 2017 00:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450559 - head/games/stuntrally X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/stuntrally X-SVN-Commit-Revision: 450559 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.23 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: Mon, 25 Sep 2017 00:05:48 -0000 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@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