* 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). Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
eadler 2011-12-05 01:26:32 UTC FreeBSD ports repository Modified files: devel/lmdbg Makefile distinfo Log: - 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 Revision Changes Path 1.14 +5 -3 ports/devel/lmdbg/Makefile 1.9 +2 -2 ports/devel/lmdbg/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!