notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/valgrind/distinfo

Number of commits found: 26

Thursday, 2 Nov 2023
07:26 Fernando ApesteguĂ­a (fernape) search for other commits by this committer
devel/valgrind: update to 3.22

PR:		274836
Reported by:	pjfloyd@wanadoo.fr (maintainer)
commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237 commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237 commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237 commit hash: fe6f1b42c85a8e56f51834798ff53c0ad9669237 fe6f1b4
Sunday, 30 Apr 2023
18:41 Robert Clausecker (fuz) search for other commits by this committer Author: Paul Floyd
devel/valgrind: update to 3.21

There are a couple of new python scripts for gdb integration.

Some of the post-processing tools have switched from Perl and C
to Python (minimum 3.9).

Changelog:
https://sourceware.org/git/?p=valgrind.git;a=blob;f=NEWS;h=342a733650a7247ebc0ba0da91cfa802440fc319;hb=HEAD

PR:		271126
commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1 commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1 commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1 commit hash: 57c987a21a65a18e9dee884e60d1779510bec6e1 57c987a
Thursday, 27 Oct 2022
10:15 Nuno Teixeira (eduardo) search for other commits by this committer Author: Paul Floyd
devel/valgrind: Update to 3.20.0

 - Several fixes for FreeBSD, most importantly changes to auxv on
   FreeBSD 14

ChangeLog:	https://valgrind.org/docs/manual/dist.news.html
PR:		267383
MFH:		2022Q4 (bugfixes)
commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1 commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1 commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1 commit hash: 0417ff01c562dff6833ff180c8528d02cb43aec1 0417ff0
Thursday, 14 Apr 2022
08:41 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Paul Floyd
devel/valgrind: Update to 3.19.0

Release notes: https://valgrind.org/docs/manual/dist.news.html

PR:		263245
commit hash: 49436997e3e191cb83a136601df01adca6abbae6 commit hash: 49436997e3e191cb83a136601df01adca6abbae6 commit hash: 49436997e3e191cb83a136601df01adca6abbae6 commit hash: 49436997e3e191cb83a136601df01adca6abbae6 4943699
Monday, 18 Oct 2021
19:03 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Paul Floyd
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
commit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bf commit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bf commit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bf commit hash: 7faf3caa288457fc1180e1e37ce373c21a3479bf 7faf3ca
Thursday, 8 Apr 2021
22:36 Jung-uk Kim (jkim) search for other commits by this committer Author: Paul Floyd
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)
commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9 commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9 commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9 commit hash: 4395c84bf891613c3c76551b96a797e58bdde0e9 4395c84
Tuesday, 19 Apr 2016
20:03 bdrewery search for other commits by this committer
- Update to 3.10.1
- Add pipe(2) syscall
- Add cpuset_getaffinity(2) syscall
- Support arguments for cpuset_setaffinity(2) syscall
- sendfile(2) syscall fixes
- getsockopt(2) syscall fixes
- Add missing fcntl(2) handlers [1]
- Add missing jail syscalls [2]
- Add missing kldload syscalls [3]
- Add missing accept4(2) syscall [4]

PR:		196451 [1]
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/issues/15/missing-fcntl-commands
[1]
PR:		152899 [2]
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/pull-requests/10/implement-some-of-the-jails-syscalls/diff
[2]

Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/pull-requests/11/fix-issue-25-add-kldload-kldunload-kldfind/diff
[3]
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/pull-requests/8/fix-issue-21-accept4-is-unimplemented-on/diff
[4]
Original commitRevision:413660 
Monday, 23 Feb 2015
18:10 bdrewery search for other commits by this committer
Update to checkin 963c4a777573 from stass' bitbucket, which is 3.10.0.
Original commitRevision:379696 
Saturday, 8 Jun 2013
11:42 bdrewery search for other commits by this committer
- Update to 3.8.1

Tested by:	Yuri <yuri@rawbw.com>
Obtained from:	https://bitbucket.org/stass/valgrind-freebsd
Original commitRevision:320242 
Monday, 17 Dec 2012
18:39 bdrewery search for other commits by this committer
- Update to 3.8.0
Original commitRevision:309118 
Friday, 31 Aug 2012
20:11 bdrewery search for other commits by this committer
- 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)
Original commitRevision:303444 
Friday, 8 Jun 2012
18:08 sylvio search for other commits by this committer
- Update to 3.7.0
- Change to new optionsNG

PR:             ports/168771
Submitted by:   Denis Generalov <gd@rambler-co.ru>
Original commit
Wednesday, 27 Apr 2011
09:51 stas search for other commits by this committer
- Update to revision 2.  This update includes fixes for setcontext/getcontext
  routines.
Original commit
Wednesday, 20 Apr 2011
04:45 stas search for other commits by this committer
- Udpdate to a new 3.6.1 snapshot.
  Changes:
  - Implement shm_unlink wrapper.
  - Add support for SHM_ANON shm_open(2) path.
  - Fix sycalls 0 and 198 (__syscall) handling.
Original commit
Saturday, 16 Apr 2011
08:02 stas search for other commits by this committer
- Update valgrind to 3.6.1.
  This is a bugfix release.
Original commit
Sunday, 24 Oct 2010
06:16 stas search for other commits by this committer
- Update to revision 2:
  - getfsstat syscall handling
  - merge in forgotten changes from p4 (shmctl handling).
Original commit
Saturday, 23 Oct 2010
22:29 stas search for other commits by this committer
- Update to revision 1.

Changelog:
  - Add shm_open syscall handler implementation.
  Submitted by: Jerry Toung <jrytoung@gmail.com>
Original commit
09:07 stas search for other commits by this committer
- Update to 3.6.0.
Original commit
Friday, 15 Oct 2010
08:07 stas search for other commits by this committer
- Fix shmat syscall wrapper [1].
- Implement shmctl syscall wrapper.

PR:             ports/149621 [1]
Submitted by:   Stephen Sanders <ssanders@opnet.com> [1]
Original commit
Thursday, 16 Sep 2010
23:12 stas search for other commits by this committer
- Update to revision 3.
  - Add support for syscall 510 (new _semctl).

Submitted by:   Brian Fundakowski Feldman <bfeldman@hammers.com>
Original commit
Tuesday, 13 Jul 2010
01:54 stas search for other commits by this committer
- 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]
Original commit
Wednesday, 21 Oct 2009
16:55 stas search for other commits by this committer
- Update to newer snapshot fro P4.
Original commit
Friday, 25 Sep 2009
14:43 stas search for other commits by this committer
- Update to version 3.5.0.

Feature safe:   yes
Original commit
Thursday, 24 Nov 2005
14:08 barner search for other commits by this committer
Add SHA256 for my ports (that don't already have it).
Original commit
Sunday, 25 Jul 2004
17:02 pav search for other commits by this committer
- Update to 352

PR:             ports/69553
Submitted by:   Simon Barner <barner@in.tum.de> (maintainer)
Original commit
Sunday, 23 May 2004
17:00 krion search for other commits by this committer
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>
Original commit

Number of commits found: 26