diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/strace/DESCR | 7 | ||||
-rw-r--r-- | devel/strace/Makefile | 19 | ||||
-rw-r--r-- | devel/strace/PLIST | 4 | ||||
-rw-r--r-- | devel/strace/distinfo | 5 | ||||
-rw-r--r-- | sysutils/strace/DESCR | 8 | ||||
-rw-r--r-- | sysutils/strace/Makefile | 6 |
7 files changed, 10 insertions, 42 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1e74bcf5d3e..37f7770505b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.737 2006/03/02 19:48:22 wiz Exp $ +# $NetBSD: Makefile,v 1.738 2006/03/05 09:04:50 christos Exp $ # COMMENT= Development utilities @@ -625,7 +625,6 @@ SUBDIR+= splint SUBDIR+= st SUBDIR+= stlport SUBDIR+= stooop -SUBDIR+= strace SUBDIR+= subversion SUBDIR+= subversion-base SUBDIR+= svk diff --git a/devel/strace/DESCR b/devel/strace/DESCR deleted file mode 100644 index 98d8c2fdd54..00000000000 --- a/devel/strace/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -Strace is a diagnostic and troubleshooting tool for printing out a trace -of all the system calls made by another process. It intercepts and -records the signals received by a process and the system calls which -are called by a process. The name of each system call, its arguments -and its return value are reported. - -This version of strace is maintained by Wichert Akkerman. diff --git a/devel/strace/Makefile b/devel/strace/Makefile deleted file mode 100644 index d0ff1cb4c90..00000000000 --- a/devel/strace/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/10 03:13:07 reed Exp $ - -DISTNAME= strace-4.5.7 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= reed@reedmedia.net -HOMEPAGE= http://www.liacs.nl/~wichert/strace/ -COMMENT= System call tracing utility - -GNU_CONFIGURE= YES - -# operating system netbsdelf is not supported by strace -# XXX for Linux, SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x -# XXX only tested under Linux -ONLY_FOR_PLATFORM= Linux-*-* - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/strace/PLIST b/devel/strace/PLIST deleted file mode 100644 index eddcb86f604..00000000000 --- a/devel/strace/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/10 03:13:07 reed Exp $ -bin/strace -bin/strace-graph -man/man1/strace.1 diff --git a/devel/strace/distinfo b/devel/strace/distinfo deleted file mode 100644 index 62944499c35..00000000000 --- a/devel/strace/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/05/25 11:53:12 wiz Exp $ - -SHA1 (strace-4.5.7.tar.bz2) = 622a5e7f0649c03f24a535bd1341dda1edca48d2 -RMD160 (strace-4.5.7.tar.bz2) = 875605e8c61c720d8562b1bfae7c34954edb0a75 -Size (strace-4.5.7.tar.bz2) = 414738 bytes diff --git a/sysutils/strace/DESCR b/sysutils/strace/DESCR index df90fa70bad..98d8c2fdd54 100644 --- a/sysutils/strace/DESCR +++ b/sysutils/strace/DESCR @@ -1 +1,7 @@ -strace is a system call tracing program similar to ktruss that uses PT_SYSCALL +Strace is a diagnostic and troubleshooting tool for printing out a trace +of all the system calls made by another process. It intercepts and +records the signals received by a process and the system calls which +are called by a process. The name of each system call, its arguments +and its return value are reported. + +This version of strace is maintained by Wichert Akkerman. diff --git a/sysutils/strace/Makefile b/sysutils/strace/Makefile index a30a09bbbd0..00adb660e62 100644 --- a/sysutils/strace/Makefile +++ b/sysutils/strace/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2006/03/05 08:17:49 christos Exp $ +# $NetBSD: Makefile,v 1.2 2006/03/05 09:04:50 christos Exp $ # DISTNAME= strace-4.5.14 CATEGORIES= sysutils -MASTER_SITES= http://voxel.dl.sourceforge.net/sourceforge/strace/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= christos@NetBSD.org @@ -14,6 +14,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -.include "../../mk/bsd.prefs.mk" - .include "../../mk/bsd.pkg.mk" |