Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Nov 2020 11:21:06
0.8.0

|
jsm  |
devel/lxqt-build-tools Update to 0.8.0 |
20 Jun 2020 07:48:54
0.7.0

|
jsm  |
Upgrade to 0.7.0
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D24698 |
28 Mar 2019 17:59:34
0.6.0

|
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 |
16 Jan 2019 11:13:45
0.5.0_1

|
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 ) |
25 Dec 2018 20:25:40
0.5.0

|
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 |
09 Jul 2018 18:03:15
0.5.0

|
jsm  |
Changing maintainer email address (same maintainer, new address)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D16200 |
28 Jun 2018 17:39:55
0.5.0

|
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 |
30 May 2018 18:17:13
0.5.0

|
swills  |
devel/lxqt-build-tools: update to 0.5.0
PR: 228505
Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer) |
27 Oct 2017 15:31:57
0.4.0

|
swills  |
devel/lxqt-build-tools: Update to 0.4.0
PR: 223210
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer) |
19 May 2017 10:09:57
0.3.2

|
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 |
19 Mar 2017 14:02:24
0.3.2

|
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
16 Jan 2017 17:24:39
0.3.2

|
olivierd  |
Update to 0.3.2 |
11 Jan 2017 10:08:38
0.3.1

|
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
02 Jan 2017 07:52:14
0.3.1

|
olivierd  |
Update to 0.3.1 |
12 Dec 2016 17:45:01
0.3.0

|
olivierd  |
Several helpers CMake modules needed to build LXQt itself as well as other
components.
WWW: https://github.com/lxde/lxqt-build-tools
Obtained from: LXQt devel repo |