diff options
author | adam <adam@pkgsrc.org> | 2020-10-03 06:49:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-10-03 06:49:48 +0000 |
commit | 2b374ddd97dee8c13a074a4ab8172e493b6c3d33 (patch) | |
tree | 2db88944903b7b2b9c9e3b20bba6101e0b549cf3 /devel/gperftools | |
parent | 34b6b7fe6fe17a7272d866ac5a1377fffbdd9d5b (diff) | |
download | pkgsrc-2b374ddd97dee8c13a074a4ab8172e493b6c3d33.tar.gz |
gperftools: updated to 2.8
gperftools 2.8 is out!
Here are notable changes:
* ProfilerGetStackTrace is now officially supported API for
libprofiler. Contributed by Kirill Müller.
* Build failures on mingw were fixed. This fixed issue 1108.
* Build failure of page_heap_test on MSVC was fixed.
* Ryan Macnak contributed fix for compiling linux syscall support on
i386 and recent GCCs. This fixed issue 1076.
* test failures caused by new gcc 10 optimizations were fixed. Same
change also fixed tests on clang.
Diffstat (limited to 'devel/gperftools')
-rw-r--r-- | devel/gperftools/Makefile | 7 | ||||
-rw-r--r-- | devel/gperftools/PLIST | 3 | ||||
-rw-r--r-- | devel/gperftools/distinfo | 11 |
3 files changed, 9 insertions, 12 deletions
diff --git a/devel/gperftools/Makefile b/devel/gperftools/Makefile index 1b491d73fa6..1a060596b86 100644 --- a/devel/gperftools/Makefile +++ b/devel/gperftools/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/08/31 18:07:21 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2020/10/03 06:49:48 adam Exp $ -DISTNAME= gperftools-2.7 -PKGREVISION= 4 +DISTNAME= gperftools-2.8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=gperftools/} GITHUB_PROJECT= gperftools @@ -18,8 +17,6 @@ USE_TOOLS+= gmake perl:run GNU_CONFIGURE= yes # on some platforms heap checker is not build by default CONFIGURE_ARGS+= --enable-heap-checker -# enable deprecated ucontext -CFLAGS.Darwin+= -D_XOPEN_SOURCE=1 # for backtrace() .include "../../mk/bsd.prefs.mk" diff --git a/devel/gperftools/PLIST b/devel/gperftools/PLIST index a2c3b111d6d..38d738f66c6 100644 --- a/devel/gperftools/PLIST +++ b/devel/gperftools/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2017/07/05 11:17:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2020/10/03 06:49:48 adam Exp $ bin/pprof +bin/pprof-symbolize include/google/heap-checker.h include/google/heap-profiler.h include/google/malloc_extension.h diff --git a/devel/gperftools/distinfo b/devel/gperftools/distinfo index dfa508625d2..3e753330b49 100644 --- a/devel/gperftools/distinfo +++ b/devel/gperftools/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.11 2019/11/28 12:19:58 bouyer Exp $ +$NetBSD: distinfo,v 1.12 2020/10/03 06:49:48 adam Exp $ -SHA1 (gperftools-2.7.tar.gz) = 89e3e1df674bc4ba1a9e97246b58a26a4e92d0a3 -RMD160 (gperftools-2.7.tar.gz) = a45ba1a6e601fe46ec7b7ed3035251f991371bd2 -SHA512 (gperftools-2.7.tar.gz) = 7cd079fcfa9fd517ef99ff81c294daa6150898ae9024cb5ee02e1bce086d135d2cadcd2b863528cc82327fc00c9f4574d5078b47a02ac57fbc393fa66adc32ec -Size (gperftools-2.7.tar.gz) = 1523562 bytes -SHA1 (patch-benchmark_getcontext_light.cc) = 892c709fbda8476053e581262feeea4af1a27795 +SHA1 (gperftools-2.8.tar.gz) = 2caf94d01a3aa36c338ed52bd5ec508f05593d8d +RMD160 (gperftools-2.8.tar.gz) = e35c9a2dc59aa36abbe3a30a10a47e7342ff3381 +SHA512 (gperftools-2.8.tar.gz) = 7c0493de4e324a3589ef400a09c642e1fa56878be5730d8de97bcb8b08d91659adb1e1549e6871c074e4f76923e742164aca06500951a84920c72e16d3b1fc8a +Size (gperftools-2.8.tar.gz) = 1595567 bytes SHA1 (patch-configure) = 612e1dda5ecf65451153e9616f69e0c58add086a SHA1 (patch-src_base_atomicops-internals-arm-v6plus.h) = b3aeddd10d2506192551485570c31c0b3ff02432 SHA1 (patch-src_base_sysinfo.cc) = 558034b05ad3d2870a7269762d3b58442824e649 |