| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Add forgotten internal dependency for FreeBSD 4.
Reported by: mich [1]
Notes:
svn path=/head/; revision=143199
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: kris via pointyhat
Notes:
svn path=/head/; revision=139466
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
| |
Approved by: arved (mentor)
Notes:
svn path=/head/; revision=130011
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/74818
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=123483
|
|
|
|
|
|
|
| |
Reported by: Amir Shalem <amir(at)boom.org.il>
Notes:
svn path=/head/; revision=117891
|
|
|
|
|
|
|
|
|
|
|
| |
Update it to 0.9.8.
Update related ports.
PR: ports/70936
Submitted by: maintainer
Notes:
svn path=/head/; revision=117847
|
|
|
|
|
|
|
|
| |
PR: ports/70746
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Notes:
svn path=/head/; revision=116977
|
|
|
|
|
|
|
| |
valgrind, not just 352.
Notes:
svn path=/head/; revision=115504
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=115209
|
|
|
|
|
|
|
| |
PLIST_SUB to deal with that.
Notes:
svn path=/head/; revision=115207
|
|
|
|
| |
Notes:
svn path=/head/; revision=115189
|
|
|
|
| |
Notes:
svn path=/head/; revision=114694
|
|
|
|
|
|
|
|
| |
PR: ports/69553
Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Notes:
svn path=/head/; revision=114692
|
|
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
|