diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-21 18:10:32 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-21 18:10:32 +0000 |
commit | 978b5a598dfebdef2d5c1d63b0e5aa997dfa4b22 (patch) | |
tree | db2d3e7a69c54067eac16018d9e3d294e33a5883 /french/calligra-l10n/Makefile | |
parent | 8dd88feb3e996075c9e77fb546983d99c453b15d (diff) | |
download | ports-978b5a598dfebdef2d5c1d63b0e5aa997dfa4b22.tar.gz ports-978b5a598dfebdef2d5c1d63b0e5aa997dfa4b22.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).
Notes
Notes:
svn path=/head/; revision=404140
Diffstat (limited to 'french/calligra-l10n/Makefile')
-rw-r--r-- | french/calligra-l10n/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/french/calligra-l10n/Makefile b/french/calligra-l10n/Makefile index fb3d03d3aa4c..c5d651a836af 100644 --- a/french/calligra-l10n/Makefile +++ b/french/calligra-l10n/Makefile @@ -2,7 +2,6 @@ PORTNAME= calligra-l10n PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 3 CATEGORIES= french editors kde MAINTAINER= kde@FreeBSD.org |