The Office@FreeBSD team is proud to announce long awaited, new major release of
LibreOffice suite - 7.0.0!
New major branch comes with tons of new changes: switch render from opengl to skia,
many templates redesigned from 4:3 to 16:9 format, added support for "ODF 1.3" and
"ODF 1.3 Extended" documents format, support native 2013/2016/2019 mode instead of
2007 compatibility mode for DOCX, added a new icon theme, named Sukapura.
Full release notes available on the official page
(https://wiki.documentfoundation.org/ReleaseNotes/7.0)
Of course, conservative users can keep 6.4.x stable version by switch to use
all-in-one editors/libreoffice6 port and even with i18n langpack (off by default).
It will be kept updated at least till 7.1.0 version will be released.
Some notes about changes in port options:
- GTK2 option is obsolete by upstream
- GTK3 option is not more set by default because of unstable yet and have visual glitches
- QT5 option is set by default to provide comfy visual style for every user
- Change VCL autotetect logic (used if enable, skipto next in row if disabled:
-- For KDE/LXQT: kf5, qt5, gtk3_kde5, gtk3, gen
-- For GNOME, Unity, XFCE, MATE: gtk3, qt5, gen
-- All other DE should follow gnome list
One small note — since upcoming Qt5-5.15 will drop binary support for FreeBSD 11.x due to
outdated OpenSSL-1.0 in base, here is no reason to enable QT5 option on FreeBSD <12 by default
Thanks for all testers and supporters!
Dima, with office hat
Relnotes: https://wiki.documentfoundation.org/ReleaseNotes/6.4
The long deprecated and unsafe gets(3) function has been removed since
FreeBSD 1300043.
Thus replace the occurences of that function in the code with gets_s(3)
which is a safer alternative.
* Bump PORTREVISION due to changes in the code/package.
PR: 238687
Reported by: emaste
MFH: 2019Q3
data.cpp💯15: error: constant expression evaluates to -72 which cannot be narrowed to type 'unsigned char' [-Wc++11-narrowing]
{{'A','a','<B8>','<B8>','<B5>','<B5>','<B6>','<B6>','<B7>','<B7>','<B9>','<B9>', // 0: a
^~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/vi-x-unikey-1.0.4.log
- While here prevent build from asking an interactive question
during the install phase
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979