From owner-svn-ports-head@freebsd.org Fri Sep 1 18:36:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 448F5E205BA; Fri, 1 Sep 2017 18:36:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11CCA83EC2; Fri, 1 Sep 2017 18:36:49 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v81IanZX050889; Fri, 1 Sep 2017 18:36:49 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v81IanmW050888; Fri, 1 Sep 2017 18:36:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709011836.v81IanmW050888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 1 Sep 2017 18:36:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449100 - head/databases/clickhouse X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/databases/clickhouse X-SVN-Commit-Revision: 449100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 18:36:50 -0000 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 \