diff options
author | yar <yar@FreeBSD.org> | 2001-09-07 20:50:30 +0800 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2001-09-07 20:50:30 +0800 |
commit | 7ac438cac3a2d550e700b2051c0505631433f494 (patch) | |
tree | 582f0753c3cedcfb8d7ae810836f9b9942154657 /devel/strace | |
parent | f8ba71f83261ac8de8950a2cb82a113606c346fc (diff) | |
download | freebsd-ports-graphics-7ac438cac3a2d550e700b2051c0505631433f494.tar.gz freebsd-ports-graphics-7ac438cac3a2d550e700b2051c0505631433f494.tar.zst freebsd-ports-graphics-7ac438cac3a2d550e700b2051c0505631433f494.zip |
Update port to strace-4.4.
Submitted by: alex@rinet.ru
Diffstat (limited to 'devel/strace')
-rw-r--r-- | devel/strace/Makefile | 5 | ||||
-rw-r--r-- | devel/strace/distinfo | 2 | ||||
-rw-r--r-- | devel/strace/pkg-descr | 7 |
3 files changed, 8 insertions, 6 deletions
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 |