Index: head/sysutils/fluent-bit/Makefile =================================================================== --- head/sysutils/fluent-bit/Makefile (revision 556093) +++ head/sysutils/fluent-bit/Makefile (revision 556094) @@ -1,52 +1,51 @@ # Created by: Palle Girgensohn # $FreeBSD$ PORTNAME= fluent-bit DISTVERSIONPREFIX= v -DISTVERSION= 1.6.4 -PORTREVISION= 1 +DISTVERSION= 1.6.5 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/distinfo =================================================================== --- head/sysutils/fluent-bit/distinfo (revision 556093) +++ head/sysutils/fluent-bit/distinfo (revision 556094) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605296283 -SHA256 (fluent-fluent-bit-v1.6.4_GH0.tar.gz) = a81b4d6b7b6481f7d82291edccd33f4fc48f739b14908b0be1f6299b7ceb2bd5 -SIZE (fluent-fluent-bit-v1.6.4_GH0.tar.gz) = 13630457 +TIMESTAMP = 1606119894 +SHA256 (fluent-fluent-bit-v1.6.5_GH0.tar.gz) = 3c1d0db7d76ac357bb183f872b71b3534e367b3ee4cfb18109039ed4b3d43623 +SIZE (fluent-fluent-bit-v1.6.5_GH0.tar.gz) = 13635395 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 (revision 556093) +++ head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h (nonexistent) @@ -1,11 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/fluent-bit/files/patch-lib_flb__libco_settings.h =================================================================== --- head/sysutils/fluent-bit/files/patch-lib_flb__libco_settings.h (revision 556093) +++ head/sysutils/fluent-bit/files/patch-lib_flb__libco_settings.h (nonexistent) @@ -1,11 +0,0 @@ ---- lib/flb_libco/settings.h.orig 2020-11-16 20:38:14 UTC -+++ lib/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_flb__libco_settings.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/fluent-bit/files/patch-src_flb__scheduler.c =================================================================== --- head/sysutils/fluent-bit/files/patch-src_flb__scheduler.c (revision 556093) +++ head/sysutils/fluent-bit/files/patch-src_flb__scheduler.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/flb_scheduler.c.orig 2020-11-16 20:32:16 UTC -+++ src/flb_scheduler.c -@@ -44,7 +44,7 @@ static inline int consume_byte(flb_pipef - - /* We need to consume the byte */ - ret = flb_pipe_r(fd, &val, sizeof(val)); --#ifdef __APPLE__ -+#if defined(__APPLE__) || __FreeBSD__ >= 12 - if (ret < 0) { - #else - if (ret <= 0) { Property changes on: head/sysutils/fluent-bit/files/patch-src_flb__scheduler.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property