svn commit: r512813 - head/databases/tiledb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 25 20:40:09 UTC 2019


Author: sunpoet
Date: Wed Sep 25 20:40:08 2019
New Revision: 512813
URL: https://svnweb.freebsd.org/changeset/ports/512813

Log:
  Sort CMAKE_OFF

Modified:
  head/databases/tiledb/Makefile

Modified: head/databases/tiledb/Makefile
==============================================================================
--- head/databases/tiledb/Makefile	Wed Sep 25 20:40:02 2019	(r512812)
+++ head/databases/tiledb/Makefile	Wed Sep 25 20:40:08 2019	(r512813)
@@ -23,7 +23,7 @@ RUN_DEPENDS=	catch>=0:devel/catch \
 USES=		cmake compiler:c++11-lang ssl
 
 CMAKE_ARGS=	-DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2
-CMAKE_OFF=	TILEDB_CMAKE_IDE TILEDB_WERROR TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE
+CMAKE_OFF=	TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE TILEDB_WERROR
 CMAKE_ON=	TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS TILEDB_TOOLS
 
 GH_ACCOUNT=	TileDB-Inc


More information about the svn-ports-all mailing list