svn commit: r449100 - head/databases/clickhouse

Antoine Brodin antoine at FreeBSD.org
Fri Sep 1 18:36:50 UTC 2017


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 \


More information about the svn-ports-all mailing list