pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gperftools gperftools: Revert previous commit (r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e447d621f402
branches:  trunk
changeset: 443571:e447d621f402
user:      otis <otis%pkgsrc.org@localhost>
date:      Wed Dec 16 19:22:18 2020 +0000

description:
gperftools: Revert previous commit (r1.5)

Fixes to PLIST were invalid. Build on SmartOS needs to be fixed
in different way:

libprofiler.pc is not being built because of unknown method how
to access PC (program counter) register. A more apropriate way needs to be
find.

diffstat:

 devel/gperftools/PLIST |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (42 lines):

diff -r 73dfb0232914 -r e447d621f402 devel/gperftools/PLIST
--- a/devel/gperftools/PLIST    Wed Dec 16 18:25:26 2020 +0000
+++ b/devel/gperftools/PLIST    Wed Dec 16 19:22:18 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/12/16 17:28:00 otis Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/12/16 19:22:18 otis Exp $
 bin/pprof
 bin/pprof-symbolize
 include/google/heap-checker.h
@@ -17,9 +17,12 @@
 include/gperftools/malloc_hook.h
 include/gperftools/malloc_hook_c.h
 include/gperftools/nallocx.h
+include/gperftools/profiler.h
 include/gperftools/stacktrace.h
 include/gperftools/tcmalloc.h
+lib/libprofiler.la
 lib/libtcmalloc.la
+lib/libtcmalloc_and_profiler.la
 lib/libtcmalloc_debug.la
 lib/libtcmalloc_minimal.la
 lib/libtcmalloc_minimal_debug.la
@@ -38,6 +41,8 @@
 share/doc/gperftools/README
 share/doc/gperftools/README_windows.txt
 share/doc/gperftools/TODO
+share/doc/gperftools/cpuprofile-fileformat.html
+share/doc/gperftools/cpuprofile.html
 share/doc/gperftools/designstyle.css
 share/doc/gperftools/heap-example1.png
 share/doc/gperftools/heap_checker.html
@@ -47,6 +52,10 @@
 share/doc/gperftools/overview.gif
 share/doc/gperftools/pageheap.dot
 share/doc/gperftools/pageheap.gif
+share/doc/gperftools/pprof-test-big.gif
+share/doc/gperftools/pprof-test.gif
+share/doc/gperftools/pprof-vsnprintf-big.gif
+share/doc/gperftools/pprof-vsnprintf.gif
 share/doc/gperftools/pprof_remote_servers.html
 share/doc/gperftools/spanmap.dot
 share/doc/gperftools/spanmap.gif



Home | Main Index | Thread Index | Old Index