svn commit: r307884 - head/devel/lmdbg
Bryan Drewery
bdrewery at FreeBSD.org
Wed Nov 28 05:52:48 UTC 2012
Author: bdrewery
Date: Wed Nov 28 05:52:47 2012
New Revision: 307884
URL: http://svnweb.freebsd.org/changeset/ports/307884
Log:
- 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
(FreeBSD, NetBSD).
lmdbg-sym:
- Fixes. Sometimes addresses were converted to symbols
incorrectly. The problem was seen on modern Linux distros with
recent gdb(1).
lmdbg-stat:
- Now incompletly read lines (having no LF in the end) are
ignored. This fixes crashes and therefore empty output or
lmdbg(1) when analysed program is killed.
- Alternative implementation written in awk was removed.
Build infrastructure was converted to 2-level dirs.
This requires mk-configure>=0.23.0 for build.
Minor clean-ups in man pages and Makefiles.
PR: ports/173706 [1]
Submitted by: trociny (maintainer) [1]
Feature safe: yes
Modified:
head/devel/lmdbg/Makefile
head/devel/lmdbg/distinfo
Modified: head/devel/lmdbg/Makefile
==============================================================================
--- head/devel/lmdbg/Makefile Wed Nov 28 05:48:10 2012 (r307883)
+++ head/devel/lmdbg/Makefile Wed Nov 28 05:52:47 2012 (r307884)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: lmdbg
-# Date created: 14 March 2009
-# Whom: Mikolaj Golub <to.my.trociny at gmail.com>
-#
+# Created by: Mikolaj Golub <to.my.trociny at gmail.com>
# $FreeBSD$
-#
PORTNAME= lmdbg
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -15,7 +11,7 @@ COMMENT= Lightweight malloc debugger
LICENSE= MIT
-BUILD_DEPENDS= mk-configure>=0.20:${PORTSDIR}/devel/mk-configure
+BUILD_DEPENDS= mk-configure>=0.23:${PORTSDIR}/devel/mk-configure
LIB_DEPENDS= Judy:${PORTSDIR}/devel/judy
RUN_DEPENDS= runawk:${PORTSDIR}/lang/runawk \
${LOCALBASE}/bin/pipestatus:${PORTSDIR}/devel/pipestatus
@@ -24,7 +20,7 @@ USE_LDCONFIG= yes
MKCMAKE?= ${LOCALBASE}/bin/mkcmake
-PORTDOCS= LICENSE NEWS README TODO
+PORTDOCS= ChangeLog LICENSE NEWS README TODO
MAN1= lmdbg-run.1 lmdbg-leaks.1 lmdbg-sysleaks.1 lmdbg-sym.1 lmdbg.1 \
lmdbg-stat.1 lmdbg-grep.1 lmdbg-sort.1
Modified: head/devel/lmdbg/distinfo
==============================================================================
--- head/devel/lmdbg/distinfo Wed Nov 28 05:48:10 2012 (r307883)
+++ head/devel/lmdbg/distinfo Wed Nov 28 05:52:47 2012 (r307884)
@@ -1,2 +1,2 @@
-SHA256 (lmdbg-1.0.0.tar.gz) = 53eb3bde848b7d88f0ed5ca15874fe8a20759c8153def1f3ccb6410a5ab0e9f6
-SIZE (lmdbg-1.0.0.tar.gz) = 51416
+SHA256 (lmdbg-1.1.0.tar.gz) = d4b01d6214ed8180972496ac7def48689f453ac15a6ee421b0400847b66b2b2c
+SIZE (lmdbg-1.1.0.tar.gz) = 71692
More information about the svn-ports-all
mailing list