summaryrefslogtreecommitdiff
path: root/databases/clickhouse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/clickhouse/Makefile')
-rw-r--r--databases/clickhouse/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile
index 0d884961c3bd..e298828ef540 100644
--- a/databases/clickhouse/Makefile
+++ b/databases/clickhouse/Makefile
@@ -6,6 +6,7 @@ PORTVERSION= 1.1.54214
DISTVERSIONPREFIX= v
#DISTVERSIONSUFFIX= -stable
DISTVERSIONSUFFIX= -testing
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= proler@gmail.com
@@ -19,7 +20,6 @@ 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 \
@@ -38,7 +38,9 @@ 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 \