pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gperftools
Module Name: pkgsrc
Committed By: adam
Date: Sat Oct 3 06:49:48 UTC 2020
Modified Files:
pkgsrc/devel/gperftools: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/gperftools/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/gperftools/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/gperftools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gperftools/Makefile
diff -u pkgsrc/devel/gperftools/Makefile:1.17 pkgsrc/devel/gperftools/Makefile:1.18
--- pkgsrc/devel/gperftools/Makefile:1.17 Mon Aug 31 18:07:21 2020
+++ pkgsrc/devel/gperftools/Makefile Sat Oct 3 06:49:48 2020
@@ -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"
Index: pkgsrc/devel/gperftools/PLIST
diff -u pkgsrc/devel/gperftools/PLIST:1.3 pkgsrc/devel/gperftools/PLIST:1.4
--- pkgsrc/devel/gperftools/PLIST:1.3 Wed Jul 5 11:17:17 2017
+++ pkgsrc/devel/gperftools/PLIST Sat Oct 3 06:49:48 2020
@@ -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
Index: pkgsrc/devel/gperftools/distinfo
diff -u pkgsrc/devel/gperftools/distinfo:1.11 pkgsrc/devel/gperftools/distinfo:1.12
--- pkgsrc/devel/gperftools/distinfo:1.11 Thu Nov 28 12:19:58 2019
+++ pkgsrc/devel/gperftools/distinfo Sat Oct 3 06:49:48 2020
@@ -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