From 7ac438cac3a2d550e700b2051c0505631433f494 Mon Sep 17 00:00:00 2001 From: yar Date: Fri, 7 Sep 2001 12:50:30 +0000 Subject: Update port to strace-4.4. Submitted by: alex@rinet.ru --- devel/strace/Makefile | 5 ++++- devel/strace/distinfo | 2 +- devel/strace/pkg-descr | 7 +++---- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'devel/strace') diff --git a/devel/strace/Makefile b/devel/strace/Makefile index eb880f6d1c8..3f4f229d76b 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -6,13 +6,16 @@ # PORTNAME= strace -PORTVERSION= 4.3 +PORTVERSION= 4.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}_${PORTVERSION}-1 MAINTAINER= alex@rinet.ru +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + GNU_CONFIGURE= yes MAN1= strace.1 diff --git a/devel/strace/distinfo b/devel/strace/distinfo index 6ec455e735e..a03666806d6 100644 --- a/devel/strace/distinfo +++ b/devel/strace/distinfo @@ -1 +1 @@ -MD5 (strace-4.3.tar.gz) = 7374eb6a2abc45ece28bb192ee127c56 +MD5 (strace_4.4-1.tar.gz) = 7246ce73640760fa7e8357fd9ecf7af3 diff --git a/devel/strace/pkg-descr b/devel/strace/pkg-descr index ddd5107b0a0..3d271fb5f36 100644 --- a/devel/strace/pkg-descr +++ b/devel/strace/pkg-descr @@ -2,11 +2,10 @@ Strace is a process tracer, i.e. a debugging tool that prints out a trace of all the system calls made and signals received by a process itself or a process and its descendants. -Strace is similar to the native BSD ktrace/kdump pair of utilities, -but strace's output style is more convenient in some cases or for -some developers. +Strace is similar to the native BSD ``truss'' utility, but it's +output style is more convenient in most cases. WWW: http://www.liacs.nl/~wichert/strace/ - Alex Semenyaka -alexs@snark.rinet.ru +alex@rinet.ru -- cgit