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/gps/files/patch-kernel_src_gps-kernel-timeout.adb

Number of commits found: 1

Friday, 8 Jul 2016
22:28 marino search for other commits by this committer
devel/gps: Fix compiler error highlight on FreeBSD

On DragonFly, GPS has been properly highlighting code errors during
compilation, but on FreeBSD nothing happens.  Luckily Rod Kay has been
persistent in diagnosing the cause and he finally isolated it to a
too-short timeout interval for Expect calls.  The timeout period was
set to 1 millisecond, the absolute shortest interval possible.  While
Linux and DF could complete the function call during this time, FreeBSD
requires at least 10 milliseconds to do the same.

I'm setting the timeout to 100 milliseconds to ensure this functionality
works on FreeBSD.  Rod and I can't immediately see any negative impact
to extending the timeout and we're casually pinging Adacore to understand
the orignal 1-ms value.

PR:	202317
Original commitRevision:418247 

Number of commits found: 1