Port details |
- lmdbg Lightweight malloc debugger
- 1.3.0_1 devel =2 1.3.0_1Version of this port present on the latest quarterly branch.
- Maintainer: trociny@FreeBSD.org
- Port Added: 2009-05-19 13:14:40
- Last Update: 2024-03-06 10:48:40
- Commit Hash: b5d4a9e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://sourceforge.net/projects/lmdbg/
- Description:
- LMDBG is a collection of small tools for collecting and analyzing
the logs of malloc/realloc/memalign/free function calls. Unlike many
others, LMDBG does not provide any way to detect overruns of the
boundaries of malloc() memory allocations, as this is not the goal.
Like most other malloc debuggers, LMDBG allows detecting memory leaks
and double frees. However, unlike others, LMDBG generates full
stacktraces and separates the logging process from analysis, thus
allowing you to analyze an application on a per-module basis.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/lmdbg/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/lmdbg
- pkg install lmdbg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lmdbg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1614444656
SHA256 (lmdbg-1.3.0.tar.gz) = 27dfe7d3a83d58728d7e697272e14cf7dfc15f43ba1f48cb42461630aa1b9900
SIZE (lmdbg-1.3.0.tar.gz) = 45422
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- mk-configure>=0.24 : devel/mk-configure
- Runtime dependencies:
-
- runawk : lang/runawk
- pipestatus : devel/pipestatus
- Library dependencies:
-
- libJudy.so : devel/judy
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lmdbg-1.3.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_lmdbg
- 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 |
1.3.0_1 06 Mar 2024 10:48:40 |
Nuno Teixeira (eduardo) |
devel/lmdbg: Move man pages to share/man
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) |
1.3.0 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 ) |
1.3.0 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 ) |
1.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0 27 Feb 2021 17:02:28 |
trociny |
update to 1.3.0 |
1.2.1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.2.1 11 May 2018 08:34:03 |
amdmi3 |
- Add LICENSE_FILE
- Switch to new test framework
Approved by: portmgr blanket |
1.2.1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.2.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.1 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
1.2.1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.2.1 04 Jul 2014 09:13:04 |
robak |
devel/lmdbg: convert to new LIB_DEPENDS format
Approved by: marino (mentor), portmgr (blanket) |
1.2.1 06 Feb 2014 21:30:49 |
trociny |
- Update to 1.2.1.
- Add regression-test target. |
1.2.0 10 Oct 2013 13:28:17 |
trociny (src committer) |
- Update to 1.2.0.
- Add stage support.
Approved by: bdrewery |
1.1.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.0 28 Nov 2012 05:52:48 |
bdrewery |
- Update to 1.1.0 [1]
- Trim header
Changes:
Version -> 1.1.0
Fix in regression tests. Now "make test" exits with non-zero status
if something fails.
lmdbg-run:
- Zero addresses are removed from stacktraces generated by glibc's
backtrace(3). This fixes asserts in lmdbg-stat(1).
- Double "0x" in "info section" were fixed (seen on NetBSD).
- backtrace(3) from libexecinfo is used instead of builtin
implementation if the library and execinfo.h are available (Only the first 15 lines of the commit message are shown above ) |
1.0.0 15 Jan 2012 14:52:50 |
scheidell |
- update to 1.0.0
PR: ports/164134
Submitted by: trociny (maintainer)
Approved by: gabor (mentor, implicit) |
0.17.0 11 Dec 2011 12:29:02 |
crees |
- since version 0.19 of mk-configure there is no need in specifying installdirs
in INSTALL_TARGET, so it can be removed and the default INSTALL_TARGET is used
- pass HAVE_HEADER.execinfo_h=0 to mkcmake via MKCMAKE_FLAGS rather
than MKCMAKE_ENV
- Pet portlint
PR: ports/163175
Submitted by: trociny
Feature safe: yes |
0.17.0 05 Dec 2011 01:26:32 |
eadler |
- update to 0.17.0;
- change MAINTAINER address;
- add devel/pipestatus to RUN_DEPENDS (used by lmdbg-sym and lmdbg-sort);
- don't link with devel/libexecinfo (always use its own implementation of
backtrace).
Changes:
- This version adds a lot of improvements and fixes in manual pages, new
capabilities in lmdbg, lmdbg-run, and lmdbg-sym, and minor fixes to lmdbg-stat.
- lmdbg is now a meta tool which is able to do many more things, not just find
memory leaks.
PR: ports/163068
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
Feature safe: yes |
0.16.0 24 Oct 2011 09:11:38 |
dougb |
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 |
0.16.0 27 Dec 2010 01:35:38 |
wen |
- Update to 0.16.0;
- Since 0.16.0 lmdbg depends on Judy, so add dependence;
- Add LICENSE;
- Cleanup.
PR: ports/153265
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) |
0.15.1 04 Nov 2010 13:03:36 |
makc |
Update to 0.15.1
PR: ports/151655
Submitted by: Mikolaj Golub (maintainer) |
0.15.0_1 12 Sep 2010 18:02:00 |
araujo |
- Bump PORTREVISION to chase the update of devel/mk-configure. |
0.15.0 31 May 2010 17:12:05 |
sylvio |
- Dependence change to use lang/runawk |
0.15.0 31 May 2010 14:45:19 |
sylvio |
- Update to 0.15.0
PR: ports/147211
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) |
0.14.0 10 May 2010 16:00:43 |
makc |
Update to 0.14.0 [1]
Sort plist
PR: ports/146466 [1]
Submitted by: Mikolaj Golub (maintainer) |
0.13.0 03 Apr 2010 00:17:07 |
sylvio |
- Update to 0.14.0
PR: ports/144925
Submitted by: Mikolaj Golug <to.my.trociny@gmail.com> (maintainer)
Approved by: itetcu (mentor) |
0.12.0 29 Jan 2010 23:00:18 |
dhn |
- Update to 0.12.0
PR: ports/143169
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) |
0.11.0 14 Dec 2009 21:08:48 |
pav |
- Update to 0.11.0
PR: ports/139297
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) |
0.9.0 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
0.9.0 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.9.0 19 May 2009 16:42:38 |
laszlof |
- Fix libtool depend
Submitted by: Ion-Mihai Tetcu <itetcu@FreeBSD.org> |
0.9.0 19 May 2009 13:14:17 |
laszlof |
-Added port: devel/lmdbg
LMDBG is a collection of small tools for collecting and analyzing
the logs of malloc/realloc/memalign/free function calls. Unlike many
others, LMDBG does not provide any way to detect overruns of the
boundaries of malloc() memory allocations, as this is not the goal.
Like most other malloc debuggers, LMDBG allows detecting memory leaks
and double frees. However, unlike others, LMDBG generates full
stacktraces and separates the logging process from analysis, thus
allowing you to analyze an application on a per-module basis.
WWW: http://sourceforge.net/projects/lmdbg
Author: Aleksey Cheusov (cheusov at users.sourceforge.net)
PR: ports/134617
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> |