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: lang/cint/files/patch-cint_lib_prec__stl_set

Number of commits found: 1

Wednesday, 3 Jul 2019
07:16 tobik search for other commits by this committer
lang/cint: Unbreak build with GCC 9

G__cpp_list.cxx: In function 'int G__list_49_0_10(G__value*, const char*,
G__param*, int)':
G__cpp_list.cxx:707:109: error: 'std::__cxx11::list<int, std::allocator<int>
>::iterator' {aka 'struct std::_List_iterator<int>'} has no member named
'operator=='; did you mean 'operator='?
  707 |       G__letint(result7, 103, (long) ((list<int,allocator<int>
>::iterator*) G__getstructoffset())->operator==(*(list<int,allocator<int>
>::iterator*) libp->para[0].ref));
      |                                                                         
                                   ^~
      |                                                                         
                                   operator=
G__cpp_list.cxx: In function 'int G__list_49_0_11(G__value*, const char*,
G__param*, int)':
G__cpp_list.cxx:713:109: error: 'std::__cxx11::list<int, std::allocator<int>
>::iterator' {aka 'struct std::_List_iterator<int>'} has no member named
'operator!='; did you mean 'operator='?
  713 |       G__letint(result7, 103, (long) ((list<int,allocator<int>
>::iterator*) G__getstructoffset())->operator!=(*(list<int,allocator<int>
>::iterator*) libp->para[0].ref));
      |                                                                         
                                   ^~
      |                                                                         
                                   operator=

http://pb2.nyi.freebsd.org/data/120i386-default-PR238330/2019-06-09_20h27m22s/logs/errors/cint-5.18.00_12.log

While here make the build abort fast on build errors instead of
carrying on like nothing happened.

PR:		238907
Reported by:	antoine (via exp-run in PR 238330)
Original commitRevision:505728 

Number of commits found: 1