diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-06-06 23:43:57 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-06-07 01:01:01 +0000 |
commit | fc32440b3d180df532a7c893844ed6c2af22c12e (patch) | |
tree | 3962d5d6825acf02d29bdb5f1f81cbb5d40de898 | |
parent | ff91146e95beb5883bd62380878e1d97652ef931 (diff) | |
download | ports-fc32440b3d180df532a7c893844ed6c2af22c12e.tar.gz ports-fc32440b3d180df532a7c893844ed6c2af22c12e.zip |
*/*: Remove TCMALLOC_DESC because it is now available in Mk
-rw-r--r-- | math/lean/Makefile | 1 | ||||
-rw-r--r-- | math/symengine/Makefile | 1 | ||||
-rw-r--r-- | security/tor-devel/Makefile | 1 | ||||
-rw-r--r-- | security/tor/Makefile | 1 |
4 files changed, 0 insertions, 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 |