Revert commit 25877d4e4c45451c5398aec3de50e0d5befe0e9f to add
CONFIG_OF_EMBED=y back to rpi configs so rpi3 will continue to work.
Tracked down by kettenis@
While Allwinner A64/H5 targets are built an Allwinner specific build of
ARM Trusted Firmware will need to become a build prequisite in future,
so U-Boot can build complete images after a BL31 environment variable is
set at build time with the path to a prebuilt bl31.bin.
from Matthias Pitzl; OK sthen@
Comment:
flexible text flowing and word wrapping
Description:
This module provides a flexible way to wrap and flow text for both
ASCII and non-ASCII outputs.
from Matthias Pitzl; OK sthen@
Comment:
a serialization framework for Moose classes
Description:
MooseX::Storage is a serialization framework for Moose, it provides
a very flexible and highly pluggable way to serialize Moose classes
to a number of different formats and styles.
from Matthias Pitzl; OK sthen@
Comment:
a collection of n-ary tree related modules for Perl
Description:
Forest is intended to be a replacement for the Tree::Simple family
of modules, and fixes many of the issues that have always bothered
me about them. It is by no means a complete replacement yet, but
should eventually grow to become that.
Doesn't build with clang (and it's a fscking maze of
defines/headers/wrappers to fix..), this branch is dead upstream since 3
years, all consumers have been either removed or prevented from using it,
and xul itself as a technology is considered dead upstream, HTML5 killed
it.
further cleanup to come in mozilla.port.mk.
ok ajacoutot@ sthen@
It's more or less dead upstream, uses xulrunner which is heading down
the attic; and if *really* needed, it can be made to use firefox -app
(but someone (tm) would have to work on it)
ok joshe@ (maintainer)
This way we now have only one mono-icon-theme package, and bulk builds
should become happy. We probably got lucky before due to
x11/kde/accessibility3 being always built before x11/kde4/artwork.
Now all documentation is built using a separate port using
the --single-exec option of qdoc. This gaves significant speedup
as well as fixing quiet a few interlinking problems.
All -qch, -html and -docindex subpackages of Qt modules ports are
removed. The qt5-html and qt5-qch are now provided by x11/qt5/docs
instead of meta/qt5, thus REVISION set from the start.
This commit should fix problems with building Qt5 documentation
that people started seeing after switching to Clang. We also could
zap some interdependencies between Qt5 modules as well, but that's
a different story.