git: ba721ae37707 - main - devel/google-perftools: Add required test deps and mark TESTING_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Mar 2024 19:27:53 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba721ae37707a635d8b3b27f6da46eb12071e83b commit ba721ae37707a635d8b3b27f6da46eb12071e83b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-01 19:26:20 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-01 19:26:54 +0000 devel/google-perftools: Add required test deps and mark TESTING_UNSAFE --- devel/google-perftools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index 4c50df6509a3..1fcb4e59cc7c 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -15,11 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv7= error: use of undeclared identifier '_URC_NO_REASON', see https://github.com/gperftools/gperftools/issues/1360 BROKEN_riscv64= error: Cannot calculate stack trace: will need to write for your environment, see https://github.com/gperftools/gperftools/issues/1359 -USES= compiler:c11 gmake libtool localbase:ldflags +USES= compiler:c11 gmake libtool localbase:ldflags perl5 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes +USE_PERL5= test TEST_TARGET= check +# two tests are failing +TESTING_UNSAFE= yes LIBS+= -lexecinfo