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: x11/kdelibs-kde4/Makefile

Number of commits found: 14

Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 19 Dec 2018
13:50 adridg search for other commits by this committer
Mark KDE4 broken on 12- and CURRENT. It is not compatible with
base SSL (e.g. OpenSSL 1.1) and kde@ is not going to put considerable
effort into patching it when it is scheduled for removal already.
Original commitRevision:487798 
Sunday, 9 Dec 2018
14:09 adridg search for other commits by this committer
Mark kdelibs4 as broken with OpenSSL 1.1.1. This shows up now that
qt4-network is fixed against the newer OpenSSL. We're not going to
spend time fixing this, with deprecation later this month.
Original commitRevision:487048 
Saturday, 22 Sep 2018
10:15 mandree search for other commits by this committer
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.

Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
Original commitRevision:480374 
Thursday, 30 Aug 2018
18:40 adridg search for other commits by this committer
Deprecate KDE4 software, categories www-x11-themes

This is the last bit.

The last upstream release supporting KDE4 was 10 months ago,
  https://www.kde.org/announcements/announce-applications-17.08.3.php ,
and the kde@ team for FreeBSD has supported modern KDE (i.e.  KDE
Frameworks, Plasma 5 and KDE Applications) for 4 months. Give a 4
month deprecation period to allow users to switch over.
Original commitRevision:478483 
Thursday, 23 Aug 2018
21:29 adridg search for other commits by this committer
Massage strange comparison for clang7

kdecore/localization/klocale_kde.cpp:2441:59: error: ordered comparison between
pointer and zero ('const void *' and 'int')
    if ((timeFormat().contains(QString::fromLatin1("%I")) > 0) ||
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

contains() returns bool or QBool, so this was weird to begin with.

PR:		230462
Reported by:	jbeich
Original commitRevision:477926 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Thursday, 21 Jun 2018
16:52 tcberner search for other commits by this committer
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Original commitRevision:472983 
Monday, 28 May 2018
19:34 adridg search for other commits by this committer
Since devel/qca was flavorized, kdelibs-kde4 was still depending on
the unflavored, and now Qt5-by-default-version. Make the required
flavor explicit.

PR:		227531
Reported by:	ohartmann@walstatt.org
Original commitRevision:471064 
Saturday, 14 Apr 2018
13:30 tcberner search for other commits by this committer
sysutils/polkit-qt, sysutils/polkit-qt5: convert to flavor

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14642
Original commitRevision:467318 
Monday, 9 Apr 2018
08:57 adridg search for other commits by this committer
'large' is no longer a valid msdosfs mount option in head after r319735.

Removes the -o large passed to mount, when kdelibs-kde4 is built on
a recent-ish 12-CURRENT system. At the same time, fix a logic error
regarding the handling of the -L flag reported by HAL.

PR:		223125
Submitted by:	rakuco
Reported by:	avg
Approved by:	tcberner (mentor, implicit)
Original commitRevision:466840 
Monday, 12 Mar 2018
18:52 tcberner search for other commits by this committer
Create flavors for devel/libdbusmenu-qt[45]

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14643
Original commitRevision:464272 
Sunday, 18 Feb 2018
17:40 rakuco search for other commits by this committer
Update kdelibs to 4.14.38.

According to upstream, which has stopped making new releases of Qt4-based
software, this is the last kdelibs release ever.

Thanks to antoine for the exp-run.

PR:		225991
Differential Revision:	https://reviews.freebsd.org/D14411
Original commitRevision:462255 
Saturday, 10 Feb 2018
10:29 tcberner search for other commits by this committer
Rename KDE4 meta ports

This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
Original commitRevision:461375 

Number of commits found: 14