svn commit: r557292 - head/devel/gn

Mark Linimon linimon at FreeBSD.org
Tue Dec 8 16:09:58 UTC 2020


Author: linimon
Date: Tue Dec  8 16:09:57 2020
New Revision: 557292
URL: https://svnweb.freebsd.org/changeset/ports/557292

Log:
  Mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/gn/Makefile

Modified: head/devel/gn/Makefile
==============================================================================
--- head/devel/gn/Makefile	Tue Dec  8 16:04:36 2020	(r557291)
+++ head/devel/gn/Makefile	Tue Dec  8 16:09:57 2020	(r557292)
@@ -12,6 +12,8 @@ COMMENT=	Gn meta build framework - standalone version
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_riscv64=		fails to build: ../src/util/build_config.h:168:2: Please add support for your architecture in build_config.h
+
 USES=		alias compiler:c++17-lang ninja python:build shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	cglogic # mirror


More information about the svn-ports-all mailing list