Subject: CVS commit: pkgsrc/devel/gperftools
From: Manuel Bouyer
Date: 2019-11-28 13:19:58
Message id: 20191128121958.5C6BEFA97@cvs.NetBSD.org

Log Message:
Use /proc/../maps to get shared library information on NetBSD.
use sysctl kern.proc to get the executable's name on NetBSD.
Add  --enable-stacktrace-via-backtrace to configure
tested on x86_64 and earmv7hf; stacktrace doesn't work on earmv7hf (this
seems to be a problem in our _Unwind_Backtrace implementation).
Bump PKGREVISION

Files:
RevisionActionfile
1.16modifypkgsrc/devel/gperftools/Makefile
1.11modifypkgsrc/devel/gperftools/distinfo
1.1addpkgsrc/devel/gperftools/patches/patch-src_base_sysinfo.cc
1.1addpkgsrc/devel/gperftools/patches/patch-src_symbolize.cc