git: fc32440b3d18 - main - */*: Remove TCMALLOC_DESC because it is now available in Mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jun 2023 01:01:06 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc32440b3d180df532a7c893844ed6c2af22c12e commit fc32440b3d180df532a7c893844ed6c2af22c12e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-06 23:43:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-07 01:01:01 +0000 */*: Remove TCMALLOC_DESC because it is now available in Mk --- math/lean/Makefile | 1 - math/symengine/Makefile | 1 - security/tor-devel/Makefile | 1 - security/tor/Makefile | 1 - 4 files changed, 4 deletions(-) diff --git a/math/lean/Makefile b/math/lean/Makefile index 95a6a9ab39b3..e9dfbd1c0a00 100644 --- a/math/lean/Makefile +++ b/math/lean/Makefile @@ -31,7 +31,6 @@ OPTIONS_DEFINE= TCMALLOC THREADS OPTIONS_DEFAULT= TCMALLOC THREADS OPTIONS_EXCLUDE_powerpc= TCMALLOC -TCMALLOC_DESC= Use tcmalloc from google-perftools as memory allocator TCMALLOC_CMAKE_BOOL= TCMALLOC TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools diff --git a/math/symengine/Makefile b/math/symengine/Makefile index 68498695babc..144c7371d845 100644 --- a/math/symengine/Makefile +++ b/math/symengine/Makefile @@ -49,7 +49,6 @@ MPC_DESC= Build with MPC MPC_CMAKE_BOOL= WITH_MPC MPC_LIB_DEPENDS= libmpc.so:math/mpc -TCMALLOC_DESC= Use tcmalloc from google-perftools (improves performance) TCMALLOC_CMAKE_BOOL= WITH_TCMALLOC TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools TCMALLOC_BROKEN= associated with a suspected memory corruption problem, see https://github.com/symengine/symengine.py/issues/412 diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index afe86a8edc2c..fa24e46d636e 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -31,7 +31,6 @@ OPTIONS_GROUP_TRACING= LTTNG USDT LOG_DEBUG OPTIONS_DEFAULT=MANPAGES ZSTD LZMA OPTIONS_SUB= yes STATIC_TOR_DESC= Build a static tor -TCMALLOC_DESC= Use the tcmalloc memory allocation library COMPRESSION_DESC= Supported compression libraries TRACING_DESC= Tracing diff --git a/security/tor/Makefile b/security/tor/Makefile index 21a00d71a85b..1b469e42357a 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -28,7 +28,6 @@ OPTIONS_DEFAULT=MANPAGES ZSTD LZMA OPTIONS_EXCLUDE_FreeBSD_12=DOCS MANPAGES # XXX(rene) a2x somehow broken there OPTIONS_SUB= yes STATIC_TOR_DESC= Build a static tor -TCMALLOC_DESC= Use the tcmalloc memory allocation library COMPRESSION_DESC= Supported compression libraries TRACING_DESC= Tracing