Index: head/sysutils/fluent-bit/Makefile =================================================================== --- head/sysutils/fluent-bit/Makefile (revision 556114) +++ head/sysutils/fluent-bit/Makefile (revision 556115) @@ -1,51 +1,52 @@ # Created by: Palle Girgensohn # $FreeBSD$ PORTNAME= fluent-bit DISTVERSIONPREFIX= v DISTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= girgen@FreeBSD.org COMMENT= Fast and lightweight data forwarder LICENSE= APACHE20 USE_GITHUB= yes GH_ACCOUNT= fluent 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 gmake bison compiler OPTIONS_DEFINE= SSL PGSQL OPTIONS_DEFAULT= SSL CMAKE_ARGS= -DFLB_DEBUG=Off -DFLB_TRACE=Off -DFLB_CORO_STACK_SIZE=24576 SSL_USES= ssl SSL_CMAKE_ON= -DFLB_TLS=On SSL_CMAKE_OFF= -DFLB_TLS=Off EXAMPLES_CMAKE_ON= -DFLB_EXAMPLES=On EXAMPLES_CMAKE_OFF= -DFLB_EXAMPLES=Off PGSQL_USES= pgsql PGSQL_CMAKE_ON= -DFLB_OUT_PGSQL=On PGSQL_CMAKE_OFF= -DFLB_OUT_PGSQL=Off USE_RC_SUBR= ${PORTNAME} .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-lib_luajit__src__lj_prng.c .endif post-install: ${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample ${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample .include Index: head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h =================================================================== --- head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h (nonexistent) +++ head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h (revision 556115) @@ -0,0 +1,11 @@ +--- lib/monkey/deps/flb_libco/settings.h.orig 2020-11-16 20:40:21 UTC ++++ lib/monkey/deps/flb_libco/settings.h +@@ -42,6 +42,8 @@ + #define text_section __declspec(allocate(".text")) + #elif defined(__APPLE__) && defined(__MACH__) + #define text_section __attribute__((section("__TEXT,__text"))) ++#elif defined(__clang__) ++ #define text_section __attribute__((section(".text"))) + #else + #define text_section __attribute__((section(".text#"))) + #endif Property changes on: head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property