2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Peter Edwards <pmedwards@eircom.net>
|
2002-09-18 15:03:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pstack
|
2002-11-26 12:24:21 +01:00
|
|
|
PORTVERSION= 1.2
|
2006-04-15 04:25:45 +02:00
|
|
|
PORTREVISION= 1
|
2002-09-18 15:03:03 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/bsd-${PORTNAME}/bsd-${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2002-09-18 15:03:03 +02:00
|
|
|
|
2006-09-05 10:24:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Retrieve process/core file stack traces
|
2002-09-18 15:03:03 +02:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
MAN1= pstack.1
|
|
|
|
PLIST_FILES= bin/pstack
|
2002-09-18 15:03:03 +02:00
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2006-04-15 04:25:45 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's/DT_COUNT/DT_BIND_NOW/' ${WRKSRC}/elf.c
|
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|