From owner-svn-ports-all@freebsd.org Mon Sep 18 17:45:37 2017 Return-Path: Delivered-To: svn-ports-all@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 0CEF7E21A28; Mon, 18 Sep 2017 17:45:37 +0000 (UTC) (envelope-from vg@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 DCCD273652; Mon, 18 Sep 2017 17:45:36 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8IHja6m070032; Mon, 18 Sep 2017 17:45:36 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8IHjals070029; Mon, 18 Sep 2017 17:45:36 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201709181745.v8IHjals070029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Mon, 18 Sep 2017 17:45:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450058 - head/databases/clickhouse X-SVN-Group: ports-head X-SVN-Commit-Author: vg X-SVN-Commit-Paths: head/databases/clickhouse X-SVN-Commit-Revision: 450058 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 17:45:37 -0000 Author: vg Date: Mon Sep 18 17:45:35 2017 New Revision: 450058 URL: https://svnweb.freebsd.org/changeset/ports/450058 Log: - Update to 1.1.54289 PR: ports/221690 Submitted by: proler@gmail.com (maintainer) Modified: head/databases/clickhouse/Makefile head/databases/clickhouse/distinfo Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Mon Sep 18 17:45:33 2017 (r450057) +++ head/databases/clickhouse/Makefile Mon Sep 18 17:45:35 2017 (r450058) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= clickhouse -PORTVERSION= 1.1.54245 -PORTREVISION= 1 +PORTVERSION= 1.1.54289 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable +#DISTVERSIONSUFFIX= -testing #PORTREVISION= 1 CATEGORIES= databases @@ -14,20 +14,23 @@ COMMENT= ClickHouse is an column-oriented database man LICENSE= APACHE20 -BROKEN= fails to build - BUILD_DEPENDS= bash:shells/bash \ - sparsehash>=0:devel/sparsehash + sparsehash>=0:devel/sparsehash \ + cctz>=0:devel/cctz + LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \ libodbc.so:databases/unixODBC \ libltdl.so:devel/libltdl \ libicudata.so:devel/icu \ + libboost_program_options.so:devel/boost-libs \ libzookeeper_mt.so:devel/libzookeeper \ libre2.so:devel/re2 \ libdouble-conversion.so:devel/libdouble-conversion \ libzstd.so:archivers/zstd \ liblz4.so:archivers/liblz4 \ - libPocoNet.so:devel/poco + libPocoNet.so:devel/poco \ + libcpuid.so:sysutils/libcpuid \ + libunwind.so:devel/libunwind USE_GITHUB= yes GH_ACCOUNT= yandex @@ -40,13 +43,12 @@ BROKEN_FreeBSD_10= Builds but does not work USES= compiler:c++14-lang cmake iconv mysql ssl readline USE_LDCONFIG= yes -# Bug 218841: use bundled boost 1.62 to avoid 1.64 bustage CMAKE_ARGS= -DUNBUNDLED=1 \ - -DUSE_INTERNAL_BOOST_LIBRARY=1 \ -DUSE_STATIC_LIBRARIES=0 \ -DNO_WERROR=1 \ -DENABLE_TESTS=0 \ - -DCXX11_ABI= + -DCXX11_ABI= \ + -DCOMPILER_FLAGS="-DLZ4_DISABLE_DEPRECATE_WARNINGS=1" USE_RC_SUBR= ${PORTNAME} USERS= clickhouse Modified: head/databases/clickhouse/distinfo ============================================================================== --- head/databases/clickhouse/distinfo Mon Sep 18 17:45:33 2017 (r450057) +++ head/databases/clickhouse/distinfo Mon Sep 18 17:45:35 2017 (r450058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500042016 -SHA256 (yandex-ClickHouse-v1.1.54245-stable_GH0.tar.gz) = b01c720ab3b05e2ae43a0d2ec9413fa9318f2073f3d76c96f86391f3550086ed -SIZE (yandex-ClickHouse-v1.1.54245-stable_GH0.tar.gz) = 11936856 +TIMESTAMP = 1505601351 +SHA256 (yandex-ClickHouse-v1.1.54289-stable_GH0.tar.gz) = 2804653b1dc3f0ba2f650d26f56421d81f0d0e35a05d821786608883a8c5a44d +SIZE (yandex-ClickHouse-v1.1.54289-stable_GH0.tar.gz) = 13026512