Date: Tue, 20 Sep 2005 00:40:09 +0000 (UTC) From: Simon Barner <barner@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/valgrind Makefile pkg-plist ports/devel/valgrind/files patch-Makefile.am patch-configure patch-configure.in patch-coregrind_Makefile.am patch-coregrind_vg_signals.c patch-coregrind_vg_syscalls.c patch-include_vg_kerneliface.h ports/devel/valgrind-snapshot ... Message-ID: <200509200040.j8K0e9xP088686@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
barner 2005-09-20 00:40:09 UTC
FreeBSD ports repository
Modified files:
devel/valgrind Makefile pkg-plist
devel/valgrind-snapshot Makefile pkg-plist
devel/valgrind-snapshot/files patch-coregrind-vg_signals.c
Added files:
devel/valgrind/files patch-Makefile.am patch-configure.in
patch-coregrind_Makefile.am
patch-coregrind_vg_signals.c
patch-coregrind_vg_syscalls.c
patch-include_vg_kerneliface.h
devel/valgrind-snapshot/files patch-Makefile.am
patch-configure.in
patch-coregrind_Makefile.am
patch-coregrind_vg_main.c
patch-coregrind_vg_syscalls.c
Removed files:
devel/valgrind/files patch-configure
devel/valgrind-snapshot/files patch-configure
Log:
- Fix on FreeBSD 6 and above: [1] [2]
Valgrind did not handle the following sysarch calls, and thus crashed
immediately
o get_fsbase
o set_fsbase
o get_gsbase
o set_fsbase
- Valgrind no longer dumps core when its client application does. [2]
Valgrind-snapshot does contain for safing the client's core dump,
but it does not work (it resulted in a crash) and has therefore been
disabled.
- Fix crash with valgrind-snapshot when the application to debug
does not exists or cannot be accessed.
- Fix symlink farms for threading libraries. FreeBSD 4-7 are
handled. [2]
- Bump PORTREVISION
Reported by: Ulrich Spoerlein <q@galgenberg.net> [1],
Chris Gilbert <Chris@lainos.org> [2]
PR: ports/86007 [1]
Revision Changes Path
1.16 +23 -4 ports/devel/valgrind-snapshot/Makefile
1.1 +52 -0 ports/devel/valgrind-snapshot/files/patch-Makefile.am (new)
1.3 +0 -11 ports/devel/valgrind-snapshot/files/patch-configure (dead)
1.1 +65 -0 ports/devel/valgrind-snapshot/files/patch-configure.in (new)
1.2 +13 -2 ports/devel/valgrind-snapshot/files/patch-coregrind-vg_signals.c
1.1 +51 -0 ports/devel/valgrind-snapshot/files/patch-coregrind_Makefile.am (new)
1.1 +27 -0 ports/devel/valgrind-snapshot/files/patch-coregrind_vg_main.c (new)
1.1 +56 -0 ports/devel/valgrind-snapshot/files/patch-coregrind_vg_syscalls.c (new)
1.5 +7 -2 ports/devel/valgrind-snapshot/pkg-plist
1.18 +23 -4 ports/devel/valgrind/Makefile
1.1 +54 -0 ports/devel/valgrind/files/patch-Makefile.am (new)
1.3 +0 -11 ports/devel/valgrind/files/patch-configure (dead)
1.1 +49 -0 ports/devel/valgrind/files/patch-configure.in (new)
1.1 +51 -0 ports/devel/valgrind/files/patch-coregrind_Makefile.am (new)
1.1 +18 -0 ports/devel/valgrind/files/patch-coregrind_vg_signals.c (new)
1.1 +56 -0 ports/devel/valgrind/files/patch-coregrind_vg_syscalls.c (new)
1.1 +11 -0 ports/devel/valgrind/files/patch-include_vg_kerneliface.h (new)
1.5 +7 -2 ports/devel/valgrind/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509200040.j8K0e9xP088686>
