svn commit: r556115 - in head/sysutils/fluent-bit: . files

Palle Girgensohn girgen at FreeBSD.org
Mon Nov 23 16:59:54 UTC 2020


Author: girgen
Date: Mon Nov 23 16:59:53 2020
New Revision: 556115
URL: https://svnweb.freebsd.org/changeset/ports/556115

Log:
  Revive a patch that was mistakenly removed in the last update
  
  PR:	250825

Added:
  head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h
     - copied unchanged from r555545, head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h
Modified:
  head/sysutils/fluent-bit/Makefile

Modified: head/sysutils/fluent-bit/Makefile
==============================================================================
--- head/sysutils/fluent-bit/Makefile	Mon Nov 23 16:17:57 2020	(r556114)
+++ head/sysutils/fluent-bit/Makefile	Mon Nov 23 16:59:53 2020	(r556115)
@@ -4,6 +4,7 @@
 PORTNAME=	fluent-bit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.6.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	girgen at FreeBSD.org

Copied: head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h (from r555545, head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h	Mon Nov 23 16:59:53 2020	(r556115, copy of r555545, head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_settings.h)
@@ -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


More information about the svn-ports-all mailing list