aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bsddialog
diff options
context:
space:
mode:
authorAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-09-25 13:07:29 +0000
committerAlfonso S. Siciliano <asiciliano@FreeBSD.org>2022-09-25 13:09:16 +0000
commit84823cc70824c8d842f503d8c2e6d7b0c2d95b61 (patch)
tree5f1a978a8ec7489aeec1f9adf6b8a54407586692 /usr.bin/bsddialog
parent57338837aef51923ebafc3656e38d4be5c50a60d (diff)
parent9f24fda5a8e7ab8243e71473c7e2dc98b4877e64 (diff)
downloadsrc-84823cc70824c8d842f503d8c2e6d7b0c2d95b61.tar.gz
src-84823cc70824c8d842f503d8c2e6d7b0c2d95b61.zip
contrib/bsddialog: Import version 0.4
Improvements and changes to integrate bsddialog(1) with scripts in BASE. Overview: * New options. --and-widget, --keep-tite, --calendar. * Change output format. Menus and --print-maxsize. * Redefine sizing. Fixed rows, cols and menurows became at the most. * Add DIAGNOSTICS. Error messages for bad arguments and options. * Add keys. Space for --menu, fast keys for --msgbox and --yesno. * Text. Change default text modification, add --cr-wrap. See /usr/src/contrib/bsddialog/CHANGELOG '2022-09-24 Version 0.4' for more detailed information. Merge commit '9f24fda5a8e7ab8243e71473c7e2dc98b4877e64'
Diffstat (limited to 'usr.bin/bsddialog')
-rw-r--r--usr.bin/bsddialog/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/bsddialog/Makefile b/usr.bin/bsddialog/Makefile
index 06d086a51adc..1c2f9d697e97 100644
--- a/usr.bin/bsddialog/Makefile
+++ b/usr.bin/bsddialog/Makefile
@@ -5,8 +5,6 @@ PROG= bsddialog
SRCS= bsddialog.c util_theme.c
MAN= bsddialog.1
CFLAGS+= -I${BSDDIALOG}/lib
-LIBADD= bsddialog
-
-WARNS= 3
+LIBADD= bsddialog tinfow
.include <bsd.prog.mk>