aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pstack
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-06-18 18:09:08 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-06-18 18:09:08 +0000
commit5572d03ae3e40b21fcee10ea128974e864baa932 (patch)
tree3a0583defe0b09d45fbf0d227c400b395ea50a11 /sysutils/pstack
parent710d86650fb99bbf46cf9e842229e5dc8fae2c36 (diff)
downloadports-5572d03ae3e40b21fcee10ea128974e864baa932.tar.gz
ports-5572d03ae3e40b21fcee10ea128974e864baa932.zip
- Add new port sysutils/pstacku using libunwind and written by kib.
- Add CONFLICTS with sysutils/pstack. "pstack" is a workalike for the Solaris program of the same name. Running pstack on a process produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of applications, and just satisfying one's curiosity. WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree
Notes
Notes: svn path=/head/; revision=358295
Diffstat (limited to 'sysutils/pstack')
-rw-r--r--sysutils/pstack/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile
index 23a73d9c3ec9..0b72fe68776f 100644
--- a/sysutils/pstack/Makefile
+++ b/sysutils/pstack/Makefile
@@ -17,6 +17,7 @@ GH_COMMIT= 874a052
GH_TAGNAME= 874a052
USES= uidfix
ONLY_FOR_ARCHS= amd64 i386
+CONFLICTS= pstacku-[0-9]*
MAKE_ARGS+= BINDIR=${PREFIX}/bin
MAKE_ARGS+= MANDIR=${PREFIX}/man/man
MAKE_ARGS+= LIBDIR=${PREFIX}/lib