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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/valgrind-snapshot/Makefile

Number of commits found: 51

Friday, 20 Sep 2013
15:58 bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
Original commitRevision:327710 
Tuesday, 20 Aug 2013
11:43 az search for other commits by this committer
- Convert to new perl5 framework

Approved by:	bdrewery@ (maintainer)
Original commitRevision:325040 
Friday, 5 Jul 2013
14:32 bdrewery search for other commits by this committer
Convert from USE_GMAKE to USES=gmake
Original commitRevision:322331 
Thursday, 4 Jul 2013
16:57 bdrewery search for other commits by this committer
- Add 32BIT option to enable/disable 32bit compat
- Add LIB32_PATH to allow overriding where 32bit
  libs are installed, default to DESTDIR/usr/lib32/libc.so

PR:		ports/179643
Reported by:	Garrett Cooper <yaneurabeya@gmail.com>
Submitted by:	r4721@tormail.org (based on)
Original commitRevision:322282 
Friday, 14 Jun 2013
14:34 bdrewery search for other commits by this committer
- Convert to new options helpers
- Remove bsd.port.post.mk
Original commitRevision:320935 
Wednesday, 5 Jun 2013
13:29 bdrewery search for other commits by this committer
Remove unneeded :dist group now that manpages are fixed
Original commitRevision:319988 
13:27 bdrewery search for other commits by this committer
Update to 3.8.1
Original commitRevision:319987 
Thursday, 2 May 2013
12:30 bdrewery search for other commits by this committer
- Fix compatibility with bmake

Submitted by:	bapt
Original commitRevision:317102 
Tuesday, 23 Apr 2013
10:13 bapt search for other commits by this committer
Convert devel to USES=pkgconfig
Original commitRevision:316333 
Thursday, 18 Apr 2013
21:46 bdrewery search for other commits by this committer
- Fix runtime behavior due to typo in FreeBSD upstream patch

Submitted by:	Yuri <yuri@rawbw.com>
Feature safe:	yes
Original commitRevision:316076 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Tuesday, 26 Feb 2013
12:52 bdrewery search for other commits by this committer
- Fix new/delete handling when using libsupc++
- Remove EOL <7.0 IGNORE

Submitted by:	Mikolaj Golub <trociny@FreeBSD.org>
Obtained
from:	https://bitbucket.org/stass/valgrind-freebsd/issue/7/add-replacements-for-libsupc
Original commitRevision:312975 
Wednesday, 19 Dec 2012
05:09 bdrewery search for other commits by this committer
- Fix build on amd64 with WITHOUT_LIB32 on 9+
   - Use the same check for /usr/lib32/libc.so as the
     virtualbox ports for consistency.

PR:		ports/174563
Reported by:	4721@hushmail.com
Original commitRevision:309222 
Tuesday, 4 Dec 2012
21:47 bdrewery search for other commits by this committer
- Update to 3.8.0
- Sync Makefile/pkg-descr with main valgrind port
 * Add manpages
 * Add LICENSE
 * Add MPI OPTION
 * Unbreak on 9.0+
 * Unbreak with clang

Feature safe:	yes
Original commitRevision:308280 
Monday, 29 Oct 2012
15:06 bdrewery search for other commits by this committer
- Take maintainership
- Trim header

Feature safe:	yes
Original commitRevision:306619 
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Original commit
Monday, 23 Jul 2012
01:33 dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Saturday, 2 Jan 2010
14:48 erwin search for other commits by this committer
Mark IGNORE on 9.x: unsupported FreeBSD version
Original commit
Tuesday, 8 Sep 2009
10:40 stas search for other commits by this committer
- Update valgrind-snapshot to the latest P4 version.
- Take maintainership.
Original commit
Monday, 23 Mar 2009
01:01 linimon search for other commits by this committer
Reset barner@FreeBSD.org due to several months of inactivity.

Hat:            portmgr
Original commit
Monday, 5 Jan 2009
19:44 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Tuesday, 23 Sep 2008
07:02 barner search for other commits by this committer
- Fix build from within jails

PR:             ports/127015
Submitted by:   Alexander Churanov
Approved by:    portmgr (erwin)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Saturday, 17 May 2008
19:04 barner search for other commits by this committer
Fix build on FreeBSD 7.

Requested by:   many
PR:             ports/116513 [1],
                ports/123711 [2]
Submitted by:   Bruce Cran <bruce@cran.org.uk> [1],
                delphij [2]
Original commit
Sunday, 11 May 2008
19:37 pav search for other commits by this committer
- Mark BROKEN on 7.x

Reported by:    pointyhat
Original commit
Saturday, 9 Feb 2008
12:08 erwin search for other commits by this committer
Mark IGNORE on 8.0: unsupported
Original commit
Thursday, 4 Oct 2007
23:08 edwin search for other commits by this committer
Remove always true/always false OSVERSION conditions.
Original commit
00:41 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Saturday, 8 Sep 2007
00:59 linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Original commit
Thursday, 4 May 2006
21:41 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
Original commit
Monday, 20 Feb 2006
13:07 barner search for other commits by this committer
- SHM fix: Silence erroneous warnings on X server initialization
- Bump PORTREVISION

Submitted by: anholt
Original commit
Thursday, 20 Oct 2005
10:41 barner search for other commits by this committer
- Add support for uuidgen(2) system call
- Bump PORTREVISION

Submitted by:   rodrigc
PR:             ports/87697
Original commit
Tuesday, 20 Sep 2005
00:40 barner search for other commits by this committer
- 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]
Original commit
Thursday, 11 Aug 2005
13:26 barner search for other commits by this committer
- 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)
Original commit
Thursday, 19 May 2005
16:56 barner search for other commits by this committer
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
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Monday, 28 Feb 2005
13:05 barner search for other commits by this committer
Change email address in ports maintained by me to barner@FreeBSD.org

Approved by:    arved (mentor)
Original commit
Monday, 27 Dec 2004
11:41 vs search for other commits by this committer
- 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
Original commit
Thursday, 9 Dec 2004
23:08 pav search for other commits by this committer
- 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)
Original commit
Wednesday, 8 Dec 2004
19:36 pav search for other commits by this committer
- Take care of leftover pkgconfig directory

PR:             ports/74818
Submitted by:   Simon Barner <barner@gmx.de> (maintainer)
Original commit
Wednesday, 1 Sep 2004
16:27 sem search for other commits by this committer
Rename devel/calltree to callgrind.
Update it to 0.9.8.
Update related ports.

PR:             ports/70936
Submitted by:   maintainer
Original commit
Friday, 6 Aug 2004
12:36 lofi search for other commits by this committer
Correct CONFLICTS. valgrind-snapshot conflicts with every version of
valgrind, not just 352.
Original commit
12:25 lofi search for other commits by this committer
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.
Original commit
Sunday, 1 Aug 2004
00:45 lofi search for other commits by this committer
Disable procfs check on package builders.
Original commit
Sunday, 25 Jul 2004
17:28 pav search for other commits by this committer
- Use canonical way to request new Perl
Original commit
17:17 pav search for other commits by this committer
- Update to 352

PR:             ports/69554
Submitted by:   Simon Barner <barner@in.tum.de> (maintainer)
Original commit
Sunday, 23 May 2004
17:40 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.

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>
Original commit

Number of commits found: 51