On 27 May 2019, at 12:07, Edwin Ancaer <[email protected]> wrote: > > The one haunting me now is the fact that I have to run the poudriere command > to test my port for renaissance as root and that for root, the GNUStep > environment is not defined. >
You have to run poudriere as root, but then it will source the relevant gnustep files in the jail that it uses for building if the port is marked as USES = gnustep. You should then end up with a package repo somewhere inside /usr/local/poudriere. The best thing to do is create a local config file in /usr/local/etc/pkg/repos/ pointing to that and install the package from there for testing. You don’t have to do anything inside the poudriere-created jail other than check that things build, you can test on any system you like (including the host). David _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
