Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 03:04:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557340 - head/sysutils/fluent-bit
Message-ID:  <202012090304.0B934kGv038553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec  9 03:04:46 2020
New Revision: 557340
URL: https://svnweb.freebsd.org/changeset/ports/557340

Log:
  Mark as BROKEN on riscv64:
  
    lj_arch.h:69:2: error: "No support for this architecture (yet)"
    lj_arch.h:455:2: error: "Need at least GCC 4.3 or newer"
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/sysutils/fluent-bit/Makefile

Modified: head/sysutils/fluent-bit/Makefile
==============================================================================
--- head/sysutils/fluent-bit/Makefile	Wed Dec  9 02:51:30 2020	(r557339)
+++ head/sysutils/fluent-bit/Makefile	Wed Dec  9 03:04:46 2020	(r557340)
@@ -11,11 +11,12 @@ 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_riscv64=		fails to build: No support for this architecture (yet)
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	fluent
 
 USES=		cmake:noninja compiler:c11 gmake bison compiler
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012090304.0B934kGv038553>