Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2022 08:05:49 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 961e546c1fd2 - 2022Q3 - devel/google-perftools: Re-enable on aarch64, riscv64
Message-ID:  <202207190805.26J85nQI063150@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207190805.26J85nQI063150>