Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Jan 2021 21:24:44
3.3.0

|
adridg  |
Update editors/calligraplan (project planner) to latest upstream
From the release notes on the KDE-releases mailing list:
> Main changes:
> * Allow to print a selectable time range.
> * Fit printout to page height.
> * Fit printout to a single page
> * Print the chart on multiple pages.
> * Uses a color palette suitable for printing on white paper
> * Use the mouse or mouse weel to zoom the datetime scale.
The application is described at https://calligra.org/plan/
There are some larger plist changes here because documentation
is now much more extensive (and included with the app instead of
bundled somewhere else).
Reported by: portscout |
30 May 2020 09:26:01
3.2.2_2

|
tcberner  |
editors/calligraplan: prepare for Qt5-5.15 |
21 Apr 2020 19:45:51
3.2.2_2

|
tcberner  |
graphics/kdiagram: update to 2.7.0 |
14 Mar 2020 17:42:11
3.2.2_1

|
tcberner  |
Make implicit dependency on devel/qt5-concurrent explicit |
13 Dec 2019 10:23:31
3.2.2

|
tcberner  |
editors/calligraplan: update to 3.2.2 |
30 Nov 2019 09:38:15
3.2.1

|
tcberner  |
editors/calligra: update to 3.2.1 |
14 Nov 2019 22:19:18
3.2.0

|
tcberner  |
editors/calligraplan: update to 3.2.0 |
05 Nov 2019 15:48:41
3.1.0_5

|
zeising  |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
17 Oct 2019 18:13:30
3.1.0_5

|
tcberner  |
Follow-up to r514669: bump consumers of moved ports
In r514669 the two ports were moved in the following way:
- net/kcontacts -> net/kf5-kcontacts
- net/kcalcore -> net/kf5-kcalendarcore
Force rebuild of their consumers. |
19 Aug 2019 17:55:17
3.1.0_4

|
adridg  |
Fix build of editors/calligraplan.
The patch is from upstream, via openSUSE, and modified so it just
hard-codes the version of KDE Frameworks (KCalCore in particular)
in ports at this time. That makes it pick the new API introduced
in KF5 5.61.
Reported by: pkg-fallout |
15 Aug 2019 10:01:34
3.1.0_4

|
adridg  |
Update KDE Frameworks to latest upstream release, 5.61
Release notes at
https://kde.org/announcements/kde-frameworks-5.61.0.php
Thanks to
antoine@ for the exp-runs,
tcberner@ for most of the prep-work,
the Gentoo community for cherry-picking patches
There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,
PR: 239777
Submitted by: tcberner |
26 Jul 2019 20:46:57
3.1.0_4

|
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 |
16 Jan 2019 11:13:45
3.1.0_3

|
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
3.1.0_2

|
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
3.1.0_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 |
04 Sep 2018 13:12:27
3.1.0_1

|
jhale  |
Fix build with Qt 5.11
PR: 230884
Obtained from: upstream |
29 Jul 2018 22:18:46
3.1.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
3.1.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 |
04 May 2018 05:46:37
3.1.0

|
tcberner  |
editors/calligraplan: Fix fetch.
Reported by: antoine |
28 Apr 2018 21:08:00
3.1.0

|
tcberner  |
Add new port for editors/calligraplan
* Follow up to r468526 |