Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Jan 2021 14:45:25
0.18.0

|
rigoletto  |
x11-themes/Kvantum: Update to 0.18.0 |
03 Oct 2020 15:22:23
0.17.0

|
rigoletto  |
x11-themes/Kvantum: Update to 0.17.0 |
26 Aug 2020 23:51:06
0.16.1

|
rigoletto  |
x11-themes/Kvantum: Update to 0.16.1 |
23 Jun 2020 18:15:22
0.16.0

|
rigoletto  |
x11-themes/Kvantum: Update to 0.16.0 |
06 May 2020 15:45:26
0.15.3

|
rigoletto  |
x11-themes/Kvantum: Update to 0.15.3 |
06 Apr 2020 21:56:08
0.15.2

|
rigoletto  |
x11-themes/Kvantum: Update to 0.15.2 |
18 Mar 2020 21:04:32
0.15.1

|
rigoletto  |
x11-themes/Kvantum: Update to 0.15.1
Approved by: tcberner (mentor, implicit) |
12 Mar 2020 09:00:20
0.15.0

|
rigoletto  |
x11-themes/Kvantum: Update to 0.15.0
Approved by: tcberner (mentor, implicit) |
09 Jan 2020 15:55:30
0.14.1

|
rigoletto  |
x11-themes/Kvantum: Update to 0.14.1
Approved by: tcberner (mentor, implicit) |
30 Dec 2019 22:40:50
0.14.0

|
rigoletto  |
x11-themes/Kvantum: Update to 0.14.0
Approved by: tcberner (mentor, implicit) |
06 Dec 2019 18:33:03
0.13.0

|
rigoletto  |
x11-themes/Kvantum: Update to 0.13.0
Approved by: tcberner (mentor, implicit) |
13 Oct 2019 14:38:43
0.12.1

|
rigoletto  |
x11-themes/Kvantum: Update to 0.12.1
Approved by: tcberner (mentor, implicit) |
07 Aug 2019 17:46:12
0.11.2

|
rigoletto  |
x11-themes/Kvantum: Update to 0.11.2
Approved by: tcberner (mentor) |
26 Jul 2019 20:46:57
0.11.1_1

|
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 |
13 May 2019 10:15:28
0.11.1

|
rigoletto  |
x11-themes/Kvantum: Update to 0.11.1
Approved by: tcberner (mentor) |
26 Mar 2019 05:19:10
0.11.0

|
rigoletto  |
x11-themes/Kvantum: Update to 0.11.0
Approved by: tcberner (mentor) |
21 Mar 2019 18:11:19
0.10.10

|
rigoletto  |
x11-themes/Kvantum: Update to 0.10.10.
Approved by: tcberner (mentor) |
16 Mar 2019 19:49:15
0.10.9_1

|
tcberner  |
x11-themes/Kvantom: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
09 Feb 2019 00:27:56
0.10.9

|
rigoletto  |
x11-themes/Kvantum: move kde:5 inside Qt5 FLAVOR
Approved by: tcberner (mentor) |
08 Feb 2019 22:53:41
0.10.9

|
rigoletto  |
x11-themes/Kvantum: Update to 0.10.9
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19113 |
16 Jan 2019 11:13:45
0.10.8_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 ) |
29 Dec 2018 22:46:46
0.10.8

|
rigoletto  |
x11-themes/Kvantum: update to version 0.10.8
- take maintainership
Approved by: tcberner (mentor), rezny (maintainer timeout, 14 days)
Differential Revision: https://reviews.freebsd.org/D18517 |
16 Dec 2018 16:49:17
0.10.7_2

|
rene  |
Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.
Discussed with: tcberner |
12 Dec 2018 01:35:36
0.10.7_2

|
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 |
02 Dec 2018 15:41:48
0.10.7_1

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
26 Aug 2018 12:18:20
0.10.7

|
tcberner  |
x11-themes/qt[4,5]-style-Kvantum: update to v0.10.7 and convert to FLAVORs
PR: 227484
Submitted by: Alexandre C. Guimaraes (lebarondemerde@privacychain.ch)
Approved by: portmgr (mat), rezny (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D15958 |