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:   otis
Date:           Wed Dec 16 19:22:18 UTC 2020

Modified Files:
        pkgsrc/devel/gperftools: PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/gperftools/PLIST

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/PLIST
diff -u pkgsrc/devel/gperftools/PLIST:1.5 pkgsrc/devel/gperftools/PLIST:1.6
--- pkgsrc/devel/gperftools/PLIST:1.5   Wed Dec 16 17:28:00 2020
+++ pkgsrc/devel/gperftools/PLIST       Wed Dec 16 19:22:18 2020
@@ -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_extension_c.h
 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/NEWS
 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.dot
 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