Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Nov 2020 12:32:33
0.16.0

|
jsm  |
x11/qterminal Update to 0.16.0 |
20 Jun 2020 09:18:09
0.15.0

|
jsm  |
Upgrade to 0.15.0
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D24720 |
31 Jan 2020 09:30:32
0.14.1

|
amdmi3  |
- Add LICENSE_FILE
- Update WWW
- Whitespace fix in pkg-descr
Approved by: portmgr blanket |
16 Jan 2020 12:57:44
0.14.1

|
bapt  |
Fix more lxqt fallouts |
30 Dec 2019 15:20:28
0.14.1

|
jsm  |
Update LXQt to 0.14.1
Update devel/libqtxdg to 3.4.0
Update x11/lxqt-globalkeys to 0.14.3
Official announcement https://forum.lxqt.org/t/release-lxqt-0-14-1/648
PR: 239427
Approved by: swills (mentor) mbeis@xs4all.nl (maintainer)
Differential Revision: https://reviews.freebsd.org/D21056 |
07 Nov 2019 18:36:56
0.14.0_2

|
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26 Jul 2019 20:46:57
0.14.0_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
01 May 2019 19:35:15
0.14.0_1

|
rene  |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
28 Mar 2019 17:59:34
0.14.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 Mar 2019 20:27:49
0.13.0_3

|
tcberner  |
devel/libdbusmenu-qt: remove flavors (Qt4 deprecation) |
16 Jan 2019 11:13:45
0.13.0_2

|
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.13.0_1

|
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 |
12 Dec 2018 01:35:36
0.13.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
03 Aug 2018 13:19:07
0.13.0

|
jsm  |
New port x11-wm/lxqt-panel
PR: 229297
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16542 |