Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.0_1 28 Mar 2019 17:59:34 |
jsm |
Upgrade the LXQt desktop environment to 0.14.0
Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19056 |
0.13.0_1 16 Jan 2019 11:13:45 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
0.13.0 25 Dec 2018 20:25:40 |
tcberner |
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 |
0.13.0 09 Jul 2018 18:03:15 |
jsm |
Changing maintainer email address (same maintainer, new address)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16200 |
0.13.0 09 Jul 2018 16:40:41 |
jsm |
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 |
0.13.0 28 Jun 2018 17:39:55 |
tcberner |
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 |
0.13.0 22 Jun 2018 21:40:53 |
swills |
devel/liblxqt-l10n: Update to 0.13.0
PR: 228703
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> |
0.12.0 27 Oct 2017 15:39:42 |
swills |
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) |
0.11.2 19 May 2017 10:09:57 |
joneum |
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 |
0.11.2 19 Mar 2017 14:02:24 |
rene |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
0.11.2 03 Jan 2017 08:21:13 |
olivierd |
Update to 0.11.2 |
0.11.1 23 Dec 2016 16:34:52 |
olivierd |
Unbreak fetch
Reported by: antoine@ |
0.11.1 22 Dec 2016 20:52:05 |
olivierd |
- 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) |
0.11.0 19 Nov 2016 14:19:07 |
olivierd |
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 |