GNOME Bugzilla – Bug 742291
systeminstall: add support for FreeBSD
Last modified: 2021-05-17 16:01:09 UTC
Depends on several items in the desrt/master branch.
Created attachment 293689 [details] [review] systeminstall: add support for FreeBSD Follow the general idea of the Debian systeminstall backend. The technology level is a bit lower here, in two ways: - there is only one mapping, since there is only one FreeBSD pkg collection at a given time - there is no 'contents' file as on Debian, so the update script must be run on a FreeBSD system which has all of the relevant packages installed
two problems found so far: - 'automake' does not find the correct package, but finds 'automake-wrapper' instead which is something like debian alternatives for various automake versions - 'make' is BSD make here; we want 'gmake'. See also bug 742292.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/jhbuild/-/issues/209.