diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-07 06:47:36 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-07 06:47:36 +0000 |
| commit | af202a5052b6e9a1885d06941ffbba7630acb7df (patch) | |
| tree | cdcc18636b8c782bdf79274531f213812d144b43 /tools | |
| parent | f7675fab2084ef5a2c0feb378ff396f0d5ed6c92 (diff) | |
Retire dialog
This is the last remaining piece of GPL software in the base system.
The installer transitioned to bsddialog four years ago, and the last
remaining dialog consumer, dpv, was turned off more than two years ago.
Retire dpv, libdpv, libfigpar (used only by dpv), and dialog itself.
Reviewed by: dteske
Differential Revision: https://reviews.freebsd.org/D55424
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 34 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_DIALOG | 6 | ||||
| -rw-r--r-- | tools/build/options/WITH_DIALOG | 6 |
3 files changed, 0 insertions, 46 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index c77fbaa80f1b..e46618644f7d 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1501,40 +1501,6 @@ OLD_LIBS+=${DEBUG_LIBS} OLD_FILES+=tests/lib/libc/stdtime/detect_tz_changes_test .endif -.if ${MK_DIALOG} == no -OLD_FILES+=usr/bin/dialog -OLD_FILES+=usr/bin/dpv -OLD_FILES+=usr/include/dialog.h -OLD_FILES+=usr/include/dlg_colors.h -OLD_FILES+=usr/include/dlg_config.h -OLD_FILES+=usr/include/dlg_keys.h -OLD_FILES+=usr/include/dpv.h -OLD_FILES+=usr/include/figpar.h -OLD_FILES+=usr/include/string_m.h -OLD_FILES+=usr/lib/libdialog.a -OLD_FILES+=usr/lib/libdialog.so -OLD_LIBS+=usr/lib/libdialog.so.10 -OLD_FILES+=usr/lib/libdpv.a -OLD_FILES+=usr/lib/libdpv.so -OLD_LIBS+=usr/lib/libdpv.so.3 -OLD_FILES+=usr/lib/libfigpar.a -OLD_FILES+=usr/lib/libfigpar.so -OLD_LIBS+=usr/lib/libfigpar.so.0 -OLD_FILES+=usr/share/man/man1/dialog.1.gz -OLD_FILES+=usr/share/man/man1/dpv.1.gz -OLD_FILES+=usr/share/man/man3/dialog.3.gz -OLD_FILES+=usr/share/man/man3/dpv.3.gz -OLD_FILES+=usr/share/man/man3/dpv_free.3.gz -OLD_FILES+=usr/share/man/man3/figpar.3.gz -OLD_FILES+=usr/share/man/man3/get_config_option.3.gz -OLD_FILES+=usr/share/man/man3/parse_config.3.gz -OLD_FILES+=usr/share/man/man3/replaceall.3.gz -OLD_FILES+=usr/share/man/man3/strcount.3.gz -OLD_FILES+=usr/share/man/man3/strexpand.3.gz -OLD_FILES+=usr/share/man/man3/strexpandnl.3.gz -OLD_FILES+=usr/share/man/man3/strtolower.3.gz -.endif - .if ${MK_DICT} == no OLD_FILES+=usr/share/dict/README OLD_FILES+=usr/share/dict/freebsd diff --git a/tools/build/options/WITHOUT_DIALOG b/tools/build/options/WITHOUT_DIALOG deleted file mode 100644 index 92b744b10d2a..000000000000 --- a/tools/build/options/WITHOUT_DIALOG +++ /dev/null @@ -1,6 +0,0 @@ -Do not build -.Xr dialog 1 , -.Xr dialog 3 , -.Xr dpv 1 , -and -.Xr dpv 3 . diff --git a/tools/build/options/WITH_DIALOG b/tools/build/options/WITH_DIALOG deleted file mode 100644 index 8b473b22e21e..000000000000 --- a/tools/build/options/WITH_DIALOG +++ /dev/null @@ -1,6 +0,0 @@ -Do build -.Xr dialog 1 , -.Xr dialog 3 , -.Xr dpv 1 , -and -.Xr dpv 3 . |
