non port: devel/valgrind/pkg-plist |
SVNWeb
|
Number of commits found: 23 |
Thu, 14 Apr 2022
|
[ 08:41 Li-Wen Hsu (lwhsu) Author: Paul Floyd ] 4943699
devel/valgrind: Update to 3.19.0
Release notes: https://valgrind.org/docs/manual/dist.news.html
PR: 263245
|
Mon, 18 Oct 2021
|
[ 19:03 Li-Wen Hsu (lwhsu) Author: Paul Floyd ] 7faf3ca
devel/valgrind: Update to 3.18.1 and switch to use sourceware
The FreeBSD port of Valgrind has now been merged upstream and a new
release of Valgrind is out, 3.18.1. This updates Makefile, distinfo and
pkg-descr to reflect that.
Also remove pkg-message which has been incorrect and obsolete for a fair time.
PR: 259224
|
Thu, 8 Apr 2021
|
[ 22:36 Jung-uk Kim (jkim) Author: Paul Floyd ] 4395c84
devel/valgrind: Update to be based on release version of Valgrind 3.17
Also, re-assign the submitter as maintainer.
PR: 254506
Approved by: zeising (maintainer)
|
Thu, 2 Jun 2016
|
[ 20:34 asomers ]
Add a MANPAGES knob to devel/valgrind{-devel}
devel/valgrind/Makefile
devel/valgrind/pkg-plist
devel/valgrind-devel/Makefile
devel/valgrind-devel/pkg-plist
Add a MANPAGES option. valgrind's man pages are built with
docbook-xml, which has lots of dependencies. Disabling MANPAGES will
speed the build.
Reviewed by: bdrewery, brd
Approved by: bdrewery (ports, maintainer)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D6667
|
Mon, 23 Mar 2015
|
[ 18:35 bdrewery ]
- Fix 32BIT build
- Fix plist under 32bit builds
- Fix build on 84amd64 by using GCC. Stass has suggested to me that
using clang may result in a broken runtime anyhow.
The error encountered was the one logged in r350881 about missing 'rdtscp'
instruction.
- Fix build occuring during 'make stage' phase.
|
Mon, 23 Feb 2015
|
[ 18:10 bdrewery ]
Update to checkin 963c4a777573 from stass' bitbucket, which is 3.10.0.
|
Mon, 27 Oct 2014
|
[ 11:09 bapt ] (Only the first 10 of 35 ports in this commit are shown above. )
Cleanup plist
|
Wed, 9 Oct 2013
|
[ 12:57 bdrewery ]
- Convert to staging
|
Sat, 8 Jun 2013
|
[ 11:42 bdrewery ]
- Update to 3.8.1
Tested by: Yuri <yuri@rawbw.com>
Obtained from: https://bitbucket.org/stass/valgrind-freebsd
|
Mon, 17 Dec 2012
|
[ 18:39 bdrewery ]
- Update to 3.8.0
|
Fri, 31 Aug 2012
|
[ 20:11 bdrewery ]
- Add missing manpages for 3.7.0 [1]
- Fix build with clang [2]
- Fix plist issue
- Remove Makefile header
- Take maintainership
PR: ports/153386 [1]
Reported by: Raphael Kubo da Costa <kubito@gmail.com> [1]
PR: ports/169112 [2]
Submitted by: Lee Thomas <lee_thomas@aslantools.com> [2]
Approved by: eadler (mentor)
|
Fri, 8 Jun 2012
|
[ 18:08 sylvio ]
- Update to 3.7.0
- Change to new optionsNG
PR: ports/168771
Submitted by: Denis Generalov <gd@rambler-co.ru>
|
Sat, 23 Oct 2010
|
[ 09:07 stas ]
- Update to 3.6.0.
|
Tue, 13 Jul 2010
|
[ 01:54 stas ]
- Update to 3.5.0-2:
- Fix build of MPI wrappers [1]
- Fix LDT handling in i386 case.
- Fix socketpair(2) syscall wrapper.
PR: ports/144067 [1]
Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> [1]
|
Fri, 25 Sep 2009
|
[ 18:14 stas ]
- Do not try to build 32-bit support on amd64 if 32-bit libraries are not
available.
Suggested by: koitsu
Feature safe: yes
|
[ 14:43 stas ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update to version 3.5.0.
Feature safe: yes
|
Mon, 5 Jan 2009
|
[ 19:44 pav ] (Only the first 10 of 103 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Thu, 4 Oct 2007
|
[ 00:41 edwin ] (Only the first 10 of 35 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Tue, 20 Sep 2005
|
[ 00:40 barner ] (Only the first 10 of 18 ports in this commit are shown above. )
- 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.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 27 Dec 2004
|
[ 11:41 vs ]
- 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
|
Wed, 1 Sep 2004
|
[ 16:27 sem ] (Only the first 10 of 24 ports in this commit are shown above. )
Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.
PR: ports/70936
Submitted by: maintainer
|
Sun, 1 Aug 2004
|
[ 15:20 lofi ]
valgrind installs different files on RELENG_4 & RELENG_5, add some
PLIST_SUB to deal with that.
|
Sun, 23 May 2004
|
[ 17:00 krion ]
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>
|
Number of commits found: 23 |