From 12ffbba7384577ce0d224d33af3c6baac000b7af Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Wed, 1 Sep 2004 16:27:21 +0000 Subject: Rename devel/calltree to callgrind. Update it to 0.9.8. Update related ports. PR: ports/70936 Submitted by: maintainer --- devel/callgrind/files/patch-src::ct_main.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'devel/callgrind/files/patch-src::ct_main.c') diff --git a/devel/callgrind/files/patch-src::ct_main.c b/devel/callgrind/files/patch-src::ct_main.c index ea2d55da10fb..02d6611562ed 100644 --- a/devel/callgrind/files/patch-src::ct_main.c +++ b/devel/callgrind/files/patch-src::ct_main.c @@ -1,11 +1,10 @@ ---- src/ct_main.c.orig Thu Jun 3 05:04:08 2004 -+++ src/ct_main.c Thu Jun 3 05:05:51 2004 -@@ -5758,7 +5758,7 @@ - /* Install own SIGILL handler */ - sigill_new.ksa_handler = cpuid_SIGILL_handler; - sigill_new.ksa_flags = 0; -- sigill_new.ksa_restorer = NULL; -+ // sigill_new.ksa_restorer = NULL; - res = VG_(ksigemptyset)( &sigill_new.ksa_mask ); - CT_ASSERT(res == 0); +--- src/ct_main.c.orig Wed Aug 25 10:10:18 2004 ++++ src/ct_main.c Wed Aug 25 10:13:36 2004 +@@ -32,6 +32,7 @@ + */ + #include "vg_skin.h" ++#include "vg_unistd.h" + #include "callgrind.h" + #include "ct_include.h" + #include "ct_events.h" -- cgit v1.2.3