2017-03-09 22:28:11 +01:00
|
|
|
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fluent-bit
|
2019-03-05 21:52:12 +01:00
|
|
|
DISTVERSION= 1.0.4
|
2017-03-09 22:28:11 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://fluentbit.io/releases/${DISTVERSION:R}/
|
|
|
|
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
|
|
COMMENT= Fast and lightweight data forwarder
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2017-05-03 03:14:05 +02:00
|
|
|
BROKEN_mips= fails to build: conflicting types for 'restrict'
|
|
|
|
BROKEN_mips64= fails to build: conflicting types for 'restrict'
|
2017-05-14 01:50:49 +02:00
|
|
|
BROKEN_powerpc64= fails to build: cast from pointer to integer of different size
|
2017-05-03 03:14:05 +02:00
|
|
|
|
2019-01-08 00:25:33 +01:00
|
|
|
USES= cmake:noninja gmake
|
2017-03-09 22:28:11 +01:00
|
|
|
|
2019-03-05 21:52:12 +01:00
|
|
|
#MAKE_ENV= CC="cc"
|
|
|
|
|
2017-05-28 10:22:38 +02:00
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
|
2017-08-06 01:13:45 +02:00
|
|
|
post-install:
|
|
|
|
${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample
|
|
|
|
${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample
|
2017-03-09 22:28:11 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|