- unbreak this port when OSVERSION >= 600000
- update MASTER_SITES and WWW in pkg-descr - bump PORTREVISION PR: 94865 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
parent
68a4a7dccf
commit
3fdaabb831
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159536
@ -8,8 +8,10 @@
|
||||
|
||||
PORTNAME= pstack
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://bsd-pstack.sourceforge.net/releases/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= bsd-pstack
|
||||
|
||||
MAINTAINER= pmedwards@eircom.net
|
||||
COMMENT= Retrieve process/core file stack traces
|
||||
@ -20,4 +22,11 @@ MANCOMPRESSED= yes
|
||||
MAN1= pstack.1
|
||||
PLIST_FILES= bin/pstack
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's/DT_COUNT/DT_BIND_NOW/' ${WRKSRC}/elf.c
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -4,3 +4,5 @@ each thread in that process.
|
||||
|
||||
It's useful for finding out what wedged processes are up to, getting
|
||||
profiles of what applications, and just satisfying one's curiosity.
|
||||
|
||||
WWW: http://sourceforge.net/projects/bsd-pstack/
|
||||
|
Loading…
Reference in New Issue
Block a user