mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5fcd545e8b
if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
26 lines
548 B
Makefile
26 lines
548 B
Makefile
# Created by: Juergen Lock <nox@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pstacku
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://kib.kiev.ua/kib/${PORTNAME}/ \
|
|
http://kib.kiev.ua/kib/${PORTNAME}/
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Retrieve process stack traces
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libunwind.so:devel/libunwind
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-libunwind=${LOCALBASE}
|
|
LLD_UNSAFE= yes
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
CONFLICTS= pstack-[0-9]*
|
|
|
|
PLIST_FILES= bin/pstack man/man1/pstack.1.gz
|
|
|
|
.include <bsd.port.mk>
|