Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 15:48:16 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539814 - in head/devel/simgear: . files
Message-ID:  <202006221548.05MFmGRU024046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Mon Jun 22 15:48:15 2020
New Revision: 539814
URL: https://svnweb.freebsd.org/changeset/ports/539814

Log:
  Disable building test applications
  
  Some tests fail to compile and prevent Simgear update.
  
  PR:		247085
  Submitted by:	russo@bogodyn.org

Deleted:
  head/devel/simgear/files/patch-simgear-nasal-cppbind-CMakeLists.txt
Modified:
  head/devel/simgear/Makefile

Modified: head/devel/simgear/Makefile
==============================================================================
--- head/devel/simgear/Makefile	Mon Jun 22 15:34:15 2020	(r539813)
+++ head/devel/simgear/Makefile	Mon Jun 22 15:48:15 2020	(r539814)
@@ -27,7 +27,8 @@ USE_LDCONFIG=	yes
 LDFLAGS_gcc=	-losgDB
 LDFLAGS+=	${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
 
-CMAKE_ARGS+=	-DSYSTEM_EXPAT:BOOL=ON
+CMAKE_ARGS+=	-DSYSTEM_EXPAT:BOOL=ON \
+		-DENABLE_TESTS:BOOL=OFF
 
 post-patch:
 # Avoid conflict with C++20 <version> by adding .txt suffix



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