aboutsummaryrefslogtreecommitdiff
path: root/devel/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* - fix build on 7-current [1]Simon Barner2005-09-201-4/+7
| | | | | | | | | - Add forgotten internal dependency for FreeBSD 4. Reported by: mich [1] Notes: svn path=/head/; revision=143199
* - Fix on FreeBSD 6 and above: [1] [2]Simon Barner2005-09-209-17/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Valgrind did not handle the following sysarch calls, and thus crashed immediately o get_fsbase o set_fsbase o get_gsbase o set_fsbase - Valgrind no longer dumps core when its client application does. [2] Valgrind-snapshot does contain for safing the client's core dump, but it does not work (it resulted in a crash) and has therefore been disabled. - Fix crash with valgrind-snapshot when the application to debug does not exists or cannot be accessed. - Fix symlink farms for threading libraries. FreeBSD 4-7 are handled. [2] - Bump PORTREVISION Reported by: Ulrich Spoerlein <q@galgenberg.net> [1], Chris Gilbert <Chris@lainos.org> [2] PR: ports/86007 [1] Notes: svn path=/head/; revision=143183
* - Mark valgrind ports IGNORE when /proc is not mounted, previously, onlySimon Barner2005-08-111-9/+16
| | | | | | | | | | | | | | | | | | | | | | a warning was printed. A mounted procfs is a runtime dependency of valgrind, but since the implementation of automatic suppression file generation the valgrind binary is run in the post-install stage. - An exception needs to be made for the ports cluster: The machine compiling the list of IGNOREd ports does not have a mounted /proc, so the check (and the generation of supression files is disabled there). Users who want to suppress false positives in valgrinds output should build the port instead of installing the package (so the rules can be customized to their specific installation). Reported by: Paul Ledbetter III <aeacides@gmail.com> Approved by: portmgr (kris) Notes: svn path=/head/; revision=140847
* - Fix detection of FreeBSD 7Simon Barner2005-07-181-1/+1
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=139466
* Fix generation of suppression files: Valgrind puts parts of its outputSimon Barner2005-05-191-1/+1
| | | | | | | | | | on stderr, so the redirection into a file did not work. Submitted by: Eugene Kilachkoff <zeus@samaramail.ru> PR: ports/81249 Notes: svn path=/head/; revision=135631
* 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