dependency on GCC 6 in the Ports Collection is gone, so we can remove
support for USE_GCC=6 and USE_GCC=6+. [1]
This does not remove lang/gcc6 yet, but helps avoid new dependencies,
and GCC 6 has been unmaintained upstream for more than a year.
On the way update two examples to use more current versions of GCC.
Thanks to: tobik [1]
C11 compiler is necessary:
gauche/priv/vmP.h:108: error: redefinition of typedef 'ScmEscapePoint'
./gauche/vm.h:233: error: previous declaration of 'ScmEscapePoint' was here
Fixes build of print/scribus-devel on GCC architectures:
/usr/local/bin/ld: pdf_analyzer.cpp:(.text+0x33d8): undefined reference to `PoDoFo::PdfName::GetEscapedName[abi:cxx11]() const'
/usr/local/bin/ld: scribus/CMakeFiles/scribus.dir/pdf_analyzer.cpp.o: in function `PDFAnalyzer::inspectCanvas(PoDoFo::PdfCanvas*, QList<PDFColorSpace>&, bool&, QList<PDFFont>&, QList<PDFImage>&) [clone .localalias]':
Maintainer email is bouncing (although it was ok in august or so).
OwnCloud staff approached me at Linux App Summit asking for the
port to be updated, which is why I'm chasing it now after
maintainer timeout.
The changelog is at
https://owncloud.org/changelog/desktop-client/
There are over 18 months of updates, so I'm not going to summarize
them. One thing that **did** change is the documentation: the
manpage is supposed to be built with sphinx, but the rst files
needed for that are missing from the tarball. I've reported that
upstream.
PR: 242479
Approved by: maintainer-timeout (24 days)
Release notes are at
https://www.rosegardenmusic.com/wiki/dev:19.12
There's two handfuls of minor bugfixes and some new auto-scrolling
features.
I notice now that Rosegarden crashes (this version, also the version
in ports, 18.12) if you double-click on a fragment, so it looks like
there are very few heavy users of the application (or I'm doing it
wrong).
PR: 242957
version: the offending code (see previous BROKEN comment) is now
surrounded by #ifndef ROCKSDB_LITE.
(This is anti-fallout from prep-work for cmake 3.16.2)
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE / Jakarta EE!
WWW: https://wildfly.org/
This is the first Wildfly with JAKARTA EE8 full support (Web and full platform)
PR: 242963
Submitted by: Simeo Reig <reig.simeo@gmail.com>
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE / Jakarta EE!
WWW: https://wildfly.org/
This is the first Wildfly with JAKARTA EE8 full support.
PR: 242962
Submitted by: Simeo Reig <reig.simeo@gmail.com>
github/mauke/unibilium has been abandoned by the developer. As possibly
the only project that actually uses it, neovim has forked it and
continues development of it. This commit switches our port to that fork.
The original intent is to fix home/end keys in neovim under screen. Those
keys do not work in tmux even after this commit, so that will need some
attention.
PR: 242560
Submitted by: cem
Approved by: maintainer (chuck tuffli net)
Avoids the libxml/libxslt2 dependency chain for systems that don't need
the XML datatype plugin.
PR: 239638
Approved by: maintainer timeout (pgsql team, nearly 5 months)