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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/cmake/files/patch-Modules_FindQt4.cmake

Number of commits found: 13

Saturday, 28 Jul 2018
15:01 tcberner search for other commits by this committer
Update devel/cmake* to 3.12.0

Exp-run by:	antoine
PR:		229854
Original commitRevision:475584 
Sunday, 15 Apr 2018
21:43 adridg search for other commits by this committer
Update CMake to 3.11.0. Thanks to antoine@ for the exp-run.

In the run-up to this commit, many other ports were pre-emptively fixed.
The only issue still known is math/kig, which had a build failure in
the exp-run, but which isn't reproducible across multiple 11.1 {i386,amd64}
machines and poudriere builds. We've decided to forge ahead.

The new CMake version:
 - drops FreeBSD patches that have been incorporated upstream,
 - re-shuffles patches to FindQt4, since upstream has made some changes
   which break FindQt4 in new ways on FreeBSD (while fixing the old ones),
 - has new patches to make OpenMP and BLAS findable on FreeBSD,
 - drops ports libarchive in favor of the version in base, to avoid
   overlinking for the pkg(8) support in CPack (this makes portlint
   complain, and we have decided to ignore it).

PR:		227372 226959 223678
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14506
Original commitRevision:467437 
Thursday, 14 Sep 2017
21:02 adridg search for other commits by this committer
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake

Thanks to antoine@ for the exp-run.

Approved by:		rakuco (mentor)
Reviewed by:		tcberner (mentor)
Reviewed by:		mat
PR:			222000 (exp-run)
Differential Revision:	https://reviews.freebsd.org/D12299
Original commitRevision:449853 
Tuesday, 2 Sep 2014
12:59 rakuco search for other commits by this committer
Update CMake to 3.0.1.

The 3.0 series is an incremental improvement over the previous 2.8 series
despite the major version number change. A list of important changes is
available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html

On the porting side
* The minimum FreeBSD release we have to support in the ports tree is now
  recent enough that ports/168671 can finally be committed: instead of
  building and using CMake's own copies of bzip2, curl, expat, libarchive,
  liblzma and zlib, we use the versions in ports and/or the base system.

* CMake's documentation system has been changed and vastly improved at the
  cost of now depending on Sphinx. We still generate only man pages, but can
  start generating the HTML documentation in the future if desired.

* devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build
  the ncurses UI that is installed by devel/cmake itself.

* CMake commit 3816cd2 fixes a longstanding issue in the detection of the
  Python interpreter and its libraries, but requires us to revert a
  workaround for that in Mk/Uses/python.mk itself, effectively reverting
  the patch introduced by ports/168159.

* Similarly, a few ports had to be fixed manually due to CMake being
  stricter when parsing some files or the ports detecting Python the wrong
  way. Fortunately, they all had been fixed upstream so I just grabbed the
  appropriate commits and pointed to them in the patches.
  science/gnudatalanguage had to have its PORTREVISION bumped because
  switching to USES=cmake:outsource removed a few files from the plist that
  were not supposed to have been installed in the first place.

PR:		168671
PR:		192644
Original commitRevision:366996 
Wednesday, 10 Jul 2013
08:15 rakuco search for other commits by this committer
Update CMake to 2.8.11.2.

PR:		ports/178737
Original commitRevision:322628 
Tuesday, 19 Mar 2013
18:00 makc search for other commits by this committer
- Update cmake to 2.8.10.2
- Trim Makefile header
- Drop indefinite article from COMMENT

Obtained from:	area51
Tested by:	exp-run (bapt)
Original commitRevision:314669 
Thursday, 3 May 2012
02:14 rakuco search for other commits by this committer
Update to 2.8.8.

It includes an upstream patch which fixes the FindPkgConfig.cmake
module. It will be part of 2.8.9.

PR:             ports/167140
Approved by:    portmgr (pav via exp-run)
Original commit
Tuesday, 23 Nov 2010
21:08 makc search for other commits by this committer
Fix search for QT_PLUGIN_PATH when it is empty. This should fix
some ports after latest cmake update.
Original commit
Tuesday, 11 May 2010
11:59 fluffy search for other commits by this committer
- Update CMake to 2.8.1 release

With hat on:    kde@
Original commit
Tuesday, 4 Aug 2009
19:33 miwi search for other commits by this committer
- Update to 2.6.4
Original commit
Tuesday, 24 Mar 2009
19:11 makc search for other commits by this committer
Update devel/cmake to 2.6.3.

- Set INSTALL_TARGET for cmake based ports to install/strip. This solves
  problem of installing non-stripped binaries (noticed by delphij for KDE4
ports)
- Fix linking to -lpthread for cmake based ports (KDE4 ports are affected
mostly)
Original commit
Friday, 1 Aug 2008
13:01 arved search for other commits by this committer
Fix detection of qt4's lupdate and lrelease binaries

PR:             125815
Submitted by:   Max Brazhnikov
Original commit
Tuesday, 27 May 2008
22:12 miwi search for other commits by this committer
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:    portmgr (pav)
Original commit

Number of commits found: 13