View | Details | Raw Unified | Return to bug 70936 | Differences between
and this patch

Collapse All | Expand All

(-)kcachegrind/Makefile (-2 / +10 lines)
Lines 14-20 Link Here
14
MAINTAINER=	barner@gmx.de
14
MAINTAINER=	barner@gmx.de
15
COMMENT=	Profiling Visualization Tool
15
COMMENT=	Profiling Visualization Tool
16
16
17
RUN_DEPENDS=	calltree:${PORTSDIR}/devel/calltree
17
RUN_DEPENDS=	callgrind:${PORTSDIR}/devel/callgrind
18
18
19
ONLY_FOR_ARCHS=	i386
19
ONLY_FOR_ARCHS=	i386
20
CONFLICTS=	kdesdk3-[0-9]*
20
CONFLICTS=	kdesdk3-[0-9]*
Lines 24-31 Link Here
24
USE_KDELIBS_VER=3
24
USE_KDELIBS_VER=3
25
USE_REINPLACE=	yes
25
USE_REINPLACE=	yes
26
26
27
OPTIONS=	DOT "Use GraphViz/dot to render call graphs" on
28
29
.include <bsd.port.pre.mk>
30
31
.if defined (WITH_DOT)
32
RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz
33
.endif
34
27
post-patch:
35
post-patch:
28
	@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
36
	@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
29
		${WRKSRC}/${CONFIGURE_SCRIPT}
37
		${WRKSRC}/${CONFIGURE_SCRIPT}
30
38
31
.include <bsd.port.mk>
39
.include <bsd.port.post.mk>
(-)kcachegrind/files/patch-kcachegrind::utils.h (+11 lines)
Line 0 Link Here
1
--- kcachegrind/utils.h.orig	Wed Aug 25 09:14:10 2004
2
+++ kcachegrind/utils.h	Wed Aug 25 09:15:21 2004
3
@@ -151,7 +151,7 @@
4
     struct AppendListChunk {
5
 	int size;
6
 	struct AppendListChunk* next;
7
-	type* data[0];
8
+	// type* data[0];
9
     };
10
 
11
     struct AppendListChunk *_next, *_current, *_last;
(-)kcachegrind/pkg-plist (+1 lines)
Lines 12-17 Link Here
12
share/apps/kcachegrind/icons/hicolor/32x32/actions/percent.png
12
share/apps/kcachegrind/icons/hicolor/32x32/actions/percent.png
13
share/apps/kcachegrind/kcachegrindui.rc
13
share/apps/kcachegrind/kcachegrindui.rc
14
share/apps/kcachegrind/tips
14
share/apps/kcachegrind/tips
15
share/doc/HTML/en/kcachegrind/common
15
share/doc/HTML/en/kcachegrind/index.docbook
16
share/doc/HTML/en/kcachegrind/index.docbook
16
share/doc/HTML/en/kcachegrind/index.cache.bz2
17
share/doc/HTML/en/kcachegrind/index.cache.bz2
17
share/icons/hicolor/32x32/apps/kcachegrind.png
18
share/icons/hicolor/32x32/apps/kcachegrind.png

Return to bug 70936