diff options
author | adam <adam@pkgsrc.org> | 2018-05-10 07:28:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-05-10 07:28:46 +0000 |
commit | 4a67d500dd697a1998aa9159d2be851b1c8d67b9 (patch) | |
tree | 4a64a2d27a178d568f144d10d60a56348589c769 /devel/gperftools | |
parent | 1730d392b140ed1f0f1d3c9ffc0633e7b8795c4c (diff) | |
download | pkgsrc-4a67d500dd697a1998aa9159d2be851b1c8d67b9.tar.gz |
gperftools: updated to 2.7
Changes 2.7:
bug in span stats printing introduced by new scalable page heap change was fixed.
Christoph Müllner has contributed couple warnings fixes and initial support for aarch64_ilp32 architecture.
Ben Dang contributed documentation fix for heap checker.
Fabrice Fontaine contributed fixed for linking benchmarks with --disable-static.
Holy Wu has added sized deallocation unit tests.
Holy Wu has enabled support of sized deallocation (c++14) on recent MSVC.
Holy Wu has fixed MSVC build in WIN32_OVERRIDE_ALLOCATORS mode.
Holy Wu has contributed cleanup of config.h used on windows.
Mao Huang has contributed couple simple tcmalloc changes from chromium code base. Making our tcmalloc forks a tiny bit closer.
issue 946 that caused compilation failures on some Linux clang installations has been fixed. Much thanks to github user htuch for helping to diagnose issue and proposing a fix.
Tulio Magno Quites Machado Filho has contributed build-time fix for PPC (for problem introduced in one of commits since RC).
Diffstat (limited to 'devel/gperftools')
-rw-r--r-- | devel/gperftools/Makefile | 9 | ||||
-rw-r--r-- | devel/gperftools/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/gperftools/Makefile b/devel/gperftools/Makefile index 61f61da2978..97784b30b8b 100644 --- a/devel/gperftools/Makefile +++ b/devel/gperftools/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.11 2017/12/10 17:26:39 adam Exp $ +# $NetBSD: Makefile,v 1.12 2018/05/10 07:28:46 adam Exp $ -DISTNAME= gperftools-2.6.3 +DISTNAME= gperftools-2.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=gperftools/} +GITHUB_PROJECT= gperftools +GITHUB_RELEASE= ${DISTNAME} MAINTAINER= cheusov@NetBSD.org HOMEPAGE= https://github.com/gperftools/gperftools COMMENT= Fast, multi-threaded malloc() and nifty performance analysis tools LICENSE= modified-bsd -GITHUB_PROJECT= gperftools -GITHUB_RELEASE= ${DISTNAME} - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake perl:run diff --git a/devel/gperftools/distinfo b/devel/gperftools/distinfo index d975eba383a..c7f821f6346 100644 --- a/devel/gperftools/distinfo +++ b/devel/gperftools/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2017/12/10 17:26:39 adam Exp $ +$NetBSD: distinfo,v 1.10 2018/05/10 07:28:46 adam Exp $ -SHA1 (gperftools-2.6.3.tar.gz) = 8ac2a40dab2053ef01340a2728d9d445046ffdd7 -RMD160 (gperftools-2.6.3.tar.gz) = 9da9dd3e1ba7510c92ec8e261b4670343f0d2f76 -SHA512 (gperftools-2.6.3.tar.gz) = d9272574758bf05286a4a5388b8566d9d5eb9fd05dd95c39e0ca140ec32ce4f5a940f28e7f7a9c4518872a27b913ba265ce6cd3b8da685a8c0843f27115536c9 -Size (gperftools-2.6.3.tar.gz) = 1510420 bytes +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-configure) = 612e1dda5ecf65451153e9616f69e0c58add086a SHA1 (patch-src_base_atomicops-internals-arm-v6plus.h) = b3aeddd10d2506192551485570c31c0b3ff02432 |