The port was created in 2003 and never updated again except when it needed
to be adapted to changes in the ports framework itself. It has not had a
maintainer since 2007.
After updating print/muttprint to 0.73, the translation was not even
accurate anymore, and upstream already includes an updated version of the
same file (translation-ru.pl). The port was also broken after the
print/muttprint update, as we stopped setting variables such as CATEGORIES,
COMMENT and MAINTAINER with "?=" instead of "=".
PR: 207299
- update to latest version 5.2.13
- mark DEPRECATED. 5.x branch reached it's EOL in 09/2015.
- set to expire in one month
- fix "duplicate directory listing: /var/db/mysql" error
PR: 201804
Submitted by: takefu@airport.fm (maintainer)
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).
Unfortunately, LibreOffice project completely dropped support for pre-C++11
compilers and libraries since 4.4. Therefore, we cannot easily build it on
FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and
WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason,
the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with
no language packs).
- Use OPTIONS helpers more widely (this also allows to GC WANT_GNOME)
- Add `pkg-message' on how to enable PC speaker sound output support
- Convert .include <bsd.port.pre.mk>/<bsd.port.post.mk> into
<bsd.port.options.mk>/<bsd.port.mk> and wrap one overly long line
while here
PR: 200808 (modified)
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer