32d4230d44
tested with trybroken on armv7.) The 'runaway process' ones are most likely just statistical. Approved by: portmgr (tier-2 blanket)
27 lines
826 B
Makefile
27 lines
826 B
Makefile
# 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_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:noninja
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
post-install:
|
|
${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
|
|
${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample
|
|
|
|
.include <bsd.port.mk>
|