diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-04-10 14:10:55 +0200 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-04-10 15:46:48 +0200 |
commit | 4f9bfa8b63df99332a6b3ff62f1020ef8fb3d47a (patch) | |
tree | 00f416cf8b7f60a8451c7295fc279fc14a3e566c | |
parent | devel/rubymine: update to 2023.1 (diff) |
databases/mariadb105-server: Mark ColumnStore and RocksDB broken
-rw-r--r-- | databases/mariadb105-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mariadb105-server/Makefile b/databases/mariadb105-server/Makefile index bae23221a78c..8d08af95b62a 100644 --- a/databases/mariadb105-server/Makefile +++ b/databases/mariadb105-server/Makefile @@ -165,7 +165,7 @@ ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC .endfor INNOBASE_VARS_OFF= disabled_plugins+=INNOBASE -#COLUMNSTORE_BROKEN= fatal error: 'sys/sysinfo.h' file not found +COLUMNSTORE_BROKEN= ColumnStore build failure "'swap<logging::Message>' is missing exception specification" CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_USE= gnome=libxml2 CONNECT_EXTRA_USES= gnome @@ -181,6 +181,7 @@ MROONGA_IMPLIES= LZ4 MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack-c OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy +ROCKSDB_BROKEN= RocksDB build failure "incompatible pointer to integer conversion assigning to 'size_t'" ROCKSDB_USES= python ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=ON -DWITH_ROCKSDB_snappy=ON |