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/cmake-gui/files/patch-git_16f5d184

Number of commits found: 2

Saturday, 5 Dec 2015
21:16 rakuco search for other commits by this committer
Update CMake to 3.4.1.

Release notes: http://www.kitware.com/blog/home/post/1016

Finally a small, bug-fix release that does not requrie changes to other
ports.

PR:		205014
Original commitRevision:403079 
Wednesday, 2 Dec 2015
10:58 rakuco search for other commits by this committer
CMake: Add upstream patch to fix the build with recent GCCs.

At least lang/gcc (4.8) and later were known to be broken like this:

/usr/ports/devel/cmake/work/cmake-3.4.0/Source/cmArchiveWrite.h:93:23: error:
'mode_t' has not been declared
   void SetPermissions(mode_t permissions_)
                       ^
/usr/ports/devel/cmake/work/cmake-3.4.0/Source/cmArchiveWrite.h:106:27: error:
'mode_t' has not been declared
   void SetPermissionsMask(mode_t permissionsMask_)
                           ^
/usr/ports/devel/cmake/work/cmake-3.4.0/Source/cmArchiveWrite.h:179:26: error:
'mode_t' was not declared in this scope
   cmArchiveWriteOptional<mode_t> Permissions;
                          ^
/usr/ports/devel/cmake/work/cmake-3.4.0/Source/cmArchiveWrite.h:179:32: error:
template argument 1 is invalid
   cmArchiveWriteOptional<mode_t> Permissions;
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:402818 

Number of commits found: 2