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/heaptrack/Makefile

Number of commits found: 28

Tuesday, 13 Feb 2024
14:44 Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e commit hash: db616534ff99d6268997e2f30858891e20641a1e db61653
Saturday, 30 Sep 2023
17:10 Jason E. Hale (jhale) search for other commits by this committer
devel/heaptrack: Update to 1.5.0
commit hash: b1d7ed3980ff2efef183124fa7bec1d82d775159 commit hash: b1d7ed3980ff2efef183124fa7bec1d82d775159 commit hash: b1d7ed3980ff2efef183124fa7bec1d82d775159 commit hash: b1d7ed3980ff2efef183124fa7bec1d82d775159 b1d7ed3
Wednesday, 27 Sep 2023
14:36 Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 21d8008
Tuesday, 15 Aug 2023
19:06 Tobias C. Berner (tcberner) search for other commits by this committer
KDE: make ecm a build-only dependency in kde@ maintained ports
commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f commit hash: c6274ee9420519be57df53b3f56ad80e6592dc8f c6274ee
Thursday, 27 Apr 2023
18:25 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 3e45e8e
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Monday, 16 Jan 2023
19:32 Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b e1287d0
Saturday, 5 Nov 2022
13:37 Dima Panov (fluffy) search for other commits by this committer
devel/heaptrack: update to 1.4.0 release
commit hash: ee74c11870bb0e93ccc4dd515449b62e2de7d298 commit hash: ee74c11870bb0e93ccc4dd515449b62e2de7d298 commit hash: ee74c11870bb0e93ccc4dd515449b62e2de7d298 commit hash: ee74c11870bb0e93ccc4dd515449b62e2de7d298 ee74c11
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 5 Sep 2022
19:06 Dima Panov (fluffy) search for other commits by this committer
devel/heaptrack: pet stage-qa
commit hash: f713eeb93cf7687fe47aa8b14c7a3d1d682cfd12 commit hash: f713eeb93cf7687fe47aa8b14c7a3d1d682cfd12 commit hash: f713eeb93cf7687fe47aa8b14c7a3d1d682cfd12 commit hash: f713eeb93cf7687fe47aa8b14c7a3d1d682cfd12 f713eeb
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd b082b3d
Monday, 9 May 2022
11:13 Adriaan de Groot (adridg) search for other commits by this committer
devel/heaptrack: fix build on 14-

On 14-, libunwind doesn't install a corresponding <unwind.h>.
It doesn't seem to be necessary, either: builds fine on
13- and 14- without the extra check in heaptrack.
commit hash: 1ae49930c7f079112577e62f7f4c0e0f9360a051 commit hash: 1ae49930c7f079112577e62f7f4c0e0f9360a051 commit hash: 1ae49930c7f079112577e62f7f4c0e0f9360a051 commit hash: 1ae49930c7f079112577e62f7f4c0e0f9360a051 1ae4993
Sunday, 19 Dec 2021
22:29 Adriaan de Groot (adridg) search for other commits by this committer
devel/heaptrack: update to 1.3.0, latest upstream

Heaptrack traces all memory allocations and annotates these events with
stack traces. Dedicated analysis tools then allow you to interpret the
heap memory profile to, e.g., find hotspots that need to be optimized
to reduce the memory footprint of your application.

Release notes are here:
	https://invent.kde.org/sdk/heaptrack/-/releases/v1.3.0

Version 1.3.0 comes with quite some important new features, notably
time based filtering capabilities and support for custom suppressions.
commit hash: bd77def3ccc87ea78b304ff311ffad82ac55d2d0 commit hash: bd77def3ccc87ea78b304ff311ffad82ac55d2d0 commit hash: bd77def3ccc87ea78b304ff311ffad82ac55d2d0 commit hash: bd77def3ccc87ea78b304ff311ffad82ac55d2d0 bd77def
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 18 Feb 2021
21:34 adridg search for other commits by this committer
Fix devel/heaptrack on i386 (32-bit ELF), I hope

This patch was removed in the previous update, but was still
necessary. I have since submitted it upstream.

Reported by:	fallout
Original commitRevision:565995 
Saturday, 13 Feb 2021
22:30 adridg search for other commits by this committer
Update devel/heaptrack some more

There were patches from Greg V upstream to fix the build of 1.2.0
on FreeBSD, so just chase KDE_INVENT up to that version. This
means we can drop our patches, and it fixes plist issues from my
previous update as well.
Original commitRevision:565183 
21:22 adridg search for other commits by this committer
Use KDE_INVENT where appropriate

KDE ports that use unreleased versions / versions straight from git.

PORTVERSION or DISTVERSION increased:
- audio/amarok has a newer tag so the commit hash jumps.
- devel/heaptrack has a newer tag so the commit hash jumps.
- graphics/kooka advances to a newer commit, nothing spectacular.
- graphics/peruse advances a great deal to its current state, which
  is slightly-before-a-real-release. This one will be dropping KDE_INVENT
  and going to normally-released soon, says upstream.
- net/smb4k has a newer tag so the commit hash jumps.

PORTVERSION unchanged, but I didn't bump PORTREVISION either
because it's the same software:
- editors/kile gets the hash for the tag it was previously using.
  (because USE_GITLAB does not understand tags and needs a full hash).
  There is lots of newer commits but nothing that looks like a complete
  releaseable state.
- net-im/ruqola gets the hash for the tag it was previously using.

Note that none of the updates that might have been possible were
reported by portscout; that's part of the hazard of using a semi-
official-at-best mirror. I hope it does catch updates from KDE Invent,
although these bits of software have flaky update schedules anyway.

Reviewed by:	tcberner
Original commitRevision:565179 
Monday, 1 Jun 2020
23:20 adridg search for other commits by this committer
devel/heaptrack Try to fix 32-bit build

I don't see that this can ever have built on 32-bit FreeBSD (i386
in particular) because the code uses Sxword, which our elf32.h
doesn't define. The Linux elf.h (which hanbles both sizes) does
define a 64-bit Sxword.

The patch throws in a using (typedef, but C++-style) that mimics
the 64-bit integers used in the Linux headers; this 64-bit value
doesn't match the size of Elf32_Dyn fields in either OS, but
I'll take a warning over non-stop build failures any day.
Original commitRevision:537511 
Sunday, 17 May 2020
12:59 tcberner search for other commits by this committer
devel/heaptrack: update to latest commit

- Now contains actual heaptrack suport provded by GregV in [1]

[1] https://github.com/KDE/heaptrack/pull/24

PR:		246131
Original commitRevision:535545 
Tuesday, 21 Apr 2020
19:45 tcberner search for other commits by this committer
graphics/kdiagram: update to 2.7.0
Original commitRevision:532376 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Original commitRevision:519824 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Original commitRevision:509290 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Tuesday, 11 Jun 2019
18:25 pkubaj search for other commits by this committer
devel/heaptrack: fix build with GCC-based architectures

Add USES=compiler:c++11-lang to fix build:
  Your compiler is too old and does not support the required C++11 features.

Approved by:	mentors (implicite approval)
Original commitRevision:503973 
Saturday, 25 May 2019
17:44 tcberner search for other commits by this committer
New port: devel/heaptrack

- At the moment this includes only the GUI part and not the actual tracker.

Heaptrack traces all memory allocations and annotates these events with stack
traces. Dedicated analysis tools then allow you to interpret the heap memory
profile to:

  *  find hotspots that need to be optimized to reduce the memory footprint of
     your application
  *  find memory leaks, i.e. locations that allocate memory which is never
     deallocated
  *  find allocation hotspots, i.e. code locations that trigger a lot of
     memory allocation calls
  *  find temporary allocations, which are allocations that are directly
     followed by their deallocation

WWW: https://github.com/KDE/heaptrack
Original commitRevision:502610 

Number of commits found: 28