git: 3bfd1569d6b6 - main - devel/google-perftools: Fix typo in options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Jul 2022 22:30:15 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3bfd1569d6b675c6ab488c3016746e57315beb6e commit 3bfd1569d6b675c6ab488c3016746e57315beb6e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-22 22:29:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-22 22:29:54 +0000 devel/google-perftools: Fix typo in options --- devel/google-perftools/Makefile | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index 0affa4898a01..8cdfe690e9a0 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -1,7 +1,7 @@ PORTNAME= google-perftools DISTVERSIONPREFIX= gperftools- DISTVERSION= 2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/gperftools/gperftools/releases/download/gperftools-${PORTVERSION}/ DISTNAME= gperftools-${PORTVERSION} @@ -23,21 +23,20 @@ LIBS+= -lexecinfo DOCSDIR= ${PREFIX}/share/doc/gperftools -OPTIONS_DEFINE= DOCS PROFILER -OPTIONS_SINGLE= PAGESIZE ALIGN -OPTIONS_SINGLE_ALIGN= ALIGN8 ALIGN16 +OPTIONS_DEFINE= DOCS PROFILER +OPTIONS_SINGLE= PAGESIZE ALIGN +OPTIONS_SINGLE_ALIGN= ALIGN8 ALIGN16 OPTIONS_SINGLE_PAGESIZE= PAGE8K PAGE32K PAGE64K -OPTIONS_DEFAULT= PAGE8K ALIGN16 +OPTIONS_DEFAULT= PAGE8K ALIGN16 +OPTIONS_DEFAULT_aarch64= PROFILER OPTIONS_DEFAULT_amd64= PROFILER -OPTIONS_DEFINE_aarch64= PROFILER -OPTIONS_DEFINE_amd64= PROFILER -OPTIONS_DEFINE_armv6= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler. -OPTIONS_DEFINE_armv7= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler. -OPTIONS_DEFINE_i386= PROFILER -OPTIONS_DEFINE_powerpc= PROFILER -OPTIONS_DEFINE_powerpc64= PROFILER -OPTIONS_DEFINE_powerpc64le= PROFILER -OPTIONS_DEFINE_riscv64= PROFILER +OPTIONS_DEFAULT_armv6= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler. +OPTIONS_DEFAULT_armv7= # PROFILER is disabled: WARNING: Could not find the PC. Will not try to compile libprofiler. +OPTIONS_DEFAULT_i386= PROFILER +OPTIONS_DEFAULT_powerpc= PROFILER +OPTIONS_DEFAULT_powerpc64= PROFILER +OPTIONS_DEFAULT_powerpc64le= PROFILER +OPTIONS_DEFAULT_riscv64= PROFILER OPTIONS_SUB= yes PROFILER_DESC= Enable CPU profiler