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
dwarfdump Tool to display DWARF debugging information in ELF files
20161124_1 devel on this many watch lists=1 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 20161124_1Version of this port present on the latest quarterly branch.
Maintainer: joerg@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-02-12 22:12:56
Last Update: 2024-01-12 15:11:29
Commit Hash: d432922
People watching this port, also watch:: coreutils, zip, smartmontools, ztop, python
License: GPLv2
WWW:
https://www.prevanders.net/dwarf.html
Description:
The dwarfdump tool prints the various elements of DWARF debugging information found in ELF object files.
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/dwarfdump
  2. share/man/man1/dwarfdump.1.gz
  3. /usr/local/share/licenses/dwarfdump-20161124_1/catalog.mk
  4. /usr/local/share/licenses/dwarfdump-20161124_1/LICENSE
  5. /usr/local/share/licenses/dwarfdump-20161124_1/GPLv2
Collapse this list.
Dependency lines:
  • dwarfdump>0:devel/dwarfdump
To install the port:
cd /usr/ports/devel/dwarfdump/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/dwarfdump
  • pkg install dwarfdump
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dwarfdump
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1481000089 SHA256 (libdwarf-20161124.tar.gz) = bd3d6dc7da0509876fb95b8681f165febd898845dc66714aa58e69b8feca988f SIZE (libdwarf-20161124.tar.gz) = 1732155

Packages (timestamps in pop-ups are UTC):
dwarfdump
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20161124_120161124_12016112420161124_120161124_1-20161124-
FreeBSD:13:quarterly20161124_120161124_12016112420161124_120161124_1201611242016112420161124
FreeBSD:14:latest20161124_120161124_12016112420161124_120161124_120161124-20161124
FreeBSD:14:quarterly2016112420161124_1-2016112420161124_1201611242016112420161124
FreeBSD:15:latest20161124_120161124_1n/a20161124_1n/a20161124_120161124_120161124_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libdwarf.a : devel/libdwarf
This port is required by:
for Build
  1. lang/lfortran
for Run
  1. lang/lfortran

Configuration Options:
No options to configure
Options name:
devel_dwarfdump
USES:
localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.prevanders.net/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20161124_1
12 Jan 2024 15:11:29
commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1commit hash: d4329229fbe8ad0a96a1b9ec796d17cf512455d1 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eliminate its usage

While here move manpages to share/man
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)
20161124
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)
20161124
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
20161124
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.
20161124
29 Dec 2017 09:00:41
Revision:457497Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to USES=localbase
- Use proper command for manpage installation
- Update WWW

Approved by:	portmgr blanket
20161124
10 Jan 2017 03:23:50
Revision:431064Original commit files touched by this commit
junovitch search for other commits by this committer
devel/dwarfdump: update 20130207 -> 20161124; add LICENSE

PR:		215086
Submitted by:	pfg
Approved by:	maintainer timeout (4 weeks)
MFH:		2017Q1
20130207
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
20130207
03 Jan 2016 14:21:13
Revision:405148Original commit files touched by this commit
rakuco search for other commits by this committer
Fix MASTER_SITES and unmark BROKEN.
20130207
12 Dec 2015 23:02:03
Revision:403636Original commit files touched by this commit
bapt search for other commits by this committer
Mark as broken: does not fetch
20130207
02 Mar 2015 23:16:02
Revision:380303Original commit files touched by this commit
bapt search for other commits by this committer
Remove Authors and License from pkg-descr
20130207
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
20130207
26 Feb 2014 06:51:48
Revision:346112Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
20130207
24 Apr 2013 07:15:57
Revision:316404Original commit files touched by this commit
joerg search for other commits by this committer
Upgrade to version 20130207.
20100204
07 Nov 2011 03:25:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Get rid FreeBSD 6.x support
20100204
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
20100204
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20100204
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
20100204
11 Feb 2010 13:09:00
Original commit files touched by this commit
joerg search for other commits by this committer
Upgrade to 20100204.

PR:             ports/139344
Submitted by:   Pedro Giffuni
20080615
03 Dec 2008 23:04:46
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 20080615

PR:             ports/126987
Submitted by:   Pedro Giffuni <pfgshield-freebsd@yahoo.com>
Approved by:    maintainer timeout (joerg; 3 months)
20070703_1
06 Jun 2008 13:21:59
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
20070703
29 Oct 2007 23:23:20
Original commit files touched by this commit
joerg search for other commits by this committer
Update libdwarf and dwarfdump to version 20070703

Submitted by:   Pedro F. Giffuni
PR:             ports/116098
20060421
13 Oct 2006 19:00:13
Original commit files touched by this commit
joerg search for other commits by this committer
Fix build on amd64.  The workaround for Elf64_Xword has been "borrowed"
from devel/libelf.

Approved by:    portmgr (erwin)
20060421
10 Oct 2006 11:21:02
Original commit files touched by this commit
joerg search for other commits by this committer
Upgrade to 20060421.
Change master site.

Submitted by:   "Pedro F. Giffuni" <giffunip@asme.org>
PR:             ports/98159
20041122
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
20041122
12 Feb 2005 22:12:15
Original commit files touched by this commit
joerg search for other commits by this committer
dwarfdump is a utility to display DWARF debugging information in ELF
files.  Needs libdwarf (and libelf in turn).

Number of commits found: 27