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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/cmake/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