diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-09-20 00:40:08 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-09-20 00:40:08 +0000 |
commit | d711a485a0330a373306e3f3880b50f8120b9df5 (patch) | |
tree | a0e0956abe0065badcea70ea0da695f0952aab7f /devel/valgrind-snapshot/files/patch-configure | |
parent | Reset maintainer at his request. He no longer uses these ports. (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=143183
Diffstat (limited to 'devel/valgrind-snapshot/files/patch-configure')
-rw-r--r-- | devel/valgrind-snapshot/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/valgrind-snapshot/files/patch-configure b/devel/valgrind-snapshot/files/patch-configure deleted file mode 100644 index 9827b92dbace..000000000000 --- a/devel/valgrind-snapshot/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Aug 21 00:03:33 2004 -+++ configure Sat Aug 21 00:03:13 2004 -@@ -4020,7 +4020,7 @@ - - ;; - -- *freebsd5*) -+ *freebsd[567]*) - echo "$as_me:$LINENO: result: ok (${host_os})" >&5 - echo "${ECHO_T}ok (${host_os})" >&6 - VG_PLATFORM="x86-freebsd" |