aboutsummaryrefslogtreecommitdiff
path: root/devel/lmdbg
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.14.0Sylvio Cesar Teixeira2010-04-033-12/+9
| | | | | | | | | PR: ports/144925 Submitted by: Mikolaj Golug <to.my.trociny@gmail.com> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=252093
* - Update to 0.12.0Dennis Herrmann2010-01-293-9/+12
| | | | | | | | PR: ports/143169 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Notes: svn path=/head/; revision=248815
* - Update to 0.11.0Pav Lucistnik2009-12-143-10/+20
| | | | | | | | PR: ports/139297 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Notes: svn path=/head/; revision=245800
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=240715
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - Fix libtool dependFrank J. Laszlo2009-05-191-0/+1
| | | | | | | Submitted by: Ion-Mihai Tetcu <itetcu@FreeBSD.org> Notes: svn path=/head/; revision=234214
* -Added port: devel/lmdbgFrank J. Laszlo2009-05-194-0/+57
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> Notes: svn path=/head/; revision=234203