Commit graph

10 commits

Author SHA1 Message Date
Pav Lucistnik
0b3795dfcf - Starting from some point after FreeBSD 5.2.1, valgrind did not terminate
correctly, but got stuck in state ``umtx''. This was mentioned on the lists
  and in kern/68992 [closed], but I was never able to fix the problem.

  On FreeBSD >= 502120, the kernel's and valgrind's definition of
  UMTX_CONTESTED flag were out of sync, which is why valgrind did not terminate
  on these systems.

PR:		ports/74903
Submitted by:	Simon Barner <barner@gmx.de> (maintainer)
2004-12-09 23:08:41 +00:00
Pav Lucistnik
5b4e49c639 - Take care of leftover pkgconfig directory
PR:		ports/74818
Submitted by:	Simon Barner <barner@gmx.de> (maintainer)
2004-12-08 19:36:55 +00:00
Sergey Matveychuk
12ffbba738 Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.

PR:		ports/70936
Submitted by:	maintainer
2004-09-01 16:27:21 +00:00
Pav Lucistnik
f15f0ac4be - Teach configure script about FreeBSD 6
PR:		ports/70746
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-08-21 20:29:19 +00:00
Michael Nottebrock
2a2b628a45 Correct CONFLICTS. valgrind-snapshot conflicts with every version of
valgrind, not just 352.
2004-08-06 12:36:34 +00:00
Michael Nottebrock
21f68dd7f7 Instead of just checking for PACKAGE_BUILDING, don't let the check for
procfs stop the portbuild at all. Displaying a warning is fine, breaking
the build over a runtime requirement that does not break building the port
is not.
2004-08-06 12:25:54 +00:00
Michael Nottebrock
9217f515c2 Disable procfs check on package builders. 2004-08-01 00:45:56 +00:00
Pav Lucistnik
3e25b2770e - Use canonical way to request new Perl 2004-07-25 17:28:14 +00:00
Pav Lucistnik
000987a47b - Update to 352
PR:		ports/69554
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-07-25 17:17:46 +00:00
Kirill Ponomarev
6535a244af Valgrind is a system for debugging and profiling un*x
programs. With the tools that come with Valgrind, you can
automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting, making your programs
more stable. You can also perform detailed profiling, to speed
up and reduce memory use of your programs.

This version is based on a more recent snapshot of
devel/valgrind and supports some older AMD processors.

Submitted by:	Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de>
2004-05-23 17:40:32 +00:00