View | Details | Raw Unified | Return to bug 50432 | Differences between
and this patch

Collapse All | Expand All

(-)../strace.new/Makefile (-6 / +6 lines)
Lines 6-32 Link Here
6
#
6
#
7
7
8
PORTNAME=	strace
8
PORTNAME=	strace
9
PORTVERSION=	4.4
9
PORTVERSION=	4.4.94
10
CATEGORIES=	devel sysutils
10
CATEGORIES=	devel sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
DISTNAME=	${PORTNAME}_${PORTVERSION}-1
14
13
14
USE_BZIP2=	yes
15
MAINTAINER=	alex@rinet.ru
15
MAINTAINER=	alex@rinet.ru
16
COMMENT=	A portable process tracer
16
COMMENT=	A portable process tracer
17
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
20
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
21
ONLY_FOR_ARCHS=	i386
19
ONLY_FOR_ARCHS=	i386
22
20
23
MAN1=		strace.1
21
MAN1=		strace.1
24
22
23
check-umask:
24
25
do-install:
25
do-install:
26
	-${MKDIR} ${PREFIX}/bin
26
	${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin
27
	${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin
27
	${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin
28
	${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin
29
	-${MKDIR} ${PREFIX}/man/man1
28
	${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1
30
	${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1
29
	${MKDIR} ${PREFIX}/share/strace
30
	${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace
31
31
32
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)../strace.new/pkg-descr (-3 / +2 lines)
Lines 5-11 Link Here
5
Strace is similar to the native BSD ``truss'' utility, but it's
5
Strace is similar to the native BSD ``truss'' utility, but it's
6
output style is more convenient in most cases.
6
output style is more convenient in most cases.
7
7
8
WWW: http://www.liacs.nl/~wichert/strace/
8
WWW: http://strace.sourceforge.net/
9
9
10
- Alex Semenyaka
10
Maintains: Alex Semenyaka (alex@rinet.ru)
11
alex@rinet.ru
(-)../strace.new/pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/strace
1
bin/strace
2
bin/strace-graph
2
bin/strace-graph
3
share/strace/xlate.el
4
@dirrm share/strace
3
@dirrm share/strace

Return to bug 50432