dialog: fix macro redefinitiondialog.h defines MIN and MAX (making sure to undefine the previousmacros if it already exists), but sys/param.h also defines thosemacros (without guards) and is incl
dialog: fix macro redefinitiondialog.h defines MIN and MAX (making sure to undefine the previousmacros if it already exists), but sys/param.h also defines thosemacros (without guards) and is included after dialog.h resultingin both gcc and clang complaining about macro redefinitonWhile clang do accept -Wno-macro-redefined to ignore the redefinitionwarning, gcc does not [1]Undefine both macros prior inclusion of sys/param.h to avoid the warningReported by: arichardson
show more ...
dialog: finish update to 1.3-20210117patch dialog.c which requires stddef for the usage of offsetofcatchup on the config header
dialog: import dialog 1.3-20210117
Update libdialog to 1.3-20180621
Update dialog to 1.2-20130923.Approved by: re (marius)
Update dialog to 1.2-20130523Level up WARNS
Clean some 'svn:executable' properties in the tree.Submitted by: Christoph MallonMFC after: 3 days
Revert r241818 that updated dialog to 20120706. This turns out to horriblybreak mixed form dialogs in conjunction with the FreeBSD termcap, makingthe bsdinstall partition editor Add dialog, among o
Revert r241818 that updated dialog to 20120706. This turns out to horriblybreak mixed form dialogs in conjunction with the FreeBSD termcap, makingthe bsdinstall partition editor Add dialog, among other things, completelynonfunctional. This restores dialog 20110707.
Update dialog to 20120706: includes minor useability enhancements andfixes for warnings encountered with clang.
Update dialog to 1.1-20110707.
Don't #undef curses ERR in dialog.h. Otherwise, the macro will beunavailable if curses.h is included before dialog.h.PR: bin/156601Obtained from: Thomas E. Dickey (upstream maintainer)Discussed
Don't #undef curses ERR in dialog.h. Otherwise, the macro will beunavailable if curses.h is included before dialog.h.PR: bin/156601Obtained from: Thomas E. Dickey (upstream maintainer)Discussed with: nwhitehorn
Make dialog's --prgbox option actually work.
Update dialog to version 1.1-20110302.
Update dialog to version 20100428. This changes the license under whichdialog is distributed from GPLv2 to LGPLv2 and introduces a number of newfeatures and a new and better libdialog API. The exis
Update dialog to version 20100428. This changes the license under whichdialog is distributed from GPLv2 to LGPLv2 and introduces a number of newfeatures and a new and better libdialog API. The existing libdialog willbe kept temporarily as libodialog for compatibility purposes until sade,sysinstall and tzsetup have been either updated or replaced.__FreeBSD_version is now 900030.Discussed on: -currentApproved by: coreObtained from: http://invisible-island.net/dialog