View | Details | Raw Unified | Return to bug 137376
Collapse All | Expand All

(-)google-perftools/Makefile (-2 / +2 lines)
Lines 4-14 Link Here
4
#
4
#
5
# $FreeBSD: ports/devel/google-perftools/Makefile,v 1.10 2009/06/05 02:09:46 amdmi3 Exp $
5
# $FreeBSD: ports/devel/google-perftools/Makefile,v 1.10 2009/06/05 02:09:46 amdmi3 Exp $
6
#
6
#
7
7
8
PORTNAME=	google-perftools
8
PORTNAME=	google-perftools
9
PORTVERSION=	1.0
9
PORTVERSION=	1.3
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
13
		${MASTER_SITE_LOCAL}
13
		${MASTER_SITE_LOCAL}
14
MASTER_SITE_SUBDIR=	vd/${PORTNAME}
14
MASTER_SITE_SUBDIR=	vd/${PORTNAME}
Lines 27-37 Link Here
27
		${WRKSRC}/Makefile.in
27
		${WRKSRC}/Makefile.in
28
.endif
28
.endif
29
29
30
post-build:
30
post-build:
31
	@${ECHO}
31
	@${ECHO}
32
	@${ECHO} "Be aware that 1 (heap-checker-death_unittest) out of 23 self tests is known to fail."
32
	@${ECHO} "Be aware that 3 (sampling_test.sh,profiledata_unittest,profiler_unittest.sh) out of 29 self tests is known to fail."
33
	@${ECHO} "Run 'make check' and try to fix that. Thanks!"
33
	@${ECHO} "Run 'make check' and try to fix that. Thanks!"
34
	@${ECHO} "Be aware that another self test (profiler_unittest) can randomly fail on the loaded system."
34
	@${ECHO} "Be aware that another self test (profiler_unittest) can randomly fail on the loaded system."
35
	@${ECHO}
35
	@${ECHO}
36
36
37
# four of the tests are known to fail on 7.0, uncomment this as soon as this is fixed
37
# four of the tests are known to fail on 7.0, uncomment this as soon as this is fixed
(-)google-perftools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (google-perftools-1.0.tar.gz) = d025860dff02eff27bcc08a1bed20682
1
MD5 (google-perftools-1.3.tar.gz) = eaa485163a55f2f64284d27627778a2f
2
SHA256 (google-perftools-1.0.tar.gz) = 8813cd6ed82255e54e860f77f4bd40a868368b307fa5072f2b8cbafcc3342401
2
SHA256 (google-perftools-1.3.tar.gz) = 5f3acc39151094a4aca560fc63ca69ce438015d42a814fb1f5fe1ce3796a98c7
3
SIZE (google-perftools-1.0.tar.gz) = 1044285
3
SIZE (google-perftools-1.3.tar.gz) = 1120884
(-)google-perftools/files/patch-Makefile.in (-9 / +9 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	2009-05-26 22:51:44.000000000 +0800
1
--- Makefile.in.orig	2009-08-02 19:57:40.000000000 -0700
2
+++ Makefile.in	2009-05-26 22:51:55.000000000 +0800
2
+++ Makefile.in	2009-08-02 19:57:47.000000000 -0700
3
@@ -927,7 +927,7 @@
3
@@ -1165,7 +1165,7 @@
4
 googleinclude_HEADERS = $(SG_STACKTRACE_INCLUDES) \
4
 build_vendor = @build_vendor@
5
 	$(SG_TCMALLOC_MINIMAL_INCLUDES) $(am__append_13) \
5
 datadir = @datadir@
6
 	$(am__append_18)
6
 datarootdir = @datarootdir@
7
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
7
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
8
+docdir = $(prefix)/share/doc/$(PACKAGE)
8
+docdir = $(prefix)/share/doc/$(PACKAGE)
9
 # This is for HTML and other documentation you want to install.
9
 dvidir = @dvidir@
10
 # Add your documentation files (in doc/) in addition to these
10
 exec_prefix = @exec_prefix@
11
 # top-level boilerplate files.  Also add a TODO file if you have one.
11
 host = @host@
(-)google-perftools/pkg-plist (-2 / +7 lines)
Lines 1-21 Link Here
1
bin/pprof
1
bin/pprof
2
include/google/heap-checker.h
2
include/google/heap-checker.h
3
include/google/heap-profiler.h
3
include/google/heap-profiler.h
4
include/google/malloc_extension.h
4
include/google/malloc_extension.h
5
include/google/malloc_extension_c.h
5
include/google/malloc_hook.h
6
include/google/malloc_hook.h
7
include/google/malloc_hook_c.h
6
include/google/profiler.h
8
include/google/profiler.h
7
include/google/stacktrace.h
9
include/google/stacktrace.h
8
include/google/malloc_hook_c.h
10
include/google/tcmalloc.h
9
lib/libprofiler.a
11
lib/libprofiler.a
10
lib/libprofiler.la
12
lib/libprofiler.la
11
lib/libprofiler.so
13
lib/libprofiler.so
12
lib/libprofiler.so.0
14
lib/libprofiler.so.0
13
lib/libtcmalloc.a
15
lib/libtcmalloc.a
14
lib/libtcmalloc.la
16
lib/libtcmalloc.la
15
lib/libtcmalloc.so
17
lib/libtcmalloc.so
16
lib/libtcmalloc.so.0
18
lib/libtcmalloc.so.0
19
lib/libtcmalloc_and_profiler.a
20
lib/libtcmalloc_and_profiler.la
21
lib/libtcmalloc_and_profiler.so
22
lib/libtcmalloc_and_profiler.so.0
17
lib/libtcmalloc_minimal.a
23
lib/libtcmalloc_minimal.a
18
lib/libtcmalloc_minimal.la
24
lib/libtcmalloc_minimal.la
19
lib/libtcmalloc_minimal.so
25
lib/libtcmalloc_minimal.so
20
lib/libtcmalloc_minimal.so.0
26
lib/libtcmalloc_minimal.so.0
21
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
27
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
Lines 28-38 Link Here
28
%%PORTDOCS%%%%DOCSDIR%%/TODO
34
%%PORTDOCS%%%%DOCSDIR%%/TODO
29
%%PORTDOCS%%%%DOCSDIR%%/cpuprofile-fileformat.html
35
%%PORTDOCS%%%%DOCSDIR%%/cpuprofile-fileformat.html
30
%%PORTDOCS%%%%DOCSDIR%%/cpuprofile.html
36
%%PORTDOCS%%%%DOCSDIR%%/cpuprofile.html
31
%%PORTDOCS%%%%DOCSDIR%%/designstyle.css
37
%%PORTDOCS%%%%DOCSDIR%%/designstyle.css
32
%%PORTDOCS%%%%DOCSDIR%%/heap-example1.png
38
%%PORTDOCS%%%%DOCSDIR%%/heap-example1.png
33
%%PORTDOCS%%%%DOCSDIR%%/heap_checker.html
34
%%PORTDOCS%%%%DOCSDIR%%/heapprofile.html
39
%%PORTDOCS%%%%DOCSDIR%%/heapprofile.html
35
%%PORTDOCS%%%%DOCSDIR%%/index.html
40
%%PORTDOCS%%%%DOCSDIR%%/index.html
36
%%PORTDOCS%%%%DOCSDIR%%/overview.dot
41
%%PORTDOCS%%%%DOCSDIR%%/overview.dot
37
%%PORTDOCS%%%%DOCSDIR%%/overview.gif
42
%%PORTDOCS%%%%DOCSDIR%%/overview.gif
38
%%PORTDOCS%%%%DOCSDIR%%/pageheap.dot
43
%%PORTDOCS%%%%DOCSDIR%%/pageheap.dot

Return to bug 137376