git: 7048b955e468 - main - devel/google-perftools: Re-enable on aarch64, riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 00:46:36 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7048b955e46842d4635778fe938baac9c3b8f0b2
commit 7048b955e46842d4635778fe938baac9c3b8f0b2
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-19 00:17:36 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-19 00:46:30 +0000
devel/google-perftools: Re-enable on aarch64, riscv64
... to see if it builds now.
BROKEN lines were added 2 years ago. The upstream now claims that at
least aarch64 is fully supported.
---
devel/google-perftools/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index cd21d6bcff71..bb17d43f0002 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -14,9 +14,6 @@ COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools
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 localbase:ldflags
GNU_CONFIGURE= yes
USE_LDCONFIG= yes