aboutsummaryrefslogtreecommitdiff
path: root/devel/valgrind-snapshot
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* - SHM fix: Silence erroneous warnings on X server initializationSimon Barner2006-02-202-4/+14
| | | | | | | | | - Bump PORTREVISION Submitted by: anholt Notes: svn path=/head/; revision=156491
* - Fix build on 7-current by avoiding conflict in si_band macro, thatSimon Barner2006-02-151-0/+13
| | | | | | | | | | is already defined in the sys/signal.h header Submitted by: Niklas Sorensson <nik@cs.chalmers.se> Prodded by: kris via pointyhat Notes: svn path=/head/; revision=156129
* Add SHA256 for my ports (that don't already have it).Simon Barner2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149297
* Fix build on FreeBSD 6 and above.Simon Barner2005-11-152-2/+75
| | | | | | | | | PR: ports/89056 Submitted by: "Andrei V. Shetuhin" <shetuhin@corp.mail.ru> Also reported by: kris via pointyhat Notes: svn path=/head/; revision=148361
* Fix lookup of executables that are not in $PATH, but specified by anSimon Barner2005-10-201-3/+5
| | | | | | | absolute or relative path. Notes: svn path=/head/; revision=145927
* - Add support for uuidgen(2) system callSimon Barner2005-10-202-3/+35
| | | | | | | | | | - Bump PORTREVISION Submitted by: rodrigc PR: ports/87697 Notes: svn path=/head/; revision=145926
* - 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-19/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 file missed in previous commitVolker Stolz2004-12-271-0/+10
| | | | Notes: svn path=/head/; revision=125268
* - Add some suppression files & fix packaging[1]Volker Stolz2004-12-272-6/+45
| | | | | | | | | | | (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
* Rename devel/calltree to callgrind.Sergey Matveychuk2004-09-013-0/+21
| | | | | | | | | | | 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
* 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-10/+5
| | | | Notes: svn path=/head/; revision=114694
* - Update to 352Pav Lucistnik2004-07-253-5/+7
| | | | | | | | PR: ports/69554 Submitted by: Simon Barner <barner@in.tum.de> (maintainer) Notes: svn path=/head/; revision=114693
* Valgrind is a system for debugging and profiling un*xKirill Ponomarev2004-05-234-0/+138
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> Notes: svn path=/head/; revision=109799