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/files/patch-cmake-issue-18031

Number of commits found: 5

Monday, 16 May 2022
06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 2d34c2b
Tuesday, 21 Sep 2021
09:27 Adriaan de Groot (adridg) search for other commits by this committer
devel/cmake: fix CPack .pkg support, jump to 3.21.3

Update the patch for FreeBSD .pkg support in CPack to handle
libpkg 1.17 and later's use of .pkg as package-suffix rather
than .tgz. The PR below refers to this fix. I've kept code
for older libpkg in case there are systems with weirdly
mismatched current CMake and last-quarter's libpkg.

The patch is still being upstreamed. The PR mentioned below
is for this fix.

While here, update to 3.21.3.  I've decided to -- unusual,
for sure -- bump CMake without the usual exp-run, because:

A regression in CMake 3.21.2 prompted a quick release of
3.21.3 from upstream. The regression applies to the AMD ROCm
platform, so that's not us. Other fixes in 3.21.3 apply to supported
MSVC versions -- again, not us.

There is new support for Boost 1.77 -- not in our ports yet.

In other words, the git diff on CMake sources does not show
anything that could affect us (famous last words). Release notes are at
	https://cmake.org/cmake/help/v3.21/release/3.21.html#id3

PR:		257615
Reported by:	Peter Laursen
commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f commit hash: aeb5f9cf181c597d6c2c5fcb0497b2bce116896f aeb5f9c
Thursday, 22 Apr 2021
20:23 Adriaan de Groot (adridg) search for other commits by this committer
devel/cmake: Update to 3.20.1

This new version of CMake is much more picky with the language
than previous versions, so there was a fair bit of fallout --
patched before this push with plenty of "fix in advance of CMake
3.20" commits.

Release notes are at
	https://cmake.org/cmake/help/v3.20/release/3.20.html

Thanks to antoine@ for multiple exp-runs.
commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 commit hash: 943e7f612560f35caff6298fbf5ec6ecf7b4d1f7 943e7f6
Saturday, 27 Feb 2021
16:52 adridg search for other commits by this committer
Improve FreeBSD packaging in devel/cmake

The OPTION CPACK in CMake enables building FreeBSD packages directly
from cmake / cpack. This can be useful, for instance, with not-yet-
packaged software, or building packages for proprietary software.
This patch has been submitted upstream; it resolves a disagreement
between cmake and libpkg about the name of the resulting package.
Original commitRevision:566712 
Tuesday, 23 Feb 2021
23:24 adridg search for other commits by this committer
Update CMake's FreeBSD pkg(8) generator

There is an OPTION CPACK for CMake that enables a FreeBSD pkg(8)
generator: after building anything CMake-based, `cpack -G FREEBSD`
gives you a a ready-to-go installable package.

Well, assuming you turn the option on, and the bugs in the generator
are fixed. Which this patch does. I've tried it with supertux2
and some other bits and pieces and the patch is in a MR upstream.
Original commitRevision:566434 

Number of commits found: 5