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-Modules_Platform_FreeBSD.cmake

Number of commits found: 2

Thursday, 8 Sep 2022
20:14 Daniel Engberg (diizzy) search for other commits by this committer
devel/cmake: Create a meta-port for CMake

Create a meta-port for CMake to make it easier for the end user and
better handling of build dependencies.

This pushes devel/cmake into /devel/cmake-core and splits manpages and
its dependencies to /devel/cmake-man

Approved by:	kde (tcberner)
Differential Revision:	https://reviews.freebsd.org/D34957
commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 commit hash: b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 b23ea4e
Sunday, 10 Apr 2022
15:34 Adriaan de Groot (adridg) search for other commits by this committer
devel/cmake: prefer python3 over versioned python3.x

Depending on which mechanism is used to find Python (Python3
in particular, since there's only one Python2 version left),
either python3 is found -- installed by the python3 metaport,
and presumed to be the "preferred / default Python3 version" --
of a versioned python3. Asking for, say, Python 3.6 will get
you whatever python3 points at -- assuming it is newer than 3.6 --
or, with the other mechanism, the newest python (e.g. highest
installed version). Those are not necessarily the same.

Switch the new mechanism to preferring python3; there's a
knob in CMake itself for that, we just need to set it in
the FreeBSD config-file.

PR:		252277
commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 commit hash: 731a0cba8469ce33d4406f735afac00f6914e158 731a0cb

Number of commits found: 2