svn commit: r443976 - head/textproc/tinyxml2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 20 14:10:27 UTC 2017


Author: sunpoet
Date: Tue Jun 20 14:10:25 2017
New Revision: 443976
URL: https://svnweb.freebsd.org/changeset/ports/443976

Log:
  Do not build xmltest unconditionally

Modified:
  head/textproc/tinyxml2/Makefile

Modified: head/textproc/tinyxml2/Makefile
==============================================================================
--- head/textproc/tinyxml2/Makefile	Tue Jun 20 13:59:08 2017	(r443975)
+++ head/textproc/tinyxml2/Makefile	Tue Jun 20 14:10:25 2017	(r443976)
@@ -13,7 +13,7 @@ LICENSE=	ZLIB
 
 OPTIONS_DEFINE=	EXAMPLES
 
-CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON
+CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=OFF
 USE_LDCONFIG=	yes
 USES=		cmake dos2unix pathfix
 


More information about the svn-ports-all mailing list