How to build ports in a jail with different RELEASE from host?

Can you give me directions on where I could read about how to compile a port in a jail that has a different RELEASE from the host? For example, the host is with
version 14.1-RELEASE and the jail is with 13.4-RELEASE, I have shared /usr/ports from host to the jail and I want to install software from ports. I know I can use poudriere for this purpose, but I would like to understand how to do it in the simplest way possible.
 
Can you give me directions on where I could read about how to compile a port in
a jail that has a different RELEASE from the host?
Nothing different has to be done, just build as usual.
 
I apologize for the late response, in addition to the above question I will add that an attempt to run make in a directory with a port returns the
following error:
"/usr/ports/Mk/bsd.port.mk" line 1206: UNAME_r (14.1-RELEASE-p5) and OSVERSION (1204000) do not agree on major version number.
in this case the jail is with 12.4-RELEASE and host with 14.1-RELEASE
 
Back
Top