diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-21 16:55:16 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-10-21 16:55:16 +0000 |
commit | 7e9d0708d18d0b45902cbb1ec8d0cf92d44d96e0 (patch) | |
tree | ebcec28468861a530a648697950d32dfff4f18a2 | |
parent | eae92361e56df33d9209de482c1a89cc733fe64d (diff) |
Notes
-rw-r--r-- | devel/valgrind/Makefile | 3 | ||||
-rw-r--r-- | devel/valgrind/distinfo | 6 | ||||
-rw-r--r-- | devel/valgrind/pkg-message | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index fc6d457a0d82..9febe1b3b4ef 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -7,10 +7,11 @@ PORTNAME= valgrind PORTVERSION= 3.5.0 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= stas@FreeBSD.org COMMENT= A (memory) debugging and profiling tool diff --git a/devel/valgrind/distinfo b/devel/valgrind/distinfo index df50ca240df5..3fbe272de81c 100644 --- a/devel/valgrind/distinfo +++ b/devel/valgrind/distinfo @@ -1,3 +1,3 @@ -MD5 (valgrind-3.5.0.tar.bz2) = 68134cd3858488fcd2ad289c3cfc8aba -SHA256 (valgrind-3.5.0.tar.bz2) = 70a09d8fdc2bdcaa302e74660e207e85ffb8ed0bd2f5b2b8fd09d9b36d2a1d02 -SIZE (valgrind-3.5.0.tar.bz2) = 5057490 +MD5 (valgrind-3.5.0-1.tar.bz2) = 06d237a887aacad29ab1c5c0c0601e99 +SHA256 (valgrind-3.5.0-1.tar.bz2) = f2a23de5396063290af526149cc398245e99434604574d45d77b3ca49edc27e0 +SIZE (valgrind-3.5.0-1.tar.bz2) = 5061256 diff --git a/devel/valgrind/pkg-message b/devel/valgrind/pkg-message index 8de46436baac..a95f7b8a04b6 100644 --- a/devel/valgrind/pkg-message +++ b/devel/valgrind/pkg-message @@ -1,12 +1,10 @@ ========================================================================== Known problems: - 1) DRD valgrind tool does not work. - 2) Helgrind tool gives excessive false-positivies for the + 1) DRD/Helgrind tool gives excessive false-positivies for the internals of pthreads library. This is now under investigation. - 3) 32 bit binaries under amd64 are not supported currently. - Work is being done to get it working. + 2) exp-ptrcheck tool doesn't work on FreeBSD now If you'll encounter any problems when using Valgrind do not hesitate to contact the maintainer with the description of |