Re: Testing a port built with poudriere
- Reply: Guido Falsi via freebsd-ports : "Re: Testing a port built with poudriere"
- In reply to: bob prohaska : "Testing a port built with poudriere"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 May 2021 07:08:21 UTC
bob prohaska wrote on 2021/05/27 11:14: > Is it possible to try out the lxqt package without altering the > existing ports installed using make in the ports tree? > I think it would be difficult to do it without modifying the host environment. You probably also need the x11-servers/xorg-nestserver package. The following command will launch the interactive shell of jail, which has everything you need for now. poudriere bulk -j main -i x11-wm/lxqt x11-servers/xorg-nestserver x11/xterm After this, you have to make nestserver connect to the host Xorg via ssh or something, but the explanation of that is tedious :) Regards.