svn commit: r557340 - head/sysutils/fluent-bit

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 03:04:46 UTC 2020


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
 


More information about the svn-ports-all mailing list