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: math/saga/files/patch-src_tools_projection_pj__proj4_globe__gores.cpp

Number of commits found: 2

Saturday, 29 Aug 2020
16:56 fernape search for other commits by this committer
math/saga: Update to 7.7.0

ChangeLog:
https://sourceforge.net/p/saga-gis/wiki/Changelog%207.7.0/attachment/changelog_saga_7.7.0.txt

PR:	248949
Submitted by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:546925 
Monday, 15 Jun 2020
09:16 pkubaj search for other commits by this committer
math/saga: fix build on GCC architectures

Returning NULL as bool is not ok.
--- globe_gores.lo ---
globe_gores.cpp: In member function 'bool CGlobe_Gores::Add_Gore(int, int)':
globe_gores.cpp:210:16: error: converting to 'bool' from 'std::nullptr_t'
requires direct-initialization [-fpermissive]
  210 |   return( NULL );

PR:		246720
Approved by:	rhurlin@gwdg.de (maintainer)
Original commitRevision:538865 

Number of commits found: 2