- Update to newer snapshot fro P4.
This commit is contained in:
parent
eae92361e5
commit
7e9d0708d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243183
3 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue