"
However it is recommended that you maintain a local git mirror to speed up further builds:
% git clone git://github.com/freenas/ports.git ${HOME}/ports
% git clone git://github.com/trueos/trueos.git ${HOME}/trueos
To build using those local mirrors run:
% sudo env GIT_REPO=${HOME}/trueos GIT_PORTS_REPO=${HOME}/ports sh build/do_build.sh
"
Did you make local mirrors of ports and trueos? If not, just use build/do_build.sh.
-----------
Two small questions:
1) What does the -J option do? If I omit it, will there be no jails functionality in the installation?
2) Does the default build create a "release" version with optimizations and without debugging symbols or is there something that I must set for this?