View | Details | Raw Unified | Return to bug 94865
Collapse All | Expand All

(-)Makefile (-2 / +11 lines)
Lines 8-15 Link Here
8
8
9
PORTNAME=	pstack
9
PORTNAME=	pstack
10
PORTVERSION=	1.2
10
PORTVERSION=	1.2
11
PORTREVISION=	1
11
CATEGORIES=	sysutils
12
CATEGORIES=	sysutils
12
MASTER_SITES=	http://bsd-pstack.sourceforge.net/releases/
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	bsd-pstack
13
15
14
MAINTAINER=	pmedwards@eircom.net
16
MAINTAINER=	pmedwards@eircom.net
15
COMMENT=	Retrieve process/core file stack traces
17
COMMENT=	Retrieve process/core file stack traces
Lines 20-23 Link Here
20
MAN1=		pstack.1
22
MAN1=		pstack.1
21
PLIST_FILES=	bin/pstack
23
PLIST_FILES=	bin/pstack
22
24
23
.include <bsd.port.mk>
25
.include <bsd.port.pre.mk>
26
27
.if ${OSVERSION} >= 600000
28
post-patch:
29
	${REINPLACE_CMD} -e 's/DT_COUNT/DT_BIND_NOW/' ${WRKSRC}/elf.c
30
.endif
31
32
.include <bsd.port.post.mk>
(-)pkg-descr (+2 lines)
Lines 4-6 Link Here
4
4
5
It's useful for finding out what wedged processes are up to, getting
5
It's useful for finding out what wedged processes are up to, getting
6
profiles of what applications, and just satisfying one's curiosity.
6
profiles of what applications, and just satisfying one's curiosity.
7
8
WWW: http://sourceforge.net/projects/bsd-pstack/

Return to bug 94865