Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2019 21:03:16 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495201 - head/games/flightgear
Message-ID:  <201903092103.x29L3GNa091992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Mar  9 21:03:16 2019
New Revision: 495201
URL: https://svnweb.freebsd.org/changeset/ports/495201

Log:
  games/flightgear: disable the ninja generator
  
  - with ninja 1.9 duplicate targets are errors [1]
  - disable ninja until the issue [2] is fixed upstream.
  
  [1] https://github.com/ninja-build/ninja/commit/42eefc854b32b3c1efc27548baaacdebad199853
  [2] https://sourceforge.net/p/flightgear/codetickets/2118/
  
  PR:		235507

Modified:
  head/games/flightgear/Makefile

Modified: head/games/flightgear/Makefile
==============================================================================
--- head/games/flightgear/Makefile	Sat Mar  9 21:00:40 2019	(r495200)
+++ head/games/flightgear/Makefile	Sat Mar  9 21:03:16 2019	(r495201)
@@ -27,7 +27,8 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:x11-toolkits
 		${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \
 		${LOCALBASE}/share/flightgear/version:games/flightgear-data
 
-USES=		alias cmake compiler cpe dos2unix gl jpeg openal:al,alut \
+# Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/
+USES=		alias cmake:noninja compiler cpe dos2unix gl jpeg openal:al,alut \
 		sqlite tar:bzip2
 USE_XORG=	ice sm x11 xext xft xi xinerama xmu xt
 USE_GL=		gl glew glu glut



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