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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Server is being updated to FreeBSD 14.3 as you read this... and it is done.
Commit processing is stalled - it is a jail issue. I will work on it later today. 2025-09-17 12:17 UTC - It has been fixed. Sometime before 17:27 UTC.
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