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/qt5-concurrent/files/patch-gcc11

Number of commits found: 2

Sunday, 2 Jan 2022
08:47 Tobias C. Berner (tcberner) search for other commits by this committer
Qt: Switch Qt5 to use KDE's Qt patch collection

From [1]
    What's this?

	This is a set of git repositories based on the last public
	commits available for Qt 5.15 branches with a curated collection
	of patches on top to ensure open source products can be used
	comfortably until users transition to their Qt 6-based ports.

    Which patches does it include?

	This collection of patches includes patches that fix at least
	one of the following:

	    * Security issues
	    * Crashes
	    * Functional defects

	We only include patches that have been approved upstream in the
	Qt project. If a patch cannot be merged upstream for technical
	reasons (e.g. the class no longer exists), it can also be
	merged.

	The patches to merge will be decided based on their relevance
	towards Open Source products and their viability.

PR:		260548
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D33446

[1] https://community.kde.org/Qt5PatchCollection
commit hash: 6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9 commit hash: 6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9 commit hash: 6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9 commit hash: 6b3bece75ad5a3d03e2751e5cdf78ae8aeb0abf9 6b3bece
Monday, 28 Jun 2021
08:42 Adriaan de Groot (adridg) search for other commits by this committer Author: Jan Beich
devel/qt5-concurrent: fix build with gcc11

Build errors from misplaced template specialization:
  250 |     ThreadEngineStarter<void>(ThreadEngine<void> *_threadEngine)
      |                                                  ^
  250 |     ThreadEngineStarter<void>(ThreadEngine<void> *_threadEngine)
      |                              ~                  ^~

PR:		256276
Reported by:	jbeich
Obtained from:	https://codereview.qt-project.org/c/qt/qtbase/+/339417
commit hash: a4a75822cf3861bf72133544b9e048ece7914717 commit hash: a4a75822cf3861bf72133544b9e048ece7914717 commit hash: a4a75822cf3861bf72133544b9e048ece7914717 commit hash: a4a75822cf3861bf72133544b9e048ece7914717 a4a7582

Number of commits found: 2