git: 961e546c1fd2 - 2022Q3 - devel/google-perftools: Re-enable on aarch64, riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 08:05:49 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=961e546c1fd2d7e0adc218d456fcb88e690f01c4
commit 961e546c1fd2d7e0adc218d456fcb88e690f01c4
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-19 00:17:36 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-19 08:05:34 +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.
(cherry picked from commit 7048b955e46842d4635778fe938baac9c3b8f0b2)
---
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