aboutsummaryrefslogtreecommitdiff
path: root/devel/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Change email address in ports maintained by me to barner@FreeBSD.orgSimon Barner2005-02-281-1/+1
| | | | | | | Approved by: arved (mentor) Notes: svn path=/head/; revision=130011
* - Add some suppression files & fix packaging[1]Volker Stolz2004-12-273-3/+38
| | | | | | | | | | | (bump PORTREV) - Warn if USER_LDT is not present in 4.x-kernel [2] PR: ports/71832 [1]; ports/75436 [2] Submitted by: Frerich Raabe; maintainer Notes: svn path=/head/; revision=125267
* - Starting from some point after FreeBSD 5.2.1, valgrind did not terminatePav Lucistnik2004-12-092-1/+11
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=123592
* - Take care of leftover pkgconfig directoryPav Lucistnik2004-12-081-0/+1
| | | | | | | | PR: ports/74818 Submitted by: Simon Barner <barner@gmx.de> (maintainer) Notes: svn path=/head/; revision=123483
* Remove junk from Makefile.Sergey Matveychuk2004-09-021-1/+0
| | | | | | | Reported by: Amir Shalem <amir(at)boom.org.il> Notes: svn path=/head/; revision=117891
* Rename devel/calltree to callgrind.Sergey Matveychuk2004-09-012-1/+6
| | | | | | | | | | | Update it to 0.9.8. Update related ports. PR: ports/70936 Submitted by: maintainer Notes: svn path=/head/; revision=117847
* - Teach configure script about FreeBSD 6Pav Lucistnik2004-08-211-0/+11
| | | | | | | | PR: ports/70746 Submitted by: Simon Barner <barner@in.tum.de> (maintainer) Notes: svn path=/head/; revision=116977
* Correct CONFLICTS. valgrind-snapshot conflicts with every version ofMichael Nottebrock2004-08-061-1/+1
| | | | | | | valgrind, not just 352. Notes: svn path=/head/; revision=115504
* Instead of just checking for PACKAGE_BUILDING, don't let the check forMichael Nottebrock2004-08-061-3/+0
| | | | | | | | | 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. Notes: svn path=/head/; revision=115503
* GCC 3.4 fixes.Michael Nottebrock2004-08-012-0/+90
| | | | Notes: svn path=/head/; revision=115209
* valgrind installs different files on RELENG_4 & RELENG_5, add someMichael Nottebrock2004-08-012-4/+13
| | | | | | | PLIST_SUB to deal with that. Notes: svn path=/head/; revision=115207
* Disable procfs check on package builders.Michael Nottebrock2004-08-011-0/+2
| | | | Notes: svn path=/head/; revision=115189
* - Use canonical way to request new PerlPav Lucistnik2004-07-251-8/+4
| | | | Notes: svn path=/head/; revision=114694
* - Update to 352Pav Lucistnik2004-07-255-37/+7
| | | | | | | | PR: ports/69553 Submitted by: Simon Barner <barner@in.tum.de> (maintainer) Notes: svn path=/head/; revision=114692
* Valgrind is a system for debugging and profiling un*x programs.Kirill Ponomarev2004-05-237-0/+176
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. The Valgrind distribution includes five tools: two memory error detectors, a thread error detector, a cache profiler and a heap profiler. Several other tools have been built with Valgrind. Valgrind was ported to FreeBSD by Doug Rabson (http://www.rabson.org/). Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=109795