| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
15 Jan 2012 14:52:50
1.0.0
|
scheidell  |
- update to 1.0.0
PR: ports/164134
Submitted by: trociny (maintainer)
Approved by: gabor (mentor, implicit) |
11 Dec 2011 12:29:02
0.17.0
|
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 |
05 Dec 2011 01:26:32
0.17.0
|
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 |
24 Oct 2011 09:11:38
0.16.0
|
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 |
27 Dec 2010 01:35:38
0.16.0
|
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) |
04 Nov 2010 13:03:36
0.15.1
|
makc  |
Update to 0.15.1
PR: ports/151655
Submitted by: Mikolaj Golub (maintainer) |
12 Sep 2010 18:02:00
0.15.0_1
|
araujo  |
- Bump PORTREVISION to chase the update of devel/mk-configure. |
31 May 2010 17:12:05
0.15.0
|
sylvio  |
- Dependence change to use lang/runawk |
31 May 2010 14:45:19
0.15.0
|
sylvio  |
- Update to 0.15.0
PR: ports/147211
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) |
10 May 2010 16:00:43
0.14.0
|
makc  |
Update to 0.14.0 [1]
Sort plist
PR: ports/146466 [1]
Submitted by: Mikolaj Golub (maintainer) |
03 Apr 2010 00:17:07
0.13.0
|
sylvio  |
- Update to 0.14.0
PR: ports/144925
Submitted by: Mikolaj Golug <to.my.trociny@gmail.com> (maintainer)
Approved by: itetcu (mentor) |
29 Jan 2010 23:00:18
0.12.0
|
dhn  |
- Update to 0.12.0
PR: ports/143169
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) |
14 Dec 2009 21:08:48
0.11.0
|
pav  |
- Update to 0.11.0
PR: ports/139297
Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) |
02 Sep 2009 15:01:56
0.9.0
|
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) |
02 Aug 2009 19:36:34
0.9.0
|
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 |
19 May 2009 16:42:38
0.9.0
|
laszlof  |
- Fix libtool depend
Submitted by: Ion-Mihai Tetcu <itetcu@FreeBSD.org> |
19 May 2009 13:14:17
0.9.0
|
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> |