git: 76e3fd27d9c8 - 2023Q2 - databases/mariadb105-server: Mark ColumnStore and RocksDB broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 May 2023 12:06:54 UTC
The branch 2023Q2 has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=76e3fd27d9c8af24d13271ea6af9129a15814c68 commit 76e3fd27d9c8af24d13271ea6af9129a15814c68 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2023-04-10 12:10:55 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2023-05-31 12:04:16 +0000 databases/mariadb105-server: Mark ColumnStore and RocksDB broken (cherry picked from commit 4f9bfa8b63df99332a6b3ff62f1020ef8fb3d47a) --- databases/mariadb105-server/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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