1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Simon Barner
e8a2db3f9d - fix build on 7-current [1]
- Add forgotten internal dependency for FreeBSD 4.

Reported by:	mich [1]
2005-09-20 10:26:27 +00:00
Simon Barner
d711a485a0 - Fix on FreeBSD 6 and above: [1] [2]
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]
2005-09-20 00:40:08 +00:00
Simon Barner
69f79551f5 - Mark valgrind ports IGNORE when /proc is not mounted, previously, only
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)
2005-08-11 13:26:20 +00:00
Simon Barner
41a9ed248a - Fix detection of FreeBSD 7
Reported by:	kris via pointyhat
2005-07-18 07:13:54 +00:00
Simon Barner
44ed78bd3a Fix generation of suppression files: Valgrind puts parts of its output
on stderr, so the redirection into a file did not work.

Submitted by:	Eugene Kilachkoff <zeus@samaramail.ru>
PR:		ports/81249
2005-05-19 16:56:20 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Simon Barner
b1ff38d266 Change email address in ports maintained by me to barner@FreeBSD.org
Approved by:	arved (mentor)
2005-02-28 13:05:25 +00:00
Volker Stolz
006ecc902e - Add some suppression files & fix packaging[1]
(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
2004-12-27 11:41:40 +00:00
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
d00fa4c616 Remove junk from Makefile.
Reported by: Amir Shalem <amir(at)boom.org.il>
2004-09-02 05:15:19 +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
f09f7467a3 GCC 3.4 fixes. 2004-08-01 17:18:21 +00:00
Michael Nottebrock
e90cae0339 valgrind installs different files on RELENG_4 & RELENG_5, add some
PLIST_SUB to deal with that.
2004-08-01 15:20:03 +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
210c0b78e3 - Update to 352
PR:		ports/69553
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-07-25 17:02:00 +00:00
Kirill Ponomarev
f3b8752aaf 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.

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>
2004-05-23 17:00:03 +00:00