Page MenuHomeFreeBSD

add a WITHOUT_DIALOG src.conf knob
ClosedPublic

Authored by emaste on Sep 20 2016, 1:50 PM.
Tags
None
Referenced Files
F103039252: D7969.diff
Wed, Nov 20, 3:41 AM
Unknown Object (File)
Sat, Nov 16, 7:15 AM
Unknown Object (File)
Thu, Nov 14, 2:18 PM
Unknown Object (File)
Tue, Nov 5, 4:49 PM
Unknown Object (File)
Tue, Oct 29, 6:36 AM
Unknown Object (File)
Oct 14 2024, 4:40 PM
Unknown Object (File)
Oct 11 2024, 11:23 PM
Unknown Object (File)
Oct 10 2024, 9:21 PM
Subscribers

Details

Summary

It disables dialog, libdialog, and dependencies (libdpv and dpv).

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to add a WITHOUT_DIALOG src.conf knob.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: dteske, bapt.
emaste added a subscriber: bdrewery.

bsdinstall, bsdconfig, tzsetup depend on dialog

tools/build/mk/OptionalObsoleteFiles.inc
1349

don't forget usr/share/man/man3/dpv.3.gz

tools/build/mk/OptionalObsoleteFiles.inc
1348

don't forget usr/share/man/man3/dialog.3.gz

tools/build/options/WITHOUT_DIALOG
3

dialog(1), libdialog => dialog(1,3)
dpv(1) => dpv(1,3)

tools/build/mk/OptionalObsoleteFiles.inc
1339

maybe add below this line usr/sbin/tzsetup

Adding bsdinstall and bsdconfig here might be a bit harder because they have sprawl

1350

Should we add here (above the .endif):

usr/share/man/man8/tzsetup.8.gz
usr/share/man/man8/bsdconfig.8.gz
usr/share/man/man8/bsdinstall.8.gz

emaste added inline comments.
tools/build/mk/OptionalObsoleteFiles.inc
1350

bsdinstall has its own knob and MK_DIALOG=no forces MK_BSDINSTALL=no, so bsdinstall will be taken care of that way.

dteske edited edge metadata.
This revision is now accepted and ready to land.Sep 26 2016, 5:43 PM
This revision was automatically updated to reflect the committed changes.