Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2017 17:45:36 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450058 - head/databases/clickhouse
Message-ID:  <201709181745.v8IHjals070029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709181745.v8IHjals070029>