diff options
author | jkim <jkim@FreeBSD.org> | 2015-09-02 05:26:44 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-09-02 05:26:44 +0800 |
commit | c5289f17490bb614af1f9976923d332159a8c3b4 (patch) | |
tree | 096d23e157bb6c7cf824e6673e76df1c3416d2bc /UPDATING | |
parent | a5affce185594ddc2ee815ce8fe153f0a19d7253 (diff) | |
download | freebsd-ports-gnome-c5289f17490bb614af1f9976923d332159a8c3b4.tar.gz freebsd-ports-gnome-c5289f17490bb614af1f9976923d332159a8c3b4.tar.zst freebsd-ports-gnome-c5289f17490bb614af1f9976923d332159a8c3b4.zip |
Update LibreOffice to 5.0.1.
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).
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150901: + AFFECTS: users of editors/libreoffice + AUTHOR: jkim@FreeBSD.org + + editors/libreoffice has been updated to 5.0.1. However, FreeBSD 9.x is + no longer supported because it requires C++11-capable library installed + in the base. If you cannot upgrade your system or still want 4.3.x for + some reason, use editors/libreoffice4. + 20150822: AFFECTS: users of print/ghostscript* AUTHOR: hrs@FreeBSD.org |