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/liblxqt-l10n/Makefile

Number of commits found: 13

Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
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 
Monday, 9 Jul 2018
18:03 jsm search for other commits by this committer
Changing maintainer email address (same maintainer, new address)

Approved by: swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D16200
Original commitRevision:474277 
16:40 jsm search for other commits by this committer
Do not use x11/lxqt-l10n as a  master port. Fix install path of
qtermwidget-l10n.

Fixes portlint fatal errors about wrongly used masterdir.
Only functional change is in qtermwidget-l10n.

PR:	229413
PR:	229414
PR:	229417
PR:	229418
PR:	229419
PR:	229421
Approved by:	swills	(mentor)
Differential Revision:	https://reviews.freebsd.org/D16185
Original commitRevision:474269 
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 
Friday, 22 Jun 2018
21:40 swills search for other commits by this committer
devel/liblxqt-l10n: Update to 0.13.0

PR:		228703
Submitted by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer>
Original commitRevision:473086 
Friday, 27 Oct 2017
15:39 swills search for other commits by this committer
devel/liblxqt-l10n: Update to 0.12.0

PR:		223217
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Reported by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer)
Original commitRevision:452997 
Friday, 19 May 2017
10:09 joneum search for other commits by this committer
Pass MAINTAINER'ship to submitter

- Pass MAINTAINER'ship to submitter

PR:	219361
Reported by:	Jesper Schmitz Mouridsen <jesper@schmitz.computer>
Approved by:	miwi (mentor)
Differential Revision:	https://review.freebsd.org/D10812
Original commitRevision:441215 
Sunday, 19 Mar 2017
14:02 rene search for other commits by this committer
Take in olivierd@'s commit bit on his request.

Submitted by:	olivierd@
With hat:	portmgr-secretary
Original commitRevision:436494 
Tuesday, 3 Jan 2017
08:21 olivierd search for other commits by this committer
Update to 0.11.2
Original commitRevision:430444 
Friday, 23 Dec 2016
16:34 olivierd search for other commits by this committer
Unbreak fetch

Reported by:	antoine@
Original commitRevision:429275 
Thursday, 22 Dec 2016
20:52 olivierd search for other commits by this committer
- Update to 0.11.1
- Add x11/lxqt-l10n (meta port for the LXQt ports), it avoids duplicate files
and reduces gap between your testing repo and these official ports.

Submitted by:	Jesper Schmitz Mouridsen (private email)
Original commitRevision:429183 
Saturday, 19 Nov 2016
14:19 olivierd search for other commits by this committer
Import some LXQt core components (required by forthcoming update
of x11/qterminal).

LXQt is the Qt port of and the upcoming version of LXDE, the Lightweight
Desktop Environment. It is the product of a merge between the LXDE-Qt and
Razor-qt projects.

This work is based on the LXQt testing repo [1]. Importing is not complete
due to missing pieces in KDE Frameworks (r426118).

I would like to thank contributor and tester, Jesper Schmitz Mouridsen.

[1] https://subversion.assembla.com/svn/lxqt/tags/0.11

Reviewed by:	antoine, rakuco
Obtained from:	LXQt repository
FC after:
Differential Revision:	https://reviews.freebsd.org/D5002
Original commitRevision:426375 

Number of commits found: 13