I'm working through updating a port using the handbook. One obstacle for me was having the dependencies in place. Since it's a GUI program, I need a full graphical install with Xorg.
Building the entire system from scratch in a jail using ports is a massive use of time. So what do you do?
- is it ok to simply use pkg to install the dependencies? This is the easiest.
- do you keep a "template" jail that you build once and duplicate, like you would with a VM?
- do you skip using a jail and use a VM?
Building the entire system from scratch in a jail using ports is a massive use of time. So what do you do?
- is it ok to simply use pkg to install the dependencies? This is the easiest.
- do you keep a "template" jail that you build once and duplicate, like you would with a VM?
- do you skip using a jail and use a VM?