pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/lmdbg
Module Name: pkgsrc
Committed By: cheusov
Date: Mon Jan 9 19:47:36 UTC 2012
Modified Files:
pkgsrc/devel/lmdbg: Makefile PLIST distinfo
Log Message:
Update to lmdbg-1.0.0
libstacktrace:
Remove signal handlers and other garbage.
All we need is __builtin_frame_address and __builtin_return_address
builtins and nothing else.
Documentation files have been moved to subproject "doc".
Run "mkcmake install-doc" for installing it (or change SUBPRJ_DFLT).
Only backtrace(3) in libc is accepted as an external implementation
of stacktrace(3). This may fix build failure on FreeBSD with
installed libexeinfo.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/lmdbg/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lmdbg/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/lmdbg/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index