View | Details | Raw Unified | Return to bug 219538 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-7 / +6 lines)
Lines 1-12 Link Here
1
# Created by: proler@gmail.com
1
# Created by: proler@gmail.com
2
# $FreeBSD: head/databases/clickhouse/Makefile 439934 2017-05-02 06:48:10Z jbeich $
2
# $FreeBSD: head/databases/clickhouse/Makefile 439372 2017-04-25 10:47:21Z vg $
3
3
4
PORTNAME=	clickhouse
4
PORTNAME=	clickhouse
5
PORTVERSION=	1.1.54214
5
PORTVERSION=	1.1.54236
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
#DISTVERSIONSUFFIX=	-stable
7
DISTVERSIONSUFFIX=	-stable
8
DISTVERSIONSUFFIX=	-testing
9
PORTREVISION=	1
10
CATEGORIES=	databases
8
CATEGORIES=	databases
11
9
12
MAINTAINER=	proler@gmail.com
10
MAINTAINER=	proler@gmail.com
Lines 20-25 Link Here
20
		libodbc.so:databases/unixODBC \
18
		libodbc.so:databases/unixODBC \
21
		libltdl.so:devel/libltdl \
19
		libltdl.so:devel/libltdl \
22
		libicudata.so:devel/icu \
20
		libicudata.so:devel/icu \
21
		libboost_program_options.so:devel/boost-libs \
23
		libzookeeper_mt.so:devel/libzookeeper \
22
		libzookeeper_mt.so:devel/libzookeeper \
24
		libre2.so:devel/re2 \
23
		libre2.so:devel/re2 \
25
		libdouble-conversion.so:devel/libdouble-conversion \
24
		libdouble-conversion.so:devel/libdouble-conversion \
Lines 38-44 Link Here
38
37
39
USES=		compiler:c++14-lang cmake iconv mysql ssl readline
38
USES=		compiler:c++14-lang cmake iconv mysql ssl readline
40
USE_LDCONFIG=	yes
39
USE_LDCONFIG=	yes
41
# Bug 218841: use bundled boost 1.62 to avoid 1.64 bustage
42
CMAKE_ARGS=	-DUNBUNDLED=1 \
40
CMAKE_ARGS=	-DUNBUNDLED=1 \
43
		-DUSE_INTERNAL_BOOST_LIBRARY=1 \
41
		-DUSE_INTERNAL_BOOST_LIBRARY=1 \
44
		-DUSE_STATIC_LIBRARIES=0 \
42
		-DUSE_STATIC_LIBRARIES=0 \
Lines 62-68 Link Here
62
.endif
60
.endif
63
61
64
post-patch:
62
post-patch:
65
	@${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|;s|/var/log/clickhouse-server|/var/log/clickhouse|' ${WRKSRC}/dbms/src/Server/config.xml
63
	@${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|;s|/var/log/clickhouse-server|/var/log/clickhouse|;s|/etc/clickhouse-server|${PREFIX}/etc/clickhouse-server|' ${WRKSRC}/dbms/src/Server/config.xml
64
	@${REINPLACE_CMD} -e 's|<listen_host>::1</listen_host>|<\!-- <listen_host>::1</listen_host> -->|;s|<listen_host>127.0.0.1</listen_host>|<\!-- <listen_host>127.0.0.1</listen_host> -->|' ${WRKSRC}/dbms/src/Server/config.xml
66
65
67
post-install:
66
post-install:
68
	@${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor
67
	@${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1492025852
1
TIMESTAMP = 1495731164
2
SHA256 (yandex-ClickHouse-v1.1.54214-testing_GH0.tar.gz) = 42d45c4154be269d00fb6cd1533ca798eb85714debd9bbf05ced6c761eb92125
2
SHA256 (yandex-ClickHouse-v1.1.54236-stable_GH0.tar.gz) = 0b8d26de7487c7df3e2dae800f8b84068cb076b50af6a7ac53d97a48aab42648
3
SIZE (yandex-ClickHouse-v1.1.54214-testing_GH0.tar.gz) = 48685881
3
SIZE (yandex-ClickHouse-v1.1.54236-stable_GH0.tar.gz) = 14217680
(-)./p.diff (+3 lines)
Line 0 Link Here
1
Diff mode was set to SVN, but /root/freebsd-ports/databases/clickhouse is not a svn working copy.
2
Trying /usr/ports ... found
3
===> Generating patch
(-)./pkg-plist (+1 lines)
Lines 3-8 Link Here
3
bin/clickhouse-client
3
bin/clickhouse-client
4
bin/clickhouse-local
4
bin/clickhouse-local
5
bin/clickhouse-server
5
bin/clickhouse-server
6
bin/clickhouse-zookeeper-cli
6
@dir(clickhouse,,) etc/clickhouse-server
7
@dir(clickhouse,,) etc/clickhouse-server
7
@dir(clickhouse,,) etc/clickhouse-client
8
@dir(clickhouse,,) etc/clickhouse-client
8
@sample etc/clickhouse-client/config.xml.sample
9
@sample etc/clickhouse-client/config.xml.sample

Return to bug 219538