pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gperftools gperftools: updated to 2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49469441f2d5
branches:  trunk
changeset: 440112:49469441f2d5
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 03 06:49:48 2020 +0000

description:
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:

 devel/gperftools/Makefile |   7 ++-----
 devel/gperftools/PLIST    |   3 ++-
 devel/gperftools/distinfo |  11 +++++------
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs (52 lines):

diff -r 5d7eea878b71 -r 49469441f2d5 devel/gperftools/Makefile
--- a/devel/gperftools/Makefile Sat Oct 03 06:27:18 2020 +0000
+++ b/devel/gperftools/Makefile Sat Oct 03 06:49:48 2020 +0000
@@ -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 @@
 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 -r 5d7eea878b71 -r 49469441f2d5 devel/gperftools/PLIST
--- a/devel/gperftools/PLIST    Sat Oct 03 06:27:18 2020 +0000
+++ b/devel/gperftools/PLIST    Sat Oct 03 06:49:48 2020 +0000
@@ -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 -r 5d7eea878b71 -r 49469441f2d5 devel/gperftools/distinfo
--- a/devel/gperftools/distinfo Sat Oct 03 06:27:18 2020 +0000
+++ b/devel/gperftools/distinfo Sat Oct 03 06:49:48 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index