README
unleashed-userland
==================
This repository is used to package third-party software currently required by
Unleashed, but not shipped by Unleashed. Ultimately, the plan is for Unleashed
to ship all the necessary software to build itself, so this is a temporary
measure.
This repository is a fork of oi-userland
(https://github.com/OpenIndiana/oi-userland) so it contains build recipes for a
large amount of third-party software. However, we do not maintain or even
build-test the pieces of software we do not use.
The software components we ship "by default" in Unleashed are listed in
components.mk, and can be built as follows:
gmake setup && gmake publish
In many cases you can also build components from this repository for personal
use. Patches to components not shipped by Unleashed (eg. updating or making
them build on Unleashed) are accepted, but note that we do not maintain such
components and they may break at any time. Remember that this repository is a
temporary measure, not a ports tree.
You can also build the userland-extra package repository by running:
rm -rf amd64 && \
gmake setup PUBLISHER=userland-extra && \
gmake publish COMPONENT_LIST=components-extra.mk