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: games/dangerdeep/files/patch-src__subsim.cpp

Number of commits found: 2

Sunday, 29 Mar 2020
10:16 tobik search for other commits by this committer
games/dangerdeep: Unbreak build on FreeBSD >= 12.1

src/subsim.cpp:1739:2: error: reference to 'thread' is ambiguous
        thread::auto_ptr<music> mmusic(new music(use_sound));
        ^
src/thread.h:37:7: note: candidate found by name lookup is 'thread'
class thread
      ^
/usr/include/c++/v1/__threading_support:397:24: note: candidate found by name
lookup is 'std::__1::thread'
class _LIBCPP_TYPE_VIS thread;
                       ^
2 warnings and 1 error generated.

http://beefy6.nyi.freebsd.org/data/121amd64-default/529299/logs/errors/dangerdeep-0.3.0_14.log
Original commitRevision:529788 
Tuesday, 12 Aug 2014
16:26 wg search for other commits by this committer
games/dangerdeep: support stage

- Fix build on 10

PR:		192585
Submitted by:	christian.mangin gmail com
Original commitRevision:364719 

Number of commits found: 2