aboutsummaryrefslogtreecommitdiff
path: root/devel/google-perftools
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-13 00:03:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-13 00:03:20 +0000
commit364f116b12f4bd4f450c649db640f37efc154b26 (patch)
treed83ca06577433cdb4f94180fb33299b3ddaccdca /devel/google-perftools
parent33d990f2e7d35cd7721209276005ff7f10e74891 (diff)
downloadports-364f116b12f4bd4f450c649db640f37efc154b26.tar.gz
ports-364f116b12f4bd4f450c649db640f37efc154b26.zip
- Update to 1.0
PR: 130354 Submitted by: Yuri <yuri@tsoft.com> (maintainer)
Notes
Notes: svn path=/head/; revision=225895
Diffstat (limited to 'devel/google-perftools')
-rw-r--r--devel/google-perftools/Makefile10
-rw-r--r--devel/google-perftools/distinfo6
-rw-r--r--devel/google-perftools/pkg-plist1
3 files changed, 11 insertions, 6 deletions
diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile
index 05e77603f48d..ff10076a959e 100644
--- a/devel/google-perftools/Makefile
+++ b/devel/google-perftools/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= google-perftools
-PORTVERSION= 0.98
+PORTVERSION= 1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL}
@@ -28,8 +28,9 @@ post-patch:
post-build:
@${ECHO}
- @${ECHO} "Be aware that some of the self tests are known to fail."
+ @${ECHO} "Be aware that 1 (heap-checker-death_unittest) out of 23 self tests is known to fail."
@${ECHO} "Run 'make check' and try to fix that. Thanks!"
+ @${ECHO} "Be aware that another self test (profiler_unittest) can randomly fail on the loaded system."
@${ECHO}
# four of the tests are known to fail on 7.0, uncomment this as soon as this is fixed
@@ -42,7 +43,10 @@ check: build
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
# src/stacktrace.cc:81:5: #error Cannnot calculate stack trace: need libunwind (see INSTALL file)
-BROKEN= Does not build, cannnot calculate stack trace: need libunwind (see INSTALL file)
+BROKEN= Does not build, cannot calculate stack trace: need libunwind (see INSTALL file)
+.endif
+.if ${ARCH} == "ia64"
+BROKEN= Does not build, ia64 assembly not supported, see PR-94: http://code.google.com/p/google-perftools/issues/detail?id=94&can=1
.endif
.include <bsd.port.post.mk>
diff --git a/devel/google-perftools/distinfo b/devel/google-perftools/distinfo
index d262aa9a1115..ce43485b1c85 100644
--- a/devel/google-perftools/distinfo
+++ b/devel/google-perftools/distinfo
@@ -1,3 +1,3 @@
-MD5 (google-perftools-0.98.tar.gz) = be6d283bb6177f1febaefd3570f3366d
-SHA256 (google-perftools-0.98.tar.gz) = bc3c58bf1bf3b0335a271fe1555f8fb962888ac86fbb3f8a8302f180d6509f6c
-SIZE (google-perftools-0.98.tar.gz) = 2003509
+MD5 (google-perftools-1.0.tar.gz) = d025860dff02eff27bcc08a1bed20682
+SHA256 (google-perftools-1.0.tar.gz) = 8813cd6ed82255e54e860f77f4bd40a868368b307fa5072f2b8cbafcc3342401
+SIZE (google-perftools-1.0.tar.gz) = 1044285
diff --git a/devel/google-perftools/pkg-plist b/devel/google-perftools/pkg-plist
index d2df3006274b..74e7f82211ba 100644
--- a/devel/google-perftools/pkg-plist
+++ b/devel/google-perftools/pkg-plist
@@ -5,6 +5,7 @@ include/google/malloc_extension.h
include/google/malloc_hook.h
include/google/profiler.h
include/google/stacktrace.h
+include/google/malloc_hook_c.h
lib/libprofiler.a
lib/libprofiler.la
lib/libprofiler.so