Skip to content

Update kdesrc-build script and FirstRun.pm to work for FreeBSD, so kdesrc-build --initial-setup actually does the work to setup a FreeBSD environment

I updated the memory and cpu logic in kdesrc-build-setup and ksb/modules/FirstRun.pm to allow for running on FreeBSD. This patch adds the cpu calculation and memory calculation for FreeBSD, as well as the required package installation logic in FirstRun.pm.

This is now capable of setting up a kde build environment in a clean FreeBSD 13 virtual machine, with only sudo, bash, and git installed prior to initial run.

Merge request reports