Path to this page:
./
sysutils/strace,
Trace system calls
Branch: pkgsrc-2012Q1,
Version: 4.5.15nb4,
Package name: strace-4.5.15nb4,
Maintainer: christosStrace 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.
Required to run:[
lang/perl5]
Master sites:
SHA1: a6bd153eeb1a25a50bb5a1d92887a4911ec9ad48
RMD160: 0c6aaa8820a0985d89b21a5da9578b27435c8906
Filesize: 444.929 KB
Version history: (Expand)
- (2012-04-10) Package added to pkgsrc.se, version strace-4.5.15nb4 (created)
CVS history: (Expand)
2012-04-09 20:28:44 by S.P.Zeidler | Files touched by this commit (1) |
Log message:
Pullup ticket #3720 - requested by dholland
sysutils/strace: build fix
Revisions pulled up:
- sysutils/strace/Makefile 1.18
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: dholland
Date: Sun Apr 8 03:37:31 UTC 2012
Modified Files:
pkgsrc/sysutils/strace: Makefile
Log message:
USE_TOOLS+=perl:run. There are very few cases where it makes sense to
REPLACE_PERL without depending on it. PKGREVISION to 4.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/strace/Makefile
|