svn commit: r539814 - in head/devel/simgear: . files

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Jun 22 15:48:16 UTC 2020


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 at 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


More information about the svn-ports-all mailing list