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/avarice/files

Number of commits found: 2

Saturday, 5 Sep 2020
21:43 joerg search for other commits by this committer
Update AVaRICE port to 2.14

Among others, this fixes the breakage reported in PR 248995.

PR:		248995
Original commitRevision:547759 
Sunday, 8 Jul 2018
22:34 leres search for other commits by this committer
After upgrading to 11.2-RELEASE devel/avarice fails to
compile with:

    jtagrw.cc:134:13: error: cannot initialize return object of type 'uchar *'
(aka 'unsigned char *') with an rvalue of type 'bool'

		return false;
		       ^~~~~

examination of the code shows another case with a similar
check that returns NULL.

I also filed an upstream bug report:

    https://sourceforge.net/p/avarice/bugs/24/

PR:		229376
Reviewed by:	ler (mentor)
Approved by:	joerg (maintainer), ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D16184
Original commitRevision:474207 

Number of commits found: 2