Port details |
- strace System call tracer
- 4.5.18_1 devel
=45 4.5.18_1Version of this port present on the latest quarterly branch.
- BROKEN: Uses procfs-based process debugging
DEPRECATED: BROKEN on all supported versions after EOL of 12 This port expired on: 2023-12-31 IGNORE: is marked as broken: Uses procfs-based process debugging
- Maintainer: sbz@FreeBSD.org
- Port Added: 2001-05-15 16:52:45
- Last Update: 2023-12-31 00:06:22
- Commit Hash: f88f6fc
- People watching this port, also watch:: unzip, gmake, libxml2, nmap, pcre
- Also Listed In: sysutils
- License: BSD3CLAUSE
- WWW:
- https://sourceforge.net/projects/strace/
- Description:
- strace is a system call tracer, i.e. a debugging tool which prints out a trace
of all the system calls made by a another process/program.
strace is similar to the native BSD ``truss'' utility, but it's output style is
more convenient in most cases.
For strace to work, procfs has to be mounted. FreeBSD does not mount it by
default. For more information, man procfs.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: strace
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386
- distinfo:
- SHA256 (strace-4.5.18.tar.bz2) = 95e7b7470e04f22c3ec8dc6d0b1fdd8944306cb5313c84c4545cd83abada26d0
SIZE (strace-4.5.18.tar.bz2) = 480973
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for strace-4.5.18_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_strace
- USES:
- cpe shebangfix perl5 tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.5.18_1 31 Dec 2023 00:06:22 |
Muhammad Moinur Rahman (bofh) |
devel/strace: Remove expired port
2023-12-31 devel/strace: BROKEN on all supported versions after EOL of 12 |
4.5.18_1 29 Oct 2023 22:53:30 |
Muhammad Moinur Rahman (bofh) |
devel/strace: Mark DEPRECATED
- BROKEN on all supported versions after the EOL of 12
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.5.18_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.5.18_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.5.18_1 11 Sep 2021 11:22:35 |
Bernhard Froehlich (decke) |
devel/strace: Add CPE information
Approved by: portmgr (blanket) |
4.5.18_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.5.18_1 15 Apr 2020 16:22:16 |
jhb |
Mark devel/strace as broken on 13.0 and later.
FreeBSD 13 removes procfs-based process debugging which strace(1)
uses. Users can use truss in the base system instead.
PR: 244939
Reviewed by: sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D24254 |
4.5.18_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
4.5.18_1 02 Aug 2014 16:31:18 |
adamw |
Fix fetch. |
4.5.18_1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
4.5.18_1 08 Feb 2014 22:08:12 |
ehaupt |
Support staging |
4.5.18_1 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
4.5.18_1 16 Sep 2013 09:22:22 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
4.5.18_1 03 Jul 2013 10:58:57 |
sbz |
- Add LICENSE
- Update COMMENT
- Update pkg-descr
- Remove unnecessary mkdir
- Take maintainership |
4.5.18_1 07 May 2013 09:30:52 |
ehaupt |
- Convert to use shebangfix USES flag
- Trim header
- Use new options framework for DOCS |
4.5.18_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
4.5.18_1 27 Apr 2010 01:41:02 |
pgollucci |
- Release some more ports |
4.5.18_1 27 Dec 2008 04:15:26 |
pgollucci |
- Update to 4.5.18
- Add forgotten new files
PR: ports/129019
Reported by: erwinbot
Pointyhat to: pgollucci |
4.5.18 25 Dec 2008 14:44:06 |
pgollucci |
Update to 4.5.18
Still i386 only
PR: ports/129019
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by: araujo (mentor, implicit) |
4.5.7 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
4.5.7 23 Jul 2008 02:43:55 |
pgollucci |
Update my ports to my freebsd address
Approved by: araujo (mentor) |
4.5.7 02 Jul 2008 12:14:37 |
tabthorpe |
- Pass maintainership to Philip M. Gollucci (via private email) |
4.5.7 28 Jun 2008 14:44:12 |
tabthorpe |
- Reassign to ports@ |
4.5.7 30 Dec 2007 15:49:07 |
tabthorpe |
- Update to 4.5.7 |
4.5.6 20 Dec 2007 20:40:26 |
tabthorpe |
- Update to 4.5.6
PR: ports/118891
Submitted by: Philippe Audeoud <jadawin tuxaco.net> |
4.5.5 23 Aug 2007 04:00:04 |
tabthorpe |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
4.5.5 08 Aug 2007 14:01:27 |
rafan |
- Update to 4.5.5
PR: ports/115306
Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer) |
4.5.3 07 Aug 2007 03:38:41 |
clsung |
- Update to 4.5.3
- Take maintainership
PR: ports/115137
Submitted by: maintainer (Thomas Abthorpe) |
4.5.2 02 Jul 2007 12:12:13 |
miwi |
- Update to 4.5.2
PR: 114153
Submitted by: Lars Engels <lars.engels@0x20.net> |
4.5.1_1 04 Sep 2006 08:09:17 |
linimon |
Reset maintainer due to timeouts and no response to email.
Hat: portmgr |
4.5.1_1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
4.5.1_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
4.5.1_1 26 Nov 2005 00:29:59 |
linimon |
Chase URLs per distfile survey. |
4.5.1_1 12 Apr 2005 07:55:40 |
flz |
- Fix hangs issues.
PR: ports/62377
Submitted by: Nate Eldredge <nge@cs.hmc.edu>
Reviewed by: Drazen Kacar <dave@fly.srk.fer.hr>
Approved by: maintainer timeout (> 4 months) |
4.5.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
4.5.1 04 Jan 2004 19:37:55 |
pav |
- Update to 4.5.1
PR: ports/60829
Submitted by: Matthias Andree <matthias.andree@web.de>
Approved by: maintainer |
4.4.94 19 Apr 2003 14:19:50 |
fjoe |
New port: libdict
Libdict is a compact, ANSI C library which provides access to a set of
generic and flexible ``dictionary'' data structures. All algorithms
used in libdict have been optimized, and, with one very small exception,
are not recursive but iterative. It was written by Farooq Mela, and is
released under a BSD style licence.
PR: 50453
Submitted by: Alex Semenyaka |
4.4.94 19 Apr 2003 13:30:41 |
fjoe |
Update to 4.4.94.
PR: 50432
Submitted by: MAINTAINER |
4.4.94 19 Apr 2003 13:29:33 |
fjoe |
make portlint happier |
4.4.94 19 Apr 2003 13:27:52 |
fjoe |
Update to 4.4.94.
PR: 50432
Submitted by: MAINTAINER |
4.4 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
4.4 12 Dec 2002 07:09:07 |
kris |
ONLY_FOR_ARCHS=i386 |
15 Oct 2001 20:54:59 |
obrien |
I do not understand why something that is like truss/ktrace is in "devel" and
not sysutils... |
11 Oct 2001 11:47:35 |
olgeni |
Fix compilation problem (both -CURRENT and -STABLE), due to PT_READ_U removal
from sys/ptrace.h. Also, fix the incorrect PT_READ_U label. |
08 Sep 2001 10:05:54 |
yar |
Don't ignore ${MKDIR}'s return status. |
07 Sep 2001 13:50:30 |
yar |
Update port to strace-4.4. |
15 May 2001 21:42:13 |
yar |
Fix the contributor & maintainer's e-mail on his request. |
15 May 2001 20:52:45 |
yar |
New port: devel/strace. |