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 /editors/Makefile | |
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 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index a9bdd76a9e83..c011ef91076d 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -29,14 +29,11 @@ SUBDIR += calligra-l10n-et SUBDIR += calligra-l10n-fi SUBDIR += calligra-l10n-gl - SUBDIR += calligra-l10n-ia SUBDIR += calligra-l10n-it SUBDIR += calligra-l10n-kk SUBDIR += calligra-l10n-nb - SUBDIR += calligra-l10n-nds SUBDIR += calligra-l10n-nl SUBDIR += calligra-l10n-sk - SUBDIR += calligra-l10n-sl SUBDIR += calligra-l10n-sv SUBDIR += calligra-l10n-tr SUBDIR += chexedit |