svn commit: r557294 - head/devel/google-perftools

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


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

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

Modified:
  head/devel/google-perftools/Makefile

Modified: head/devel/google-perftools/Makefile
==============================================================================
--- head/devel/google-perftools/Makefile	Tue Dec  8 16:12:51 2020	(r557293)
+++ head/devel/google-perftools/Makefile	Tue Dec  8 16:16:38 2020	(r557294)
@@ -15,6 +15,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_aarch64=		fails to compile: src/stacktrace.cc:230:2: Cannot calculate stack trace: will need to write for your environment
+BROKEN_riscv64=		fails to compile: src/base/basictypes.h:387:5: Could not determine cache line length - unknown architecture
 
 USES=		compiler:c11 gmake libtool
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list