aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fluent-bit/Makefile
blob: 9b99ea9b6bfb3e78f1cf05d04d9d747e238036d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   fluent-bit
DISTVERSION=    0.11.6
CATEGORIES= sysutils
MASTER_SITES=   http://fluentbit.io/releases/${DISTVERSION:R}/

MAINTAINER= girgen@FreeBSD.org
COMMENT=    Fast and lightweight data forwarder

LICENSE=    APACHE20

BROKEN_aarch64=     fails to build: error: unknown type name thread_local
BROKEN_armv6=       fails to configure: failure in cmake
BROKEN_mips=        fails to build: conflicting types for 'restrict'
BROKEN_mips64=      fails to build: conflicting types for 'restrict'
BROKEN_powerpc64=   fails to build: cast from pointer to integer of different size

USES=       cmake

USE_RC_SUBR=    ${PORTNAME}

post-stage:
        @${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
        @${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample

.include <bsd.port.mk>