Bug 213572 - Support for Setting base system build options via dialog
Summary: Support for Setting base system build options via dialog
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: feature, patch
Depends on:
Blocks:
 
Reported: 2016-10-17 15:09 UTC by Roberto Fernandez Cueto
Modified: 2017-09-26 14:35 UTC (History)
4 users (show)

See Also:


Attachments
Compressed patches for the config targets (4.38 KB, application/octet-stream)
2016-10-17 15:09 UTC, Roberto Fernandez Cueto
no flags Details
make config update (11.13 KB, patch)
2017-09-26 14:35 UTC, Roberto Fernandez Cueto
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roberto Fernandez Cueto 2016-10-17 15:09:35 UTC
Created attachment 175870 [details]
Compressed patches for the config targets

As described on the Ideas Page (https://wiki.freebsd.org/IdeasPage#Support_for_setting_base_system_build_options_via_dialog.281.29) and as it is specified on the article "Contributing to FreeBSD", I send my proposal for the configuration of the build using dialog.

The short description for the options (stored on tools/build/options/shortdesc) must be reviewed to improve them.

The new functionalities include the config and rmconfig targets.
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2016-10-22 19:43:36 UTC
Can you upload the patch to http://reviews.freebsd.org see https://wiki.freebsd.org/Phabricator for more details.

I would be easier to review

Thanks!
Comment 2 Roberto Fernandez Cueto 2017-09-26 14:35:40 UTC
Created attachment 186740 [details]
make config update

Hi people, I have been working in the patch, because I have discovered a huge bug
on it.

Right now, I have re-written it with menus, sub-menus and a more friendly interface.