Date: Fri, 1 Sep 2017 18:36:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449100 - head/databases/clickhouse Message-ID: <201709011836.v81IanmW050888@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 1 18:36:48 2017 New Revision: 449100 URL: https://svnweb.freebsd.org/changeset/ports/449100 Log: Mark BROKEN: fails to build In file included from dbms/src/IO/CompressedReadBufferBase.cpp:6: /usr/local/include/lz4.h:437:12: error: an attribute list cannot appear here LZ4LIB_API LZ4_DEPRECATED("use LZ4_compress_default() instead") int LZ4_compress (const char* source, char* dest, int sourceSize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/lz4.h:423:37: note: expanded from macro 'LZ4_DEPRECATED' # define LZ4_DEPRECATED(message) [[deprecated(message)]] ^~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Modified: head/databases/clickhouse/Makefile Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Fri Sep 1 18:33:51 2017 (r449099) +++ head/databases/clickhouse/Makefile Fri Sep 1 18:36:48 2017 (r449100) @@ -13,6 +13,8 @@ COMMENT= ClickHouse is an column-oriented database man LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= bash:shells/bash \ sparsehash>=0:devel/sparsehash LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709011836.v81IanmW050888>