svn commit: r512589 - head/databases/tiledb

Tobias Kortkamp tobik at FreeBSD.org
Sun Sep 22 14:45:50 UTC 2019


Author: tobik
Date: Sun Sep 22 14:45:50 2019
New Revision: 512589
URL: https://svnweb.freebsd.org/changeset/ports/512589

Log:
  databases/tiledb: Remove TILEDB_WERROR from CMAKE_ON now that it is in CMAKE_OFF

Modified:
  head/databases/tiledb/Makefile

Modified: head/databases/tiledb/Makefile
==============================================================================
--- head/databases/tiledb/Makefile	Sun Sep 22 14:13:04 2019	(r512588)
+++ head/databases/tiledb/Makefile	Sun Sep 22 14:45:50 2019	(r512589)
@@ -24,7 +24,7 @@ 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_ON=	TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS TILEDB_TOOLS TILEDB_WERROR
+CMAKE_ON=	TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS TILEDB_TOOLS
 
 GH_ACCOUNT=	TileDB-Inc
 GH_PROJECT=	TileDB


More information about the svn-ports-all mailing list