diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-22 02:10:32 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-22 02:10:32 +0800 |
commit | 3802028c9af22e25507285f2095fa370a3822fb1 (patch) | |
tree | db2d3e7a69c54067eac16018d9e3d294e33a5883 /Mk | |
parent | c6a8c3e65dcfc1999322ff90fc77f67328b6d02a (diff) | |
download | freebsd-ports-gnome-3802028c9af22e25507285f2095fa370a3822fb1.tar.gz freebsd-ports-gnome-3802028c9af22e25507285f2095fa370a3822fb1.tar.zst freebsd-ports-gnome-3802028c9af22e25507285f2095fa370a3822fb1.zip |
Update Calligra to 2.9.10.
This is the latest Calligra release, and the 2.9 series will be the last
KDE4-based release series.
As usual, huge thanks to Tobias Berner <tcberner@gmail.com> for working on this
in kde@'s area51 experimental repository (including previous Calligra releases
between 2.7.5 and 2.9.10).
Notable changes from a packaging perspective:
- Several dependencies have been updated to use more recent ports versions.
- Old translations not shipped by the current Calligra release have been
removed.
- The dependency on sysutils/nepomuk-core has been dropped, following what
upstream has done.
- The dependency on Qt3-compatibility Qt4 ports has been dropped, following
upstream.
- CONFLICTS with ancient ports have been removed.
- Support for G'MIC (GREYC's Magic for Image Computing), introduced after
2.7.5, is disabled by default, as building the code with clang requires
insane (>24GB) amounts of memory. We reported this bug to the LLVM developers
(bug 22199) almost a year ago, but there has been no activity upstream.
- Stopped depending on graphics/pstoedit in an unorthodox way: just follow what
every major Linux distribution does and unconditionally depend on it. I could
not figure out why we were originally depending on the port if it was already
installed.
- Stop playing tricks with PACKAGE_BUILDING: we do not package Vc
(https://github.com/VcDevel/Vc) so it does not make sense to turn on support
for it when building packages. Not only that, but the CMake option name was
wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD).
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.kde4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index 0e2132d19452..af74650f4184 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -81,7 +81,7 @@ KDE4_WORKSPACE_VERSION= 4.11.14 KDE4_BRANCH?= stable KTP_VERSION?= 0.8.0 KTP_BRANCH?= stable -CALLIGRA_VERSION?= 2.7.5 +CALLIGRA_VERSION?= 2.9.10 CALLIGRA_BRANCH?= stable KDEVELOP_VERSION?= 4.7.1 KDEVELOP_BRANCH?= stable |