Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe)
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-dangling-else"
cc1: error: unrecognized command line option "-fcolor-diagnostics"
-fcolor-diagnostics is incompatible with GCC, compilation works fine with Clang also without it.
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.
ilmbase and openexr were updated to v2.5.3 and their shlibs changed
from *.25.0.1 to *.25.0.2.
This is a PORTREVISION bump to ports using ilmbase or openexr
to chase that change and trigger rebuild.
Dozens of KDE apps are getting new releases from KDE’s release service. New
features, usability improvements, re-designs and bug fixes all contribute to
helping boost your productivity and making this new batch of applications more
efficient and pleasant to use.
Full announcement:
https://kde.org/announcements/releases/2020-08-apps-update/
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966
vscode has direct build dependency on npm-node10. And also has build dependency
on devel/electron7. devel/electron7 depends on npm-node12. As a result,
editors/vscode has dependency on both npm-node10 and npm-node12 however they
conflicts each other. This confliction of dependency prevent this port building.
PR: 248071
Submitted by: meta (myself)
Approved by: maintainer timeout
The main goal is to pick up patch 1379:
Problem: Curly braces expression ending in " }" does not work.
Solution: Skip over white space when checking for "}". (closes#6634)
PR: 248504
Submitted by: p5B2E9A8F t-online de
Switch to the release version, there are no functional changes
compared to 2.1.3.g2020801.
Documented changes between 2.1.3 and 2.2.0:
https://github.com/lichray/nvi2/releases/tag/v2.2.0
- Vim-style expandtab option
- Provides Turkish translation
- Backspace now deletes \ rather than being escaped
- T during motion commands is now VI-compatible
- Encoding related fixes, such as UTF-8 detection
- Fixed a number of memory management issues
and 13-CURRENT remote hosts
PR: 243807
Submitted by: Yuichiro NAITO <nairo dot yuichiro at gmail dot com>
Reported by: John F. Carr <jfc at mit dot edu>
- The expandtab option now applies to lines filtered with the !
command
- Enable Ninja for the build thanks to upstream changes
- Add symlinks for the nex and nview man pages
nvi-devel is based on a 2015 tarchive with several port patches
while nvi2 is an active project with over 600 commits since 2011
(including a pull request I submitted just today) that currently
has no port patches.
Please let me know if nvi-devel does anything that nvi2 does not
and I will attempt to rectify.
nvi is an implementation of the ex/vi text editor.
The original vi was written by William Joy. Later Mark Horton added
a number of enhancements.
nvi was written by Keith Bostic and was distributed as part of the
Fourth Berkeley Software Distribution (4BSD) by the University of
California, Berkeley.
This version is based on a fork of nvi by Sven Verdoolaege.
nvi2 is being actively maintained (unlike nvi-devel).
WWW: https://github.com/lichray/nvi2/