notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pstack Retrieve process/core file stack traces
1.3_1 sysutils on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3Version of this port present on the latest quarterly branch.
Maintainer: pizzamig@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-09-18 13:03:25
Last Update: 2024-03-29 08:18:29
Commit Hash: 92dc3a2
People watching this port, also watch:: wget, openssl, python, pcre, postfix
License: BSD2CLAUSE
WWW:
https://sourceforge.net/projects/bsd-pstack/
Description:
"pstack" is a workalike for the Solaris program of the same name. Running pstack on a process or core file produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of what applications, and just satisfying one's curiosity.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/pstack
  2. share/man/man1/pstack.1.gz
  3. /usr/local/share/licenses/pstack-1.3_1/catalog.mk
  4. /usr/local/share/licenses/pstack-1.3_1/LICENSE
  5. /usr/local/share/licenses/pstack-1.3_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • pstack>0:sysutils/pstack
Conflicts:
CONFLICTS:
  • pstacku
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/sysutils/pstack/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/pstack
  • pkg install pstack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pstack
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
SHA256 (z0nt-pstack-1.3-874a052_GH0.tar.gz) = 1e18acbb557457f3fc62812c49f37ac11211a9d7f4f0a2309328fbb517e99bd4 SIZE (z0nt-pstack-1.3-874a052_GH0.tar.gz) = 17114

Packages (timestamps in pop-ups are UTC):
pstack
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.3_1--1.3_1---
FreeBSD:13:quarterly-1.3--1.3_1---
FreeBSD:14:latest-1.3_1--1.3_1---
FreeBSD:14:quarterly-1.3_1--1.3_1---
FreeBSD:15:latest-1.3_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_pstack
USES:
uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/z0nt/pstack/tar.gz/874a052?dummy=/
Collapse this list.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3_1
29 Mar 2024 08:18:29
commit hash: 92dc3a2d8c0c8436a1258e99fb04db0ccec0d7cbcommit hash: 92dc3a2d8c0c8436a1258e99fb04db0ccec0d7cbcommit hash: 92dc3a2d8c0c8436a1258e99fb04db0ccec0d7cbcommit hash: 92dc3a2d8c0c8436a1258e99fb04db0ccec0d7cb files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
sysutils/pstack: Move man page to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.3
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3
29 Oct 2021 09:50:18
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08acommit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a files touched by this commit
Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
1.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3
29 Aug 2017 13:05:21
Revision:448911Original commit files touched by this commit
pizzamig search for other commits by this committer
Change MAINTAINER email to my new FreeBSD email

Approved by:	lme (mentor)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12150
1.3
20 Jan 2017 20:33:31
Revision:431996Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/
1.3
09 May 2016 18:41:02
Revision:414880Original commit files touched by this commit
pi search for other commits by this committer
sysutils/pstack sysutils/pstacku: give maintainer to submitter

PR:		209397
Submitted by:	luca.pizzamiglio@gmail.com
1.3
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
1.3
18 Jun 2014 18:09:09
Revision:358295Original commit files touched by this commit
nox search for other commits by this committer
- Add new port sysutils/pstacku using libunwind and written by kib.
- Add CONFLICTS with sysutils/pstack.

"pstack" is a workalike for the Solaris program of the same name.
Running pstack on a process produces a stack trace of
each thread in that process.

It's useful for finding out what wedged processes are up to, getting
profiles of applications, and just satisfying one's curiosity.

WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree
1.3
17 Jun 2014 20:01:19
Revision:358174Original commit files touched by this commit
pi search for other commits by this committer
sysutils/pstack: update 1.2 -> 1.3

Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1.2_1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
1.2_1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2_1
22 Aug 2009 00:35:32
Original commit files touched by this commit Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
1.2_1
06 Jan 2009 17:59:31
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
1.2_1
05 Sep 2006 08:19:31
Original commit files touched by this commit
linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
1.2_1
15 Apr 2006 02:25:45
Original commit files touched by this commit
leeym search for other commits by this committer
- unbreak this port when OSVERSION >= 600000
- update MASTER_SITES and WWW in pkg-descr
- bump PORTREVISION

PR:             94865
Submitted by:   leeym
Approved by:    maintainer timeout
1.2
24 Jan 2006 01:06:45
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.2
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.2
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
1.2
21 Feb 2003 13:28:59
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.2
26 Nov 2002 11:24:21
Original commit files touched by this commit
fjoe search for other commits by this committer
Update to 1.2.
This fixes pstack on recent 4.7-STABLE as well.

Submitted by:   MAINTAINER
1.1
07 Oct 2002 07:34:58
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.1

Submitted by:   maintainer
1.0
18 Sep 2002 13:03:04
Original commit files touched by this commit
ijliao search for other commits by this committer
add pstack 1.0
Retrieve process/core file stack traces

PR:             37632
Submitted by:   Peter Edwards <pmedwards@eircom.net>

Number of commits found: 25